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/AddressTest.php | 260 -- tests/src/SpecTestsuites/Core/AlignTest.php | 162 - tests/src/SpecTestsuites/Core/BinaryLeb128Test.php | 91 - tests/src/SpecTestsuites/Core/BinaryTest.php | 112 - tests/src/SpecTestsuites/Core/BlockTest.php | 223 - tests/src/SpecTestsuites/Core/BrIfTest.php | 118 - tests/src/SpecTestsuites/Core/BrTableTest.php | 174 - tests/src/SpecTestsuites/Core/BrTest.php | 97 - tests/src/SpecTestsuites/Core/BulkTest.php | 117 - tests/src/SpecTestsuites/Core/CallIndirectTest.php | 170 - tests/src/SpecTestsuites/Core/CallTest.php | 91 - tests/src/SpecTestsuites/Core/ConstTest.php | 778 ---- tests/src/SpecTestsuites/Core/ConversionsTest.php | 619 --- tests/src/SpecTestsuites/Core/CustomTest.php | 11 - tests/src/SpecTestsuites/Core/DataTest.php | 61 - tests/src/SpecTestsuites/Core/ElemTest.php | 98 - tests/src/SpecTestsuites/Core/EndiannessTest.php | 69 - tests/src/SpecTestsuites/Core/ExportsTest.php | 96 - tests/src/SpecTestsuites/Core/F32BitwiseTest.php | 364 -- tests/src/SpecTestsuites/Core/F32CmpTest.php | 2407 ----------- tests/src/SpecTestsuites/Core/F32Test.php | 2514 ----------- tests/src/SpecTestsuites/Core/F64BitwiseTest.php | 364 -- tests/src/SpecTestsuites/Core/F64CmpTest.php | 2407 ----------- tests/src/SpecTestsuites/Core/F64Test.php | 2514 ----------- tests/src/SpecTestsuites/Core/FacTest.php | 8 - tests/src/SpecTestsuites/Core/FloatExprsTest.php | 900 ---- .../src/SpecTestsuites/Core/FloatLiteralsTest.php | 179 - tests/src/SpecTestsuites/Core/FloatMemoryTest.php | 90 - tests/src/SpecTestsuites/Core/FloatMiscTest.php | 441 -- tests/src/SpecTestsuites/Core/ForwardTest.php | 5 - tests/src/SpecTestsuites/Core/FuncPtrsTest.php | 36 - tests/src/SpecTestsuites/Core/FuncTest.php | 172 - tests/src/SpecTestsuites/Core/GlobalTest.php | 110 - tests/src/SpecTestsuites/Core/I32Test.php | 460 -- tests/src/SpecTestsuites/Core/I64Test.php | 416 -- tests/src/SpecTestsuites/Core/IfTest.php | 241 -- tests/src/SpecTestsuites/Core/ImportsTest.php | 186 - tests/src/SpecTestsuites/Core/InlineModuleTest.php | 1 - tests/src/SpecTestsuites/Core/IntExprsTest.php | 108 - tests/src/SpecTestsuites/Core/IntLiteralsTest.php | 51 - tests/src/SpecTestsuites/Core/LabelsTest.php | 29 - tests/src/SpecTestsuites/Core/LeftToRightTest.php | 96 - tests/src/SpecTestsuites/Core/LinkingTest.php | 132 - tests/src/SpecTestsuites/Core/LoadTest.php | 97 - tests/src/SpecTestsuites/Core/LocalGetTest.php | 36 - tests/src/SpecTestsuites/Core/LocalSetTest.php | 53 - tests/src/SpecTestsuites/Core/LocalTeeTest.php | 97 - tests/src/SpecTestsuites/Core/LoopTest.php | 120 - tests/src/SpecTestsuites/Core/MemoryCopyTest.php | 4450 -------------------- tests/src/SpecTestsuites/Core/MemoryFillTest.php | 100 - tests/src/SpecTestsuites/Core/MemoryGrowTest.php | 96 - tests/src/SpecTestsuites/Core/MemoryInitTest.php | 240 -- .../SpecTestsuites/Core/MemoryRedundancyTest.php | 8 - tests/src/SpecTestsuites/Core/MemorySizeTest.php | 42 - tests/src/SpecTestsuites/Core/MemoryTest.php | 88 - tests/src/SpecTestsuites/Core/MemoryTrapTest.php | 182 - tests/src/SpecTestsuites/Core/NamesTest.php | Bin 149938 -> 131600 bytes tests/src/SpecTestsuites/Core/NopTest.php | 88 - .../SpecTestsuites/Core/ObsoleteKeywordsTest.php | 11 - tests/src/SpecTestsuites/Core/RefFuncTest.php | 17 - tests/src/SpecTestsuites/Core/RefIsNullTest.php | 16 - tests/src/SpecTestsuites/Core/RefNullTest.php | 3 - tests/src/SpecTestsuites/Core/ReturnTest.php | 84 - tests/src/SpecTestsuites/Core/SelectTest.php | 148 - .../SpecTestsuites/Core/SkipStackGuardPageTest.php | 11 - tests/src/SpecTestsuites/Core/StackTest.php | 7 - tests/src/SpecTestsuites/Core/StartTest.php | 20 - tests/src/SpecTestsuites/Core/StoreTest.php | 68 - tests/src/SpecTestsuites/Core/SwitchTest.php | 28 - tests/src/SpecTestsuites/Core/TableCopyTest.php | 1728 -------- tests/src/SpecTestsuites/Core/TableFillTest.php | 45 - tests/src/SpecTestsuites/Core/TableGetTest.php | 16 - tests/src/SpecTestsuites/Core/TableGrowTest.php | 50 - tests/src/SpecTestsuites/Core/TableInitTest.php | 780 ---- tests/src/SpecTestsuites/Core/TableSetTest.php | 26 - tests/src/SpecTestsuites/Core/TableSizeTest.php | 39 - tests/src/SpecTestsuites/Core/TableSubTest.php | 2 - tests/src/SpecTestsuites/Core/TableTest.php | 19 - tests/src/SpecTestsuites/Core/TokenTest.php | 58 - tests/src/SpecTestsuites/Core/TrapsTest.php | 36 - tests/src/SpecTestsuites/Core/TypeTest.php | 3 - tests/src/SpecTestsuites/Core/UnreachableTest.php | 64 - .../SpecTestsuites/Core/UnreachedInvalidTest.php | 118 - .../src/SpecTestsuites/Core/UnreachedValidTest.php | 7 - tests/src/SpecTestsuites/Core/UnwindTest.php | 50 - .../Core/Utf8CustomSectionIdTest.php | 176 - .../SpecTestsuites/Core/Utf8ImportFieldTest.php | 176 - .../SpecTestsuites/Core/Utf8ImportModuleTest.php | 176 - .../Core/Utf8InvalidEncodingTest.php | 176 - 89 files changed, 27433 deletions(-) (limited to 'tests/src') diff --git a/tests/src/SpecTestsuites/Core/AddressTest.php b/tests/src/SpecTestsuites/Core/AddressTest.php index 7c56bb4..01738a3 100644 --- a/tests/src/SpecTestsuites/Core/AddressTest.php +++ b/tests/src/SpecTestsuites/Core/AddressTest.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 AddressTest extends SpecTestsuiteBase @@ -19,7 +18,6 @@ final class AddressTest extends SpecTestsuiteBase ); } - #[Depends('testModule0')] public function testAssertReturn1(): void { $this->runAssertReturnCommand( @@ -29,7 +27,6 @@ final class AddressTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1')] public function testAssertReturn2(): void { $this->runAssertReturnCommand( @@ -39,7 +36,6 @@ final class AddressTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2')] public function testAssertReturn3(): void { $this->runAssertReturnCommand( @@ -49,7 +45,6 @@ final class AddressTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn3')] public function testAssertReturn4(): void { $this->runAssertReturnCommand( @@ -59,7 +54,6 @@ final class AddressTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn4')] public function testAssertReturn5(): void { $this->runAssertReturnCommand( @@ -69,7 +63,6 @@ final class AddressTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn5')] public function testAssertReturn6(): void { $this->runAssertReturnCommand( @@ -79,7 +72,6 @@ final class AddressTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn6')] public function testAssertReturn7(): void { $this->runAssertReturnCommand( @@ -89,7 +81,6 @@ final class AddressTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn7')] public function testAssertReturn8(): void { $this->runAssertReturnCommand( @@ -99,7 +90,6 @@ final class AddressTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn8')] public function testAssertReturn9(): void { $this->runAssertReturnCommand( @@ -109,7 +99,6 @@ final class AddressTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn9')] public function testAssertReturn10(): void { $this->runAssertReturnCommand( @@ -119,7 +108,6 @@ final class AddressTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn10')] public function testAssertReturn11(): void { $this->runAssertReturnCommand( @@ -129,7 +117,6 @@ final class AddressTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn11')] public function testAssertReturn12(): void { $this->runAssertReturnCommand( @@ -139,7 +126,6 @@ final class AddressTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn12')] public function testAssertReturn13(): void { $this->runAssertReturnCommand( @@ -149,7 +135,6 @@ final class AddressTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn13')] public function testAssertReturn14(): void { $this->runAssertReturnCommand( @@ -159,7 +144,6 @@ final class AddressTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn14')] public function testAssertReturn15(): void { $this->runAssertReturnCommand( @@ -169,7 +153,6 @@ final class AddressTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn15')] public function testAssertReturn16(): void { $this->runAssertReturnCommand( @@ -179,7 +162,6 @@ final class AddressTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn16')] public function testAssertReturn17(): void { $this->runAssertReturnCommand( @@ -189,7 +171,6 @@ final class AddressTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn17')] public function testAssertReturn18(): void { $this->runAssertReturnCommand( @@ -199,7 +180,6 @@ final class AddressTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn18')] public function testAssertReturn19(): void { $this->runAssertReturnCommand( @@ -209,7 +189,6 @@ final class AddressTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn19')] public function testAssertReturn20(): void { $this->runAssertReturnCommand( @@ -219,7 +198,6 @@ final class AddressTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn20')] public function testAssertReturn21(): void { $this->runAssertReturnCommand( @@ -229,7 +207,6 @@ final class AddressTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn21')] public function testAssertReturn22(): void { $this->runAssertReturnCommand( @@ -239,7 +216,6 @@ final class AddressTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn22')] public function testAssertReturn23(): void { $this->runAssertReturnCommand( @@ -249,7 +225,6 @@ final class AddressTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn23')] public function testAssertReturn24(): void { $this->runAssertReturnCommand( @@ -259,7 +234,6 @@ final class AddressTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn24')] public function testAssertReturn25(): void { $this->runAssertReturnCommand( @@ -269,7 +243,6 @@ final class AddressTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn25')] public function testAssertReturn26(): void { $this->runAssertReturnCommand( @@ -279,7 +252,6 @@ final class AddressTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn26')] public function testAssertReturn27(): void { $this->runAssertReturnCommand( @@ -289,7 +261,6 @@ final class AddressTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn27')] public function testAssertReturn28(): void { $this->runAssertReturnCommand( @@ -299,7 +270,6 @@ final class AddressTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn28')] public function testAssertReturn29(): void { $this->runAssertReturnCommand( @@ -309,7 +279,6 @@ final class AddressTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn29')] public function testAssertReturn30(): void { $this->runAssertReturnCommand( @@ -319,7 +288,6 @@ final class AddressTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn30')] public function testAssertReturn31(): void { $this->runAssertReturnCommand( @@ -329,7 +297,6 @@ final class AddressTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn31')] public function testAssertReturn32(): void { $this->runAssertReturnCommand( @@ -339,7 +306,6 @@ final class AddressTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn32')] public function testAssertReturn33(): void { $this->runAssertReturnCommand( @@ -349,7 +315,6 @@ final class AddressTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn33')] public function testAssertReturn34(): void { $this->runAssertReturnCommand( @@ -359,7 +324,6 @@ final class AddressTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn34')] public function testAssertReturn35(): void { $this->runAssertReturnCommand( @@ -369,7 +333,6 @@ final class AddressTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn35')] public function testAssertReturn36(): void { $this->runAssertReturnCommand( @@ -379,7 +342,6 @@ final class AddressTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn36')] public function testAssertReturn37(): void { $this->runAssertReturnCommand( @@ -389,7 +351,6 @@ final class AddressTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn37')] public function testAssertReturn38(): void { $this->runAssertReturnCommand( @@ -399,7 +360,6 @@ final class AddressTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn38')] public function testAssertReturn39(): void { $this->runAssertReturnCommand( @@ -409,7 +369,6 @@ final class AddressTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn39')] public function testAssertReturn40(): void { $this->runAssertReturnCommand( @@ -419,7 +378,6 @@ final class AddressTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn40')] public function testAssertReturn41(): void { $this->runAssertReturnCommand( @@ -429,7 +387,6 @@ final class AddressTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn41')] public function testAssertReturn42(): void { $this->runAssertReturnCommand( @@ -439,7 +396,6 @@ final class AddressTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn42')] public function testAssertReturn43(): void { $this->runAssertReturnCommand( @@ -449,7 +405,6 @@ final class AddressTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn43')] public function testAssertReturn44(): void { $this->runAssertReturnCommand( @@ -459,7 +414,6 @@ final class AddressTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn44')] public function testAssertReturn45(): void { $this->runAssertReturnCommand( @@ -469,7 +423,6 @@ final class AddressTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn45')] public function testAssertReturn46(): void { $this->runAssertReturnCommand( @@ -479,7 +432,6 @@ final class AddressTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn46')] public function testAssertReturn47(): void { $this->runAssertReturnCommand( @@ -489,7 +441,6 @@ final class AddressTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn47')] public function testAssertReturn48(): void { $this->runAssertReturnCommand( @@ -499,7 +450,6 @@ final class AddressTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn48')] public function testAssertReturn49(): void { $this->runAssertReturnCommand( @@ -509,7 +459,6 @@ final class AddressTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn49')] public function testAssertReturn50(): void { $this->runAssertReturnCommand( @@ -519,7 +468,6 @@ final class AddressTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn50')] public function testAssertReturn51(): void { $this->runAssertReturnCommand( @@ -529,7 +477,6 @@ final class AddressTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn51')] public function testAssertReturn52(): void { $this->runAssertReturnCommand( @@ -539,7 +486,6 @@ final class AddressTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn52')] public function testAssertReturn53(): void { $this->runAssertReturnCommand( @@ -549,7 +495,6 @@ final class AddressTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn53')] public function testAssertReturn54(): void { $this->runAssertReturnCommand( @@ -559,7 +504,6 @@ final class AddressTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn54')] public function testAssertReturn55(): void { $this->runAssertReturnCommand( @@ -569,7 +513,6 @@ final class AddressTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn55')] public function testAssertReturn56(): void { $this->runAssertReturnCommand( @@ -579,7 +522,6 @@ final class AddressTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn56')] public function testAssertReturn57(): void { $this->runAssertReturnCommand( @@ -589,7 +531,6 @@ final class AddressTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn57')] public function testAssertReturn58(): void { $this->runAssertReturnCommand( @@ -599,7 +540,6 @@ final class AddressTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn58')] public function testAssertReturn59(): void { $this->runAssertReturnCommand( @@ -609,7 +549,6 @@ final class AddressTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn59')] public function testAssertReturn60(): void { $this->runAssertReturnCommand( @@ -619,7 +558,6 @@ final class AddressTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn60')] public function testAssertReturn61(): void { $this->runAssertReturnCommand( @@ -629,7 +567,6 @@ final class AddressTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn61')] public function testAssertReturn62(): void { $this->runAssertReturnCommand( @@ -639,7 +576,6 @@ final class AddressTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn62')] public function testAssertReturn63(): void { $this->runAssertReturnCommand( @@ -649,7 +585,6 @@ final class AddressTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn63')] public function testAssertReturn64(): void { $this->runAssertReturnCommand( @@ -659,7 +594,6 @@ final class AddressTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn64')] public function testAssertReturn65(): void { $this->runAssertReturnCommand( @@ -669,7 +603,6 @@ final class AddressTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn65')] public function testAssertReturn66(): void { $this->runAssertReturnCommand( @@ -679,7 +612,6 @@ final class AddressTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn66')] public function testAssertReturn67(): void { $this->runAssertReturnCommand( @@ -689,7 +621,6 @@ final class AddressTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn67')] public function testAssertReturn68(): void { $this->runAssertReturnCommand( @@ -699,7 +630,6 @@ final class AddressTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn68')] public function testAssertReturn69(): void { $this->runAssertReturnCommand( @@ -709,7 +639,6 @@ final class AddressTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn69')] public function testAssertReturn70(): void { $this->runAssertReturnCommand( @@ -719,7 +648,6 @@ final class AddressTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn70')] public function testAssertReturn71(): void { $this->runAssertReturnCommand( @@ -729,7 +657,6 @@ final class AddressTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn71')] public function testAssertReturn72(): void { $this->runAssertReturnCommand( @@ -739,7 +666,6 @@ final class AddressTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn72')] public function testAssertReturn73(): void { $this->runAssertReturnCommand( @@ -749,7 +675,6 @@ final class AddressTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn73')] public function testAssertReturn74(): void { $this->runAssertReturnCommand( @@ -759,7 +684,6 @@ final class AddressTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn74')] public function testAssertTrap75(): void { $this->runAssertTrapCommand( @@ -769,7 +693,6 @@ final class AddressTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap75')] public function testAssertTrap76(): void { $this->runAssertTrapCommand( @@ -779,7 +702,6 @@ final class AddressTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap76')] public function testAssertTrap77(): void { $this->runAssertTrapCommand( @@ -789,7 +711,6 @@ final class AddressTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap77')] public function testAssertTrap78(): void { $this->runAssertTrapCommand( @@ -799,7 +720,6 @@ final class AddressTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap78')] public function testAssertTrap79(): void { $this->runAssertTrapCommand( @@ -809,7 +729,6 @@ final class AddressTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap79')] public function testAssertTrap80(): void { $this->runAssertTrapCommand( @@ -819,7 +738,6 @@ final class AddressTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap80')] public function testAssertTrap81(): void { $this->runAssertTrapCommand( @@ -829,7 +747,6 @@ final class AddressTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap81')] public function testAssertTrap82(): void { $this->runAssertTrapCommand( @@ -839,7 +756,6 @@ final class AddressTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap82')] public function testAssertTrap83(): void { $this->runAssertTrapCommand( @@ -849,7 +765,6 @@ final class AddressTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap83')] public function testAssertTrap84(): void { $this->runAssertTrapCommand( @@ -859,7 +774,6 @@ final class AddressTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap84')] public function testAssertTrap85(): void { $this->runAssertTrapCommand( @@ -869,7 +783,6 @@ final class AddressTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap85')] public function testAssertTrap86(): void { $this->runAssertTrapCommand( @@ -879,7 +792,6 @@ final class AddressTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap86')] public function testAssertTrap87(): void { $this->runAssertTrapCommand( @@ -889,7 +801,6 @@ final class AddressTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap87')] public function testAssertTrap88(): void { $this->runAssertTrapCommand( @@ -899,7 +810,6 @@ final class AddressTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap88')] public function testAssertTrap89(): void { $this->runAssertTrapCommand( @@ -909,7 +819,6 @@ final class AddressTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap89')] public function testAssertTrap90(): void { $this->runAssertTrapCommand( @@ -919,7 +828,6 @@ final class AddressTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap90')] public function testAssertTrap91(): void { $this->runAssertTrapCommand( @@ -930,12 +838,10 @@ final class AddressTest extends SpecTestsuiteBase } #[DoesNotPerformAssertions] - #[Depends('testAssertTrap91')] public function testAssertMalformed92(): void { } - #[Depends('testAssertMalformed92')] public function testModule93(): void { $this->runModuleCommand( @@ -945,7 +851,6 @@ final class AddressTest extends SpecTestsuiteBase ); } - #[Depends('testModule93')] public function testAssertReturn94(): void { $this->runAssertReturnCommand( @@ -955,7 +860,6 @@ final class AddressTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn94')] public function testAssertReturn95(): void { $this->runAssertReturnCommand( @@ -965,7 +869,6 @@ final class AddressTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn95')] public function testAssertReturn96(): void { $this->runAssertReturnCommand( @@ -975,7 +878,6 @@ final class AddressTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn96')] public function testAssertReturn97(): void { $this->runAssertReturnCommand( @@ -985,7 +887,6 @@ final class AddressTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn97')] public function testAssertReturn98(): void { $this->runAssertReturnCommand( @@ -995,7 +896,6 @@ final class AddressTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn98')] public function testAssertReturn99(): void { $this->runAssertReturnCommand( @@ -1005,7 +905,6 @@ final class AddressTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn99')] public function testAssertReturn100(): void { $this->runAssertReturnCommand( @@ -1015,7 +914,6 @@ final class AddressTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn100')] public function testAssertReturn101(): void { $this->runAssertReturnCommand( @@ -1025,7 +923,6 @@ final class AddressTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn101')] public function testAssertReturn102(): void { $this->runAssertReturnCommand( @@ -1035,7 +932,6 @@ final class AddressTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn102')] public function testAssertReturn103(): void { $this->runAssertReturnCommand( @@ -1045,7 +941,6 @@ final class AddressTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn103')] public function testAssertReturn104(): void { $this->runAssertReturnCommand( @@ -1055,7 +950,6 @@ final class AddressTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn104')] public function testAssertReturn105(): void { $this->runAssertReturnCommand( @@ -1065,7 +959,6 @@ final class AddressTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn105')] public function testAssertReturn106(): void { $this->runAssertReturnCommand( @@ -1075,7 +968,6 @@ final class AddressTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn106')] public function testAssertReturn107(): void { $this->runAssertReturnCommand( @@ -1085,7 +977,6 @@ final class AddressTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn107')] public function testAssertReturn108(): void { $this->runAssertReturnCommand( @@ -1095,7 +986,6 @@ final class AddressTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn108')] public function testAssertReturn109(): void { $this->runAssertReturnCommand( @@ -1105,7 +995,6 @@ final class AddressTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn109')] public function testAssertReturn110(): void { $this->runAssertReturnCommand( @@ -1115,7 +1004,6 @@ final class AddressTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn110')] public function testAssertReturn111(): void { $this->runAssertReturnCommand( @@ -1125,7 +1013,6 @@ final class AddressTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn111')] public function testAssertReturn112(): void { $this->runAssertReturnCommand( @@ -1135,7 +1022,6 @@ final class AddressTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn112')] public function testAssertReturn113(): void { $this->runAssertReturnCommand( @@ -1145,7 +1031,6 @@ final class AddressTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn113')] public function testAssertReturn114(): void { $this->runAssertReturnCommand( @@ -1155,7 +1040,6 @@ final class AddressTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn114')] public function testAssertReturn115(): void { $this->runAssertReturnCommand( @@ -1165,7 +1049,6 @@ final class AddressTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn115')] public function testAssertReturn116(): void { $this->runAssertReturnCommand( @@ -1175,7 +1058,6 @@ final class AddressTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn116')] public function testAssertReturn117(): void { $this->runAssertReturnCommand( @@ -1185,7 +1067,6 @@ final class AddressTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn117')] public function testAssertReturn118(): void { $this->runAssertReturnCommand( @@ -1195,7 +1076,6 @@ final class AddressTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn118')] public function testAssertReturn119(): void { $this->runAssertReturnCommand( @@ -1205,7 +1085,6 @@ final class AddressTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn119')] public function testAssertReturn120(): void { $this->runAssertReturnCommand( @@ -1215,7 +1094,6 @@ final class AddressTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn120')] public function testAssertReturn121(): void { $this->runAssertReturnCommand( @@ -1225,7 +1103,6 @@ final class AddressTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn121')] public function testAssertReturn122(): void { $this->runAssertReturnCommand( @@ -1235,7 +1112,6 @@ final class AddressTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn122')] public function testAssertReturn123(): void { $this->runAssertReturnCommand( @@ -1245,7 +1121,6 @@ final class AddressTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn123')] public function testAssertReturn124(): void { $this->runAssertReturnCommand( @@ -1255,7 +1130,6 @@ final class AddressTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn124')] public function testAssertReturn125(): void { $this->runAssertReturnCommand( @@ -1265,7 +1139,6 @@ final class AddressTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn125')] public function testAssertReturn126(): void { $this->runAssertReturnCommand( @@ -1275,7 +1148,6 @@ final class AddressTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn126')] public function testAssertReturn127(): void { $this->runAssertReturnCommand( @@ -1285,7 +1157,6 @@ final class AddressTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn127')] public function testAssertReturn128(): void { $this->runAssertReturnCommand( @@ -1295,7 +1166,6 @@ final class AddressTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn128')] public function testAssertReturn129(): void { $this->runAssertReturnCommand( @@ -1305,7 +1175,6 @@ final class AddressTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn129')] public function testAssertReturn130(): void { $this->runAssertReturnCommand( @@ -1315,7 +1184,6 @@ final class AddressTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn130')] public function testAssertReturn131(): void { $this->runAssertReturnCommand( @@ -1325,7 +1193,6 @@ final class AddressTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn131')] public function testAssertReturn132(): void { $this->runAssertReturnCommand( @@ -1335,7 +1202,6 @@ final class AddressTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn132')] public function testAssertReturn133(): void { $this->runAssertReturnCommand( @@ -1345,7 +1211,6 @@ final class AddressTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn133')] public function testAssertReturn134(): void { $this->runAssertReturnCommand( @@ -1355,7 +1220,6 @@ final class AddressTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn134')] public function testAssertReturn135(): void { $this->runAssertReturnCommand( @@ -1365,7 +1229,6 @@ final class AddressTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn135')] public function testAssertReturn136(): void { $this->runAssertReturnCommand( @@ -1375,7 +1238,6 @@ final class AddressTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn136')] public function testAssertReturn137(): void { $this->runAssertReturnCommand( @@ -1385,7 +1247,6 @@ final class AddressTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn137')] public function testAssertReturn138(): void { $this->runAssertReturnCommand( @@ -1395,7 +1256,6 @@ final class AddressTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn138')] public function testAssertReturn139(): void { $this->runAssertReturnCommand( @@ -1405,7 +1265,6 @@ final class AddressTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn139')] public function testAssertReturn140(): void { $this->runAssertReturnCommand( @@ -1415,7 +1274,6 @@ final class AddressTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn140')] public function testAssertReturn141(): void { $this->runAssertReturnCommand( @@ -1425,7 +1283,6 @@ final class AddressTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn141')] public function testAssertReturn142(): void { $this->runAssertReturnCommand( @@ -1435,7 +1292,6 @@ final class AddressTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn142')] public function testAssertReturn143(): void { $this->runAssertReturnCommand( @@ -1445,7 +1301,6 @@ final class AddressTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn143')] public function testAssertReturn144(): void { $this->runAssertReturnCommand( @@ -1455,7 +1310,6 @@ final class AddressTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn144')] public function testAssertReturn145(): void { $this->runAssertReturnCommand( @@ -1465,7 +1319,6 @@ final class AddressTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn145')] public function testAssertReturn146(): void { $this->runAssertReturnCommand( @@ -1475,7 +1328,6 @@ final class AddressTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn146')] public function testAssertReturn147(): void { $this->runAssertReturnCommand( @@ -1485,7 +1337,6 @@ final class AddressTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn147')] public function testAssertReturn148(): void { $this->runAssertReturnCommand( @@ -1495,7 +1346,6 @@ final class AddressTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn148')] public function testAssertReturn149(): void { $this->runAssertReturnCommand( @@ -1505,7 +1355,6 @@ final class AddressTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn149')] public function testAssertReturn150(): void { $this->runAssertReturnCommand( @@ -1515,7 +1364,6 @@ final class AddressTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn150')] public function testAssertReturn151(): void { $this->runAssertReturnCommand( @@ -1525,7 +1373,6 @@ final class AddressTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn151')] public function testAssertReturn152(): void { $this->runAssertReturnCommand( @@ -1535,7 +1382,6 @@ final class AddressTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn152')] public function testAssertReturn153(): void { $this->runAssertReturnCommand( @@ -1545,7 +1391,6 @@ final class AddressTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn153')] public function testAssertReturn154(): void { $this->runAssertReturnCommand( @@ -1555,7 +1400,6 @@ final class AddressTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn154')] public function testAssertReturn155(): void { $this->runAssertReturnCommand( @@ -1565,7 +1409,6 @@ final class AddressTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn155')] public function testAssertReturn156(): void { $this->runAssertReturnCommand( @@ -1575,7 +1418,6 @@ final class AddressTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn156')] public function testAssertReturn157(): void { $this->runAssertReturnCommand( @@ -1585,7 +1427,6 @@ final class AddressTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn157')] public function testAssertReturn158(): void { $this->runAssertReturnCommand( @@ -1595,7 +1436,6 @@ final class AddressTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn158')] public function testAssertReturn159(): void { $this->runAssertReturnCommand( @@ -1605,7 +1445,6 @@ final class AddressTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn159')] public function testAssertReturn160(): void { $this->runAssertReturnCommand( @@ -1615,7 +1454,6 @@ final class AddressTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn160')] public function testAssertReturn161(): void { $this->runAssertReturnCommand( @@ -1625,7 +1463,6 @@ final class AddressTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn161')] public function testAssertReturn162(): void { $this->runAssertReturnCommand( @@ -1635,7 +1472,6 @@ final class AddressTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn162')] public function testAssertReturn163(): void { $this->runAssertReturnCommand( @@ -1645,7 +1481,6 @@ final class AddressTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn163')] public function testAssertReturn164(): void { $this->runAssertReturnCommand( @@ -1655,7 +1490,6 @@ final class AddressTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn164')] public function testAssertReturn165(): void { $this->runAssertReturnCommand( @@ -1665,7 +1499,6 @@ final class AddressTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn165')] public function testAssertReturn166(): void { $this->runAssertReturnCommand( @@ -1675,7 +1508,6 @@ final class AddressTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn166')] public function testAssertReturn167(): void { $this->runAssertReturnCommand( @@ -1685,7 +1517,6 @@ final class AddressTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn167')] public function testAssertReturn168(): void { $this->runAssertReturnCommand( @@ -1695,7 +1526,6 @@ final class AddressTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn168')] public function testAssertReturn169(): void { $this->runAssertReturnCommand( @@ -1705,7 +1535,6 @@ final class AddressTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn169')] public function testAssertReturn170(): void { $this->runAssertReturnCommand( @@ -1715,7 +1544,6 @@ final class AddressTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn170')] public function testAssertReturn171(): void { $this->runAssertReturnCommand( @@ -1725,7 +1553,6 @@ final class AddressTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn171')] public function testAssertReturn172(): void { $this->runAssertReturnCommand( @@ -1735,7 +1562,6 @@ final class AddressTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn172')] public function testAssertReturn173(): void { $this->runAssertReturnCommand( @@ -1745,7 +1571,6 @@ final class AddressTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn173')] public function testAssertReturn174(): void { $this->runAssertReturnCommand( @@ -1755,7 +1580,6 @@ final class AddressTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn174')] public function testAssertReturn175(): void { $this->runAssertReturnCommand( @@ -1765,7 +1589,6 @@ final class AddressTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn175')] public function testAssertReturn176(): void { $this->runAssertReturnCommand( @@ -1775,7 +1598,6 @@ final class AddressTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn176')] public function testAssertReturn177(): void { $this->runAssertReturnCommand( @@ -1785,7 +1607,6 @@ final class AddressTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn177')] public function testAssertReturn178(): void { $this->runAssertReturnCommand( @@ -1795,7 +1616,6 @@ final class AddressTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn178')] public function testAssertReturn179(): void { $this->runAssertReturnCommand( @@ -1805,7 +1625,6 @@ final class AddressTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn179')] public function testAssertReturn180(): void { $this->runAssertReturnCommand( @@ -1815,7 +1634,6 @@ final class AddressTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn180')] public function testAssertReturn181(): void { $this->runAssertReturnCommand( @@ -1825,7 +1643,6 @@ final class AddressTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn181')] public function testAssertReturn182(): void { $this->runAssertReturnCommand( @@ -1835,7 +1652,6 @@ final class AddressTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn182')] public function testAssertReturn183(): void { $this->runAssertReturnCommand( @@ -1845,7 +1661,6 @@ final class AddressTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn183')] public function testAssertReturn184(): void { $this->runAssertReturnCommand( @@ -1855,7 +1670,6 @@ final class AddressTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn184')] public function testAssertReturn185(): void { $this->runAssertReturnCommand( @@ -1865,7 +1679,6 @@ final class AddressTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn185')] public function testAssertReturn186(): void { $this->runAssertReturnCommand( @@ -1875,7 +1688,6 @@ final class AddressTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn186')] public function testAssertReturn187(): void { $this->runAssertReturnCommand( @@ -1885,7 +1697,6 @@ final class AddressTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn187')] public function testAssertReturn188(): void { $this->runAssertReturnCommand( @@ -1895,7 +1706,6 @@ final class AddressTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn188')] public function testAssertReturn189(): void { $this->runAssertReturnCommand( @@ -1905,7 +1715,6 @@ final class AddressTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn189')] public function testAssertReturn190(): void { $this->runAssertReturnCommand( @@ -1915,7 +1724,6 @@ final class AddressTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn190')] public function testAssertReturn191(): void { $this->runAssertReturnCommand( @@ -1925,7 +1733,6 @@ final class AddressTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn191')] public function testAssertReturn192(): void { $this->runAssertReturnCommand( @@ -1935,7 +1742,6 @@ final class AddressTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn192')] public function testAssertReturn193(): void { $this->runAssertReturnCommand( @@ -1945,7 +1751,6 @@ final class AddressTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn193')] public function testAssertReturn194(): void { $this->runAssertReturnCommand( @@ -1955,7 +1760,6 @@ final class AddressTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn194')] public function testAssertReturn195(): void { $this->runAssertReturnCommand( @@ -1965,7 +1769,6 @@ final class AddressTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn195')] public function testAssertReturn196(): void { $this->runAssertReturnCommand( @@ -1975,7 +1778,6 @@ final class AddressTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn196')] public function testAssertReturn197(): void { $this->runAssertReturnCommand( @@ -1985,7 +1787,6 @@ final class AddressTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn197')] public function testAssertTrap198(): void { $this->runAssertTrapCommand( @@ -1995,7 +1796,6 @@ final class AddressTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap198')] public function testAssertTrap199(): void { $this->runAssertTrapCommand( @@ -2005,7 +1805,6 @@ final class AddressTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap199')] public function testAssertTrap200(): void { $this->runAssertTrapCommand( @@ -2015,7 +1814,6 @@ final class AddressTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap200')] public function testAssertTrap201(): void { $this->runAssertTrapCommand( @@ -2025,7 +1823,6 @@ final class AddressTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap201')] public function testAssertTrap202(): void { $this->runAssertTrapCommand( @@ -2035,7 +1832,6 @@ final class AddressTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap202')] public function testAssertTrap203(): void { $this->runAssertTrapCommand( @@ -2045,7 +1841,6 @@ final class AddressTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap203')] public function testAssertTrap204(): void { $this->runAssertTrapCommand( @@ -2055,7 +1850,6 @@ final class AddressTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap204')] public function testAssertTrap205(): void { $this->runAssertTrapCommand( @@ -2065,7 +1859,6 @@ final class AddressTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap205')] public function testAssertTrap206(): void { $this->runAssertTrapCommand( @@ -2075,7 +1868,6 @@ final class AddressTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap206')] public function testAssertTrap207(): void { $this->runAssertTrapCommand( @@ -2085,7 +1877,6 @@ final class AddressTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap207')] public function testAssertTrap208(): void { $this->runAssertTrapCommand( @@ -2095,7 +1886,6 @@ final class AddressTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap208')] public function testAssertTrap209(): void { $this->runAssertTrapCommand( @@ -2105,7 +1895,6 @@ final class AddressTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap209')] public function testAssertTrap210(): void { $this->runAssertTrapCommand( @@ -2115,7 +1904,6 @@ final class AddressTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap210')] public function testAssertTrap211(): void { $this->runAssertTrapCommand( @@ -2125,7 +1913,6 @@ final class AddressTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap211')] public function testAssertTrap212(): void { $this->runAssertTrapCommand( @@ -2135,7 +1922,6 @@ final class AddressTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap212')] public function testAssertTrap213(): void { $this->runAssertTrapCommand( @@ -2145,7 +1931,6 @@ final class AddressTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap213')] public function testAssertTrap214(): void { $this->runAssertTrapCommand( @@ -2155,7 +1940,6 @@ final class AddressTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap214')] public function testAssertTrap215(): void { $this->runAssertTrapCommand( @@ -2165,7 +1949,6 @@ final class AddressTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap215')] public function testAssertTrap216(): void { $this->runAssertTrapCommand( @@ -2175,7 +1958,6 @@ final class AddressTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap216')] public function testAssertTrap217(): void { $this->runAssertTrapCommand( @@ -2185,7 +1967,6 @@ final class AddressTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap217')] public function testAssertTrap218(): void { $this->runAssertTrapCommand( @@ -2195,7 +1976,6 @@ final class AddressTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap218')] public function testAssertTrap219(): void { $this->runAssertTrapCommand( @@ -2205,7 +1985,6 @@ final class AddressTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap219')] public function testModule220(): void { $this->runModuleCommand( @@ -2215,7 +1994,6 @@ final class AddressTest extends SpecTestsuiteBase ); } - #[Depends('testModule220')] public function testAssertReturn221(): void { $this->runAssertReturnCommand( @@ -2225,7 +2003,6 @@ final class AddressTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn221')] public function testAssertReturn222(): void { $this->runAssertReturnCommand( @@ -2235,7 +2012,6 @@ final class AddressTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn222')] public function testAssertReturn223(): void { $this->runAssertReturnCommand( @@ -2245,7 +2021,6 @@ final class AddressTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn223')] public function testAssertReturn224(): void { $this->runAssertReturnCommand( @@ -2255,7 +2030,6 @@ final class AddressTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn224')] public function testAssertReturn225(): void { $this->runAssertReturnCommand( @@ -2265,7 +2039,6 @@ final class AddressTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn225')] public function testAssertReturn226(): void { $this->runAssertReturnCommand( @@ -2275,7 +2048,6 @@ final class AddressTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn226')] public function testAssertReturn227(): void { $this->runAssertReturnCommand( @@ -2285,7 +2057,6 @@ final class AddressTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn227')] public function testAssertReturn228(): void { $this->runAssertReturnCommand( @@ -2295,7 +2066,6 @@ final class AddressTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn228')] public function testAssertReturn229(): void { $this->runAssertReturnCommand( @@ -2305,7 +2075,6 @@ final class AddressTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn229')] public function testAssertReturn230(): void { $this->runAssertReturnCommand( @@ -2315,7 +2084,6 @@ final class AddressTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn230')] public function testAssertReturn231(): void { $this->runAssertReturnCommand( @@ -2325,7 +2093,6 @@ final class AddressTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn231')] public function testAssertReturn232(): void { $this->runAssertReturnCommand( @@ -2335,7 +2102,6 @@ final class AddressTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn232')] public function testAssertReturn233(): void { $this->runAssertReturnCommand( @@ -2345,7 +2111,6 @@ final class AddressTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn233')] public function testAssertReturn234(): void { $this->runAssertReturnCommand( @@ -2355,7 +2120,6 @@ final class AddressTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn234')] public function testAssertTrap235(): void { $this->runAssertTrapCommand( @@ -2365,7 +2129,6 @@ final class AddressTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap235')] public function testAssertTrap236(): void { $this->runAssertTrapCommand( @@ -2375,7 +2138,6 @@ final class AddressTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap236')] public function testAssertTrap237(): void { $this->runAssertTrapCommand( @@ -2385,7 +2147,6 @@ final class AddressTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap237')] public function testAssertTrap238(): void { $this->runAssertTrapCommand( @@ -2395,7 +2156,6 @@ final class AddressTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap238')] public function testAssertTrap239(): void { $this->runAssertTrapCommand( @@ -2405,7 +2165,6 @@ final class AddressTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap239')] public function testModule240(): void { $this->runModuleCommand( @@ -2415,7 +2174,6 @@ final class AddressTest extends SpecTestsuiteBase ); } - #[Depends('testModule240')] public function testAssertReturn241(): void { $this->runAssertReturnCommand( @@ -2425,7 +2183,6 @@ final class AddressTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn241')] public function testAssertReturn242(): void { $this->runAssertReturnCommand( @@ -2435,7 +2192,6 @@ final class AddressTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn242')] public function testAssertReturn243(): void { $this->runAssertReturnCommand( @@ -2445,7 +2201,6 @@ final class AddressTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn243')] public function testAssertReturn244(): void { $this->runAssertReturnCommand( @@ -2455,7 +2210,6 @@ final class AddressTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn244')] public function testAssertReturn245(): void { $this->runAssertReturnCommand( @@ -2465,7 +2219,6 @@ final class AddressTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn245')] public function testAssertReturn246(): void { $this->runAssertReturnCommand( @@ -2475,7 +2228,6 @@ final class AddressTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn246')] public function testAssertReturn247(): void { $this->runAssertReturnCommand( @@ -2485,7 +2237,6 @@ final class AddressTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn247')] public function testAssertReturn248(): void { $this->runAssertReturnCommand( @@ -2495,7 +2246,6 @@ final class AddressTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn248')] public function testAssertReturn249(): void { $this->runAssertReturnCommand( @@ -2505,7 +2255,6 @@ final class AddressTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn249')] public function testAssertReturn250(): void { $this->runAssertReturnCommand( @@ -2515,7 +2264,6 @@ final class AddressTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn250')] public function testAssertReturn251(): void { $this->runAssertReturnCommand( @@ -2525,7 +2273,6 @@ final class AddressTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn251')] public function testAssertReturn252(): void { $this->runAssertReturnCommand( @@ -2535,7 +2282,6 @@ final class AddressTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn252')] public function testAssertReturn253(): void { $this->runAssertReturnCommand( @@ -2545,7 +2291,6 @@ final class AddressTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn253')] public function testAssertReturn254(): void { $this->runAssertReturnCommand( @@ -2555,7 +2300,6 @@ final class AddressTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn254')] public function testAssertTrap255(): void { $this->runAssertTrapCommand( @@ -2565,7 +2309,6 @@ final class AddressTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap255')] public function testAssertTrap256(): void { $this->runAssertTrapCommand( @@ -2575,7 +2318,6 @@ final class AddressTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap256')] public function testAssertTrap257(): void { $this->runAssertTrapCommand( @@ -2585,7 +2327,6 @@ final class AddressTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap257')] public function testAssertTrap258(): void { $this->runAssertTrapCommand( @@ -2595,7 +2336,6 @@ final class AddressTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap258')] public function testAssertTrap259(): void { $this->runAssertTrapCommand( diff --git a/tests/src/SpecTestsuites/Core/AlignTest.php b/tests/src/SpecTestsuites/Core/AlignTest.php index 3403702..473f56d 100644 --- a/tests/src/SpecTestsuites/Core/AlignTest.php +++ b/tests/src/SpecTestsuites/Core/AlignTest.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 AlignTest extends SpecTestsuiteBase @@ -19,7 +18,6 @@ final class AlignTest extends SpecTestsuiteBase ); } - #[Depends('testModule0')] public function testModule1(): void { $this->runModuleCommand( @@ -29,7 +27,6 @@ final class AlignTest extends SpecTestsuiteBase ); } - #[Depends('testModule1')] public function testModule2(): void { $this->runModuleCommand( @@ -39,7 +36,6 @@ final class AlignTest extends SpecTestsuiteBase ); } - #[Depends('testModule2')] public function testModule3(): void { $this->runModuleCommand( @@ -49,7 +45,6 @@ final class AlignTest extends SpecTestsuiteBase ); } - #[Depends('testModule3')] public function testModule4(): void { $this->runModuleCommand( @@ -59,7 +54,6 @@ final class AlignTest extends SpecTestsuiteBase ); } - #[Depends('testModule4')] public function testModule5(): void { $this->runModuleCommand( @@ -69,7 +63,6 @@ final class AlignTest extends SpecTestsuiteBase ); } - #[Depends('testModule5')] public function testModule6(): void { $this->runModuleCommand( @@ -79,7 +72,6 @@ final class AlignTest extends SpecTestsuiteBase ); } - #[Depends('testModule6')] public function testModule7(): void { $this->runModuleCommand( @@ -89,7 +81,6 @@ final class AlignTest extends SpecTestsuiteBase ); } - #[Depends('testModule7')] public function testModule8(): void { $this->runModuleCommand( @@ -99,7 +90,6 @@ final class AlignTest extends SpecTestsuiteBase ); } - #[Depends('testModule8')] public function testModule9(): void { $this->runModuleCommand( @@ -109,7 +99,6 @@ final class AlignTest extends SpecTestsuiteBase ); } - #[Depends('testModule9')] public function testModule10(): void { $this->runModuleCommand( @@ -119,7 +108,6 @@ final class AlignTest extends SpecTestsuiteBase ); } - #[Depends('testModule10')] public function testModule11(): void { $this->runModuleCommand( @@ -129,7 +117,6 @@ final class AlignTest extends SpecTestsuiteBase ); } - #[Depends('testModule11')] public function testModule12(): void { $this->runModuleCommand( @@ -139,7 +126,6 @@ final class AlignTest extends SpecTestsuiteBase ); } - #[Depends('testModule12')] public function testModule13(): void { $this->runModuleCommand( @@ -149,7 +135,6 @@ final class AlignTest extends SpecTestsuiteBase ); } - #[Depends('testModule13')] public function testModule14(): void { $this->runModuleCommand( @@ -159,7 +144,6 @@ final class AlignTest extends SpecTestsuiteBase ); } - #[Depends('testModule14')] public function testModule15(): void { $this->runModuleCommand( @@ -169,7 +153,6 @@ final class AlignTest extends SpecTestsuiteBase ); } - #[Depends('testModule15')] public function testModule16(): void { $this->runModuleCommand( @@ -179,7 +162,6 @@ final class AlignTest extends SpecTestsuiteBase ); } - #[Depends('testModule16')] public function testModule17(): void { $this->runModuleCommand( @@ -189,7 +171,6 @@ final class AlignTest extends SpecTestsuiteBase ); } - #[Depends('testModule17')] public function testModule18(): void { $this->runModuleCommand( @@ -199,7 +180,6 @@ final class AlignTest extends SpecTestsuiteBase ); } - #[Depends('testModule18')] public function testModule19(): void { $this->runModuleCommand( @@ -209,7 +189,6 @@ final class AlignTest extends SpecTestsuiteBase ); } - #[Depends('testModule19')] public function testModule20(): void { $this->runModuleCommand( @@ -219,7 +198,6 @@ final class AlignTest extends SpecTestsuiteBase ); } - #[Depends('testModule20')] public function testModule21(): void { $this->runModuleCommand( @@ -229,7 +207,6 @@ final class AlignTest extends SpecTestsuiteBase ); } - #[Depends('testModule21')] public function testModule22(): void { $this->runModuleCommand( @@ -240,282 +217,235 @@ final class AlignTest extends SpecTestsuiteBase } #[DoesNotPerformAssertions] - #[Depends('testModule22')] public function testAssertMalformed23(): void { } #[DoesNotPerformAssertions] - #[Depends('testAssertMalformed23')] public function testAssertMalformed24(): void { } #[DoesNotPerformAssertions] - #[Depends('testAssertMalformed24')] public function testAssertMalformed25(): void { } #[DoesNotPerformAssertions] - #[Depends('testAssertMalformed25')] public function testAssertMalformed26(): void { } #[DoesNotPerformAssertions] - #[Depends('testAssertMalformed26')] public function testAssertMalformed27(): void { } #[DoesNotPerformAssertions] - #[Depends('testAssertMalformed27')] public function testAssertMalformed28(): void { } #[DoesNotPerformAssertions] - #[Depends('testAssertMalformed28')] public function testAssertMalformed29(): void { } #[DoesNotPerformAssertions] - #[Depends('testAssertMalformed29')] public function testAssertMalformed30(): void { } #[DoesNotPerformAssertions] - #[Depends('testAssertMalformed30')] public function testAssertMalformed31(): void { } #[DoesNotPerformAssertions] - #[Depends('testAssertMalformed31')] public function testAssertMalformed32(): void { } #[DoesNotPerformAssertions] - #[Depends('testAssertMalformed32')] public function testAssertMalformed33(): void { } #[DoesNotPerformAssertions] - #[Depends('testAssertMalformed33')] public function testAssertMalformed34(): void { } #[DoesNotPerformAssertions] - #[Depends('testAssertMalformed34')] public function testAssertMalformed35(): void { } #[DoesNotPerformAssertions] - #[Depends('testAssertMalformed35')] public function testAssertMalformed36(): void { } #[DoesNotPerformAssertions] - #[Depends('testAssertMalformed36')] public function testAssertMalformed37(): void { } #[DoesNotPerformAssertions] - #[Depends('testAssertMalformed37')] public function testAssertMalformed38(): void { } #[DoesNotPerformAssertions] - #[Depends('testAssertMalformed38')] public function testAssertMalformed39(): void { } #[DoesNotPerformAssertions] - #[Depends('testAssertMalformed39')] public function testAssertMalformed40(): void { } #[DoesNotPerformAssertions] - #[Depends('testAssertMalformed40')] public function testAssertMalformed41(): void { } #[DoesNotPerformAssertions] - #[Depends('testAssertMalformed41')] public function testAssertMalformed42(): void { } #[DoesNotPerformAssertions] - #[Depends('testAssertMalformed42')] public function testAssertMalformed43(): void { } #[DoesNotPerformAssertions] - #[Depends('testAssertMalformed43')] public function testAssertMalformed44(): void { } #[DoesNotPerformAssertions] - #[Depends('testAssertMalformed44')] public function testAssertMalformed45(): void { } #[DoesNotPerformAssertions] - #[Depends('testAssertMalformed45')] public function testAssertMalformed46(): void { } #[DoesNotPerformAssertions] - #[Depends('testAssertMalformed46')] public function testAssertMalformed47(): void { } #[DoesNotPerformAssertions] - #[Depends('testAssertMalformed47')] public function testAssertMalformed48(): void { } #[DoesNotPerformAssertions] - #[Depends('testAssertMalformed48')] public function testAssertMalformed49(): void { } #[DoesNotPerformAssertions] - #[Depends('testAssertMalformed49')] public function testAssertMalformed50(): void { } #[DoesNotPerformAssertions] - #[Depends('testAssertMalformed50')] public function testAssertMalformed51(): void { } #[DoesNotPerformAssertions] - #[Depends('testAssertMalformed51')] public function testAssertMalformed52(): void { } #[DoesNotPerformAssertions] - #[Depends('testAssertMalformed52')] public function testAssertMalformed53(): void { } #[DoesNotPerformAssertions] - #[Depends('testAssertMalformed53')] public function testAssertMalformed54(): void { } #[DoesNotPerformAssertions] - #[Depends('testAssertMalformed54')] public function testAssertMalformed55(): void { } #[DoesNotPerformAssertions] - #[Depends('testAssertMalformed55')] public function testAssertMalformed56(): void { } #[DoesNotPerformAssertions] - #[Depends('testAssertMalformed56')] public function testAssertMalformed57(): void { } #[DoesNotPerformAssertions] - #[Depends('testAssertMalformed57')] public function testAssertMalformed58(): void { } #[DoesNotPerformAssertions] - #[Depends('testAssertMalformed58')] public function testAssertMalformed59(): void { } #[DoesNotPerformAssertions] - #[Depends('testAssertMalformed59')] public function testAssertMalformed60(): void { } #[DoesNotPerformAssertions] - #[Depends('testAssertMalformed60')] public function testAssertMalformed61(): void { } #[DoesNotPerformAssertions] - #[Depends('testAssertMalformed61')] public function testAssertMalformed62(): void { } #[DoesNotPerformAssertions] - #[Depends('testAssertMalformed62')] public function testAssertMalformed63(): void { } #[DoesNotPerformAssertions] - #[Depends('testAssertMalformed63')] public function testAssertMalformed64(): void { } #[DoesNotPerformAssertions] - #[Depends('testAssertMalformed64')] public function testAssertMalformed65(): void { } #[DoesNotPerformAssertions] - #[Depends('testAssertMalformed65')] public function testAssertMalformed66(): void { } #[DoesNotPerformAssertions] - #[Depends('testAssertMalformed66')] public function testAssertMalformed67(): void { } #[DoesNotPerformAssertions] - #[Depends('testAssertMalformed67')] public function testAssertMalformed68(): void { } - #[Depends('testAssertMalformed68')] public function testAssertInvalid69(): void { $this->runAssertInvalidCommand( @@ -525,7 +455,6 @@ final class AlignTest extends SpecTestsuiteBase ); } - #[Depends('testAssertInvalid69')] public function testAssertInvalid70(): void { $this->runAssertInvalidCommand( @@ -535,7 +464,6 @@ final class AlignTest extends SpecTestsuiteBase ); } - #[Depends('testAssertInvalid70')] public function testAssertInvalid71(): void { $this->runAssertInvalidCommand( @@ -545,7 +473,6 @@ final class AlignTest extends SpecTestsuiteBase ); } - #[Depends('testAssertInvalid71')] public function testAssertInvalid72(): void { $this->runAssertInvalidCommand( @@ -555,7 +482,6 @@ final class AlignTest extends SpecTestsuiteBase ); } - #[Depends('testAssertInvalid72')] public function testAssertInvalid73(): void { $this->runAssertInvalidCommand( @@ -565,7 +491,6 @@ final class AlignTest extends SpecTestsuiteBase ); } - #[Depends('testAssertInvalid73')] public function testAssertInvalid74(): void { $this->runAssertInvalidCommand( @@ -575,7 +500,6 @@ final class AlignTest extends SpecTestsuiteBase ); } - #[Depends('testAssertInvalid74')] public function testAssertInvalid75(): void { $this->runAssertInvalidCommand( @@ -585,7 +509,6 @@ final class AlignTest extends SpecTestsuiteBase ); } - #[Depends('testAssertInvalid75')] public function testAssertInvalid76(): void { $this->runAssertInvalidCommand( @@ -595,7 +518,6 @@ final class AlignTest extends SpecTestsuiteBase ); } - #[Depends('testAssertInvalid76')] public function testAssertInvalid77(): void { $this->runAssertInvalidCommand( @@ -605,7 +527,6 @@ final class AlignTest extends SpecTestsuiteBase ); } - #[Depends('testAssertInvalid77')] public function testAssertInvalid78(): void { $this->runAssertInvalidCommand( @@ -615,7 +536,6 @@ final class AlignTest extends SpecTestsuiteBase ); } - #[Depends('testAssertInvalid78')] public function testAssertInvalid79(): void { $this->runAssertInvalidCommand( @@ -625,7 +545,6 @@ final class AlignTest extends SpecTestsuiteBase ); } - #[Depends('testAssertInvalid79')] public function testAssertInvalid80(): void { $this->runAssertInvalidCommand( @@ -635,7 +554,6 @@ final class AlignTest extends SpecTestsuiteBase ); } - #[Depends('testAssertInvalid80')] public function testAssertInvalid81(): void { $this->runAssertInvalidCommand( @@ -645,7 +563,6 @@ final class AlignTest extends SpecTestsuiteBase ); } - #[Depends('testAssertInvalid81')] public function testAssertInvalid82(): void { $this->runAssertInvalidCommand( @@ -655,7 +572,6 @@ final class AlignTest extends SpecTestsuiteBase ); } - #[Depends('testAssertInvalid82')] public function testAssertInvalid83(): void { $this->runAssertInvalidCommand( @@ -665,7 +581,6 @@ final class AlignTest extends SpecTestsuiteBase ); } - #[Depends('testAssertInvalid83')] public function testAssertInvalid84(): void { $this->runAssertInvalidCommand( @@ -675,7 +590,6 @@ final class AlignTest extends SpecTestsuiteBase ); } - #[Depends('testAssertInvalid84')] public function testAssertInvalid85(): void { $this->runAssertInvalidCommand( @@ -685,7 +599,6 @@ final class AlignTest extends SpecTestsuiteBase ); } - #[Depends('testAssertInvalid85')] public function testAssertInvalid86(): void { $this->runAssertInvalidCommand( @@ -695,7 +608,6 @@ final class AlignTest extends SpecTestsuiteBase ); } - #[Depends('testAssertInvalid86')] public function testAssertInvalid87(): void { $this->runAssertInvalidCommand( @@ -705,7 +617,6 @@ final class AlignTest extends SpecTestsuiteBase ); } - #[Depends('testAssertInvalid87')] public function testAssertInvalid88(): void { $this->runAssertInvalidCommand( @@ -715,7 +626,6 @@ final class AlignTest extends SpecTestsuiteBase ); } - #[Depends('testAssertInvalid88')] public function testAssertInvalid89(): void { $this->runAssertInvalidCommand( @@ -725,7 +635,6 @@ final class AlignTest extends SpecTestsuiteBase ); } - #[Depends('testAssertInvalid89')] public function testAssertInvalid90(): void { $this->runAssertInvalidCommand( @@ -735,7 +644,6 @@ final class AlignTest extends SpecTestsuiteBase ); } - #[Depends('testAssertInvalid90')] public function testAssertInvalid91(): void { $this->runAssertInvalidCommand( @@ -745,7 +653,6 @@ final class AlignTest extends SpecTestsuiteBase ); } - #[Depends('testAssertInvalid91')] public function testAssertInvalid92(): void { $this->runAssertInvalidCommand( @@ -755,7 +662,6 @@ final class AlignTest extends SpecTestsuiteBase ); } - #[Depends('testAssertInvalid92')] public function testAssertInvalid93(): void { $this->runAssertInvalidCommand( @@ -765,7 +671,6 @@ final class AlignTest extends SpecTestsuiteBase ); } - #[Depends('testAssertInvalid93')] public function testAssertInvalid94(): void { $this->runAssertInvalidCommand( @@ -775,7 +680,6 @@ final class AlignTest extends SpecTestsuiteBase ); } - #[Depends('testAssertInvalid94')] public function testAssertInvalid95(): void { $this->runAssertInvalidCommand( @@ -785,7 +689,6 @@ final class AlignTest extends SpecTestsuiteBase ); } - #[Depends('testAssertInvalid95')] public function testAssertInvalid96(): void { $this->runAssertInvalidCommand( @@ -795,7 +698,6 @@ final class AlignTest extends SpecTestsuiteBase ); } - #[Depends('testAssertInvalid96')] public function testAssertInvalid97(): void { $this->runAssertInvalidCommand( @@ -805,7 +707,6 @@ final class AlignTest extends SpecTestsuiteBase ); } - #[Depends('testAssertInvalid97')] public function testAssertInvalid98(): void { $this->runAssertInvalidCommand( @@ -815,7 +716,6 @@ final class AlignTest extends SpecTestsuiteBase ); } - #[Depends('testAssertInvalid98')] public function testAssertInvalid99(): void { $this->runAssertInvalidCommand( @@ -825,7 +725,6 @@ final class AlignTest extends SpecTestsuiteBase ); } - #[Depends('testAssertInvalid99')] public function testAssertInvalid100(): void { $this->runAssertInvalidCommand( @@ -835,7 +734,6 @@ final class AlignTest extends SpecTestsuiteBase ); } - #[Depends('testAssertInvalid100')] public function testAssertInvalid101(): void { $this->runAssertInvalidCommand( @@ -845,7 +743,6 @@ final class AlignTest extends SpecTestsuiteBase ); } - #[Depends('testAssertInvalid101')] public function testAssertInvalid102(): void { $this->runAssertInvalidCommand( @@ -855,7 +752,6 @@ final class AlignTest extends SpecTestsuiteBase ); } - #[Depends('testAssertInvalid102')] public function testAssertInvalid103(): void { $this->runAssertInvalidCommand( @@ -865,7 +761,6 @@ final class AlignTest extends SpecTestsuiteBase ); } - #[Depends('testAssertInvalid103')] public function testAssertInvalid104(): void { $this->runAssertInvalidCommand( @@ -875,7 +770,6 @@ final class AlignTest extends SpecTestsuiteBase ); } - #[Depends('testAssertInvalid104')] public function testAssertInvalid105(): void { $this->runAssertInvalidCommand( @@ -885,7 +779,6 @@ final class AlignTest extends SpecTestsuiteBase ); } - #[Depends('testAssertInvalid105')] public function testModule106(): void { $this->runModuleCommand( @@ -895,7 +788,6 @@ final class AlignTest extends SpecTestsuiteBase ); } - #[Depends('testModule106')] public function testAssertReturn107(): void { $this->runAssertReturnCommand( @@ -905,7 +797,6 @@ final class AlignTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn107')] public function testAssertReturn108(): void { $this->runAssertReturnCommand( @@ -915,7 +806,6 @@ final class AlignTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn108')] public function testAssertReturn109(): void { $this->runAssertReturnCommand( @@ -925,7 +815,6 @@ final class AlignTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn109')] public function testAssertReturn110(): void { $this->runAssertReturnCommand( @@ -935,7 +824,6 @@ final class AlignTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn110')] public function testAssertReturn111(): void { $this->runAssertReturnCommand( @@ -945,7 +833,6 @@ final class AlignTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn111')] public function testAssertReturn112(): void { $this->runAssertReturnCommand( @@ -955,7 +842,6 @@ final class AlignTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn112')] public function testAssertReturn113(): void { $this->runAssertReturnCommand( @@ -965,7 +851,6 @@ final class AlignTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn113')] public function testAssertReturn114(): void { $this->runAssertReturnCommand( @@ -975,7 +860,6 @@ final class AlignTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn114')] public function testAssertReturn115(): void { $this->runAssertReturnCommand( @@ -985,7 +869,6 @@ final class AlignTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn115')] public function testAssertReturn116(): void { $this->runAssertReturnCommand( @@ -995,7 +878,6 @@ final class AlignTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn116')] public function testAssertReturn117(): void { $this->runAssertReturnCommand( @@ -1005,7 +887,6 @@ final class AlignTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn117')] public function testAssertReturn118(): void { $this->runAssertReturnCommand( @@ -1015,7 +896,6 @@ final class AlignTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn118')] public function testAssertReturn119(): void { $this->runAssertReturnCommand( @@ -1025,7 +905,6 @@ final class AlignTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn119')] public function testAssertReturn120(): void { $this->runAssertReturnCommand( @@ -1035,7 +914,6 @@ final class AlignTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn120')] public function testAssertReturn121(): void { $this->runAssertReturnCommand( @@ -1045,7 +923,6 @@ final class AlignTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn121')] public function testAssertReturn122(): void { $this->runAssertReturnCommand( @@ -1055,7 +932,6 @@ final class AlignTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn122')] public function testAssertReturn123(): void { $this->runAssertReturnCommand( @@ -1065,7 +941,6 @@ final class AlignTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn123')] public function testAssertReturn124(): void { $this->runAssertReturnCommand( @@ -1075,7 +950,6 @@ final class AlignTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn124')] public function testAssertReturn125(): void { $this->runAssertReturnCommand( @@ -1085,7 +959,6 @@ final class AlignTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn125')] public function testAssertReturn126(): void { $this->runAssertReturnCommand( @@ -1095,7 +968,6 @@ final class AlignTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn126')] public function testAssertReturn127(): void { $this->runAssertReturnCommand( @@ -1105,7 +977,6 @@ final class AlignTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn127')] public function testAssertReturn128(): void { $this->runAssertReturnCommand( @@ -1115,7 +986,6 @@ final class AlignTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn128')] public function testAssertReturn129(): void { $this->runAssertReturnCommand( @@ -1125,7 +995,6 @@ final class AlignTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn129')] public function testAssertReturn130(): void { $this->runAssertReturnCommand( @@ -1135,7 +1004,6 @@ final class AlignTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn130')] public function testAssertReturn131(): void { $this->runAssertReturnCommand( @@ -1145,7 +1013,6 @@ final class AlignTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn131')] public function testAssertReturn132(): void { $this->runAssertReturnCommand( @@ -1155,7 +1022,6 @@ final class AlignTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn132')] public function testAssertReturn133(): void { $this->runAssertReturnCommand( @@ -1165,7 +1031,6 @@ final class AlignTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn133')] public function testAssertReturn134(): void { $this->runAssertReturnCommand( @@ -1175,7 +1040,6 @@ final class AlignTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn134')] public function testAssertReturn135(): void { $this->runAssertReturnCommand( @@ -1185,7 +1049,6 @@ final class AlignTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn135')] public function testAssertReturn136(): void { $this->runAssertReturnCommand( @@ -1195,7 +1058,6 @@ final class AlignTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn136')] public function testAssertReturn137(): void { $this->runAssertReturnCommand( @@ -1205,7 +1067,6 @@ final class AlignTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn137')] public function testAssertReturn138(): void { $this->runAssertReturnCommand( @@ -1215,7 +1076,6 @@ final class AlignTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn138')] public function testAssertReturn139(): void { $this->runAssertReturnCommand( @@ -1225,7 +1085,6 @@ final class AlignTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn139')] public function testAssertReturn140(): void { $this->runAssertReturnCommand( @@ -1235,7 +1094,6 @@ final class AlignTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn140')] public function testAssertReturn141(): void { $this->runAssertReturnCommand( @@ -1245,7 +1103,6 @@ final class AlignTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn141')] public function testAssertReturn142(): void { $this->runAssertReturnCommand( @@ -1255,7 +1112,6 @@ final class AlignTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn142')] public function testAssertReturn143(): void { $this->runAssertReturnCommand( @@ -1265,7 +1121,6 @@ final class AlignTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn143')] public function testAssertReturn144(): void { $this->runAssertReturnCommand( @@ -1275,7 +1130,6 @@ final class AlignTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn144')] public function testAssertReturn145(): void { $this->runAssertReturnCommand( @@ -1285,7 +1139,6 @@ final class AlignTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn145')] public function testAssertReturn146(): void { $this->runAssertReturnCommand( @@ -1295,7 +1148,6 @@ final class AlignTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn146')] public function testAssertReturn147(): void { $this->runAssertReturnCommand( @@ -1305,7 +1157,6 @@ final class AlignTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn147')] public function testAssertReturn148(): void { $this->runAssertReturnCommand( @@ -1315,7 +1166,6 @@ final class AlignTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn148')] public function testAssertReturn149(): void { $this->runAssertReturnCommand( @@ -1325,7 +1175,6 @@ final class AlignTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn149')] public function testAssertReturn150(): void { $this->runAssertReturnCommand( @@ -1335,7 +1184,6 @@ final class AlignTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn150')] public function testAssertReturn151(): void { $this->runAssertReturnCommand( @@ -1345,7 +1193,6 @@ final class AlignTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn151')] public function testAssertReturn152(): void { $this->runAssertReturnCommand( @@ -1355,7 +1202,6 @@ final class AlignTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn152')] public function testModule153(): void { $this->runModuleCommand( @@ -1365,7 +1211,6 @@ final class AlignTest extends SpecTestsuiteBase ); } - #[Depends('testModule153')] public function testAssertTrap154(): void { $this->runAssertTrapCommand( @@ -1375,7 +1220,6 @@ final class AlignTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap154')] public function testAssertReturn155(): void { $this->runAssertReturnCommand( @@ -1385,7 +1229,6 @@ final class AlignTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn155')] public function testAssertInvalid156(): void { $this->runAssertInvalidCommand( @@ -1395,7 +1238,6 @@ final class AlignTest extends SpecTestsuiteBase ); } - #[Depends('testAssertInvalid156')] public function testAssertMalformed157(): void { $this->runAssertMalformedCommand( @@ -1405,7 +1247,6 @@ final class AlignTest extends SpecTestsuiteBase ); } - #[Depends('testAssertMalformed157')] public function testAssertMalformed158(): void { $this->runAssertMalformedCommand( @@ -1415,7 +1256,6 @@ final class AlignTest extends SpecTestsuiteBase ); } - #[Depends('testAssertMalformed158')] public function testAssertMalformed159(): void { $this->runAssertMalformedCommand( @@ -1425,7 +1265,6 @@ final class AlignTest extends SpecTestsuiteBase ); } - #[Depends('testAssertMalformed159')] public function testAssertMalformed160(): void { $this->runAssertMalformedCommand( @@ -1435,7 +1274,6 @@ final class AlignTest extends SpecTestsuiteBase ); } - #[Depends('testAssertMalformed160')] public function testAssertMalformed161(): void { $this->runAssertMalformedCommand( diff --git a/tests/src/SpecTestsuites/Core/BinaryLeb128Test.php b/tests/src/SpecTestsuites/Core/BinaryLeb128Test.php index c86742d..101ced4 100644 --- a/tests/src/SpecTestsuites/Core/BinaryLeb128Test.php +++ b/tests/src/SpecTestsuites/Core/BinaryLeb128Test.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 BinaryLeb128Test extends SpecTestsuiteBase @@ -19,7 +18,6 @@ final class BinaryLeb128Test extends SpecTestsuiteBase ); } - #[Depends('testModule0')] public function testModule1(): void { $this->runModuleCommand( @@ -29,7 +27,6 @@ final class BinaryLeb128Test extends SpecTestsuiteBase ); } - #[Depends('testModule1')] public function testModule2(): void { $this->runModuleCommand( @@ -39,7 +36,6 @@ final class BinaryLeb128Test extends SpecTestsuiteBase ); } - #[Depends('testModule2')] public function testModule3(): void { $this->runModuleCommand( @@ -49,7 +45,6 @@ final class BinaryLeb128Test extends SpecTestsuiteBase ); } - #[Depends('testModule3')] public function testModule4(): void { $this->runModuleCommand( @@ -59,7 +54,6 @@ final class BinaryLeb128Test extends SpecTestsuiteBase ); } - #[Depends('testModule4')] public function testModule5(): void { $this->runModuleCommand( @@ -69,7 +63,6 @@ final class BinaryLeb128Test extends SpecTestsuiteBase ); } - #[Depends('testModule5')] public function testModule6(): void { $this->runModuleCommand( @@ -79,7 +72,6 @@ final class BinaryLeb128Test extends SpecTestsuiteBase ); } - #[Depends('testModule6')] public function testModule7(): void { $this->runModuleCommand( @@ -89,7 +81,6 @@ final class BinaryLeb128Test extends SpecTestsuiteBase ); } - #[Depends('testModule7')] public function testModule8(): void { $this->runModuleCommand( @@ -99,7 +90,6 @@ final class BinaryLeb128Test extends SpecTestsuiteBase ); } - #[Depends('testModule8')] public function testModule9(): void { $this->runModuleCommand( @@ -109,7 +99,6 @@ final class BinaryLeb128Test extends SpecTestsuiteBase ); } - #[Depends('testModule9')] public function testModule10(): void { $this->runModuleCommand( @@ -119,7 +108,6 @@ final class BinaryLeb128Test extends SpecTestsuiteBase ); } - #[Depends('testModule10')] public function testModule11(): void { $this->runModuleCommand( @@ -129,7 +117,6 @@ final class BinaryLeb128Test extends SpecTestsuiteBase ); } - #[Depends('testModule11')] public function testModule12(): void { $this->runModuleCommand( @@ -139,7 +126,6 @@ final class BinaryLeb128Test extends SpecTestsuiteBase ); } - #[Depends('testModule12')] public function testModule13(): void { $this->runModuleCommand( @@ -149,7 +135,6 @@ final class BinaryLeb128Test extends SpecTestsuiteBase ); } - #[Depends('testModule13')] public function testModule14(): void { $this->runModuleCommand( @@ -159,7 +144,6 @@ final class BinaryLeb128Test extends SpecTestsuiteBase ); } - #[Depends('testModule14')] public function testModule15(): void { $this->runModuleCommand( @@ -169,7 +153,6 @@ final class BinaryLeb128Test extends SpecTestsuiteBase ); } - #[Depends('testModule15')] public function testModule16(): void { $this->runModuleCommand( @@ -179,7 +162,6 @@ final class BinaryLeb128Test extends SpecTestsuiteBase ); } - #[Depends('testModule16')] public function testModule17(): void { $this->runModuleCommand( @@ -189,7 +171,6 @@ final class BinaryLeb128Test extends SpecTestsuiteBase ); } - #[Depends('testModule17')] public function testModule18(): void { $this->runModuleCommand( @@ -199,7 +180,6 @@ final class BinaryLeb128Test extends SpecTestsuiteBase ); } - #[Depends('testModule18')] public function testModule19(): void { $this->runModuleCommand( @@ -209,7 +189,6 @@ final class BinaryLeb128Test extends SpecTestsuiteBase ); } - #[Depends('testModule19')] public function testModule20(): void { $this->runModuleCommand( @@ -219,7 +198,6 @@ final class BinaryLeb128Test extends SpecTestsuiteBase ); } - #[Depends('testModule20')] public function testModule21(): void { $this->runModuleCommand( @@ -229,7 +207,6 @@ final class BinaryLeb128Test extends SpecTestsuiteBase ); } - #[Depends('testModule21')] public function testModule22(): void { $this->runModuleCommand( @@ -239,7 +216,6 @@ final class BinaryLeb128Test extends SpecTestsuiteBase ); } - #[Depends('testModule22')] public function testModule23(): void { $this->runModuleCommand( @@ -249,7 +225,6 @@ final class BinaryLeb128Test extends SpecTestsuiteBase ); } - #[Depends('testModule23')] public function testModule24(): void { $this->runModuleCommand( @@ -259,7 +234,6 @@ final class BinaryLeb128Test extends SpecTestsuiteBase ); } - #[Depends('testModule24')] public function testAssertMalformed25(): void { $this->runAssertMalformedCommand( @@ -269,7 +243,6 @@ final class BinaryLeb128Test extends SpecTestsuiteBase ); } - #[Depends('testAssertMalformed25')] public function testAssertMalformed26(): void { $this->runAssertMalformedCommand( @@ -279,7 +252,6 @@ final class BinaryLeb128Test extends SpecTestsuiteBase ); } - #[Depends('testAssertMalformed26')] public function testAssertMalformed27(): void { $this->runAssertMalformedCommand( @@ -289,7 +261,6 @@ final class BinaryLeb128Test extends SpecTestsuiteBase ); } - #[Depends('testAssertMalformed27')] public function testAssertMalformed28(): void { $this->runAssertMalformedCommand( @@ -299,7 +270,6 @@ final class BinaryLeb128Test extends SpecTestsuiteBase ); } - #[Depends('testAssertMalformed28')] public function testAssertMalformed29(): void { $this->runAssertMalformedCommand( @@ -309,7 +279,6 @@ final class BinaryLeb128Test extends SpecTestsuiteBase ); } - #[Depends('testAssertMalformed29')] public function testAssertMalformed30(): void { $this->runAssertMalformedCommand( @@ -319,7 +288,6 @@ final class BinaryLeb128Test extends SpecTestsuiteBase ); } - #[Depends('testAssertMalformed30')] public function testAssertMalformed31(): void { $this->runAssertMalformedCommand( @@ -329,7 +297,6 @@ final class BinaryLeb128Test extends SpecTestsuiteBase ); } - #[Depends('testAssertMalformed31')] public function testAssertMalformed32(): void { $this->runAssertMalformedCommand( @@ -339,7 +306,6 @@ final class BinaryLeb128Test extends SpecTestsuiteBase ); } - #[Depends('testAssertMalformed32')] public function testAssertMalformed33(): void { $this->runAssertMalformedCommand( @@ -349,7 +315,6 @@ final class BinaryLeb128Test extends SpecTestsuiteBase ); } - #[Depends('testAssertMalformed33')] public function testAssertMalformed34(): void { $this->runAssertMalformedCommand( @@ -359,7 +324,6 @@ final class BinaryLeb128Test extends SpecTestsuiteBase ); } - #[Depends('testAssertMalformed34')] public function testAssertMalformed35(): void { $this->runAssertMalformedCommand( @@ -369,7 +333,6 @@ final class BinaryLeb128Test extends SpecTestsuiteBase ); } - #[Depends('testAssertMalformed35')] public function testAssertMalformed36(): void { $this->runAssertMalformedCommand( @@ -379,7 +342,6 @@ final class BinaryLeb128Test extends SpecTestsuiteBase ); } - #[Depends('testAssertMalformed36')] public function testAssertMalformed37(): void { $this->runAssertMalformedCommand( @@ -389,7 +351,6 @@ final class BinaryLeb128Test extends SpecTestsuiteBase ); } - #[Depends('testAssertMalformed37')] public function testAssertMalformed38(): void { $this->runAssertMalformedCommand( @@ -399,7 +360,6 @@ final class BinaryLeb128Test extends SpecTestsuiteBase ); } - #[Depends('testAssertMalformed38')] public function testAssertMalformed39(): void { $this->runAssertMalformedCommand( @@ -409,7 +369,6 @@ final class BinaryLeb128Test extends SpecTestsuiteBase ); } - #[Depends('testAssertMalformed39')] public function testAssertMalformed40(): void { $this->runAssertMalformedCommand( @@ -419,7 +378,6 @@ final class BinaryLeb128Test extends SpecTestsuiteBase ); } - #[Depends('testAssertMalformed40')] public function testAssertMalformed41(): void { $this->runAssertMalformedCommand( @@ -429,7 +387,6 @@ final class BinaryLeb128Test extends SpecTestsuiteBase ); } - #[Depends('testAssertMalformed41')] public function testAssertMalformed42(): void { $this->runAssertMalformedCommand( @@ -439,7 +396,6 @@ final class BinaryLeb128Test extends SpecTestsuiteBase ); } - #[Depends('testAssertMalformed42')] public function testAssertMalformed43(): void { $this->runAssertMalformedCommand( @@ -449,7 +405,6 @@ final class BinaryLeb128Test extends SpecTestsuiteBase ); } - #[Depends('testAssertMalformed43')] public function testAssertMalformed44(): void { $this->runAssertMalformedCommand( @@ -459,7 +414,6 @@ final class BinaryLeb128Test extends SpecTestsuiteBase ); } - #[Depends('testAssertMalformed44')] public function testAssertMalformed45(): void { $this->runAssertMalformedCommand( @@ -469,7 +423,6 @@ final class BinaryLeb128Test extends SpecTestsuiteBase ); } - #[Depends('testAssertMalformed45')] public function testAssertMalformed46(): void { $this->runAssertMalformedCommand( @@ -479,7 +432,6 @@ final class BinaryLeb128Test extends SpecTestsuiteBase ); } - #[Depends('testAssertMalformed46')] public function testAssertMalformed47(): void { $this->runAssertMalformedCommand( @@ -489,7 +441,6 @@ final class BinaryLeb128Test extends SpecTestsuiteBase ); } - #[Depends('testAssertMalformed47')] public function testAssertMalformed48(): void { $this->runAssertMalformedCommand( @@ -499,7 +450,6 @@ final class BinaryLeb128Test extends SpecTestsuiteBase ); } - #[Depends('testAssertMalformed48')] public function testAssertMalformed49(): void { $this->runAssertMalformedCommand( @@ -509,7 +459,6 @@ final class BinaryLeb128Test extends SpecTestsuiteBase ); } - #[Depends('testAssertMalformed49')] public function testAssertMalformed50(): void { $this->runAssertMalformedCommand( @@ -519,7 +468,6 @@ final class BinaryLeb128Test extends SpecTestsuiteBase ); } - #[Depends('testAssertMalformed50')] public function testAssertMalformed51(): void { $this->runAssertMalformedCommand( @@ -529,7 +477,6 @@ final class BinaryLeb128Test extends SpecTestsuiteBase ); } - #[Depends('testAssertMalformed51')] public function testAssertMalformed52(): void { $this->runAssertMalformedCommand( @@ -539,7 +486,6 @@ final class BinaryLeb128Test extends SpecTestsuiteBase ); } - #[Depends('testAssertMalformed52')] public function testAssertMalformed53(): void { $this->runAssertMalformedCommand( @@ -549,7 +495,6 @@ final class BinaryLeb128Test extends SpecTestsuiteBase ); } - #[Depends('testAssertMalformed53')] public function testAssertMalformed54(): void { $this->runAssertMalformedCommand( @@ -559,7 +504,6 @@ final class BinaryLeb128Test extends SpecTestsuiteBase ); } - #[Depends('testAssertMalformed54')] public function testAssertMalformed55(): void { $this->runAssertMalformedCommand( @@ -569,7 +513,6 @@ final class BinaryLeb128Test extends SpecTestsuiteBase ); } - #[Depends('testAssertMalformed55')] public function testAssertMalformed56(): void { $this->runAssertMalformedCommand( @@ -579,7 +522,6 @@ final class BinaryLeb128Test extends SpecTestsuiteBase ); } - #[Depends('testAssertMalformed56')] public function testAssertMalformed57(): void { $this->runAssertMalformedCommand( @@ -589,7 +531,6 @@ final class BinaryLeb128Test extends SpecTestsuiteBase ); } - #[Depends('testAssertMalformed57')] public function testAssertMalformed58(): void { $this->runAssertMalformedCommand( @@ -599,7 +540,6 @@ final class BinaryLeb128Test extends SpecTestsuiteBase ); } - #[Depends('testAssertMalformed58')] public function testAssertMalformed59(): void { $this->runAssertMalformedCommand( @@ -609,7 +549,6 @@ final class BinaryLeb128Test extends SpecTestsuiteBase ); } - #[Depends('testAssertMalformed59')] public function testAssertMalformed60(): void { $this->runAssertMalformedCommand( @@ -619,7 +558,6 @@ final class BinaryLeb128Test extends SpecTestsuiteBase ); } - #[Depends('testAssertMalformed60')] public function testAssertMalformed61(): void { $this->runAssertMalformedCommand( @@ -629,7 +567,6 @@ final class BinaryLeb128Test extends SpecTestsuiteBase ); } - #[Depends('testAssertMalformed61')] public function testAssertMalformed62(): void { $this->runAssertMalformedCommand( @@ -639,7 +576,6 @@ final class BinaryLeb128Test extends SpecTestsuiteBase ); } - #[Depends('testAssertMalformed62')] public function testAssertMalformed63(): void { $this->runAssertMalformedCommand( @@ -649,7 +585,6 @@ final class BinaryLeb128Test extends SpecTestsuiteBase ); } - #[Depends('testAssertMalformed63')] public function testAssertMalformed64(): void { $this->runAssertMalformedCommand( @@ -659,7 +594,6 @@ final class BinaryLeb128Test extends SpecTestsuiteBase ); } - #[Depends('testAssertMalformed64')] public function testAssertMalformed65(): void { $this->runAssertMalformedCommand( @@ -669,7 +603,6 @@ final class BinaryLeb128Test extends SpecTestsuiteBase ); } - #[Depends('testAssertMalformed65')] public function testAssertMalformed66(): void { $this->runAssertMalformedCommand( @@ -679,7 +612,6 @@ final class BinaryLeb128Test extends SpecTestsuiteBase ); } - #[Depends('testAssertMalformed66')] public function testAssertMalformed67(): void { $this->runAssertMalformedCommand( @@ -689,7 +621,6 @@ final class BinaryLeb128Test extends SpecTestsuiteBase ); } - #[Depends('testAssertMalformed67')] public function testAssertMalformed68(): void { $this->runAssertMalformedCommand( @@ -699,7 +630,6 @@ final class BinaryLeb128Test extends SpecTestsuiteBase ); } - #[Depends('testAssertMalformed68')] public function testAssertMalformed69(): void { $this->runAssertMalformedCommand( @@ -709,7 +639,6 @@ final class BinaryLeb128Test extends SpecTestsuiteBase ); } - #[Depends('testAssertMalformed69')] public function testAssertMalformed70(): void { $this->runAssertMalformedCommand( @@ -719,7 +648,6 @@ final class BinaryLeb128Test extends SpecTestsuiteBase ); } - #[Depends('testAssertMalformed70')] public function testAssertMalformed71(): void { $this->runAssertMalformedCommand( @@ -729,7 +657,6 @@ final class BinaryLeb128Test extends SpecTestsuiteBase ); } - #[Depends('testAssertMalformed71')] public function testAssertMalformed72(): void { $this->runAssertMalformedCommand( @@ -739,7 +666,6 @@ final class BinaryLeb128Test extends SpecTestsuiteBase ); } - #[Depends('testAssertMalformed72')] public function testAssertMalformed73(): void { $this->runAssertMalformedCommand( @@ -749,7 +675,6 @@ final class BinaryLeb128Test extends SpecTestsuiteBase ); } - #[Depends('testAssertMalformed73')] public function testAssertMalformed74(): void { $this->runAssertMalformedCommand( @@ -759,7 +684,6 @@ final class BinaryLeb128Test extends SpecTestsuiteBase ); } - #[Depends('testAssertMalformed74')] public function testAssertMalformed75(): void { $this->runAssertMalformedCommand( @@ -769,7 +693,6 @@ final class BinaryLeb128Test extends SpecTestsuiteBase ); } - #[Depends('testAssertMalformed75')] public function testAssertMalformed76(): void { $this->runAssertMalformedCommand( @@ -779,7 +702,6 @@ final class BinaryLeb128Test extends SpecTestsuiteBase ); } - #[Depends('testAssertMalformed76')] public function testAssertMalformed77(): void { $this->runAssertMalformedCommand( @@ -789,7 +711,6 @@ final class BinaryLeb128Test extends SpecTestsuiteBase ); } - #[Depends('testAssertMalformed77')] public function testAssertMalformed78(): void { $this->runAssertMalformedCommand( @@ -799,7 +720,6 @@ final class BinaryLeb128Test extends SpecTestsuiteBase ); } - #[Depends('testAssertMalformed78')] public function testAssertMalformed79(): void { $this->runAssertMalformedCommand( @@ -809,7 +729,6 @@ final class BinaryLeb128Test extends SpecTestsuiteBase ); } - #[Depends('testAssertMalformed79')] public function testAssertMalformed80(): void { $this->runAssertMalformedCommand( @@ -819,7 +738,6 @@ final class BinaryLeb128Test extends SpecTestsuiteBase ); } - #[Depends('testAssertMalformed80')] public function testModule81(): void { $this->runModuleCommand( @@ -829,7 +747,6 @@ final class BinaryLeb128Test extends SpecTestsuiteBase ); } - #[Depends('testModule81')] public function testAssertMalformed82(): void { $this->runAssertMalformedCommand( @@ -839,7 +756,6 @@ final class BinaryLeb128Test extends SpecTestsuiteBase ); } - #[Depends('testAssertMalformed82')] public function testModule83(): void { $this->runModuleCommand( @@ -849,7 +765,6 @@ final class BinaryLeb128Test extends SpecTestsuiteBase ); } - #[Depends('testModule83')] public function testModule84(): void { $this->runModuleCommand( @@ -859,7 +774,6 @@ final class BinaryLeb128Test extends SpecTestsuiteBase ); } - #[Depends('testModule84')] public function testModule85(): void { $this->runModuleCommand( @@ -869,7 +783,6 @@ final class BinaryLeb128Test extends SpecTestsuiteBase ); } - #[Depends('testModule85')] public function testModule86(): void { $this->runModuleCommand( @@ -879,7 +792,6 @@ final class BinaryLeb128Test extends SpecTestsuiteBase ); } - #[Depends('testModule86')] public function testModule87(): void { $this->runModuleCommand( @@ -889,7 +801,6 @@ final class BinaryLeb128Test extends SpecTestsuiteBase ); } - #[Depends('testModule87')] public function testModule88(): void { $this->runModuleCommand( @@ -899,7 +810,6 @@ final class BinaryLeb128Test extends SpecTestsuiteBase ); } - #[Depends('testModule88')] public function testModule89(): void { $this->runModuleCommand( @@ -909,7 +819,6 @@ final class BinaryLeb128Test extends SpecTestsuiteBase ); } - #[Depends('testModule89')] public function testAssertMalformed90(): void { $this->runAssertMalformedCommand( diff --git a/tests/src/SpecTestsuites/Core/BinaryTest.php b/tests/src/SpecTestsuites/Core/BinaryTest.php index 7ebed9a..5927b2a 100644 --- a/tests/src/SpecTestsuites/Core/BinaryTest.php +++ b/tests/src/SpecTestsuites/Core/BinaryTest.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 BinaryTest extends SpecTestsuiteBase @@ -19,7 +18,6 @@ final class BinaryTest extends SpecTestsuiteBase ); } - #[Depends('testModule0')] public function testModule1(): void { $this->runModuleCommand( @@ -29,7 +27,6 @@ final class BinaryTest extends SpecTestsuiteBase ); } - #[Depends('testModule1')] public function testModule2(): void { $this->runModuleCommand( @@ -39,7 +36,6 @@ final class BinaryTest extends SpecTestsuiteBase ); } - #[Depends('testModule2')] public function testModule3(): void { $this->runModuleCommand( @@ -49,7 +45,6 @@ final class BinaryTest extends SpecTestsuiteBase ); } - #[Depends('testModule3')] public function testAssertMalformed4(): void { $this->runAssertMalformedCommand( @@ -59,7 +54,6 @@ final class BinaryTest extends SpecTestsuiteBase ); } - #[Depends('testAssertMalformed4')] public function testAssertMalformed5(): void { $this->runAssertMalformedCommand( @@ -69,7 +63,6 @@ final class BinaryTest extends SpecTestsuiteBase ); } - #[Depends('testAssertMalformed5')] public function testAssertMalformed6(): void { $this->runAssertMalformedCommand( @@ -79,7 +72,6 @@ final class BinaryTest extends SpecTestsuiteBase ); } - #[Depends('testAssertMalformed6')] public function testAssertMalformed7(): void { $this->runAssertMalformedCommand( @@ -89,7 +81,6 @@ final class BinaryTest extends SpecTestsuiteBase ); } - #[Depends('testAssertMalformed7')] public function testAssertMalformed8(): void { $this->runAssertMalformedCommand( @@ -99,7 +90,6 @@ final class BinaryTest extends SpecTestsuiteBase ); } - #[Depends('testAssertMalformed8')] public function testAssertMalformed9(): void { $this->runAssertMalformedCommand( @@ -109,7 +99,6 @@ final class BinaryTest extends SpecTestsuiteBase ); } - #[Depends('testAssertMalformed9')] public function testAssertMalformed10(): void { $this->runAssertMalformedCommand( @@ -119,7 +108,6 @@ final class BinaryTest extends SpecTestsuiteBase ); } - #[Depends('testAssertMalformed10')] public function testAssertMalformed11(): void { $this->runAssertMalformedCommand( @@ -129,7 +117,6 @@ final class BinaryTest extends SpecTestsuiteBase ); } - #[Depends('testAssertMalformed11')] public function testAssertMalformed12(): void { $this->runAssertMalformedCommand( @@ -139,7 +126,6 @@ final class BinaryTest extends SpecTestsuiteBase ); } - #[Depends('testAssertMalformed12')] public function testAssertMalformed13(): void { $this->runAssertMalformedCommand( @@ -149,7 +135,6 @@ final class BinaryTest extends SpecTestsuiteBase ); } - #[Depends('testAssertMalformed13')] public function testAssertMalformed14(): void { $this->runAssertMalformedCommand( @@ -159,7 +144,6 @@ final class BinaryTest extends SpecTestsuiteBase ); } - #[Depends('testAssertMalformed14')] public function testAssertMalformed15(): void { $this->runAssertMalformedCommand( @@ -169,7 +153,6 @@ final class BinaryTest extends SpecTestsuiteBase ); } - #[Depends('testAssertMalformed15')] public function testAssertMalformed16(): void { $this->runAssertMalformedCommand( @@ -179,7 +162,6 @@ final class BinaryTest extends SpecTestsuiteBase ); } - #[Depends('testAssertMalformed16')] public function testAssertMalformed17(): void { $this->runAssertMalformedCommand( @@ -189,7 +171,6 @@ final class BinaryTest extends SpecTestsuiteBase ); } - #[Depends('testAssertMalformed17')] public function testAssertMalformed18(): void { $this->runAssertMalformedCommand( @@ -199,7 +180,6 @@ final class BinaryTest extends SpecTestsuiteBase ); } - #[Depends('testAssertMalformed18')] public function testAssertMalformed19(): void { $this->runAssertMalformedCommand( @@ -209,7 +189,6 @@ final class BinaryTest extends SpecTestsuiteBase ); } - #[Depends('testAssertMalformed19')] public function testAssertMalformed20(): void { $this->runAssertMalformedCommand( @@ -219,7 +198,6 @@ final class BinaryTest extends SpecTestsuiteBase ); } - #[Depends('testAssertMalformed20')] public function testAssertMalformed21(): void { $this->runAssertMalformedCommand( @@ -229,7 +207,6 @@ final class BinaryTest extends SpecTestsuiteBase ); } - #[Depends('testAssertMalformed21')] public function testAssertMalformed22(): void { $this->runAssertMalformedCommand( @@ -239,7 +216,6 @@ final class BinaryTest extends SpecTestsuiteBase ); } - #[Depends('testAssertMalformed22')] public function testAssertMalformed23(): void { $this->runAssertMalformedCommand( @@ -249,7 +225,6 @@ final class BinaryTest extends SpecTestsuiteBase ); } - #[Depends('testAssertMalformed23')] public function testAssertMalformed24(): void { $this->runAssertMalformedCommand( @@ -259,7 +234,6 @@ final class BinaryTest extends SpecTestsuiteBase ); } - #[Depends('testAssertMalformed24')] public function testAssertMalformed25(): void { $this->runAssertMalformedCommand( @@ -269,7 +243,6 @@ final class BinaryTest extends SpecTestsuiteBase ); } - #[Depends('testAssertMalformed25')] public function testAssertMalformed26(): void { $this->runAssertMalformedCommand( @@ -279,7 +252,6 @@ final class BinaryTest extends SpecTestsuiteBase ); } - #[Depends('testAssertMalformed26')] public function testAssertMalformed27(): void { $this->runAssertMalformedCommand( @@ -289,7 +261,6 @@ final class BinaryTest extends SpecTestsuiteBase ); } - #[Depends('testAssertMalformed27')] public function testAssertMalformed28(): void { $this->runAssertMalformedCommand( @@ -299,7 +270,6 @@ final class BinaryTest extends SpecTestsuiteBase ); } - #[Depends('testAssertMalformed28')] public function testAssertMalformed29(): void { $this->runAssertMalformedCommand( @@ -309,7 +279,6 @@ final class BinaryTest extends SpecTestsuiteBase ); } - #[Depends('testAssertMalformed29')] public function testAssertMalformed30(): void { $this->runAssertMalformedCommand( @@ -319,7 +288,6 @@ final class BinaryTest extends SpecTestsuiteBase ); } - #[Depends('testAssertMalformed30')] public function testAssertMalformed31(): void { $this->runAssertMalformedCommand( @@ -329,7 +297,6 @@ final class BinaryTest extends SpecTestsuiteBase ); } - #[Depends('testAssertMalformed31')] public function testAssertMalformed32(): void { $this->runAssertMalformedCommand( @@ -339,7 +306,6 @@ final class BinaryTest extends SpecTestsuiteBase ); } - #[Depends('testAssertMalformed32')] public function testAssertMalformed33(): void { $this->runAssertMalformedCommand( @@ -349,7 +315,6 @@ final class BinaryTest extends SpecTestsuiteBase ); } - #[Depends('testAssertMalformed33')] public function testAssertMalformed34(): void { $this->runAssertMalformedCommand( @@ -359,7 +324,6 @@ final class BinaryTest extends SpecTestsuiteBase ); } - #[Depends('testAssertMalformed34')] public function testAssertMalformed35(): void { $this->runAssertMalformedCommand( @@ -369,7 +333,6 @@ final class BinaryTest extends SpecTestsuiteBase ); } - #[Depends('testAssertMalformed35')] public function testAssertMalformed36(): void { $this->runAssertMalformedCommand( @@ -379,7 +342,6 @@ final class BinaryTest extends SpecTestsuiteBase ); } - #[Depends('testAssertMalformed36')] public function testAssertMalformed37(): void { $this->runAssertMalformedCommand( @@ -389,7 +351,6 @@ final class BinaryTest extends SpecTestsuiteBase ); } - #[Depends('testAssertMalformed37')] public function testAssertMalformed38(): void { $this->runAssertMalformedCommand( @@ -399,7 +360,6 @@ final class BinaryTest extends SpecTestsuiteBase ); } - #[Depends('testAssertMalformed38')] public function testAssertMalformed39(): void { $this->runAssertMalformedCommand( @@ -409,7 +369,6 @@ final class BinaryTest extends SpecTestsuiteBase ); } - #[Depends('testAssertMalformed39')] public function testAssertMalformed40(): void { $this->runAssertMalformedCommand( @@ -419,7 +378,6 @@ final class BinaryTest extends SpecTestsuiteBase ); } - #[Depends('testAssertMalformed40')] public function testAssertMalformed41(): void { $this->runAssertMalformedCommand( @@ -429,7 +387,6 @@ final class BinaryTest extends SpecTestsuiteBase ); } - #[Depends('testAssertMalformed41')] public function testAssertMalformed42(): void { $this->runAssertMalformedCommand( @@ -439,7 +396,6 @@ final class BinaryTest extends SpecTestsuiteBase ); } - #[Depends('testAssertMalformed42')] public function testAssertMalformed43(): void { $this->runAssertMalformedCommand( @@ -449,7 +405,6 @@ final class BinaryTest extends SpecTestsuiteBase ); } - #[Depends('testAssertMalformed43')] public function testAssertMalformed44(): void { $this->runAssertMalformedCommand( @@ -459,7 +414,6 @@ final class BinaryTest extends SpecTestsuiteBase ); } - #[Depends('testAssertMalformed44')] public function testAssertMalformed45(): void { $this->runAssertMalformedCommand( @@ -469,7 +423,6 @@ final class BinaryTest extends SpecTestsuiteBase ); } - #[Depends('testAssertMalformed45')] public function testAssertMalformed46(): void { $this->runAssertMalformedCommand( @@ -479,7 +432,6 @@ final class BinaryTest extends SpecTestsuiteBase ); } - #[Depends('testAssertMalformed46')] public function testAssertMalformed47(): void { $this->runAssertMalformedCommand( @@ -489,7 +441,6 @@ final class BinaryTest extends SpecTestsuiteBase ); } - #[Depends('testAssertMalformed47')] public function testAssertMalformed48(): void { $this->runAssertMalformedCommand( @@ -499,7 +450,6 @@ final class BinaryTest extends SpecTestsuiteBase ); } - #[Depends('testAssertMalformed48')] public function testAssertMalformed49(): void { $this->runAssertMalformedCommand( @@ -509,7 +459,6 @@ final class BinaryTest extends SpecTestsuiteBase ); } - #[Depends('testAssertMalformed49')] public function testAssertMalformed50(): void { $this->runAssertMalformedCommand( @@ -519,7 +468,6 @@ final class BinaryTest extends SpecTestsuiteBase ); } - #[Depends('testAssertMalformed50')] public function testAssertMalformed51(): void { $this->runAssertMalformedCommand( @@ -529,7 +477,6 @@ final class BinaryTest extends SpecTestsuiteBase ); } - #[Depends('testAssertMalformed51')] public function testAssertMalformed52(): void { $this->runAssertMalformedCommand( @@ -539,7 +486,6 @@ final class BinaryTest extends SpecTestsuiteBase ); } - #[Depends('testAssertMalformed52')] public function testAssertMalformed53(): void { $this->runAssertMalformedCommand( @@ -549,7 +495,6 @@ final class BinaryTest extends SpecTestsuiteBase ); } - #[Depends('testAssertMalformed53')] public function testAssertMalformed54(): void { $this->runAssertMalformedCommand( @@ -559,7 +504,6 @@ final class BinaryTest extends SpecTestsuiteBase ); } - #[Depends('testAssertMalformed54')] public function testModule55(): void { $this->runModuleCommand( @@ -569,7 +513,6 @@ final class BinaryTest extends SpecTestsuiteBase ); } - #[Depends('testModule55')] public function testAssertMalformed56(): void { $this->runAssertMalformedCommand( @@ -579,7 +522,6 @@ final class BinaryTest extends SpecTestsuiteBase ); } - #[Depends('testAssertMalformed56')] public function testAssertMalformed57(): void { $this->runAssertMalformedCommand( @@ -589,7 +531,6 @@ final class BinaryTest extends SpecTestsuiteBase ); } - #[Depends('testAssertMalformed57')] public function testAssertMalformed58(): void { $this->runAssertMalformedCommand( @@ -599,7 +540,6 @@ final class BinaryTest extends SpecTestsuiteBase ); } - #[Depends('testAssertMalformed58')] public function testAssertMalformed59(): void { $this->runAssertMalformedCommand( @@ -609,7 +549,6 @@ final class BinaryTest extends SpecTestsuiteBase ); } - #[Depends('testAssertMalformed59')] public function testModule60(): void { $this->runModuleCommand( @@ -619,7 +558,6 @@ final class BinaryTest extends SpecTestsuiteBase ); } - #[Depends('testModule60')] public function testModule61(): void { $this->runModuleCommand( @@ -629,7 +567,6 @@ final class BinaryTest extends SpecTestsuiteBase ); } - #[Depends('testModule61')] public function testAssertMalformed62(): void { $this->runAssertMalformedCommand( @@ -639,7 +576,6 @@ final class BinaryTest extends SpecTestsuiteBase ); } - #[Depends('testAssertMalformed62')] public function testAssertMalformed63(): void { $this->runAssertMalformedCommand( @@ -649,7 +585,6 @@ final class BinaryTest extends SpecTestsuiteBase ); } - #[Depends('testAssertMalformed63')] public function testAssertMalformed64(): void { $this->runAssertMalformedCommand( @@ -659,7 +594,6 @@ final class BinaryTest extends SpecTestsuiteBase ); } - #[Depends('testAssertMalformed64')] public function testAssertMalformed65(): void { $this->runAssertMalformedCommand( @@ -669,7 +603,6 @@ final class BinaryTest extends SpecTestsuiteBase ); } - #[Depends('testAssertMalformed65')] public function testAssertMalformed66(): void { $this->runAssertMalformedCommand( @@ -679,7 +612,6 @@ final class BinaryTest extends SpecTestsuiteBase ); } - #[Depends('testAssertMalformed66')] public function testAssertMalformed67(): void { $this->runAssertMalformedCommand( @@ -689,7 +621,6 @@ final class BinaryTest extends SpecTestsuiteBase ); } - #[Depends('testAssertMalformed67')] public function testModule68(): void { $this->runModuleCommand( @@ -699,7 +630,6 @@ final class BinaryTest extends SpecTestsuiteBase ); } - #[Depends('testModule68')] public function testModule69(): void { $this->runModuleCommand( @@ -709,7 +639,6 @@ final class BinaryTest extends SpecTestsuiteBase ); } - #[Depends('testModule69')] public function testModule70(): void { $this->runModuleCommand( @@ -719,7 +648,6 @@ final class BinaryTest extends SpecTestsuiteBase ); } - #[Depends('testModule70')] public function testAssertMalformed71(): void { $this->runAssertMalformedCommand( @@ -729,7 +657,6 @@ final class BinaryTest extends SpecTestsuiteBase ); } - #[Depends('testAssertMalformed71')] public function testAssertMalformed72(): void { $this->runAssertMalformedCommand( @@ -739,7 +666,6 @@ final class BinaryTest extends SpecTestsuiteBase ); } - #[Depends('testAssertMalformed72')] public function testModule73(): void { $this->runModuleCommand( @@ -749,7 +675,6 @@ final class BinaryTest extends SpecTestsuiteBase ); } - #[Depends('testModule73')] public function testAssertMalformed74(): void { $this->runAssertMalformedCommand( @@ -759,7 +684,6 @@ final class BinaryTest extends SpecTestsuiteBase ); } - #[Depends('testAssertMalformed74')] public function testAssertMalformed75(): void { $this->runAssertMalformedCommand( @@ -769,7 +693,6 @@ final class BinaryTest extends SpecTestsuiteBase ); } - #[Depends('testAssertMalformed75')] public function testAssertMalformed76(): void { $this->runAssertMalformedCommand( @@ -779,7 +702,6 @@ final class BinaryTest extends SpecTestsuiteBase ); } - #[Depends('testAssertMalformed76')] public function testAssertMalformed77(): void { $this->runAssertMalformedCommand( @@ -789,7 +711,6 @@ final class BinaryTest extends SpecTestsuiteBase ); } - #[Depends('testAssertMalformed77')] public function testAssertMalformed78(): void { $this->runAssertMalformedCommand( @@ -799,7 +720,6 @@ final class BinaryTest extends SpecTestsuiteBase ); } - #[Depends('testAssertMalformed78')] public function testAssertMalformed79(): void { $this->runAssertMalformedCommand( @@ -809,7 +729,6 @@ final class BinaryTest extends SpecTestsuiteBase ); } - #[Depends('testAssertMalformed79')] public function testAssertMalformed80(): void { $this->runAssertMalformedCommand( @@ -819,7 +738,6 @@ final class BinaryTest extends SpecTestsuiteBase ); } - #[Depends('testAssertMalformed80')] public function testAssertMalformed81(): void { $this->runAssertMalformedCommand( @@ -829,7 +747,6 @@ final class BinaryTest extends SpecTestsuiteBase ); } - #[Depends('testAssertMalformed81')] public function testModule82(): void { $this->runModuleCommand( @@ -839,7 +756,6 @@ final class BinaryTest extends SpecTestsuiteBase ); } - #[Depends('testModule82')] public function testAssertMalformed83(): void { $this->runAssertMalformedCommand( @@ -849,7 +765,6 @@ final class BinaryTest extends SpecTestsuiteBase ); } - #[Depends('testAssertMalformed83')] public function testAssertMalformed84(): void { $this->runAssertMalformedCommand( @@ -859,7 +774,6 @@ final class BinaryTest extends SpecTestsuiteBase ); } - #[Depends('testAssertMalformed84')] public function testAssertMalformed85(): void { $this->runAssertMalformedCommand( @@ -869,7 +783,6 @@ final class BinaryTest extends SpecTestsuiteBase ); } - #[Depends('testAssertMalformed85')] public function testAssertMalformed86(): void { $this->runAssertMalformedCommand( @@ -879,7 +792,6 @@ final class BinaryTest extends SpecTestsuiteBase ); } - #[Depends('testAssertMalformed86')] public function testModule87(): void { $this->runModuleCommand( @@ -889,7 +801,6 @@ final class BinaryTest extends SpecTestsuiteBase ); } - #[Depends('testModule87')] public function testAssertMalformed88(): void { $this->runAssertMalformedCommand( @@ -899,7 +810,6 @@ final class BinaryTest extends SpecTestsuiteBase ); } - #[Depends('testAssertMalformed88')] public function testAssertMalformed89(): void { $this->runAssertMalformedCommand( @@ -909,7 +819,6 @@ final class BinaryTest extends SpecTestsuiteBase ); } - #[Depends('testAssertMalformed89')] public function testAssertMalformed90(): void { $this->runAssertMalformedCommand( @@ -919,7 +828,6 @@ final class BinaryTest extends SpecTestsuiteBase ); } - #[Depends('testAssertMalformed90')] public function testAssertMalformed91(): void { $this->runAssertMalformedCommand( @@ -929,7 +837,6 @@ final class BinaryTest extends SpecTestsuiteBase ); } - #[Depends('testAssertMalformed91')] public function testAssertMalformed92(): void { $this->runAssertMalformedCommand( @@ -939,7 +846,6 @@ final class BinaryTest extends SpecTestsuiteBase ); } - #[Depends('testAssertMalformed92')] public function testModule93(): void { $this->runModuleCommand( @@ -949,7 +855,6 @@ final class BinaryTest extends SpecTestsuiteBase ); } - #[Depends('testModule93')] public function testAssertMalformed94(): void { $this->runAssertMalformedCommand( @@ -959,7 +864,6 @@ final class BinaryTest extends SpecTestsuiteBase ); } - #[Depends('testAssertMalformed94')] public function testAssertMalformed95(): void { $this->runAssertMalformedCommand( @@ -969,7 +873,6 @@ final class BinaryTest extends SpecTestsuiteBase ); } - #[Depends('testAssertMalformed95')] public function testModule96(): void { $this->runModuleCommand( @@ -979,7 +882,6 @@ final class BinaryTest extends SpecTestsuiteBase ); } - #[Depends('testModule96')] public function testAssertMalformed97(): void { $this->runAssertMalformedCommand( @@ -989,7 +891,6 @@ final class BinaryTest extends SpecTestsuiteBase ); } - #[Depends('testAssertMalformed97')] public function testAssertMalformed98(): void { $this->runAssertMalformedCommand( @@ -999,7 +900,6 @@ final class BinaryTest extends SpecTestsuiteBase ); } - #[Depends('testAssertMalformed98')] public function testModule99(): void { $this->runModuleCommand( @@ -1009,7 +909,6 @@ final class BinaryTest extends SpecTestsuiteBase ); } - #[Depends('testModule99')] public function testAssertMalformed100(): void { $this->runAssertMalformedCommand( @@ -1019,7 +918,6 @@ final class BinaryTest extends SpecTestsuiteBase ); } - #[Depends('testAssertMalformed100')] public function testAssertMalformed101(): void { $this->runAssertMalformedCommand( @@ -1029,7 +927,6 @@ final class BinaryTest extends SpecTestsuiteBase ); } - #[Depends('testAssertMalformed101')] public function testAssertMalformed102(): void { $this->runAssertMalformedCommand( @@ -1039,7 +936,6 @@ final class BinaryTest extends SpecTestsuiteBase ); } - #[Depends('testAssertMalformed102')] public function testModule103(): void { $this->runModuleCommand( @@ -1049,7 +945,6 @@ final class BinaryTest extends SpecTestsuiteBase ); } - #[Depends('testModule103')] public function testAssertMalformed104(): void { $this->runAssertMalformedCommand( @@ -1059,7 +954,6 @@ final class BinaryTest extends SpecTestsuiteBase ); } - #[Depends('testAssertMalformed104')] public function testAssertMalformed105(): void { $this->runAssertMalformedCommand( @@ -1069,7 +963,6 @@ final class BinaryTest extends SpecTestsuiteBase ); } - #[Depends('testAssertMalformed105')] public function testAssertMalformed106(): void { $this->runAssertMalformedCommand( @@ -1079,7 +972,6 @@ final class BinaryTest extends SpecTestsuiteBase ); } - #[Depends('testAssertMalformed106')] public function testAssertMalformed107(): void { $this->runAssertMalformedCommand( @@ -1089,7 +981,6 @@ final class BinaryTest extends SpecTestsuiteBase ); } - #[Depends('testAssertMalformed107')] public function testModule108(): void { $this->runModuleCommand( @@ -1099,7 +990,6 @@ final class BinaryTest extends SpecTestsuiteBase ); } - #[Depends('testModule108')] public function testAssertMalformed109(): void { $this->runAssertMalformedCommand( @@ -1109,7 +999,6 @@ final class BinaryTest extends SpecTestsuiteBase ); } - #[Depends('testAssertMalformed109')] public function testModule110(): void { $this->runModuleCommand( @@ -1119,7 +1008,6 @@ final class BinaryTest extends SpecTestsuiteBase ); } - #[Depends('testModule110')] public function testAssertMalformed111(): void { $this->runAssertMalformedCommand( diff --git a/tests/src/SpecTestsuites/Core/BlockTest.php b/tests/src/SpecTestsuites/Core/BlockTest.php index 17c2abe..240eb69 100644 --- a/tests/src/SpecTestsuites/Core/BlockTest.php +++ b/tests/src/SpecTestsuites/Core/BlockTest.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 BlockTest extends SpecTestsuiteBase @@ -19,7 +18,6 @@ final class BlockTest extends SpecTestsuiteBase ); } - #[Depends('testModule0')] public function testAssertReturn1(): void { $this->runAssertReturnCommand( @@ -29,7 +27,6 @@ final class BlockTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1')] public function testAssertReturn2(): void { $this->runAssertReturnCommand( @@ -39,7 +36,6 @@ final class BlockTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2')] public function testAssertReturn3(): void { $this->runAssertReturnCommand( @@ -49,7 +45,6 @@ final class BlockTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn3')] public function testAssertReturn4(): void { $this->runAssertReturnCommand( @@ -59,7 +54,6 @@ final class BlockTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn4')] public function testAssertReturn5(): void { $this->runAssertReturnCommand( @@ -69,7 +63,6 @@ final class BlockTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn5')] public function testAssertReturn6(): void { $this->runAssertReturnCommand( @@ -79,7 +72,6 @@ final class BlockTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn6')] public function testAssertReturn7(): void { $this->runAssertReturnCommand( @@ -89,7 +81,6 @@ final class BlockTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn7')] public function testAssertReturn8(): void { $this->runAssertReturnCommand( @@ -99,7 +90,6 @@ final class BlockTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn8')] public function testAssertReturn9(): void { $this->runAssertReturnCommand( @@ -109,7 +99,6 @@ final class BlockTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn9')] public function testAssertReturn10(): void { $this->runAssertReturnCommand( @@ -119,7 +108,6 @@ final class BlockTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn10')] public function testAssertReturn11(): void { $this->runAssertReturnCommand( @@ -129,7 +117,6 @@ final class BlockTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn11')] public function testAssertReturn12(): void { $this->runAssertReturnCommand( @@ -139,7 +126,6 @@ final class BlockTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn12')] public function testAssertReturn13(): void { $this->runAssertReturnCommand( @@ -149,7 +135,6 @@ final class BlockTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn13')] public function testAssertReturn14(): void { $this->runAssertReturnCommand( @@ -159,7 +144,6 @@ final class BlockTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn14')] public function testAssertReturn15(): void { $this->runAssertReturnCommand( @@ -169,7 +153,6 @@ final class BlockTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn15')] public function testAssertReturn16(): void { $this->runAssertReturnCommand( @@ -179,7 +162,6 @@ final class BlockTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn16')] public function testAssertReturn17(): void { $this->runAssertReturnCommand( @@ -189,7 +171,6 @@ final class BlockTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn17')] public function testAssertReturn18(): void { $this->runAssertReturnCommand( @@ -199,7 +180,6 @@ final class BlockTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn18')] public function testAssertReturn19(): void { $this->runAssertReturnCommand( @@ -209,7 +189,6 @@ final class BlockTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn19')] public function testAssertReturn20(): void { $this->runAssertReturnCommand( @@ -219,7 +198,6 @@ final class BlockTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn20')] public function testAssertReturn21(): void { $this->runAssertReturnCommand( @@ -229,7 +207,6 @@ final class BlockTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn21')] public function testAssertReturn22(): void { $this->runAssertReturnCommand( @@ -239,7 +216,6 @@ final class BlockTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn22')] public function testAssertReturn23(): void { $this->runAssertReturnCommand( @@ -249,7 +225,6 @@ final class BlockTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn23')] public function testAssertReturn24(): void { $this->runAssertReturnCommand( @@ -259,7 +234,6 @@ final class BlockTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn24')] public function testAssertReturn25(): void { $this->runAssertReturnCommand( @@ -269,7 +243,6 @@ final class BlockTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn25')] public function testAssertReturn26(): void { $this->runAssertReturnCommand( @@ -279,7 +252,6 @@ final class BlockTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn26')] public function testAssertReturn27(): void { $this->runAssertReturnCommand( @@ -289,7 +261,6 @@ final class BlockTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn27')] public function testAssertReturn28(): void { $this->runAssertReturnCommand( @@ -299,7 +270,6 @@ final class BlockTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn28')] public function testAssertReturn29(): void { $this->runAssertReturnCommand( @@ -309,7 +279,6 @@ final class BlockTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn29')] public function testAssertReturn30(): void { $this->runAssertReturnCommand( @@ -319,7 +288,6 @@ final class BlockTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn30')] public function testAssertReturn31(): void { $this->runAssertReturnCommand( @@ -329,7 +297,6 @@ final class BlockTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn31')] public function testAssertReturn32(): void { $this->runAssertReturnCommand( @@ -339,7 +306,6 @@ final class BlockTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn32')] public function testAssertReturn33(): void { $this->runAssertReturnCommand( @@ -349,7 +315,6 @@ final class BlockTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn33')] public function testAssertReturn34(): void { $this->runAssertReturnCommand( @@ -359,7 +324,6 @@ final class BlockTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn34')] public function testAssertReturn35(): void { $this->runAssertReturnCommand( @@ -369,7 +333,6 @@ final class BlockTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn35')] public function testAssertReturn36(): void { $this->runAssertReturnCommand( @@ -379,7 +342,6 @@ final class BlockTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn36')] public function testAssertReturn37(): void { $this->runAssertReturnCommand( @@ -389,7 +351,6 @@ final class BlockTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn37')] public function testAssertReturn38(): void { $this->runAssertReturnCommand( @@ -399,7 +360,6 @@ final class BlockTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn38')] public function testAssertReturn39(): void { $this->runAssertReturnCommand( @@ -409,7 +369,6 @@ final class BlockTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn39')] public function testAssertReturn40(): void { $this->runAssertReturnCommand( @@ -419,7 +378,6 @@ final class BlockTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn40')] public function testAssertReturn41(): void { $this->runAssertReturnCommand( @@ -429,7 +387,6 @@ final class BlockTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn41')] public function testAssertReturn42(): void { $this->runAssertReturnCommand( @@ -439,7 +396,6 @@ final class BlockTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn42')] public function testAssertReturn43(): void { $this->runAssertReturnCommand( @@ -449,7 +405,6 @@ final class BlockTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn43')] public function testAssertReturn44(): void { $this->runAssertReturnCommand( @@ -459,7 +414,6 @@ final class BlockTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn44')] public function testAssertReturn45(): void { $this->runAssertReturnCommand( @@ -469,7 +423,6 @@ final class BlockTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn45')] public function testAssertReturn46(): void { $this->runAssertReturnCommand( @@ -479,7 +432,6 @@ final class BlockTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn46')] public function testAssertReturn47(): void { $this->runAssertReturnCommand( @@ -489,7 +441,6 @@ final class BlockTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn47')] public function testAssertReturn48(): void { $this->runAssertReturnCommand( @@ -499,7 +450,6 @@ final class BlockTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn48')] public function testAssertReturn49(): void { $this->runAssertReturnCommand( @@ -509,7 +459,6 @@ final class BlockTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn49')] public function testAssertReturn50(): void { $this->runAssertReturnCommand( @@ -519,7 +468,6 @@ final class BlockTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn50')] public function testAssertReturn51(): void { $this->runAssertReturnCommand( @@ -529,7 +477,6 @@ final class BlockTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn51')] public function testAssertReturn52(): void { $this->runAssertReturnCommand( @@ -540,72 +487,60 @@ final class BlockTest extends SpecTestsuiteBase } #[DoesNotPerformAssertions] - #[Depends('testAssertReturn52')] public function testAssertMalformed53(): void { } #[DoesNotPerformAssertions] - #[Depends('testAssertMalformed53')] public function testAssertMalformed54(): void { } #[DoesNotPerformAssertions] - #[Depends('testAssertMalformed54')] public function testAssertMalformed55(): void { } #[DoesNotPerformAssertions] - #[Depends('testAssertMalformed55')] public function testAssertMalformed56(): void { } #[DoesNotPerformAssertions] - #[Depends('testAssertMalformed56')] public function testAssertMalformed57(): void { } #[DoesNotPerformAssertions] - #[Depends('testAssertMalformed57')] public function testAssertMalformed58(): void { } #[DoesNotPerformAssertions] - #[Depends('testAssertMalformed58')] public function testAssertMalformed59(): void { } #[DoesNotPerformAssertions] - #[Depends('testAssertMalformed59')] public function testAssertMalformed60(): void { } #[DoesNotPerformAssertions] - #[Depends('testAssertMalformed60')] public function testAssertMalformed61(): void { } #[DoesNotPerformAssertions] - #[Depends('testAssertMalformed61')] public function testAssertMalformed62(): void { } #[DoesNotPerformAssertions] - #[Depends('testAssertMalformed62')] public function testAssertMalformed63(): void { } - #[Depends('testAssertMalformed63')] public function testAssertInvalid64(): void { $this->runAssertInvalidCommand( @@ -615,7 +550,6 @@ final class BlockTest extends SpecTestsuiteBase ); } - #[Depends('testAssertInvalid64')] public function testAssertInvalid65(): void { $this->runAssertInvalidCommand( @@ -625,7 +559,6 @@ final class BlockTest extends SpecTestsuiteBase ); } - #[Depends('testAssertInvalid65')] public function testAssertInvalid66(): void { $this->runAssertInvalidCommand( @@ -635,7 +568,6 @@ final class BlockTest extends SpecTestsuiteBase ); } - #[Depends('testAssertInvalid66')] public function testAssertInvalid67(): void { $this->runAssertInvalidCommand( @@ -645,7 +577,6 @@ final class BlockTest extends SpecTestsuiteBase ); } - #[Depends('testAssertInvalid67')] public function testAssertInvalid68(): void { $this->runAssertInvalidCommand( @@ -655,7 +586,6 @@ final class BlockTest extends SpecTestsuiteBase ); } - #[Depends('testAssertInvalid68')] public function testAssertInvalid69(): void { $this->runAssertInvalidCommand( @@ -665,7 +595,6 @@ final class BlockTest extends SpecTestsuiteBase ); } - #[Depends('testAssertInvalid69')] public function testAssertInvalid70(): void { $this->runAssertInvalidCommand( @@ -675,7 +604,6 @@ final class BlockTest extends SpecTestsuiteBase ); } - #[Depends('testAssertInvalid70')] public function testAssertInvalid71(): void { $this->runAssertInvalidCommand( @@ -685,7 +613,6 @@ final class BlockTest extends SpecTestsuiteBase ); } - #[Depends('testAssertInvalid71')] public function testAssertInvalid72(): void { $this->runAssertInvalidCommand( @@ -695,7 +622,6 @@ final class BlockTest extends SpecTestsuiteBase ); } - #[Depends('testAssertInvalid72')] public function testAssertInvalid73(): void { $this->runAssertInvalidCommand( @@ -705,7 +631,6 @@ final class BlockTest extends SpecTestsuiteBase ); } - #[Depends('testAssertInvalid73')] public function testAssertInvalid74(): void { $this->runAssertInvalidCommand( @@ -715,7 +640,6 @@ final class BlockTest extends SpecTestsuiteBase ); } - #[Depends('testAssertInvalid74')] public function testAssertInvalid75(): void { $this->runAssertInvalidCommand( @@ -725,7 +649,6 @@ final class BlockTest extends SpecTestsuiteBase ); } - #[Depends('testAssertInvalid75')] public function testAssertInvalid76(): void { $this->runAssertInvalidCommand( @@ -735,7 +658,6 @@ final class BlockTest extends SpecTestsuiteBase ); } - #[Depends('testAssertInvalid76')] public function testAssertInvalid77(): void { $this->runAssertInvalidCommand( @@ -745,7 +667,6 @@ final class BlockTest extends SpecTestsuiteBase ); } - #[Depends('testAssertInvalid77')] public function testAssertInvalid78(): void { $this->runAssertInvalidCommand( @@ -755,7 +676,6 @@ final class BlockTest extends SpecTestsuiteBase ); } - #[Depends('testAssertInvalid78')] public function testAssertInvalid79(): void { $this->runAssertInvalidCommand( @@ -765,7 +685,6 @@ final class BlockTest extends SpecTestsuiteBase ); } - #[Depends('testAssertInvalid79')] public function testAssertInvalid80(): void { $this->runAssertInvalidCommand( @@ -775,7 +694,6 @@ final class BlockTest extends SpecTestsuiteBase ); } - #[Depends('testAssertInvalid80')] public function testAssertInvalid81(): void { $this->runAssertInvalidCommand( @@ -785,7 +703,6 @@ final class BlockTest extends SpecTestsuiteBase ); } - #[Depends('testAssertInvalid81')] public function testAssertInvalid82(): void { $this->runAssertInvalidCommand( @@ -795,7 +712,6 @@ final class BlockTest extends SpecTestsuiteBase ); } - #[Depends('testAssertInvalid82')] public function testAssertInvalid83(): void { $this->runAssertInvalidCommand( @@ -805,7 +721,6 @@ final class BlockTest extends SpecTestsuiteBase ); } - #[Depends('testAssertInvalid83')] public function testAssertInvalid84(): void { $this->runAssertInvalidCommand( @@ -815,7 +730,6 @@ final class BlockTest extends SpecTestsuiteBase ); } - #[Depends('testAssertInvalid84')] public function testAssertInvalid85(): void { $this->runAssertInvalidCommand( @@ -825,7 +739,6 @@ final class BlockTest extends SpecTestsuiteBase ); } - #[Depends('testAssertInvalid85')] public function testAssertInvalid86(): void { $this->runAssertInvalidCommand( @@ -835,7 +748,6 @@ final class BlockTest extends SpecTestsuiteBase ); } - #[Depends('testAssertInvalid86')] public function testAssertInvalid87(): void { $this->runAssertInvalidCommand( @@ -845,7 +757,6 @@ final class BlockTest extends SpecTestsuiteBase ); } - #[Depends('testAssertInvalid87')] public function testAssertInvalid88(): void { $this->runAssertInvalidCommand( @@ -855,7 +766,6 @@ final class BlockTest extends SpecTestsuiteBase ); } - #[Depends('testAssertInvalid88')] public function testAssertInvalid89(): void { $this->runAssertInvalidCommand( @@ -865,7 +775,6 @@ final class BlockTest extends SpecTestsuiteBase ); } - #[Depends('testAssertInvalid89')] public function testAssertInvalid90(): void { $this->runAssertInvalidCommand( @@ -875,7 +784,6 @@ final class BlockTest extends SpecTestsuiteBase ); } - #[Depends('testAssertInvalid90')] public function testAssertInvalid91(): void { $this->runAssertInvalidCommand( @@ -885,7 +793,6 @@ final class BlockTest extends SpecTestsuiteBase ); } - #[Depends('testAssertInvalid91')] public function testAssertInvalid92(): void { $this->runAssertInvalidCommand( @@ -895,7 +802,6 @@ final class BlockTest extends SpecTestsuiteBase ); } - #[Depends('testAssertInvalid92')] public function testAssertInvalid93(): void { $this->runAssertInvalidCommand( @@ -905,7 +811,6 @@ final class BlockTest extends SpecTestsuiteBase ); } - #[Depends('testAssertInvalid93')] public function testAssertInvalid94(): void { $this->runAssertInvalidCommand( @@ -915,7 +820,6 @@ final class BlockTest extends SpecTestsuiteBase ); } - #[Depends('testAssertInvalid94')] public function testAssertInvalid95(): void { $this->runAssertInvalidCommand( @@ -925,7 +829,6 @@ final class BlockTest extends SpecTestsuiteBase ); } - #[Depends('testAssertInvalid95')] public function testAssertInvalid96(): void { $this->runAssertInvalidCommand( @@ -935,7 +838,6 @@ final class BlockTest extends SpecTestsuiteBase ); } - #[Depends('testAssertInvalid96')] public function testAssertInvalid97(): void { $this->runAssertInvalidCommand( @@ -945,7 +847,6 @@ final class BlockTest extends SpecTestsuiteBase ); } - #[Depends('testAssertInvalid97')] public function testAssertInvalid98(): void { $this->runAssertInvalidCommand( @@ -955,7 +856,6 @@ final class BlockTest extends SpecTestsuiteBase ); } - #[Depends('testAssertInvalid98')] public function testAssertInvalid99(): void { $this->runAssertInvalidCommand( @@ -965,7 +865,6 @@ final class BlockTest extends SpecTestsuiteBase ); } - #[Depends('testAssertInvalid99')] public function testAssertInvalid100(): void { $this->runAssertInvalidCommand( @@ -975,7 +874,6 @@ final class BlockTest extends SpecTestsuiteBase ); } - #[Depends('testAssertInvalid100')] public function testAssertInvalid101(): void { $this->runAssertInvalidCommand( @@ -985,7 +883,6 @@ final class BlockTest extends SpecTestsuiteBase ); } - #[Depends('testAssertInvalid101')] public function testAssertInvalid102(): void { $this->runAssertInvalidCommand( @@ -995,7 +892,6 @@ final class BlockTest extends SpecTestsuiteBase ); } - #[Depends('testAssertInvalid102')] public function testAssertInvalid103(): void { $this->runAssertInvalidCommand( @@ -1005,7 +901,6 @@ final class BlockTest extends SpecTestsuiteBase ); } - #[Depends('testAssertInvalid103')] public function testAssertInvalid104(): void { $this->runAssertInvalidCommand( @@ -1015,7 +910,6 @@ final class BlockTest extends SpecTestsuiteBase ); } - #[Depends('testAssertInvalid104')] public function testAssertInvalid105(): void { $this->runAssertInvalidCommand( @@ -1025,7 +919,6 @@ final class BlockTest extends SpecTestsuiteBase ); } - #[Depends('testAssertInvalid105')] public function testAssertInvalid106(): void { $this->runAssertInvalidCommand( @@ -1035,7 +928,6 @@ final class BlockTest extends SpecTestsuiteBase ); } - #[Depends('testAssertInvalid106')] public function testAssertInvalid107(): void { $this->runAssertInvalidCommand( @@ -1045,7 +937,6 @@ final class BlockTest extends SpecTestsuiteBase ); } - #[Depends('testAssertInvalid107')] public function testAssertInvalid108(): void { $this->runAssertInvalidCommand( @@ -1055,7 +946,6 @@ final class BlockTest extends SpecTestsuiteBase ); } - #[Depends('testAssertInvalid108')] public function testAssertInvalid109(): void { $this->runAssertInvalidCommand( @@ -1065,7 +955,6 @@ final class BlockTest extends SpecTestsuiteBase ); } - #[Depends('testAssertInvalid109')] public function testAssertInvalid110(): void { $this->runAssertInvalidCommand( @@ -1075,7 +964,6 @@ final class BlockTest extends SpecTestsuiteBase ); } - #[Depends('testAssertInvalid110')] public function testAssertInvalid111(): void { $this->runAssertInvalidCommand( @@ -1085,7 +973,6 @@ final class BlockTest extends SpecTestsuiteBase ); } - #[Depends('testAssertInvalid111')] public function testAssertInvalid112(): void { $this->runAssertInvalidCommand( @@ -1095,7 +982,6 @@ final class BlockTest extends SpecTestsuiteBase ); } - #[Depends('testAssertInvalid112')] public function testAssertInvalid113(): void { $this->runAssertInvalidCommand( @@ -1105,7 +991,6 @@ final class BlockTest extends SpecTestsuiteBase ); } - #[Depends('testAssertInvalid113')] public function testAssertInvalid114(): void { $this->runAssertInvalidCommand( @@ -1115,7 +1000,6 @@ final class BlockTest extends SpecTestsuiteBase ); } - #[Depends('testAssertInvalid114')] public function testAssertInvalid115(): void { $this->runAssertInvalidCommand( @@ -1125,7 +1009,6 @@ final class BlockTest extends SpecTestsuiteBase ); } - #[Depends('testAssertInvalid115')] public function testAssertInvalid116(): void { $this->runAssertInvalidCommand( @@ -1135,7 +1018,6 @@ final class BlockTest extends SpecTestsuiteBase ); } - #[Depends('testAssertInvalid116')] public function testAssertInvalid117(): void { $this->runAssertInvalidCommand( @@ -1145,7 +1027,6 @@ final class BlockTest extends SpecTestsuiteBase ); } - #[Depends('testAssertInvalid117')] public function testAssertInvalid118(): void { $this->runAssertInvalidCommand( @@ -1155,7 +1036,6 @@ final class BlockTest extends SpecTestsuiteBase ); } - #[Depends('testAssertInvalid118')] public function testAssertInvalid119(): void { $this->runAssertInvalidCommand( @@ -1165,7 +1045,6 @@ final class BlockTest extends SpecTestsuiteBase ); } - #[Depends('testAssertInvalid119')] public function testAssertInvalid120(): void { $this->runAssertInvalidCommand( @@ -1175,7 +1054,6 @@ final class BlockTest extends SpecTestsuiteBase ); } - #[Depends('testAssertInvalid120')] public function testAssertInvalid121(): void { $this->runAssertInvalidCommand( @@ -1185,7 +1063,6 @@ final class BlockTest extends SpecTestsuiteBase ); } - #[Depends('testAssertInvalid121')] public function testAssertInvalid122(): void { $this->runAssertInvalidCommand( @@ -1195,7 +1072,6 @@ final class BlockTest extends SpecTestsuiteBase ); } - #[Depends('testAssertInvalid122')] public function testAssertInvalid123(): void { $this->runAssertInvalidCommand( @@ -1205,7 +1081,6 @@ final class BlockTest extends SpecTestsuiteBase ); } - #[Depends('testAssertInvalid123')] public function testAssertInvalid124(): void { $this->runAssertInvalidCommand( @@ -1215,7 +1090,6 @@ final class BlockTest extends SpecTestsuiteBase ); } - #[Depends('testAssertInvalid124')] public function testAssertInvalid125(): void { $this->runAssertInvalidCommand( @@ -1225,7 +1099,6 @@ final class BlockTest extends SpecTestsuiteBase ); } - #[Depends('testAssertInvalid125')] public function testAssertInvalid126(): void { $this->runAssertInvalidCommand( @@ -1235,7 +1108,6 @@ final class BlockTest extends SpecTestsuiteBase ); } - #[Depends('testAssertInvalid126')] public function testAssertInvalid127(): void { $this->runAssertInvalidCommand( @@ -1245,7 +1117,6 @@ final class BlockTest extends SpecTestsuiteBase ); } - #[Depends('testAssertInvalid127')] public function testAssertInvalid128(): void { $this->runAssertInvalidCommand( @@ -1255,7 +1126,6 @@ final class BlockTest extends SpecTestsuiteBase ); } - #[Depends('testAssertInvalid128')] public function testAssertInvalid129(): void { $this->runAssertInvalidCommand( @@ -1265,7 +1135,6 @@ final class BlockTest extends SpecTestsuiteBase ); } - #[Depends('testAssertInvalid129')] public function testAssertInvalid130(): void { $this->runAssertInvalidCommand( @@ -1275,7 +1144,6 @@ final class BlockTest extends SpecTestsuiteBase ); } - #[Depends('testAssertInvalid130')] public function testAssertInvalid131(): void { $this->runAssertInvalidCommand( @@ -1285,7 +1153,6 @@ final class BlockTest extends SpecTestsuiteBase ); } - #[Depends('testAssertInvalid131')] public function testAssertInvalid132(): void { $this->runAssertInvalidCommand( @@ -1295,7 +1162,6 @@ final class BlockTest extends SpecTestsuiteBase ); } - #[Depends('testAssertInvalid132')] public function testAssertInvalid133(): void { $this->runAssertInvalidCommand( @@ -1305,7 +1171,6 @@ final class BlockTest extends SpecTestsuiteBase ); } - #[Depends('testAssertInvalid133')] public function testAssertInvalid134(): void { $this->runAssertInvalidCommand( @@ -1315,7 +1180,6 @@ final class BlockTest extends SpecTestsuiteBase ); } - #[Depends('testAssertInvalid134')] public function testAssertInvalid135(): void { $this->runAssertInvalidCommand( @@ -1325,7 +1189,6 @@ final class BlockTest extends SpecTestsuiteBase ); } - #[Depends('testAssertInvalid135')] public function testAssertInvalid136(): void { $this->runAssertInvalidCommand( @@ -1335,7 +1198,6 @@ final class BlockTest extends SpecTestsuiteBase ); } - #[Depends('testAssertInvalid136')] public function testAssertInvalid137(): void { $this->runAssertInvalidCommand( @@ -1345,7 +1207,6 @@ final class BlockTest extends SpecTestsuiteBase ); } - #[Depends('testAssertInvalid137')] public function testAssertInvalid138(): void { $this->runAssertInvalidCommand( @@ -1355,7 +1216,6 @@ final class BlockTest extends SpecTestsuiteBase ); } - #[Depends('testAssertInvalid138')] public function testAssertInvalid139(): void { $this->runAssertInvalidCommand( @@ -1365,7 +1225,6 @@ final class BlockTest extends SpecTestsuiteBase ); } - #[Depends('testAssertInvalid139')] public function testAssertInvalid140(): void { $this->runAssertInvalidCommand( @@ -1375,7 +1234,6 @@ final class BlockTest extends SpecTestsuiteBase ); } - #[Depends('testAssertInvalid140')] public function testAssertInvalid141(): void { $this->runAssertInvalidCommand( @@ -1385,7 +1243,6 @@ final class BlockTest extends SpecTestsuiteBase ); } - #[Depends('testAssertInvalid141')] public function testAssertInvalid142(): void { $this->runAssertInvalidCommand( @@ -1395,7 +1252,6 @@ final class BlockTest extends SpecTestsuiteBase ); } - #[Depends('testAssertInvalid142')] public function testAssertInvalid143(): void { $this->runAssertInvalidCommand( @@ -1405,7 +1261,6 @@ final class BlockTest extends SpecTestsuiteBase ); } - #[Depends('testAssertInvalid143')] public function testAssertInvalid144(): void { $this->runAssertInvalidCommand( @@ -1415,7 +1270,6 @@ final class BlockTest extends SpecTestsuiteBase ); } - #[Depends('testAssertInvalid144')] public function testAssertInvalid145(): void { $this->runAssertInvalidCommand( @@ -1425,7 +1279,6 @@ final class BlockTest extends SpecTestsuiteBase ); } - #[Depends('testAssertInvalid145')] public function testAssertInvalid146(): void { $this->runAssertInvalidCommand( @@ -1435,7 +1288,6 @@ final class BlockTest extends SpecTestsuiteBase ); } - #[Depends('testAssertInvalid146')] public function testAssertInvalid147(): void { $this->runAssertInvalidCommand( @@ -1445,7 +1297,6 @@ final class BlockTest extends SpecTestsuiteBase ); } - #[Depends('testAssertInvalid147')] public function testAssertInvalid148(): void { $this->runAssertInvalidCommand( @@ -1455,7 +1306,6 @@ final class BlockTest extends SpecTestsuiteBase ); } - #[Depends('testAssertInvalid148')] public function testAssertInvalid149(): void { $this->runAssertInvalidCommand( @@ -1465,7 +1315,6 @@ final class BlockTest extends SpecTestsuiteBase ); } - #[Depends('testAssertInvalid149')] public function testAssertInvalid150(): void { $this->runAssertInvalidCommand( @@ -1475,7 +1324,6 @@ final class BlockTest extends SpecTestsuiteBase ); } - #[Depends('testAssertInvalid150')] public function testAssertInvalid151(): void { $this->runAssertInvalidCommand( @@ -1485,7 +1333,6 @@ final class BlockTest extends SpecTestsuiteBase ); } - #[Depends('testAssertInvalid151')] public function testAssertInvalid152(): void { $this->runAssertInvalidCommand( @@ -1495,7 +1342,6 @@ final class BlockTest extends SpecTestsuiteBase ); } - #[Depends('testAssertInvalid152')] public function testAssertInvalid153(): void { $this->runAssertInvalidCommand( @@ -1505,7 +1351,6 @@ final class BlockTest extends SpecTestsuiteBase ); } - #[Depends('testAssertInvalid153')] public function testAssertInvalid154(): void { $this->runAssertInvalidCommand( @@ -1515,7 +1360,6 @@ final class BlockTest extends SpecTestsuiteBase ); } - #[Depends('testAssertInvalid154')] public function testAssertInvalid155(): void { $this->runAssertInvalidCommand( @@ -1525,7 +1369,6 @@ final class BlockTest extends SpecTestsuiteBase ); } - #[Depends('testAssertInvalid155')] public function testAssertInvalid156(): void { $this->runAssertInvalidCommand( @@ -1535,7 +1378,6 @@ final class BlockTest extends SpecTestsuiteBase ); } - #[Depends('testAssertInvalid156')] public function testAssertInvalid157(): void { $this->runAssertInvalidCommand( @@ -1545,7 +1387,6 @@ final class BlockTest extends SpecTestsuiteBase ); } - #[Depends('testAssertInvalid157')] public function testAssertInvalid158(): void { $this->runAssertInvalidCommand( @@ -1555,7 +1396,6 @@ final class BlockTest extends SpecTestsuiteBase ); } - #[Depends('testAssertInvalid158')] public function testAssertInvalid159(): void { $this->runAssertInvalidCommand( @@ -1565,7 +1405,6 @@ final class BlockTest extends SpecTestsuiteBase ); } - #[Depends('testAssertInvalid159')] public function testAssertInvalid160(): void { $this->runAssertInvalidCommand( @@ -1575,7 +1414,6 @@ final class BlockTest extends SpecTestsuiteBase ); } - #[Depends('testAssertInvalid160')] public function testAssertInvalid161(): void { $this->runAssertInvalidCommand( @@ -1585,7 +1423,6 @@ final class BlockTest extends SpecTestsuiteBase ); } - #[Depends('testAssertInvalid161')] public function testAssertInvalid162(): void { $this->runAssertInvalidCommand( @@ -1595,7 +1432,6 @@ final class BlockTest extends SpecTestsuiteBase ); } - #[Depends('testAssertInvalid162')] public function testAssertInvalid163(): void { $this->runAssertInvalidCommand( @@ -1605,7 +1441,6 @@ final class BlockTest extends SpecTestsuiteBase ); } - #[Depends('testAssertInvalid163')] public function testAssertInvalid164(): void { $this->runAssertInvalidCommand( @@ -1615,7 +1450,6 @@ final class BlockTest extends SpecTestsuiteBase ); } - #[Depends('testAssertInvalid164')] public function testAssertInvalid165(): void { $this->runAssertInvalidCommand( @@ -1625,7 +1459,6 @@ final class BlockTest extends SpecTestsuiteBase ); } - #[Depends('testAssertInvalid165')] public function testAssertInvalid166(): void { $this->runAssertInvalidCommand( @@ -1635,7 +1468,6 @@ final class BlockTest extends SpecTestsuiteBase ); } - #[Depends('testAssertInvalid166')] public function testAssertInvalid167(): void { $this->runAssertInvalidCommand( @@ -1645,7 +1477,6 @@ final class BlockTest extends SpecTestsuiteBase ); } - #[Depends('testAssertInvalid167')] public function testAssertInvalid168(): void { $this->runAssertInvalidCommand( @@ -1655,7 +1486,6 @@ final class BlockTest extends SpecTestsuiteBase ); } - #[Depends('testAssertInvalid168')] public function testAssertInvalid169(): void { $this->runAssertInvalidCommand( @@ -1665,7 +1495,6 @@ final class BlockTest extends SpecTestsuiteBase ); } - #[Depends('testAssertInvalid169')] public function testAssertInvalid170(): void { $this->runAssertInvalidCommand( @@ -1675,7 +1504,6 @@ final class BlockTest extends SpecTestsuiteBase ); } - #[Depends('testAssertInvalid170')] public function testAssertInvalid171(): void { $this->runAssertInvalidCommand( @@ -1685,7 +1513,6 @@ final class BlockTest extends SpecTestsuiteBase ); } - #[Depends('testAssertInvalid171')] public function testAssertInvalid172(): void { $this->runAssertInvalidCommand( @@ -1695,7 +1522,6 @@ final class BlockTest extends SpecTestsuiteBase ); } - #[Depends('testAssertInvalid172')] public function testAssertInvalid173(): void { $this->runAssertInvalidCommand( @@ -1705,7 +1531,6 @@ final class BlockTest extends SpecTestsuiteBase ); } - #[Depends('testAssertInvalid173')] public function testAssertInvalid174(): void { $this->runAssertInvalidCommand( @@ -1715,7 +1540,6 @@ final class BlockTest extends SpecTestsuiteBase ); } - #[Depends('testAssertInvalid174')] public function testAssertInvalid175(): void { $this->runAssertInvalidCommand( @@ -1725,7 +1549,6 @@ final class BlockTest extends SpecTestsuiteBase ); } - #[Depends('testAssertInvalid175')] public function testAssertInvalid176(): void { $this->runAssertInvalidCommand( @@ -1735,7 +1558,6 @@ final class BlockTest extends SpecTestsuiteBase ); } - #[Depends('testAssertInvalid176')] public function testAssertInvalid177(): void { $this->runAssertInvalidCommand( @@ -1745,7 +1567,6 @@ final class BlockTest extends SpecTestsuiteBase ); } - #[Depends('testAssertInvalid177')] public function testAssertInvalid178(): void { $this->runAssertInvalidCommand( @@ -1755,7 +1576,6 @@ final class BlockTest extends SpecTestsuiteBase ); } - #[Depends('testAssertInvalid178')] public function testAssertInvalid179(): void { $this->runAssertInvalidCommand( @@ -1765,7 +1585,6 @@ final class BlockTest extends SpecTestsuiteBase ); } - #[Depends('testAssertInvalid179')] public function testAssertInvalid180(): void { $this->runAssertInvalidCommand( @@ -1775,7 +1594,6 @@ final class BlockTest extends SpecTestsuiteBase ); } - #[Depends('testAssertInvalid180')] public function testAssertInvalid181(): void { $this->runAssertInvalidCommand( @@ -1785,7 +1603,6 @@ final class BlockTest extends SpecTestsuiteBase ); } - #[Depends('testAssertInvalid181')] public function testAssertInvalid182(): void { $this->runAssertInvalidCommand( @@ -1795,7 +1612,6 @@ final class BlockTest extends SpecTestsuiteBase ); } - #[Depends('testAssertInvalid182')] public function testAssertInvalid183(): void { $this->runAssertInvalidCommand( @@ -1805,7 +1621,6 @@ final class BlockTest extends SpecTestsuiteBase ); } - #[Depends('testAssertInvalid183')] public function testAssertInvalid184(): void { $this->runAssertInvalidCommand( @@ -1815,7 +1630,6 @@ final class BlockTest extends SpecTestsuiteBase ); } - #[Depends('testAssertInvalid184')] public function testAssertInvalid185(): void { $this->runAssertInvalidCommand( @@ -1825,7 +1639,6 @@ final class BlockTest extends SpecTestsuiteBase ); } - #[Depends('testAssertInvalid185')] public function testAssertInvalid186(): void { $this->runAssertInvalidCommand( @@ -1835,7 +1648,6 @@ final class BlockTest extends SpecTestsuiteBase ); } - #[Depends('testAssertInvalid186')] public function testAssertInvalid187(): void { $this->runAssertInvalidCommand( @@ -1845,7 +1657,6 @@ final class BlockTest extends SpecTestsuiteBase ); } - #[Depends('testAssertInvalid187')] public function testAssertInvalid188(): void { $this->runAssertInvalidCommand( @@ -1855,7 +1666,6 @@ final class BlockTest extends SpecTestsuiteBase ); } - #[Depends('testAssertInvalid188')] public function testAssertInvalid189(): void { $this->runAssertInvalidCommand( @@ -1865,7 +1675,6 @@ final class BlockTest extends SpecTestsuiteBase ); } - #[Depends('testAssertInvalid189')] public function testAssertInvalid190(): void { $this->runAssertInvalidCommand( @@ -1875,7 +1684,6 @@ final class BlockTest extends SpecTestsuiteBase ); } - #[Depends('testAssertInvalid190')] public function testAssertInvalid191(): void { $this->runAssertInvalidCommand( @@ -1885,7 +1693,6 @@ final class BlockTest extends SpecTestsuiteBase ); } - #[Depends('testAssertInvalid191')] public function testAssertInvalid192(): void { $this->runAssertInvalidCommand( @@ -1895,7 +1702,6 @@ final class BlockTest extends SpecTestsuiteBase ); } - #[Depends('testAssertInvalid192')] public function testAssertInvalid193(): void { $this->runAssertInvalidCommand( @@ -1905,7 +1711,6 @@ final class BlockTest extends SpecTestsuiteBase ); } - #[Depends('testAssertInvalid193')] public function testAssertInvalid194(): void { $this->runAssertInvalidCommand( @@ -1915,7 +1720,6 @@ final class BlockTest extends SpecTestsuiteBase ); } - #[Depends('testAssertInvalid194')] public function testAssertInvalid195(): void { $this->runAssertInvalidCommand( @@ -1925,7 +1729,6 @@ final class BlockTest extends SpecTestsuiteBase ); } - #[Depends('testAssertInvalid195')] public function testAssertInvalid196(): void { $this->runAssertInvalidCommand( @@ -1935,7 +1738,6 @@ final class BlockTest extends SpecTestsuiteBase ); } - #[Depends('testAssertInvalid196')] public function testAssertInvalid197(): void { $this->runAssertInvalidCommand( @@ -1945,7 +1747,6 @@ final class BlockTest extends SpecTestsuiteBase ); } - #[Depends('testAssertInvalid197')] public function testAssertInvalid198(): void { $this->runAssertInvalidCommand( @@ -1955,7 +1756,6 @@ final class BlockTest extends SpecTestsuiteBase ); } - #[Depends('testAssertInvalid198')] public function testAssertInvalid199(): void { $this->runAssertInvalidCommand( @@ -1965,7 +1765,6 @@ final class BlockTest extends SpecTestsuiteBase ); } - #[Depends('testAssertInvalid199')] public function testAssertInvalid200(): void { $this->runAssertInvalidCommand( @@ -1975,7 +1774,6 @@ final class BlockTest extends SpecTestsuiteBase ); } - #[Depends('testAssertInvalid200')] public function testAssertInvalid201(): void { $this->runAssertInvalidCommand( @@ -1985,7 +1783,6 @@ final class BlockTest extends SpecTestsuiteBase ); } - #[Depends('testAssertInvalid201')] public function testAssertInvalid202(): void { $this->runAssertInvalidCommand( @@ -1995,7 +1792,6 @@ final class BlockTest extends SpecTestsuiteBase ); } - #[Depends('testAssertInvalid202')] public function testAssertInvalid203(): void { $this->runAssertInvalidCommand( @@ -2005,7 +1801,6 @@ final class BlockTest extends SpecTestsuiteBase ); } - #[Depends('testAssertInvalid203')] public function testAssertInvalid204(): void { $this->runAssertInvalidCommand( @@ -2015,7 +1810,6 @@ final class BlockTest extends SpecTestsuiteBase ); } - #[Depends('testAssertInvalid204')] public function testAssertInvalid205(): void { $this->runAssertInvalidCommand( @@ -2025,7 +1819,6 @@ final class BlockTest extends SpecTestsuiteBase ); } - #[Depends('testAssertInvalid205')] public function testAssertInvalid206(): void { $this->runAssertInvalidCommand( @@ -2035,7 +1828,6 @@ final class BlockTest extends SpecTestsuiteBase ); } - #[Depends('testAssertInvalid206')] public function testAssertInvalid207(): void { $this->runAssertInvalidCommand( @@ -2045,7 +1837,6 @@ final class BlockTest extends SpecTestsuiteBase ); } - #[Depends('testAssertInvalid207')] public function testAssertInvalid208(): void { $this->runAssertInvalidCommand( @@ -2055,7 +1846,6 @@ final class BlockTest extends SpecTestsuiteBase ); } - #[Depends('testAssertInvalid208')] public function testAssertInvalid209(): void { $this->runAssertInvalidCommand( @@ -2065,7 +1855,6 @@ final class BlockTest extends SpecTestsuiteBase ); } - #[Depends('testAssertInvalid209')] public function testAssertInvalid210(): void { $this->runAssertInvalidCommand( @@ -2075,7 +1864,6 @@ final class BlockTest extends SpecTestsuiteBase ); } - #[Depends('testAssertInvalid210')] public function testAssertInvalid211(): void { $this->runAssertInvalidCommand( @@ -2085,7 +1873,6 @@ final class BlockTest extends SpecTestsuiteBase ); } - #[Depends('testAssertInvalid211')] public function testAssertInvalid212(): void { $this->runAssertInvalidCommand( @@ -2095,7 +1882,6 @@ final class BlockTest extends SpecTestsuiteBase ); } - #[Depends('testAssertInvalid212')] public function testAssertInvalid213(): void { $this->runAssertInvalidCommand( @@ -2105,7 +1891,6 @@ final class BlockTest extends SpecTestsuiteBase ); } - #[Depends('testAssertInvalid213')] public function testAssertInvalid214(): void { $this->runAssertInvalidCommand( @@ -2115,7 +1900,6 @@ final class BlockTest extends SpecTestsuiteBase ); } - #[Depends('testAssertInvalid214')] public function testAssertInvalid215(): void { $this->runAssertInvalidCommand( @@ -2125,7 +1909,6 @@ final class BlockTest extends SpecTestsuiteBase ); } - #[Depends('testAssertInvalid215')] public function testAssertInvalid216(): void { $this->runAssertInvalidCommand( @@ -2135,7 +1918,6 @@ final class BlockTest extends SpecTestsuiteBase ); } - #[Depends('testAssertInvalid216')] public function testAssertInvalid217(): void { $this->runAssertInvalidCommand( @@ -2145,7 +1927,6 @@ final class BlockTest extends SpecTestsuiteBase ); } - #[Depends('testAssertInvalid217')] public function testAssertInvalid218(): void { $this->runAssertInvalidCommand( @@ -2156,25 +1937,21 @@ final class BlockTest extends SpecTestsuiteBase } #[DoesNotPerformAssertions] - #[Depends('testAssertInvalid218')] public function testAssertMalformed219(): void { } #[DoesNotPerformAssertions] - #[Depends('testAssertMalformed219')] public function testAssertMalformed220(): void { } #[DoesNotPerformAssertions] - #[Depends('testAssertMalformed220')] public function testAssertMalformed221(): void { } #[DoesNotPerformAssertions] - #[Depends('testAssertMalformed221')] public function testAssertMalformed222(): void { } diff --git a/tests/src/SpecTestsuites/Core/BrIfTest.php b/tests/src/SpecTestsuites/Core/BrIfTest.php index 576bbeb..0bbf5a7 100644 --- a/tests/src/SpecTestsuites/Core/BrIfTest.php +++ b/tests/src/SpecTestsuites/Core/BrIfTest.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 BrIfTest extends SpecTestsuiteBase @@ -19,7 +18,6 @@ final class BrIfTest extends SpecTestsuiteBase ); } - #[Depends('testModule0')] public function testAssertReturn1(): void { $this->runAssertReturnCommand( @@ -29,7 +27,6 @@ final class BrIfTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1')] public function testAssertReturn2(): void { $this->runAssertReturnCommand( @@ -39,7 +36,6 @@ final class BrIfTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2')] public function testAssertReturn3(): void { $this->runAssertReturnCommand( @@ -49,7 +45,6 @@ final class BrIfTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn3')] public function testAssertReturn4(): void { $this->runAssertReturnCommand( @@ -59,7 +54,6 @@ final class BrIfTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn4')] public function testAssertReturn5(): void { $this->runAssertReturnCommand( @@ -69,7 +63,6 @@ final class BrIfTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn5')] public function testAssertReturn6(): void { $this->runAssertReturnCommand( @@ -79,7 +72,6 @@ final class BrIfTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn6')] public function testAssertReturn7(): void { $this->runAssertReturnCommand( @@ -89,7 +81,6 @@ final class BrIfTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn7')] public function testAssertReturn8(): void { $this->runAssertReturnCommand( @@ -99,7 +90,6 @@ final class BrIfTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn8')] public function testAssertReturn9(): void { $this->runAssertReturnCommand( @@ -109,7 +99,6 @@ final class BrIfTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn9')] public function testAssertReturn10(): void { $this->runAssertReturnCommand( @@ -119,7 +108,6 @@ final class BrIfTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn10')] public function testAssertReturn11(): void { $this->runAssertReturnCommand( @@ -129,7 +117,6 @@ final class BrIfTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn11')] public function testAssertReturn12(): void { $this->runAssertReturnCommand( @@ -139,7 +126,6 @@ final class BrIfTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn12')] public function testAssertReturn13(): void { $this->runAssertReturnCommand( @@ -149,7 +135,6 @@ final class BrIfTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn13')] public function testAssertReturn14(): void { $this->runAssertReturnCommand( @@ -159,7 +144,6 @@ final class BrIfTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn14')] public function testAssertReturn15(): void { $this->runAssertReturnCommand( @@ -169,7 +153,6 @@ final class BrIfTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn15')] public function testAssertReturn16(): void { $this->runAssertReturnCommand( @@ -179,7 +162,6 @@ final class BrIfTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn16')] public function testAssertReturn17(): void { $this->runAssertReturnCommand( @@ -189,7 +171,6 @@ final class BrIfTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn17')] public function testAssertReturn18(): void { $this->runAssertReturnCommand( @@ -199,7 +180,6 @@ final class BrIfTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn18')] public function testAssertReturn19(): void { $this->runAssertReturnCommand( @@ -209,7 +189,6 @@ final class BrIfTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn19')] public function testAssertReturn20(): void { $this->runAssertReturnCommand( @@ -219,7 +198,6 @@ final class BrIfTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn20')] public function testAssertReturn21(): void { $this->runAssertReturnCommand( @@ -229,7 +207,6 @@ final class BrIfTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn21')] public function testAssertReturn22(): void { $this->runAssertReturnCommand( @@ -239,7 +216,6 @@ final class BrIfTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn22')] public function testAssertReturn23(): void { $this->runAssertReturnCommand( @@ -249,7 +225,6 @@ final class BrIfTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn23')] public function testAssertReturn24(): void { $this->runAssertReturnCommand( @@ -259,7 +234,6 @@ final class BrIfTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn24')] public function testAssertReturn25(): void { $this->runAssertReturnCommand( @@ -269,7 +243,6 @@ final class BrIfTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn25')] public function testAssertReturn26(): void { $this->runAssertReturnCommand( @@ -279,7 +252,6 @@ final class BrIfTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn26')] public function testAssertReturn27(): void { $this->runAssertReturnCommand( @@ -289,7 +261,6 @@ final class BrIfTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn27')] public function testAssertReturn28(): void { $this->runAssertReturnCommand( @@ -299,7 +270,6 @@ final class BrIfTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn28')] public function testAssertReturn29(): void { $this->runAssertReturnCommand( @@ -309,7 +279,6 @@ final class BrIfTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn29')] public function testAssertReturn30(): void { $this->runAssertReturnCommand( @@ -319,7 +288,6 @@ final class BrIfTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn30')] public function testAssertReturn31(): void { $this->runAssertReturnCommand( @@ -329,7 +297,6 @@ final class BrIfTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn31')] public function testAssertReturn32(): void { $this->runAssertReturnCommand( @@ -339,7 +306,6 @@ final class BrIfTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn32')] public function testAssertReturn33(): void { $this->runAssertReturnCommand( @@ -349,7 +315,6 @@ final class BrIfTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn33')] public function testAssertReturn34(): void { $this->runAssertReturnCommand( @@ -359,7 +324,6 @@ final class BrIfTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn34')] public function testAssertReturn35(): void { $this->runAssertReturnCommand( @@ -369,7 +333,6 @@ final class BrIfTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn35')] public function testAssertReturn36(): void { $this->runAssertReturnCommand( @@ -379,7 +342,6 @@ final class BrIfTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn36')] public function testAssertReturn37(): void { $this->runAssertReturnCommand( @@ -389,7 +351,6 @@ final class BrIfTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn37')] public function testAssertReturn38(): void { $this->runAssertReturnCommand( @@ -399,7 +360,6 @@ final class BrIfTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn38')] public function testAssertReturn39(): void { $this->runAssertReturnCommand( @@ -409,7 +369,6 @@ final class BrIfTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn39')] public function testAssertReturn40(): void { $this->runAssertReturnCommand( @@ -419,7 +378,6 @@ final class BrIfTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn40')] public function testAssertReturn41(): void { $this->runAssertReturnCommand( @@ -429,7 +387,6 @@ final class BrIfTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn41')] public function testAssertReturn42(): void { $this->runAssertReturnCommand( @@ -439,7 +396,6 @@ final class BrIfTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn42')] public function testAssertReturn43(): void { $this->runAssertReturnCommand( @@ -449,7 +405,6 @@ final class BrIfTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn43')] public function testAssertReturn44(): void { $this->runAssertReturnCommand( @@ -459,7 +414,6 @@ final class BrIfTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn44')] public function testAssertReturn45(): void { $this->runAssertReturnCommand( @@ -469,7 +423,6 @@ final class BrIfTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn45')] public function testAssertReturn46(): void { $this->runAssertReturnCommand( @@ -479,7 +432,6 @@ final class BrIfTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn46')] public function testAssertReturn47(): void { $this->runAssertReturnCommand( @@ -489,7 +441,6 @@ final class BrIfTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn47')] public function testAssertReturn48(): void { $this->runAssertReturnCommand( @@ -499,7 +450,6 @@ final class BrIfTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn48')] public function testAssertReturn49(): void { $this->runAssertReturnCommand( @@ -509,7 +459,6 @@ final class BrIfTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn49')] public function testAssertReturn50(): void { $this->runAssertReturnCommand( @@ -519,7 +468,6 @@ final class BrIfTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn50')] public function testAssertReturn51(): void { $this->runAssertReturnCommand( @@ -529,7 +477,6 @@ final class BrIfTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn51')] public function testAssertReturn52(): void { $this->runAssertReturnCommand( @@ -539,7 +486,6 @@ final class BrIfTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn52')] public function testAssertReturn53(): void { $this->runAssertReturnCommand( @@ -549,7 +495,6 @@ final class BrIfTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn53')] public function testAssertReturn54(): void { $this->runAssertReturnCommand( @@ -559,7 +504,6 @@ final class BrIfTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn54')] public function testAssertReturn55(): void { $this->runAssertReturnCommand( @@ -569,7 +513,6 @@ final class BrIfTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn55')] public function testAssertReturn56(): void { $this->runAssertReturnCommand( @@ -579,7 +522,6 @@ final class BrIfTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn56')] public function testAssertReturn57(): void { $this->runAssertReturnCommand( @@ -589,7 +531,6 @@ final class BrIfTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn57')] public function testAssertReturn58(): void { $this->runAssertReturnCommand( @@ -599,7 +540,6 @@ final class BrIfTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn58')] public function testAssertReturn59(): void { $this->runAssertReturnCommand( @@ -609,7 +549,6 @@ final class BrIfTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn59')] public function testAssertReturn60(): void { $this->runAssertReturnCommand( @@ -619,7 +558,6 @@ final class BrIfTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn60')] public function testAssertReturn61(): void { $this->runAssertReturnCommand( @@ -629,7 +567,6 @@ final class BrIfTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn61')] public function testAssertReturn62(): void { $this->runAssertReturnCommand( @@ -639,7 +576,6 @@ final class BrIfTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn62')] public function testAssertReturn63(): void { $this->runAssertReturnCommand( @@ -649,7 +585,6 @@ final class BrIfTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn63')] public function testAssertReturn64(): void { $this->runAssertReturnCommand( @@ -659,7 +594,6 @@ final class BrIfTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn64')] public function testAssertReturn65(): void { $this->runAssertReturnCommand( @@ -669,7 +603,6 @@ final class BrIfTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn65')] public function testAssertReturn66(): void { $this->runAssertReturnCommand( @@ -679,7 +612,6 @@ final class BrIfTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn66')] public function testAssertReturn67(): void { $this->runAssertReturnCommand( @@ -689,7 +621,6 @@ final class BrIfTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn67')] public function testAssertReturn68(): void { $this->runAssertReturnCommand( @@ -699,7 +630,6 @@ final class BrIfTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn68')] public function testAssertReturn69(): void { $this->runAssertReturnCommand( @@ -709,7 +639,6 @@ final class BrIfTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn69')] public function testAssertReturn70(): void { $this->runAssertReturnCommand( @@ -719,7 +648,6 @@ final class BrIfTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn70')] public function testAssertReturn71(): void { $this->runAssertReturnCommand( @@ -729,7 +657,6 @@ final class BrIfTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn71')] public function testAssertReturn72(): void { $this->runAssertReturnCommand( @@ -739,7 +666,6 @@ final class BrIfTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn72')] public function testAssertReturn73(): void { $this->runAssertReturnCommand( @@ -749,7 +675,6 @@ final class BrIfTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn73')] public function testAssertReturn74(): void { $this->runAssertReturnCommand( @@ -759,7 +684,6 @@ final class BrIfTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn74')] public function testAssertReturn75(): void { $this->runAssertReturnCommand( @@ -769,7 +693,6 @@ final class BrIfTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn75')] public function testAssertReturn76(): void { $this->runAssertReturnCommand( @@ -779,7 +702,6 @@ final class BrIfTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn76')] public function testAssertReturn77(): void { $this->runAssertReturnCommand( @@ -789,7 +711,6 @@ final class BrIfTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn77')] public function testAssertReturn78(): void { $this->runAssertReturnCommand( @@ -799,7 +720,6 @@ final class BrIfTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn78')] public function testAssertReturn79(): void { $this->runAssertReturnCommand( @@ -809,7 +729,6 @@ final class BrIfTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn79')] public function testAssertReturn80(): void { $this->runAssertReturnCommand( @@ -819,7 +738,6 @@ final class BrIfTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn80')] public function testAssertReturn81(): void { $this->runAssertReturnCommand( @@ -829,7 +747,6 @@ final class BrIfTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn81')] public function testAssertReturn82(): void { $this->runAssertReturnCommand( @@ -839,7 +756,6 @@ final class BrIfTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn82')] public function testAssertReturn83(): void { $this->runAssertReturnCommand( @@ -849,7 +765,6 @@ final class BrIfTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn83')] public function testAssertReturn84(): void { $this->runAssertReturnCommand( @@ -859,7 +774,6 @@ final class BrIfTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn84')] public function testAssertReturn85(): void { $this->runAssertReturnCommand( @@ -869,7 +783,6 @@ final class BrIfTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn85')] public function testAssertReturn86(): void { $this->runAssertReturnCommand( @@ -879,7 +792,6 @@ final class BrIfTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn86')] public function testAssertReturn87(): void { $this->runAssertReturnCommand( @@ -889,7 +801,6 @@ final class BrIfTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn87')] public function testAssertReturn88(): void { $this->runAssertReturnCommand( @@ -899,7 +810,6 @@ final class BrIfTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn88')] public function testAssertInvalid89(): void { $this->runAssertInvalidCommand( @@ -909,7 +819,6 @@ final class BrIfTest extends SpecTestsuiteBase ); } - #[Depends('testAssertInvalid89')] public function testAssertInvalid90(): void { $this->runAssertInvalidCommand( @@ -919,7 +828,6 @@ final class BrIfTest extends SpecTestsuiteBase ); } - #[Depends('testAssertInvalid90')] public function testAssertInvalid91(): void { $this->runAssertInvalidCommand( @@ -929,7 +837,6 @@ final class BrIfTest extends SpecTestsuiteBase ); } - #[Depends('testAssertInvalid91')] public function testAssertInvalid92(): void { $this->runAssertInvalidCommand( @@ -939,7 +846,6 @@ final class BrIfTest extends SpecTestsuiteBase ); } - #[Depends('testAssertInvalid92')] public function testAssertInvalid93(): void { $this->runAssertInvalidCommand( @@ -949,7 +855,6 @@ final class BrIfTest extends SpecTestsuiteBase ); } - #[Depends('testAssertInvalid93')] public function testAssertInvalid94(): void { $this->runAssertInvalidCommand( @@ -959,7 +864,6 @@ final class BrIfTest extends SpecTestsuiteBase ); } - #[Depends('testAssertInvalid94')] public function testAssertInvalid95(): void { $this->runAssertInvalidCommand( @@ -969,7 +873,6 @@ final class BrIfTest extends SpecTestsuiteBase ); } - #[Depends('testAssertInvalid95')] public function testAssertInvalid96(): void { $this->runAssertInvalidCommand( @@ -979,7 +882,6 @@ final class BrIfTest extends SpecTestsuiteBase ); } - #[Depends('testAssertInvalid96')] public function testAssertInvalid97(): void { $this->runAssertInvalidCommand( @@ -989,7 +891,6 @@ final class BrIfTest extends SpecTestsuiteBase ); } - #[Depends('testAssertInvalid97')] public function testAssertInvalid98(): void { $this->runAssertInvalidCommand( @@ -999,7 +900,6 @@ final class BrIfTest extends SpecTestsuiteBase ); } - #[Depends('testAssertInvalid98')] public function testAssertInvalid99(): void { $this->runAssertInvalidCommand( @@ -1009,7 +909,6 @@ final class BrIfTest extends SpecTestsuiteBase ); } - #[Depends('testAssertInvalid99')] public function testAssertInvalid100(): void { $this->runAssertInvalidCommand( @@ -1019,7 +918,6 @@ final class BrIfTest extends SpecTestsuiteBase ); } - #[Depends('testAssertInvalid100')] public function testAssertInvalid101(): void { $this->runAssertInvalidCommand( @@ -1029,7 +927,6 @@ final class BrIfTest extends SpecTestsuiteBase ); } - #[Depends('testAssertInvalid101')] public function testAssertInvalid102(): void { $this->runAssertInvalidCommand( @@ -1039,7 +936,6 @@ final class BrIfTest extends SpecTestsuiteBase ); } - #[Depends('testAssertInvalid102')] public function testAssertInvalid103(): void { $this->runAssertInvalidCommand( @@ -1049,7 +945,6 @@ final class BrIfTest extends SpecTestsuiteBase ); } - #[Depends('testAssertInvalid103')] public function testAssertInvalid104(): void { $this->runAssertInvalidCommand( @@ -1059,7 +954,6 @@ final class BrIfTest extends SpecTestsuiteBase ); } - #[Depends('testAssertInvalid104')] public function testAssertInvalid105(): void { $this->runAssertInvalidCommand( @@ -1069,7 +963,6 @@ final class BrIfTest extends SpecTestsuiteBase ); } - #[Depends('testAssertInvalid105')] public function testAssertInvalid106(): void { $this->runAssertInvalidCommand( @@ -1079,7 +972,6 @@ final class BrIfTest extends SpecTestsuiteBase ); } - #[Depends('testAssertInvalid106')] public function testAssertInvalid107(): void { $this->runAssertInvalidCommand( @@ -1089,7 +981,6 @@ final class BrIfTest extends SpecTestsuiteBase ); } - #[Depends('testAssertInvalid107')] public function testAssertInvalid108(): void { $this->runAssertInvalidCommand( @@ -1099,7 +990,6 @@ final class BrIfTest extends SpecTestsuiteBase ); } - #[Depends('testAssertInvalid108')] public function testAssertInvalid109(): void { $this->runAssertInvalidCommand( @@ -1109,7 +999,6 @@ final class BrIfTest extends SpecTestsuiteBase ); } - #[Depends('testAssertInvalid109')] public function testAssertInvalid110(): void { $this->runAssertInvalidCommand( @@ -1119,7 +1008,6 @@ final class BrIfTest extends SpecTestsuiteBase ); } - #[Depends('testAssertInvalid110')] public function testAssertInvalid111(): void { $this->runAssertInvalidCommand( @@ -1129,7 +1017,6 @@ final class BrIfTest extends SpecTestsuiteBase ); } - #[Depends('testAssertInvalid111')] public function testAssertInvalid112(): void { $this->runAssertInvalidCommand( @@ -1139,7 +1026,6 @@ final class BrIfTest extends SpecTestsuiteBase ); } - #[Depends('testAssertInvalid112')] public function testAssertInvalid113(): void { $this->runAssertInvalidCommand( @@ -1149,7 +1035,6 @@ final class BrIfTest extends SpecTestsuiteBase ); } - #[Depends('testAssertInvalid113')] public function testAssertInvalid114(): void { $this->runAssertInvalidCommand( @@ -1159,7 +1044,6 @@ final class BrIfTest extends SpecTestsuiteBase ); } - #[Depends('testAssertInvalid114')] public function testAssertInvalid115(): void { $this->runAssertInvalidCommand( @@ -1169,7 +1053,6 @@ final class BrIfTest extends SpecTestsuiteBase ); } - #[Depends('testAssertInvalid115')] public function testAssertInvalid116(): void { $this->runAssertInvalidCommand( @@ -1179,7 +1062,6 @@ final class BrIfTest extends SpecTestsuiteBase ); } - #[Depends('testAssertInvalid116')] public function testAssertInvalid117(): void { $this->runAssertInvalidCommand( diff --git a/tests/src/SpecTestsuites/Core/BrTableTest.php b/tests/src/SpecTestsuites/Core/BrTableTest.php index 030dacd..20fc75e 100644 --- a/tests/src/SpecTestsuites/Core/BrTableTest.php +++ b/tests/src/SpecTestsuites/Core/BrTableTest.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 BrTableTest extends SpecTestsuiteBase @@ -19,7 +18,6 @@ final class BrTableTest extends SpecTestsuiteBase ); } - #[Depends('testModule0')] public function testAssertReturn1(): void { $this->runAssertReturnCommand( @@ -29,7 +27,6 @@ final class BrTableTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1')] public function testAssertReturn2(): void { $this->runAssertReturnCommand( @@ -39,7 +36,6 @@ final class BrTableTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2')] public function testAssertReturn3(): void { $this->runAssertReturnCommand( @@ -49,7 +45,6 @@ final class BrTableTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn3')] public function testAssertReturn4(): void { $this->runAssertReturnCommand( @@ -59,7 +54,6 @@ final class BrTableTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn4')] public function testAssertReturn5(): void { $this->runAssertReturnCommand( @@ -69,7 +63,6 @@ final class BrTableTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn5')] public function testAssertReturn6(): void { $this->runAssertReturnCommand( @@ -79,7 +72,6 @@ final class BrTableTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn6')] public function testAssertReturn7(): void { $this->runAssertReturnCommand( @@ -89,7 +81,6 @@ final class BrTableTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn7')] public function testAssertReturn8(): void { $this->runAssertReturnCommand( @@ -99,7 +90,6 @@ final class BrTableTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn8')] public function testAssertReturn9(): void { $this->runAssertReturnCommand( @@ -109,7 +99,6 @@ final class BrTableTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn9')] public function testAssertReturn10(): void { $this->runAssertReturnCommand( @@ -119,7 +108,6 @@ final class BrTableTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn10')] public function testAssertReturn11(): void { $this->runAssertReturnCommand( @@ -129,7 +117,6 @@ final class BrTableTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn11')] public function testAssertReturn12(): void { $this->runAssertReturnCommand( @@ -139,7 +126,6 @@ final class BrTableTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn12')] public function testAssertReturn13(): void { $this->runAssertReturnCommand( @@ -149,7 +135,6 @@ final class BrTableTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn13')] public function testAssertReturn14(): void { $this->runAssertReturnCommand( @@ -159,7 +144,6 @@ final class BrTableTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn14')] public function testAssertReturn15(): void { $this->runAssertReturnCommand( @@ -169,7 +153,6 @@ final class BrTableTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn15')] public function testAssertReturn16(): void { $this->runAssertReturnCommand( @@ -179,7 +162,6 @@ final class BrTableTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn16')] public function testAssertReturn17(): void { $this->runAssertReturnCommand( @@ -189,7 +171,6 @@ final class BrTableTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn17')] public function testAssertReturn18(): void { $this->runAssertReturnCommand( @@ -199,7 +180,6 @@ final class BrTableTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn18')] public function testAssertReturn19(): void { $this->runAssertReturnCommand( @@ -209,7 +189,6 @@ final class BrTableTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn19')] public function testAssertReturn20(): void { $this->runAssertReturnCommand( @@ -219,7 +198,6 @@ final class BrTableTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn20')] public function testAssertReturn21(): void { $this->runAssertReturnCommand( @@ -229,7 +207,6 @@ final class BrTableTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn21')] public function testAssertReturn22(): void { $this->runAssertReturnCommand( @@ -239,7 +216,6 @@ final class BrTableTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn22')] public function testAssertReturn23(): void { $this->runAssertReturnCommand( @@ -249,7 +225,6 @@ final class BrTableTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn23')] public function testAssertReturn24(): void { $this->runAssertReturnCommand( @@ -259,7 +234,6 @@ final class BrTableTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn24')] public function testAssertReturn25(): void { $this->runAssertReturnCommand( @@ -269,7 +243,6 @@ final class BrTableTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn25')] public function testAssertReturn26(): void { $this->runAssertReturnCommand( @@ -279,7 +252,6 @@ final class BrTableTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn26')] public function testAssertReturn27(): void { $this->runAssertReturnCommand( @@ -289,7 +261,6 @@ final class BrTableTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn27')] public function testAssertReturn28(): void { $this->runAssertReturnCommand( @@ -299,7 +270,6 @@ final class BrTableTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn28')] public function testAssertReturn29(): void { $this->runAssertReturnCommand( @@ -309,7 +279,6 @@ final class BrTableTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn29')] public function testAssertReturn30(): void { $this->runAssertReturnCommand( @@ -319,7 +288,6 @@ final class BrTableTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn30')] public function testAssertReturn31(): void { $this->runAssertReturnCommand( @@ -329,7 +297,6 @@ final class BrTableTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn31')] public function testAssertReturn32(): void { $this->runAssertReturnCommand( @@ -339,7 +306,6 @@ final class BrTableTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn32')] public function testAssertReturn33(): void { $this->runAssertReturnCommand( @@ -349,7 +315,6 @@ final class BrTableTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn33')] public function testAssertReturn34(): void { $this->runAssertReturnCommand( @@ -359,7 +324,6 @@ final class BrTableTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn34')] public function testAssertReturn35(): void { $this->runAssertReturnCommand( @@ -369,7 +333,6 @@ final class BrTableTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn35')] public function testAssertReturn36(): void { $this->runAssertReturnCommand( @@ -379,7 +342,6 @@ final class BrTableTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn36')] public function testAssertReturn37(): void { $this->runAssertReturnCommand( @@ -389,7 +351,6 @@ final class BrTableTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn37')] public function testAssertReturn38(): void { $this->runAssertReturnCommand( @@ -399,7 +360,6 @@ final class BrTableTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn38')] public function testAssertReturn39(): void { $this->runAssertReturnCommand( @@ -409,7 +369,6 @@ final class BrTableTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn39')] public function testAssertReturn40(): void { $this->runAssertReturnCommand( @@ -419,7 +378,6 @@ final class BrTableTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn40')] public function testAssertReturn41(): void { $this->runAssertReturnCommand( @@ -429,7 +387,6 @@ final class BrTableTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn41')] public function testAssertReturn42(): void { $this->runAssertReturnCommand( @@ -439,7 +396,6 @@ final class BrTableTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn42')] public function testAssertReturn43(): void { $this->runAssertReturnCommand( @@ -449,7 +405,6 @@ final class BrTableTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn43')] public function testAssertReturn44(): void { $this->runAssertReturnCommand( @@ -459,7 +414,6 @@ final class BrTableTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn44')] public function testAssertReturn45(): void { $this->runAssertReturnCommand( @@ -469,7 +423,6 @@ final class BrTableTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn45')] public function testAssertReturn46(): void { $this->runAssertReturnCommand( @@ -479,7 +432,6 @@ final class BrTableTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn46')] public function testAssertReturn47(): void { $this->runAssertReturnCommand( @@ -489,7 +441,6 @@ final class BrTableTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn47')] public function testAssertReturn48(): void { $this->runAssertReturnCommand( @@ -499,7 +450,6 @@ final class BrTableTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn48')] public function testAssertReturn49(): void { $this->runAssertReturnCommand( @@ -509,7 +459,6 @@ final class BrTableTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn49')] public function testAssertReturn50(): void { $this->runAssertReturnCommand( @@ -519,7 +468,6 @@ final class BrTableTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn50')] public function testAssertReturn51(): void { $this->runAssertReturnCommand( @@ -529,7 +477,6 @@ final class BrTableTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn51')] public function testAssertReturn52(): void { $this->runAssertReturnCommand( @@ -539,7 +486,6 @@ final class BrTableTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn52')] public function testAssertReturn53(): void { $this->runAssertReturnCommand( @@ -549,7 +495,6 @@ final class BrTableTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn53')] public function testAssertReturn54(): void { $this->runAssertReturnCommand( @@ -559,7 +504,6 @@ final class BrTableTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn54')] public function testAssertReturn55(): void { $this->runAssertReturnCommand( @@ -569,7 +513,6 @@ final class BrTableTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn55')] public function testAssertReturn56(): void { $this->runAssertReturnCommand( @@ -579,7 +522,6 @@ final class BrTableTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn56')] public function testAssertReturn57(): void { $this->runAssertReturnCommand( @@ -589,7 +531,6 @@ final class BrTableTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn57')] public function testAssertReturn58(): void { $this->runAssertReturnCommand( @@ -599,7 +540,6 @@ final class BrTableTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn58')] public function testAssertReturn59(): void { $this->runAssertReturnCommand( @@ -609,7 +549,6 @@ final class BrTableTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn59')] public function testAssertReturn60(): void { $this->runAssertReturnCommand( @@ -619,7 +558,6 @@ final class BrTableTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn60')] public function testAssertReturn61(): void { $this->runAssertReturnCommand( @@ -629,7 +567,6 @@ final class BrTableTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn61')] public function testAssertReturn62(): void { $this->runAssertReturnCommand( @@ -639,7 +576,6 @@ final class BrTableTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn62')] public function testAssertReturn63(): void { $this->runAssertReturnCommand( @@ -649,7 +585,6 @@ final class BrTableTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn63')] public function testAssertReturn64(): void { $this->runAssertReturnCommand( @@ -659,7 +594,6 @@ final class BrTableTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn64')] public function testAssertReturn65(): void { $this->runAssertReturnCommand( @@ -669,7 +603,6 @@ final class BrTableTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn65')] public function testAssertReturn66(): void { $this->runAssertReturnCommand( @@ -679,7 +612,6 @@ final class BrTableTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn66')] public function testAssertReturn67(): void { $this->runAssertReturnCommand( @@ -689,7 +621,6 @@ final class BrTableTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn67')] public function testAssertReturn68(): void { $this->runAssertReturnCommand( @@ -699,7 +630,6 @@ final class BrTableTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn68')] public function testAssertReturn69(): void { $this->runAssertReturnCommand( @@ -709,7 +639,6 @@ final class BrTableTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn69')] public function testAssertReturn70(): void { $this->runAssertReturnCommand( @@ -719,7 +648,6 @@ final class BrTableTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn70')] public function testAssertReturn71(): void { $this->runAssertReturnCommand( @@ -729,7 +657,6 @@ final class BrTableTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn71')] public function testAssertReturn72(): void { $this->runAssertReturnCommand( @@ -739,7 +666,6 @@ final class BrTableTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn72')] public function testAssertReturn73(): void { $this->runAssertReturnCommand( @@ -749,7 +675,6 @@ final class BrTableTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn73')] public function testAssertReturn74(): void { $this->runAssertReturnCommand( @@ -759,7 +684,6 @@ final class BrTableTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn74')] public function testAssertReturn75(): void { $this->runAssertReturnCommand( @@ -769,7 +693,6 @@ final class BrTableTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn75')] public function testAssertReturn76(): void { $this->runAssertReturnCommand( @@ -779,7 +702,6 @@ final class BrTableTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn76')] public function testAssertReturn77(): void { $this->runAssertReturnCommand( @@ -789,7 +711,6 @@ final class BrTableTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn77')] public function testAssertReturn78(): void { $this->runAssertReturnCommand( @@ -799,7 +720,6 @@ final class BrTableTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn78')] public function testAssertReturn79(): void { $this->runAssertReturnCommand( @@ -809,7 +729,6 @@ final class BrTableTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn79')] public function testAssertReturn80(): void { $this->runAssertReturnCommand( @@ -819,7 +738,6 @@ final class BrTableTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn80')] public function testAssertReturn81(): void { $this->runAssertReturnCommand( @@ -829,7 +747,6 @@ final class BrTableTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn81')] public function testAssertReturn82(): void { $this->runAssertReturnCommand( @@ -839,7 +756,6 @@ final class BrTableTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn82')] public function testAssertReturn83(): void { $this->runAssertReturnCommand( @@ -849,7 +765,6 @@ final class BrTableTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn83')] public function testAssertReturn84(): void { $this->runAssertReturnCommand( @@ -859,7 +774,6 @@ final class BrTableTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn84')] public function testAssertReturn85(): void { $this->runAssertReturnCommand( @@ -869,7 +783,6 @@ final class BrTableTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn85')] public function testAssertReturn86(): void { $this->runAssertReturnCommand( @@ -879,7 +792,6 @@ final class BrTableTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn86')] public function testAssertReturn87(): void { $this->runAssertReturnCommand( @@ -889,7 +801,6 @@ final class BrTableTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn87')] public function testAssertReturn88(): void { $this->runAssertReturnCommand( @@ -899,7 +810,6 @@ final class BrTableTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn88')] public function testAssertReturn89(): void { $this->runAssertReturnCommand( @@ -909,7 +819,6 @@ final class BrTableTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn89')] public function testAssertReturn90(): void { $this->runAssertReturnCommand( @@ -919,7 +828,6 @@ final class BrTableTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn90')] public function testAssertReturn91(): void { $this->runAssertReturnCommand( @@ -929,7 +837,6 @@ final class BrTableTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn91')] public function testAssertReturn92(): void { $this->runAssertReturnCommand( @@ -939,7 +846,6 @@ final class BrTableTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn92')] public function testAssertReturn93(): void { $this->runAssertReturnCommand( @@ -949,7 +855,6 @@ final class BrTableTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn93')] public function testAssertReturn94(): void { $this->runAssertReturnCommand( @@ -959,7 +864,6 @@ final class BrTableTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn94')] public function testAssertReturn95(): void { $this->runAssertReturnCommand( @@ -969,7 +873,6 @@ final class BrTableTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn95')] public function testAssertReturn96(): void { $this->runAssertReturnCommand( @@ -979,7 +882,6 @@ final class BrTableTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn96')] public function testAssertReturn97(): void { $this->runAssertReturnCommand( @@ -989,7 +891,6 @@ final class BrTableTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn97')] public function testAssertReturn98(): void { $this->runAssertReturnCommand( @@ -999,7 +900,6 @@ final class BrTableTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn98')] public function testAssertReturn99(): void { $this->runAssertReturnCommand( @@ -1009,7 +909,6 @@ final class BrTableTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn99')] public function testAssertReturn100(): void { $this->runAssertReturnCommand( @@ -1019,7 +918,6 @@ final class BrTableTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn100')] public function testAssertReturn101(): void { $this->runAssertReturnCommand( @@ -1029,7 +927,6 @@ final class BrTableTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn101')] public function testAssertReturn102(): void { $this->runAssertReturnCommand( @@ -1039,7 +936,6 @@ final class BrTableTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn102')] public function testAssertReturn103(): void { $this->runAssertReturnCommand( @@ -1049,7 +945,6 @@ final class BrTableTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn103')] public function testAssertReturn104(): void { $this->runAssertReturnCommand( @@ -1059,7 +954,6 @@ final class BrTableTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn104')] public function testAssertReturn105(): void { $this->runAssertReturnCommand( @@ -1069,7 +963,6 @@ final class BrTableTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn105')] public function testAssertReturn106(): void { $this->runAssertReturnCommand( @@ -1079,7 +972,6 @@ final class BrTableTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn106')] public function testAssertReturn107(): void { $this->runAssertReturnCommand( @@ -1089,7 +981,6 @@ final class BrTableTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn107')] public function testAssertReturn108(): void { $this->runAssertReturnCommand( @@ -1099,7 +990,6 @@ final class BrTableTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn108')] public function testAssertReturn109(): void { $this->runAssertReturnCommand( @@ -1109,7 +999,6 @@ final class BrTableTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn109')] public function testAssertReturn110(): void { $this->runAssertReturnCommand( @@ -1119,7 +1008,6 @@ final class BrTableTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn110')] public function testAssertReturn111(): void { $this->runAssertReturnCommand( @@ -1129,7 +1017,6 @@ final class BrTableTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn111')] public function testAssertReturn112(): void { $this->runAssertReturnCommand( @@ -1139,7 +1026,6 @@ final class BrTableTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn112')] public function testAssertReturn113(): void { $this->runAssertReturnCommand( @@ -1149,7 +1035,6 @@ final class BrTableTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn113')] public function testAssertReturn114(): void { $this->runAssertReturnCommand( @@ -1159,7 +1044,6 @@ final class BrTableTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn114')] public function testAssertReturn115(): void { $this->runAssertReturnCommand( @@ -1169,7 +1053,6 @@ final class BrTableTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn115')] public function testAssertReturn116(): void { $this->runAssertReturnCommand( @@ -1179,7 +1062,6 @@ final class BrTableTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn116')] public function testAssertReturn117(): void { $this->runAssertReturnCommand( @@ -1189,7 +1071,6 @@ final class BrTableTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn117')] public function testAssertReturn118(): void { $this->runAssertReturnCommand( @@ -1199,7 +1080,6 @@ final class BrTableTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn118')] public function testAssertReturn119(): void { $this->runAssertReturnCommand( @@ -1209,7 +1089,6 @@ final class BrTableTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn119')] public function testAssertReturn120(): void { $this->runAssertReturnCommand( @@ -1219,7 +1098,6 @@ final class BrTableTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn120')] public function testAssertReturn121(): void { $this->runAssertReturnCommand( @@ -1229,7 +1107,6 @@ final class BrTableTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn121')] public function testAssertReturn122(): void { $this->runAssertReturnCommand( @@ -1239,7 +1116,6 @@ final class BrTableTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn122')] public function testAssertReturn123(): void { $this->runAssertReturnCommand( @@ -1249,7 +1125,6 @@ final class BrTableTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn123')] public function testAssertReturn124(): void { $this->runAssertReturnCommand( @@ -1259,7 +1134,6 @@ final class BrTableTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn124')] public function testAssertReturn125(): void { $this->runAssertReturnCommand( @@ -1269,7 +1143,6 @@ final class BrTableTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn125')] public function testAssertReturn126(): void { $this->runAssertReturnCommand( @@ -1279,7 +1152,6 @@ final class BrTableTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn126')] public function testAssertReturn127(): void { $this->runAssertReturnCommand( @@ -1289,7 +1161,6 @@ final class BrTableTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn127')] public function testAssertReturn128(): void { $this->runAssertReturnCommand( @@ -1299,7 +1170,6 @@ final class BrTableTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn128')] public function testAssertReturn129(): void { $this->runAssertReturnCommand( @@ -1309,7 +1179,6 @@ final class BrTableTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn129')] public function testAssertReturn130(): void { $this->runAssertReturnCommand( @@ -1319,7 +1188,6 @@ final class BrTableTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn130')] public function testAssertReturn131(): void { $this->runAssertReturnCommand( @@ -1329,7 +1197,6 @@ final class BrTableTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn131')] public function testAssertReturn132(): void { $this->runAssertReturnCommand( @@ -1339,7 +1206,6 @@ final class BrTableTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn132')] public function testAssertReturn133(): void { $this->runAssertReturnCommand( @@ -1349,7 +1215,6 @@ final class BrTableTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn133')] public function testAssertReturn134(): void { $this->runAssertReturnCommand( @@ -1359,7 +1224,6 @@ final class BrTableTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn134')] public function testAssertReturn135(): void { $this->runAssertReturnCommand( @@ -1369,7 +1233,6 @@ final class BrTableTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn135')] public function testAssertReturn136(): void { $this->runAssertReturnCommand( @@ -1379,7 +1242,6 @@ final class BrTableTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn136')] public function testAssertReturn137(): void { $this->runAssertReturnCommand( @@ -1389,7 +1251,6 @@ final class BrTableTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn137')] public function testAssertReturn138(): void { $this->runAssertReturnCommand( @@ -1399,7 +1260,6 @@ final class BrTableTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn138')] public function testAssertReturn139(): void { $this->runAssertReturnCommand( @@ -1409,7 +1269,6 @@ final class BrTableTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn139')] public function testAssertReturn140(): void { $this->runAssertReturnCommand( @@ -1419,7 +1278,6 @@ final class BrTableTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn140')] public function testAssertReturn141(): void { $this->runAssertReturnCommand( @@ -1429,7 +1287,6 @@ final class BrTableTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn141')] public function testAssertReturn142(): void { $this->runAssertReturnCommand( @@ -1439,7 +1296,6 @@ final class BrTableTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn142')] public function testAssertReturn143(): void { $this->runAssertReturnCommand( @@ -1449,7 +1305,6 @@ final class BrTableTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn143')] public function testAssertReturn144(): void { $this->runAssertReturnCommand( @@ -1459,7 +1314,6 @@ final class BrTableTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn144')] public function testAssertReturn145(): void { $this->runAssertReturnCommand( @@ -1469,7 +1323,6 @@ final class BrTableTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn145')] public function testAssertReturn146(): void { $this->runAssertReturnCommand( @@ -1479,7 +1332,6 @@ final class BrTableTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn146')] public function testAssertReturn147(): void { $this->runAssertReturnCommand( @@ -1489,7 +1341,6 @@ final class BrTableTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn147')] public function testAssertReturn148(): void { $this->runAssertReturnCommand( @@ -1499,7 +1350,6 @@ final class BrTableTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn148')] public function testAssertReturn149(): void { $this->runAssertReturnCommand( @@ -1509,7 +1359,6 @@ final class BrTableTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn149')] public function testAssertInvalid150(): void { $this->runAssertInvalidCommand( @@ -1519,7 +1368,6 @@ final class BrTableTest extends SpecTestsuiteBase ); } - #[Depends('testAssertInvalid150')] public function testAssertInvalid151(): void { $this->runAssertInvalidCommand( @@ -1529,7 +1377,6 @@ final class BrTableTest extends SpecTestsuiteBase ); } - #[Depends('testAssertInvalid151')] public function testAssertInvalid152(): void { $this->runAssertInvalidCommand( @@ -1539,7 +1386,6 @@ final class BrTableTest extends SpecTestsuiteBase ); } - #[Depends('testAssertInvalid152')] public function testAssertInvalid153(): void { $this->runAssertInvalidCommand( @@ -1549,7 +1395,6 @@ final class BrTableTest extends SpecTestsuiteBase ); } - #[Depends('testAssertInvalid153')] public function testAssertInvalid154(): void { $this->runAssertInvalidCommand( @@ -1559,7 +1404,6 @@ final class BrTableTest extends SpecTestsuiteBase ); } - #[Depends('testAssertInvalid154')] public function testAssertInvalid155(): void { $this->runAssertInvalidCommand( @@ -1569,7 +1413,6 @@ final class BrTableTest extends SpecTestsuiteBase ); } - #[Depends('testAssertInvalid155')] public function testAssertInvalid156(): void { $this->runAssertInvalidCommand( @@ -1579,7 +1422,6 @@ final class BrTableTest extends SpecTestsuiteBase ); } - #[Depends('testAssertInvalid156')] public function testAssertInvalid157(): void { $this->runAssertInvalidCommand( @@ -1589,7 +1431,6 @@ final class BrTableTest extends SpecTestsuiteBase ); } - #[Depends('testAssertInvalid157')] public function testAssertInvalid158(): void { $this->runAssertInvalidCommand( @@ -1599,7 +1440,6 @@ final class BrTableTest extends SpecTestsuiteBase ); } - #[Depends('testAssertInvalid158')] public function testAssertInvalid159(): void { $this->runAssertInvalidCommand( @@ -1609,7 +1449,6 @@ final class BrTableTest extends SpecTestsuiteBase ); } - #[Depends('testAssertInvalid159')] public function testAssertInvalid160(): void { $this->runAssertInvalidCommand( @@ -1619,7 +1458,6 @@ final class BrTableTest extends SpecTestsuiteBase ); } - #[Depends('testAssertInvalid160')] public function testAssertInvalid161(): void { $this->runAssertInvalidCommand( @@ -1629,7 +1467,6 @@ final class BrTableTest extends SpecTestsuiteBase ); } - #[Depends('testAssertInvalid161')] public function testAssertInvalid162(): void { $this->runAssertInvalidCommand( @@ -1639,7 +1476,6 @@ final class BrTableTest extends SpecTestsuiteBase ); } - #[Depends('testAssertInvalid162')] public function testAssertInvalid163(): void { $this->runAssertInvalidCommand( @@ -1649,7 +1485,6 @@ final class BrTableTest extends SpecTestsuiteBase ); } - #[Depends('testAssertInvalid163')] public function testAssertInvalid164(): void { $this->runAssertInvalidCommand( @@ -1659,7 +1494,6 @@ final class BrTableTest extends SpecTestsuiteBase ); } - #[Depends('testAssertInvalid164')] public function testAssertInvalid165(): void { $this->runAssertInvalidCommand( @@ -1669,7 +1503,6 @@ final class BrTableTest extends SpecTestsuiteBase ); } - #[Depends('testAssertInvalid165')] public function testAssertInvalid166(): void { $this->runAssertInvalidCommand( @@ -1679,7 +1512,6 @@ final class BrTableTest extends SpecTestsuiteBase ); } - #[Depends('testAssertInvalid166')] public function testAssertInvalid167(): void { $this->runAssertInvalidCommand( @@ -1689,7 +1521,6 @@ final class BrTableTest extends SpecTestsuiteBase ); } - #[Depends('testAssertInvalid167')] public function testAssertInvalid168(): void { $this->runAssertInvalidCommand( @@ -1699,7 +1530,6 @@ final class BrTableTest extends SpecTestsuiteBase ); } - #[Depends('testAssertInvalid168')] public function testAssertInvalid169(): void { $this->runAssertInvalidCommand( @@ -1709,7 +1539,6 @@ final class BrTableTest extends SpecTestsuiteBase ); } - #[Depends('testAssertInvalid169')] public function testAssertInvalid170(): void { $this->runAssertInvalidCommand( @@ -1719,7 +1548,6 @@ final class BrTableTest extends SpecTestsuiteBase ); } - #[Depends('testAssertInvalid170')] public function testAssertInvalid171(): void { $this->runAssertInvalidCommand( @@ -1729,7 +1557,6 @@ final class BrTableTest extends SpecTestsuiteBase ); } - #[Depends('testAssertInvalid171')] public function testAssertInvalid172(): void { $this->runAssertInvalidCommand( @@ -1739,7 +1566,6 @@ final class BrTableTest extends SpecTestsuiteBase ); } - #[Depends('testAssertInvalid172')] public function testAssertInvalid173(): void { $this->runAssertInvalidCommand( diff --git a/tests/src/SpecTestsuites/Core/BrTest.php b/tests/src/SpecTestsuites/Core/BrTest.php index 0497663..d1b1f17 100644 --- a/tests/src/SpecTestsuites/Core/BrTest.php +++ b/tests/src/SpecTestsuites/Core/BrTest.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 BrTest extends SpecTestsuiteBase @@ -19,7 +18,6 @@ final class BrTest extends SpecTestsuiteBase ); } - #[Depends('testModule0')] public function testAssertReturn1(): void { $this->runAssertReturnCommand( @@ -29,7 +27,6 @@ final class BrTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1')] public function testAssertReturn2(): void { $this->runAssertReturnCommand( @@ -39,7 +36,6 @@ final class BrTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2')] public function testAssertReturn3(): void { $this->runAssertReturnCommand( @@ -49,7 +45,6 @@ final class BrTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn3')] public function testAssertReturn4(): void { $this->runAssertReturnCommand( @@ -59,7 +54,6 @@ final class BrTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn4')] public function testAssertReturn5(): void { $this->runAssertReturnCommand( @@ -69,7 +63,6 @@ final class BrTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn5')] public function testAssertReturn6(): void { $this->runAssertReturnCommand( @@ -79,7 +72,6 @@ final class BrTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn6')] public function testAssertReturn7(): void { $this->runAssertReturnCommand( @@ -89,7 +81,6 @@ final class BrTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn7')] public function testAssertReturn8(): void { $this->runAssertReturnCommand( @@ -99,7 +90,6 @@ final class BrTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn8')] public function testAssertReturn9(): void { $this->runAssertReturnCommand( @@ -109,7 +99,6 @@ final class BrTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn9')] public function testAssertReturn10(): void { $this->runAssertReturnCommand( @@ -119,7 +108,6 @@ final class BrTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn10')] public function testAssertReturn11(): void { $this->runAssertReturnCommand( @@ -129,7 +117,6 @@ final class BrTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn11')] public function testAssertReturn12(): void { $this->runAssertReturnCommand( @@ -139,7 +126,6 @@ final class BrTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn12')] public function testAssertReturn13(): void { $this->runAssertReturnCommand( @@ -149,7 +135,6 @@ final class BrTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn13')] public function testAssertReturn14(): void { $this->runAssertReturnCommand( @@ -159,7 +144,6 @@ final class BrTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn14')] public function testAssertReturn15(): void { $this->runAssertReturnCommand( @@ -169,7 +153,6 @@ final class BrTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn15')] public function testAssertReturn16(): void { $this->runAssertReturnCommand( @@ -179,7 +162,6 @@ final class BrTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn16')] public function testAssertReturn17(): void { $this->runAssertReturnCommand( @@ -189,7 +171,6 @@ final class BrTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn17')] public function testAssertReturn18(): void { $this->runAssertReturnCommand( @@ -199,7 +180,6 @@ final class BrTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn18')] public function testAssertReturn19(): void { $this->runAssertReturnCommand( @@ -209,7 +189,6 @@ final class BrTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn19')] public function testAssertReturn20(): void { $this->runAssertReturnCommand( @@ -219,7 +198,6 @@ final class BrTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn20')] public function testAssertReturn21(): void { $this->runAssertReturnCommand( @@ -229,7 +207,6 @@ final class BrTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn21')] public function testAssertReturn22(): void { $this->runAssertReturnCommand( @@ -239,7 +216,6 @@ final class BrTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn22')] public function testAssertReturn23(): void { $this->runAssertReturnCommand( @@ -249,7 +225,6 @@ final class BrTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn23')] public function testAssertReturn24(): void { $this->runAssertReturnCommand( @@ -259,7 +234,6 @@ final class BrTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn24')] public function testAssertReturn25(): void { $this->runAssertReturnCommand( @@ -269,7 +243,6 @@ final class BrTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn25')] public function testAssertReturn26(): void { $this->runAssertReturnCommand( @@ -279,7 +252,6 @@ final class BrTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn26')] public function testAssertReturn27(): void { $this->runAssertReturnCommand( @@ -289,7 +261,6 @@ final class BrTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn27')] public function testAssertReturn28(): void { $this->runAssertReturnCommand( @@ -299,7 +270,6 @@ final class BrTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn28')] public function testAssertReturn29(): void { $this->runAssertReturnCommand( @@ -309,7 +279,6 @@ final class BrTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn29')] public function testAssertReturn30(): void { $this->runAssertReturnCommand( @@ -319,7 +288,6 @@ final class BrTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn30')] public function testAssertReturn31(): void { $this->runAssertReturnCommand( @@ -329,7 +297,6 @@ final class BrTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn31')] public function testAssertReturn32(): void { $this->runAssertReturnCommand( @@ -339,7 +306,6 @@ final class BrTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn32')] public function testAssertReturn33(): void { $this->runAssertReturnCommand( @@ -349,7 +315,6 @@ final class BrTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn33')] public function testAssertReturn34(): void { $this->runAssertReturnCommand( @@ -359,7 +324,6 @@ final class BrTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn34')] public function testAssertReturn35(): void { $this->runAssertReturnCommand( @@ -369,7 +333,6 @@ final class BrTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn35')] public function testAssertReturn36(): void { $this->runAssertReturnCommand( @@ -379,7 +342,6 @@ final class BrTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn36')] public function testAssertReturn37(): void { $this->runAssertReturnCommand( @@ -389,7 +351,6 @@ final class BrTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn37')] public function testAssertReturn38(): void { $this->runAssertReturnCommand( @@ -399,7 +360,6 @@ final class BrTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn38')] public function testAssertReturn39(): void { $this->runAssertReturnCommand( @@ -409,7 +369,6 @@ final class BrTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn39')] public function testAssertReturn40(): void { $this->runAssertReturnCommand( @@ -419,7 +378,6 @@ final class BrTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn40')] public function testAssertReturn41(): void { $this->runAssertReturnCommand( @@ -429,7 +387,6 @@ final class BrTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn41')] public function testAssertReturn42(): void { $this->runAssertReturnCommand( @@ -439,7 +396,6 @@ final class BrTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn42')] public function testAssertReturn43(): void { $this->runAssertReturnCommand( @@ -449,7 +405,6 @@ final class BrTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn43')] public function testAssertReturn44(): void { $this->runAssertReturnCommand( @@ -459,7 +414,6 @@ final class BrTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn44')] public function testAssertReturn45(): void { $this->runAssertReturnCommand( @@ -469,7 +423,6 @@ final class BrTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn45')] public function testAssertReturn46(): void { $this->runAssertReturnCommand( @@ -479,7 +432,6 @@ final class BrTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn46')] public function testAssertReturn47(): void { $this->runAssertReturnCommand( @@ -489,7 +441,6 @@ final class BrTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn47')] public function testAssertReturn48(): void { $this->runAssertReturnCommand( @@ -499,7 +450,6 @@ final class BrTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn48')] public function testAssertReturn49(): void { $this->runAssertReturnCommand( @@ -509,7 +459,6 @@ final class BrTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn49')] public function testAssertReturn50(): void { $this->runAssertReturnCommand( @@ -519,7 +468,6 @@ final class BrTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn50')] public function testAssertReturn51(): void { $this->runAssertReturnCommand( @@ -529,7 +477,6 @@ final class BrTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn51')] public function testAssertReturn52(): void { $this->runAssertReturnCommand( @@ -539,7 +486,6 @@ final class BrTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn52')] public function testAssertReturn53(): void { $this->runAssertReturnCommand( @@ -549,7 +495,6 @@ final class BrTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn53')] public function testAssertReturn54(): void { $this->runAssertReturnCommand( @@ -559,7 +504,6 @@ final class BrTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn54')] public function testAssertReturn55(): void { $this->runAssertReturnCommand( @@ -569,7 +513,6 @@ final class BrTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn55')] public function testAssertReturn56(): void { $this->runAssertReturnCommand( @@ -579,7 +522,6 @@ final class BrTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn56')] public function testAssertReturn57(): void { $this->runAssertReturnCommand( @@ -589,7 +531,6 @@ final class BrTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn57')] public function testAssertReturn58(): void { $this->runAssertReturnCommand( @@ -599,7 +540,6 @@ final class BrTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn58')] public function testAssertReturn59(): void { $this->runAssertReturnCommand( @@ -609,7 +549,6 @@ final class BrTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn59')] public function testAssertReturn60(): void { $this->runAssertReturnCommand( @@ -619,7 +558,6 @@ final class BrTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn60')] public function testAssertReturn61(): void { $this->runAssertReturnCommand( @@ -629,7 +567,6 @@ final class BrTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn61')] public function testAssertReturn62(): void { $this->runAssertReturnCommand( @@ -639,7 +576,6 @@ final class BrTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn62')] public function testAssertReturn63(): void { $this->runAssertReturnCommand( @@ -649,7 +585,6 @@ final class BrTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn63')] public function testAssertReturn64(): void { $this->runAssertReturnCommand( @@ -659,7 +594,6 @@ final class BrTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn64')] public function testAssertReturn65(): void { $this->runAssertReturnCommand( @@ -669,7 +603,6 @@ final class BrTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn65')] public function testAssertReturn66(): void { $this->runAssertReturnCommand( @@ -679,7 +612,6 @@ final class BrTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn66')] public function testAssertReturn67(): void { $this->runAssertReturnCommand( @@ -689,7 +621,6 @@ final class BrTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn67')] public function testAssertReturn68(): void { $this->runAssertReturnCommand( @@ -699,7 +630,6 @@ final class BrTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn68')] public function testAssertReturn69(): void { $this->runAssertReturnCommand( @@ -709,7 +639,6 @@ final class BrTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn69')] public function testAssertReturn70(): void { $this->runAssertReturnCommand( @@ -719,7 +648,6 @@ final class BrTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn70')] public function testAssertReturn71(): void { $this->runAssertReturnCommand( @@ -729,7 +657,6 @@ final class BrTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn71')] public function testAssertReturn72(): void { $this->runAssertReturnCommand( @@ -739,7 +666,6 @@ final class BrTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn72')] public function testAssertReturn73(): void { $this->runAssertReturnCommand( @@ -749,7 +675,6 @@ final class BrTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn73')] public function testAssertReturn74(): void { $this->runAssertReturnCommand( @@ -759,7 +684,6 @@ final class BrTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn74')] public function testAssertReturn75(): void { $this->runAssertReturnCommand( @@ -769,7 +693,6 @@ final class BrTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn75')] public function testAssertReturn76(): void { $this->runAssertReturnCommand( @@ -779,7 +702,6 @@ final class BrTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn76')] public function testAssertInvalid77(): void { $this->runAssertInvalidCommand( @@ -789,7 +711,6 @@ final class BrTest extends SpecTestsuiteBase ); } - #[Depends('testAssertInvalid77')] public function testAssertInvalid78(): void { $this->runAssertInvalidCommand( @@ -799,7 +720,6 @@ final class BrTest extends SpecTestsuiteBase ); } - #[Depends('testAssertInvalid78')] public function testAssertInvalid79(): void { $this->runAssertInvalidCommand( @@ -809,7 +729,6 @@ final class BrTest extends SpecTestsuiteBase ); } - #[Depends('testAssertInvalid79')] public function testAssertInvalid80(): void { $this->runAssertInvalidCommand( @@ -819,7 +738,6 @@ final class BrTest extends SpecTestsuiteBase ); } - #[Depends('testAssertInvalid80')] public function testAssertInvalid81(): void { $this->runAssertInvalidCommand( @@ -829,7 +747,6 @@ final class BrTest extends SpecTestsuiteBase ); } - #[Depends('testAssertInvalid81')] public function testAssertInvalid82(): void { $this->runAssertInvalidCommand( @@ -839,7 +756,6 @@ final class BrTest extends SpecTestsuiteBase ); } - #[Depends('testAssertInvalid82')] public function testAssertInvalid83(): void { $this->runAssertInvalidCommand( @@ -849,7 +765,6 @@ final class BrTest extends SpecTestsuiteBase ); } - #[Depends('testAssertInvalid83')] public function testAssertInvalid84(): void { $this->runAssertInvalidCommand( @@ -859,7 +774,6 @@ final class BrTest extends SpecTestsuiteBase ); } - #[Depends('testAssertInvalid84')] public function testAssertInvalid85(): void { $this->runAssertInvalidCommand( @@ -869,7 +783,6 @@ final class BrTest extends SpecTestsuiteBase ); } - #[Depends('testAssertInvalid85')] public function testAssertInvalid86(): void { $this->runAssertInvalidCommand( @@ -879,7 +792,6 @@ final class BrTest extends SpecTestsuiteBase ); } - #[Depends('testAssertInvalid86')] public function testAssertInvalid87(): void { $this->runAssertInvalidCommand( @@ -889,7 +801,6 @@ final class BrTest extends SpecTestsuiteBase ); } - #[Depends('testAssertInvalid87')] public function testAssertInvalid88(): void { $this->runAssertInvalidCommand( @@ -899,7 +810,6 @@ final class BrTest extends SpecTestsuiteBase ); } - #[Depends('testAssertInvalid88')] public function testAssertInvalid89(): void { $this->runAssertInvalidCommand( @@ -909,7 +819,6 @@ final class BrTest extends SpecTestsuiteBase ); } - #[Depends('testAssertInvalid89')] public function testAssertInvalid90(): void { $this->runAssertInvalidCommand( @@ -919,7 +828,6 @@ final class BrTest extends SpecTestsuiteBase ); } - #[Depends('testAssertInvalid90')] public function testAssertInvalid91(): void { $this->runAssertInvalidCommand( @@ -929,7 +837,6 @@ final class BrTest extends SpecTestsuiteBase ); } - #[Depends('testAssertInvalid91')] public function testAssertInvalid92(): void { $this->runAssertInvalidCommand( @@ -939,7 +846,6 @@ final class BrTest extends SpecTestsuiteBase ); } - #[Depends('testAssertInvalid92')] public function testAssertInvalid93(): void { $this->runAssertInvalidCommand( @@ -949,7 +855,6 @@ final class BrTest extends SpecTestsuiteBase ); } - #[Depends('testAssertInvalid93')] public function testAssertInvalid94(): void { $this->runAssertInvalidCommand( @@ -959,7 +864,6 @@ final class BrTest extends SpecTestsuiteBase ); } - #[Depends('testAssertInvalid94')] public function testAssertInvalid95(): void { $this->runAssertInvalidCommand( @@ -969,7 +873,6 @@ final class BrTest extends SpecTestsuiteBase ); } - #[Depends('testAssertInvalid95')] public function testAssertInvalid96(): void { $this->runAssertInvalidCommand( diff --git a/tests/src/SpecTestsuites/Core/BulkTest.php b/tests/src/SpecTestsuites/Core/BulkTest.php index 455ed8b..f5d3ed4 100644 --- a/tests/src/SpecTestsuites/Core/BulkTest.php +++ b/tests/src/SpecTestsuites/Core/BulkTest.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 BulkTest extends SpecTestsuiteBase @@ -19,7 +18,6 @@ final class BulkTest extends SpecTestsuiteBase ); } - #[Depends('testModule0')] public function testModule1(): void { $this->runModuleCommand( @@ -29,7 +27,6 @@ final class BulkTest extends SpecTestsuiteBase ); } - #[Depends('testModule1')] public function testModule2(): void { $this->runModuleCommand( @@ -39,7 +36,6 @@ final class BulkTest extends SpecTestsuiteBase ); } - #[Depends('testModule2')] public function testAction3(): void { $this->runActionCommand( @@ -48,7 +44,6 @@ final class BulkTest extends SpecTestsuiteBase ); } - #[Depends('testAction3')] public function testAssertReturn4(): void { $this->runAssertReturnCommand( @@ -58,7 +53,6 @@ final class BulkTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn4')] public function testAssertReturn5(): void { $this->runAssertReturnCommand( @@ -68,7 +62,6 @@ final class BulkTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn5')] public function testAssertReturn6(): void { $this->runAssertReturnCommand( @@ -78,7 +71,6 @@ final class BulkTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn6')] public function testAssertReturn7(): void { $this->runAssertReturnCommand( @@ -88,7 +80,6 @@ final class BulkTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn7')] public function testAssertReturn8(): void { $this->runAssertReturnCommand( @@ -98,7 +89,6 @@ final class BulkTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn8')] public function testAction9(): void { $this->runActionCommand( @@ -107,7 +97,6 @@ final class BulkTest extends SpecTestsuiteBase ); } - #[Depends('testAction9')] public function testAssertReturn10(): void { $this->runAssertReturnCommand( @@ -117,7 +106,6 @@ final class BulkTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn10')] public function testAssertReturn11(): void { $this->runAssertReturnCommand( @@ -127,7 +115,6 @@ final class BulkTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn11')] public function testAction12(): void { $this->runActionCommand( @@ -136,7 +123,6 @@ final class BulkTest extends SpecTestsuiteBase ); } - #[Depends('testAction12')] public function testAssertTrap13(): void { $this->runAssertTrapCommand( @@ -146,7 +132,6 @@ final class BulkTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap13')] public function testAssertReturn14(): void { $this->runAssertReturnCommand( @@ -156,7 +141,6 @@ final class BulkTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn14')] public function testAssertReturn15(): void { $this->runAssertReturnCommand( @@ -166,7 +150,6 @@ final class BulkTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn15')] public function testAction16(): void { $this->runActionCommand( @@ -175,7 +158,6 @@ final class BulkTest extends SpecTestsuiteBase ); } - #[Depends('testAction16')] public function testAssertTrap17(): void { $this->runAssertTrapCommand( @@ -185,7 +167,6 @@ final class BulkTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap17')] public function testModule18(): void { $this->runModuleCommand( @@ -195,7 +176,6 @@ final class BulkTest extends SpecTestsuiteBase ); } - #[Depends('testModule18')] public function testAction19(): void { $this->runActionCommand( @@ -204,7 +184,6 @@ final class BulkTest extends SpecTestsuiteBase ); } - #[Depends('testAction19')] public function testAssertReturn20(): void { $this->runAssertReturnCommand( @@ -214,7 +193,6 @@ final class BulkTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn20')] public function testAssertReturn21(): void { $this->runAssertReturnCommand( @@ -224,7 +202,6 @@ final class BulkTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn21')] public function testAssertReturn22(): void { $this->runAssertReturnCommand( @@ -234,7 +211,6 @@ final class BulkTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn22')] public function testAssertReturn23(): void { $this->runAssertReturnCommand( @@ -244,7 +220,6 @@ final class BulkTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn23')] public function testAssertReturn24(): void { $this->runAssertReturnCommand( @@ -254,7 +229,6 @@ final class BulkTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn24')] public function testAssertReturn25(): void { $this->runAssertReturnCommand( @@ -264,7 +238,6 @@ final class BulkTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn25')] public function testAction26(): void { $this->runActionCommand( @@ -273,7 +246,6 @@ final class BulkTest extends SpecTestsuiteBase ); } - #[Depends('testAction26')] public function testAssertReturn27(): void { $this->runAssertReturnCommand( @@ -283,7 +255,6 @@ final class BulkTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn27')] public function testAssertReturn28(): void { $this->runAssertReturnCommand( @@ -293,7 +264,6 @@ final class BulkTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn28')] public function testAssertReturn29(): void { $this->runAssertReturnCommand( @@ -303,7 +273,6 @@ final class BulkTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn29')] public function testAssertReturn30(): void { $this->runAssertReturnCommand( @@ -313,7 +282,6 @@ final class BulkTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn30')] public function testAssertReturn31(): void { $this->runAssertReturnCommand( @@ -323,7 +291,6 @@ final class BulkTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn31')] public function testAssertReturn32(): void { $this->runAssertReturnCommand( @@ -333,7 +300,6 @@ final class BulkTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn32')] public function testAction33(): void { $this->runActionCommand( @@ -342,7 +308,6 @@ final class BulkTest extends SpecTestsuiteBase ); } - #[Depends('testAction33')] public function testAssertReturn34(): void { $this->runAssertReturnCommand( @@ -352,7 +317,6 @@ final class BulkTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn34')] public function testAssertReturn35(): void { $this->runAssertReturnCommand( @@ -362,7 +326,6 @@ final class BulkTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn35')] public function testAssertReturn36(): void { $this->runAssertReturnCommand( @@ -372,7 +335,6 @@ final class BulkTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn36')] public function testAssertReturn37(): void { $this->runAssertReturnCommand( @@ -382,7 +344,6 @@ final class BulkTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn37')] public function testAssertReturn38(): void { $this->runAssertReturnCommand( @@ -392,7 +353,6 @@ final class BulkTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn38')] public function testAssertReturn39(): void { $this->runAssertReturnCommand( @@ -402,7 +362,6 @@ final class BulkTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn39')] public function testAssertReturn40(): void { $this->runAssertReturnCommand( @@ -412,7 +371,6 @@ final class BulkTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn40')] public function testAction41(): void { $this->runActionCommand( @@ -421,7 +379,6 @@ final class BulkTest extends SpecTestsuiteBase ); } - #[Depends('testAction41')] public function testAction42(): void { $this->runActionCommand( @@ -430,7 +387,6 @@ final class BulkTest extends SpecTestsuiteBase ); } - #[Depends('testAction42')] public function testAction43(): void { $this->runActionCommand( @@ -439,7 +395,6 @@ final class BulkTest extends SpecTestsuiteBase ); } - #[Depends('testAction43')] public function testAction44(): void { $this->runActionCommand( @@ -448,7 +403,6 @@ final class BulkTest extends SpecTestsuiteBase ); } - #[Depends('testAction44')] public function testAssertTrap45(): void { $this->runAssertTrapCommand( @@ -458,7 +412,6 @@ final class BulkTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap45')] public function testAssertTrap46(): void { $this->runAssertTrapCommand( @@ -468,7 +421,6 @@ final class BulkTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap46')] public function testModule47(): void { $this->runModuleCommand( @@ -478,7 +430,6 @@ final class BulkTest extends SpecTestsuiteBase ); } - #[Depends('testModule47')] public function testAction48(): void { $this->runActionCommand( @@ -487,7 +438,6 @@ final class BulkTest extends SpecTestsuiteBase ); } - #[Depends('testAction48')] public function testAssertReturn49(): void { $this->runAssertReturnCommand( @@ -497,7 +447,6 @@ final class BulkTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn49')] public function testAssertReturn50(): void { $this->runAssertReturnCommand( @@ -507,7 +456,6 @@ final class BulkTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn50')] public function testAssertReturn51(): void { $this->runAssertReturnCommand( @@ -517,7 +465,6 @@ final class BulkTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn51')] public function testAction52(): void { $this->runActionCommand( @@ -526,7 +473,6 @@ final class BulkTest extends SpecTestsuiteBase ); } - #[Depends('testAction52')] public function testAssertTrap53(): void { $this->runAssertTrapCommand( @@ -536,7 +482,6 @@ final class BulkTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap53')] public function testAssertReturn54(): void { $this->runAssertReturnCommand( @@ -546,7 +491,6 @@ final class BulkTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn54')] public function testAssertReturn55(): void { $this->runAssertReturnCommand( @@ -556,7 +500,6 @@ final class BulkTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn55')] public function testAction56(): void { $this->runActionCommand( @@ -565,7 +508,6 @@ final class BulkTest extends SpecTestsuiteBase ); } - #[Depends('testAction56')] public function testAction57(): void { $this->runActionCommand( @@ -574,7 +516,6 @@ final class BulkTest extends SpecTestsuiteBase ); } - #[Depends('testAction57')] public function testAssertTrap58(): void { $this->runAssertTrapCommand( @@ -584,7 +525,6 @@ final class BulkTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap58')] public function testAssertTrap59(): void { $this->runAssertTrapCommand( @@ -594,7 +534,6 @@ final class BulkTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap59')] public function testModule60(): void { $this->runModuleCommand( @@ -604,7 +543,6 @@ final class BulkTest extends SpecTestsuiteBase ); } - #[Depends('testModule60')] public function testAction61(): void { $this->runActionCommand( @@ -613,7 +551,6 @@ final class BulkTest extends SpecTestsuiteBase ); } - #[Depends('testAction61')] public function testAction62(): void { $this->runActionCommand( @@ -622,7 +559,6 @@ final class BulkTest extends SpecTestsuiteBase ); } - #[Depends('testAction62')] public function testAction63(): void { $this->runActionCommand( @@ -631,7 +567,6 @@ final class BulkTest extends SpecTestsuiteBase ); } - #[Depends('testAction63')] public function testAssertReturn64(): void { $this->runAssertReturnCommand( @@ -641,7 +576,6 @@ final class BulkTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn64')] public function testAssertTrap65(): void { $this->runAssertTrapCommand( @@ -651,7 +585,6 @@ final class BulkTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap65')] public function testAction66(): void { $this->runActionCommand( @@ -660,7 +593,6 @@ final class BulkTest extends SpecTestsuiteBase ); } - #[Depends('testAction66')] public function testAction67(): void { $this->runActionCommand( @@ -669,7 +601,6 @@ final class BulkTest extends SpecTestsuiteBase ); } - #[Depends('testAction67')] public function testAssertReturn68(): void { $this->runAssertReturnCommand( @@ -679,7 +610,6 @@ final class BulkTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn68')] public function testAssertTrap69(): void { $this->runAssertTrapCommand( @@ -689,7 +619,6 @@ final class BulkTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap69')] public function testAction70(): void { $this->runActionCommand( @@ -698,7 +627,6 @@ final class BulkTest extends SpecTestsuiteBase ); } - #[Depends('testAction70')] public function testModule71(): void { $this->runModuleCommand( @@ -708,7 +636,6 @@ final class BulkTest extends SpecTestsuiteBase ); } - #[Depends('testModule71')] public function testModule72(): void { $this->runModuleCommand( @@ -718,7 +645,6 @@ final class BulkTest extends SpecTestsuiteBase ); } - #[Depends('testModule72')] public function testModule73(): void { $this->runModuleCommand( @@ -728,7 +654,6 @@ final class BulkTest extends SpecTestsuiteBase ); } - #[Depends('testModule73')] public function testAssertTrap74(): void { $this->runAssertTrapCommand( @@ -738,7 +663,6 @@ final class BulkTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap74')] public function testAssertTrap75(): void { $this->runAssertTrapCommand( @@ -748,7 +672,6 @@ final class BulkTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap75')] public function testAction76(): void { $this->runActionCommand( @@ -757,7 +680,6 @@ final class BulkTest extends SpecTestsuiteBase ); } - #[Depends('testAction76')] public function testAssertReturn77(): void { $this->runAssertReturnCommand( @@ -767,7 +689,6 @@ final class BulkTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn77')] public function testAssertReturn78(): void { $this->runAssertReturnCommand( @@ -777,7 +698,6 @@ final class BulkTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn78')] public function testAssertTrap79(): void { $this->runAssertTrapCommand( @@ -787,7 +707,6 @@ final class BulkTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap79')] public function testAction80(): void { $this->runActionCommand( @@ -796,7 +715,6 @@ final class BulkTest extends SpecTestsuiteBase ); } - #[Depends('testAction80')] public function testAction81(): void { $this->runActionCommand( @@ -805,7 +723,6 @@ final class BulkTest extends SpecTestsuiteBase ); } - #[Depends('testAction81')] public function testAction82(): void { $this->runActionCommand( @@ -814,7 +731,6 @@ final class BulkTest extends SpecTestsuiteBase ); } - #[Depends('testAction82')] public function testAssertTrap83(): void { $this->runAssertTrapCommand( @@ -824,7 +740,6 @@ final class BulkTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap83')] public function testAssertTrap84(): void { $this->runAssertTrapCommand( @@ -834,7 +749,6 @@ final class BulkTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap84')] public function testModule85(): void { $this->runModuleCommand( @@ -844,7 +758,6 @@ final class BulkTest extends SpecTestsuiteBase ); } - #[Depends('testModule85')] public function testAction86(): void { $this->runActionCommand( @@ -853,7 +766,6 @@ final class BulkTest extends SpecTestsuiteBase ); } - #[Depends('testAction86')] public function testAction87(): void { $this->runActionCommand( @@ -862,7 +774,6 @@ final class BulkTest extends SpecTestsuiteBase ); } - #[Depends('testAction87')] public function testAction88(): void { $this->runActionCommand( @@ -871,7 +782,6 @@ final class BulkTest extends SpecTestsuiteBase ); } - #[Depends('testAction88')] public function testAssertReturn89(): void { $this->runAssertReturnCommand( @@ -881,7 +791,6 @@ final class BulkTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn89')] public function testAssertTrap90(): void { $this->runAssertTrapCommand( @@ -891,7 +800,6 @@ final class BulkTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap90')] public function testAction91(): void { $this->runActionCommand( @@ -900,7 +808,6 @@ final class BulkTest extends SpecTestsuiteBase ); } - #[Depends('testAction91')] public function testAction92(): void { $this->runActionCommand( @@ -909,7 +816,6 @@ final class BulkTest extends SpecTestsuiteBase ); } - #[Depends('testAction92')] public function testAssertReturn93(): void { $this->runAssertReturnCommand( @@ -919,7 +825,6 @@ final class BulkTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn93')] public function testAssertTrap94(): void { $this->runAssertTrapCommand( @@ -929,7 +834,6 @@ final class BulkTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap94')] public function testAction95(): void { $this->runActionCommand( @@ -938,7 +842,6 @@ final class BulkTest extends SpecTestsuiteBase ); } - #[Depends('testAction95')] public function testModule96(): void { $this->runModuleCommand( @@ -948,7 +851,6 @@ final class BulkTest extends SpecTestsuiteBase ); } - #[Depends('testModule96')] public function testModule97(): void { $this->runModuleCommand( @@ -958,7 +860,6 @@ final class BulkTest extends SpecTestsuiteBase ); } - #[Depends('testModule97')] public function testModule98(): void { $this->runModuleCommand( @@ -968,7 +869,6 @@ final class BulkTest extends SpecTestsuiteBase ); } - #[Depends('testModule98')] public function testAction99(): void { $this->runActionCommand( @@ -977,7 +877,6 @@ final class BulkTest extends SpecTestsuiteBase ); } - #[Depends('testAction99')] public function testAssertReturn100(): void { $this->runAssertReturnCommand( @@ -987,7 +886,6 @@ final class BulkTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn100')] public function testAssertReturn101(): void { $this->runAssertReturnCommand( @@ -997,7 +895,6 @@ final class BulkTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn101')] public function testAssertReturn102(): void { $this->runAssertReturnCommand( @@ -1007,7 +904,6 @@ final class BulkTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn102')] public function testAction103(): void { $this->runActionCommand( @@ -1016,7 +912,6 @@ final class BulkTest extends SpecTestsuiteBase ); } - #[Depends('testAction103')] public function testAssertReturn104(): void { $this->runAssertReturnCommand( @@ -1026,7 +921,6 @@ final class BulkTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn104')] public function testAssertReturn105(): void { $this->runAssertReturnCommand( @@ -1036,7 +930,6 @@ final class BulkTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn105')] public function testAssertReturn106(): void { $this->runAssertReturnCommand( @@ -1046,7 +939,6 @@ final class BulkTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn106')] public function testAction107(): void { $this->runActionCommand( @@ -1055,7 +947,6 @@ final class BulkTest extends SpecTestsuiteBase ); } - #[Depends('testAction107')] public function testAssertReturn108(): void { $this->runAssertReturnCommand( @@ -1065,7 +956,6 @@ final class BulkTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn108')] public function testAssertReturn109(): void { $this->runAssertReturnCommand( @@ -1075,7 +965,6 @@ final class BulkTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn109')] public function testAssertReturn110(): void { $this->runAssertReturnCommand( @@ -1085,7 +974,6 @@ final class BulkTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn110')] public function testAction111(): void { $this->runActionCommand( @@ -1094,7 +982,6 @@ final class BulkTest extends SpecTestsuiteBase ); } - #[Depends('testAction111')] public function testAction112(): void { $this->runActionCommand( @@ -1103,7 +990,6 @@ final class BulkTest extends SpecTestsuiteBase ); } - #[Depends('testAction112')] public function testAction113(): void { $this->runActionCommand( @@ -1112,7 +998,6 @@ final class BulkTest extends SpecTestsuiteBase ); } - #[Depends('testAction113')] public function testAction114(): void { $this->runActionCommand( @@ -1121,7 +1006,6 @@ final class BulkTest extends SpecTestsuiteBase ); } - #[Depends('testAction114')] public function testAssertTrap115(): void { $this->runAssertTrapCommand( @@ -1131,7 +1015,6 @@ final class BulkTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap115')] public function testAssertTrap116(): void { $this->runAssertTrapCommand( diff --git a/tests/src/SpecTestsuites/Core/CallIndirectTest.php b/tests/src/SpecTestsuites/Core/CallIndirectTest.php index 12c88e7..75a00b2 100644 --- a/tests/src/SpecTestsuites/Core/CallIndirectTest.php +++ b/tests/src/SpecTestsuites/Core/CallIndirectTest.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 CallIndirectTest extends SpecTestsuiteBase @@ -19,7 +18,6 @@ final class CallIndirectTest extends SpecTestsuiteBase ); } - #[Depends('testModule0')] public function testAssertReturn1(): void { $this->runAssertReturnCommand( @@ -29,7 +27,6 @@ final class CallIndirectTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1')] public function testAssertReturn2(): void { $this->runAssertReturnCommand( @@ -39,7 +36,6 @@ final class CallIndirectTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2')] public function testAssertReturn3(): void { $this->runAssertReturnCommand( @@ -49,7 +45,6 @@ final class CallIndirectTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn3')] public function testAssertReturn4(): void { $this->runAssertReturnCommand( @@ -59,7 +54,6 @@ final class CallIndirectTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn4')] public function testAssertReturn5(): void { $this->runAssertReturnCommand( @@ -69,7 +63,6 @@ final class CallIndirectTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn5')] public function testAssertReturn6(): void { $this->runAssertReturnCommand( @@ -79,7 +72,6 @@ final class CallIndirectTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn6')] public function testAssertReturn7(): void { $this->runAssertReturnCommand( @@ -89,7 +81,6 @@ final class CallIndirectTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn7')] public function testAssertReturn8(): void { $this->runAssertReturnCommand( @@ -99,7 +90,6 @@ final class CallIndirectTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn8')] public function testAssertReturn9(): void { $this->runAssertReturnCommand( @@ -109,7 +99,6 @@ final class CallIndirectTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn9')] public function testAssertReturn10(): void { $this->runAssertReturnCommand( @@ -119,7 +108,6 @@ final class CallIndirectTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn10')] public function testAssertReturn11(): void { $this->runAssertReturnCommand( @@ -129,7 +117,6 @@ final class CallIndirectTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn11')] public function testAssertReturn12(): void { $this->runAssertReturnCommand( @@ -139,7 +126,6 @@ final class CallIndirectTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn12')] public function testAssertReturn13(): void { $this->runAssertReturnCommand( @@ -149,7 +135,6 @@ final class CallIndirectTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn13')] public function testAssertReturn14(): void { $this->runAssertReturnCommand( @@ -159,7 +144,6 @@ final class CallIndirectTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn14')] public function testAssertReturn15(): void { $this->runAssertReturnCommand( @@ -169,7 +153,6 @@ final class CallIndirectTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn15')] public function testAssertReturn16(): void { $this->runAssertReturnCommand( @@ -179,7 +162,6 @@ final class CallIndirectTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn16')] public function testAssertReturn17(): void { $this->runAssertReturnCommand( @@ -189,7 +171,6 @@ final class CallIndirectTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn17')] public function testAssertReturn18(): void { $this->runAssertReturnCommand( @@ -199,7 +180,6 @@ final class CallIndirectTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn18')] public function testAssertReturn19(): void { $this->runAssertReturnCommand( @@ -209,7 +189,6 @@ final class CallIndirectTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn19')] public function testAssertReturn20(): void { $this->runAssertReturnCommand( @@ -219,7 +198,6 @@ final class CallIndirectTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn20')] public function testAssertReturn21(): void { $this->runAssertReturnCommand( @@ -229,7 +207,6 @@ final class CallIndirectTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn21')] public function testAssertReturn22(): void { $this->runAssertReturnCommand( @@ -239,7 +216,6 @@ final class CallIndirectTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn22')] public function testAssertTrap23(): void { $this->runAssertTrapCommand( @@ -249,7 +225,6 @@ final class CallIndirectTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap23')] public function testAssertTrap24(): void { $this->runAssertTrapCommand( @@ -259,7 +234,6 @@ final class CallIndirectTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap24')] public function testAssertTrap25(): void { $this->runAssertTrapCommand( @@ -269,7 +243,6 @@ final class CallIndirectTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap25')] public function testAssertTrap26(): void { $this->runAssertTrapCommand( @@ -279,7 +252,6 @@ final class CallIndirectTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap26')] public function testAssertTrap27(): void { $this->runAssertTrapCommand( @@ -289,7 +261,6 @@ final class CallIndirectTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap27')] public function testAssertReturn28(): void { $this->runAssertReturnCommand( @@ -299,7 +270,6 @@ final class CallIndirectTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn28')] public function testAssertReturn29(): void { $this->runAssertReturnCommand( @@ -309,7 +279,6 @@ final class CallIndirectTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn29')] public function testAssertReturn30(): void { $this->runAssertReturnCommand( @@ -319,7 +288,6 @@ final class CallIndirectTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn30')] public function testAssertReturn31(): void { $this->runAssertReturnCommand( @@ -329,7 +297,6 @@ final class CallIndirectTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn31')] public function testAssertTrap32(): void { $this->runAssertTrapCommand( @@ -339,7 +306,6 @@ final class CallIndirectTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap32')] public function testAssertTrap33(): void { $this->runAssertTrapCommand( @@ -349,7 +315,6 @@ final class CallIndirectTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap33')] public function testAssertReturn34(): void { $this->runAssertReturnCommand( @@ -359,7 +324,6 @@ final class CallIndirectTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn34')] public function testAssertReturn35(): void { $this->runAssertReturnCommand( @@ -369,7 +333,6 @@ final class CallIndirectTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn35')] public function testAssertReturn36(): void { $this->runAssertReturnCommand( @@ -379,7 +342,6 @@ final class CallIndirectTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn36')] public function testAssertReturn37(): void { $this->runAssertReturnCommand( @@ -389,7 +351,6 @@ final class CallIndirectTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn37')] public function testAssertTrap38(): void { $this->runAssertTrapCommand( @@ -399,7 +360,6 @@ final class CallIndirectTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap38')] public function testAssertTrap39(): void { $this->runAssertTrapCommand( @@ -409,7 +369,6 @@ final class CallIndirectTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap39')] public function testAssertReturn40(): void { $this->runAssertReturnCommand( @@ -419,7 +378,6 @@ final class CallIndirectTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn40')] public function testAssertReturn41(): void { $this->runAssertReturnCommand( @@ -429,7 +387,6 @@ final class CallIndirectTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn41')] public function testAssertReturn42(): void { $this->runAssertReturnCommand( @@ -439,7 +396,6 @@ final class CallIndirectTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn42')] public function testAssertReturn43(): void { $this->runAssertReturnCommand( @@ -449,7 +405,6 @@ final class CallIndirectTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn43')] public function testAssertTrap44(): void { $this->runAssertTrapCommand( @@ -459,7 +414,6 @@ final class CallIndirectTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap44')] public function testAssertTrap45(): void { $this->runAssertTrapCommand( @@ -469,7 +423,6 @@ final class CallIndirectTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap45')] public function testAssertReturn46(): void { $this->runAssertReturnCommand( @@ -479,7 +432,6 @@ final class CallIndirectTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn46')] public function testAssertReturn47(): void { $this->runAssertReturnCommand( @@ -489,7 +441,6 @@ final class CallIndirectTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn47')] public function testAssertReturn48(): void { $this->runAssertReturnCommand( @@ -499,7 +450,6 @@ final class CallIndirectTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn48')] public function testAssertReturn49(): void { $this->runAssertReturnCommand( @@ -509,7 +459,6 @@ final class CallIndirectTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn49')] public function testAssertTrap50(): void { $this->runAssertTrapCommand( @@ -519,7 +468,6 @@ final class CallIndirectTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap50')] public function testAssertTrap51(): void { $this->runAssertTrapCommand( @@ -529,7 +477,6 @@ final class CallIndirectTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap51')] public function testAssertReturn52(): void { $this->runAssertReturnCommand( @@ -539,7 +486,6 @@ final class CallIndirectTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn52')] public function testAssertReturn53(): void { $this->runAssertReturnCommand( @@ -549,7 +495,6 @@ final class CallIndirectTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn53')] public function testAssertReturn54(): void { $this->runAssertReturnCommand( @@ -559,7 +504,6 @@ final class CallIndirectTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn54')] public function testAssertReturn55(): void { $this->runAssertReturnCommand( @@ -569,7 +513,6 @@ final class CallIndirectTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn55')] public function testAssertReturn56(): void { $this->runAssertReturnCommand( @@ -579,7 +522,6 @@ final class CallIndirectTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn56')] public function testAssertReturn57(): void { $this->runAssertReturnCommand( @@ -589,7 +531,6 @@ final class CallIndirectTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn57')] public function testAssertReturn58(): void { $this->runAssertReturnCommand( @@ -599,7 +540,6 @@ final class CallIndirectTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn58')] public function testAssertReturn59(): void { $this->runAssertReturnCommand( @@ -609,7 +549,6 @@ final class CallIndirectTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn59')] public function testAssertReturn60(): void { $this->runAssertReturnCommand( @@ -619,7 +558,6 @@ final class CallIndirectTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn60')] public function testAssertReturn61(): void { $this->runAssertReturnCommand( @@ -629,7 +567,6 @@ final class CallIndirectTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn61')] public function testAssertReturn62(): void { $this->runAssertReturnCommand( @@ -639,7 +576,6 @@ final class CallIndirectTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn62')] public function testAssertReturn63(): void { $this->runAssertReturnCommand( @@ -649,7 +585,6 @@ final class CallIndirectTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn63')] public function testAssertReturn64(): void { $this->runAssertReturnCommand( @@ -659,7 +594,6 @@ final class CallIndirectTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn64')] public function testAssertReturn65(): void { $this->runAssertReturnCommand( @@ -669,7 +603,6 @@ final class CallIndirectTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn65')] public function testAssertReturn66(): void { $this->runAssertReturnCommand( @@ -679,7 +612,6 @@ final class CallIndirectTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn66')] public function testAssertReturn67(): void { $this->runAssertReturnCommand( @@ -689,7 +621,6 @@ final class CallIndirectTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn67')] public function testAssertReturn68(): void { $this->runAssertReturnCommand( @@ -699,7 +630,6 @@ final class CallIndirectTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn68')] public function testAssertReturn69(): void { $this->runAssertReturnCommand( @@ -709,7 +639,6 @@ final class CallIndirectTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn69')] public function testAssertReturn70(): void { $this->runAssertReturnCommand( @@ -719,7 +648,6 @@ final class CallIndirectTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn70')] public function testAssertReturn71(): void { $this->runAssertReturnCommand( @@ -729,7 +657,6 @@ final class CallIndirectTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn71')] public function testAssertReturn72(): void { $this->runAssertReturnCommand( @@ -739,7 +666,6 @@ final class CallIndirectTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn72')] public function testAssertReturn73(): void { $this->runAssertReturnCommand( @@ -749,7 +675,6 @@ final class CallIndirectTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn73')] public function testAssertReturn74(): void { $this->runAssertReturnCommand( @@ -759,7 +684,6 @@ final class CallIndirectTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn74')] public function testAssertReturn75(): void { $this->runAssertReturnCommand( @@ -769,7 +693,6 @@ final class CallIndirectTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn75')] public function testAssertReturn76(): void { $this->runAssertReturnCommand( @@ -779,7 +702,6 @@ final class CallIndirectTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn76')] public function testAssertReturn77(): void { $this->runAssertReturnCommand( @@ -789,7 +711,6 @@ final class CallIndirectTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn77')] public function testAssertReturn78(): void { $this->runAssertReturnCommand( @@ -799,7 +720,6 @@ final class CallIndirectTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn78')] public function testAssertReturn79(): void { $this->runAssertReturnCommand( @@ -809,7 +729,6 @@ final class CallIndirectTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn79')] public function testAssertReturn80(): void { $this->runAssertReturnCommand( @@ -819,7 +738,6 @@ final class CallIndirectTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn80')] public function testAssertReturn81(): void { $this->runAssertReturnCommand( @@ -829,7 +747,6 @@ final class CallIndirectTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn81')] public function testAssertReturn82(): void { $this->runAssertReturnCommand( @@ -839,7 +756,6 @@ final class CallIndirectTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn82')] public function testAssertReturn83(): void { $this->runAssertReturnCommand( @@ -849,7 +765,6 @@ final class CallIndirectTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn83')] public function testAssertReturn84(): void { $this->runAssertReturnCommand( @@ -859,7 +774,6 @@ final class CallIndirectTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn84')] public function testAssertReturn85(): void { $this->runAssertReturnCommand( @@ -869,7 +783,6 @@ final class CallIndirectTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn85')] public function testAssertReturn86(): void { $this->runAssertReturnCommand( @@ -879,7 +792,6 @@ final class CallIndirectTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn86')] public function testAssertReturn87(): void { $this->runAssertReturnCommand( @@ -889,7 +801,6 @@ final class CallIndirectTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn87')] public function testAssertReturn88(): void { $this->runAssertReturnCommand( @@ -899,7 +810,6 @@ final class CallIndirectTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn88')] public function testAssertReturn89(): void { $this->runAssertReturnCommand( @@ -909,7 +819,6 @@ final class CallIndirectTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn89')] public function testAssertReturn90(): void { $this->runAssertReturnCommand( @@ -919,7 +828,6 @@ final class CallIndirectTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn90')] public function testAssertReturn91(): void { $this->runAssertReturnCommand( @@ -929,7 +837,6 @@ final class CallIndirectTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn91')] public function testAssertReturn92(): void { $this->runAssertReturnCommand( @@ -939,7 +846,6 @@ final class CallIndirectTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn92')] public function testAssertReturn93(): void { $this->runAssertReturnCommand( @@ -949,7 +855,6 @@ final class CallIndirectTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn93')] public function testAssertReturn94(): void { $this->runAssertReturnCommand( @@ -959,7 +864,6 @@ final class CallIndirectTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn94')] public function testAssertReturn95(): void { $this->runAssertReturnCommand( @@ -969,7 +873,6 @@ final class CallIndirectTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn95')] public function testAssertExhaustion96(): void { $this->runAssertExhaustionCommand( @@ -979,7 +882,6 @@ final class CallIndirectTest extends SpecTestsuiteBase ); } - #[Depends('testAssertExhaustion96')] public function testAssertExhaustion97(): void { $this->runAssertExhaustionCommand( @@ -989,7 +891,6 @@ final class CallIndirectTest extends SpecTestsuiteBase ); } - #[Depends('testAssertExhaustion97')] public function testAssertReturn98(): void { $this->runAssertReturnCommand( @@ -999,7 +900,6 @@ final class CallIndirectTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn98')] public function testAssertReturn99(): void { $this->runAssertReturnCommand( @@ -1009,7 +909,6 @@ final class CallIndirectTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn99')] public function testAssertReturn100(): void { $this->runAssertReturnCommand( @@ -1019,7 +918,6 @@ final class CallIndirectTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn100')] public function testAssertReturn101(): void { $this->runAssertReturnCommand( @@ -1029,7 +927,6 @@ final class CallIndirectTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn101')] public function testAssertReturn102(): void { $this->runAssertReturnCommand( @@ -1039,7 +936,6 @@ final class CallIndirectTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn102')] public function testAssertReturn103(): void { $this->runAssertReturnCommand( @@ -1049,7 +945,6 @@ final class CallIndirectTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn103')] public function testAssertReturn104(): void { $this->runAssertReturnCommand( @@ -1059,7 +954,6 @@ final class CallIndirectTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn104')] public function testAssertReturn105(): void { $this->runAssertReturnCommand( @@ -1069,7 +963,6 @@ final class CallIndirectTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn105')] public function testAssertReturn106(): void { $this->runAssertReturnCommand( @@ -1079,7 +972,6 @@ final class CallIndirectTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn106')] public function testAssertReturn107(): void { $this->runAssertReturnCommand( @@ -1089,7 +981,6 @@ final class CallIndirectTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn107')] public function testAssertReturn108(): void { $this->runAssertReturnCommand( @@ -1099,7 +990,6 @@ final class CallIndirectTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn108')] public function testAssertReturn109(): void { $this->runAssertReturnCommand( @@ -1109,7 +999,6 @@ final class CallIndirectTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn109')] public function testAssertReturn110(): void { $this->runAssertReturnCommand( @@ -1119,7 +1008,6 @@ final class CallIndirectTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn110')] public function testAssertReturn111(): void { $this->runAssertReturnCommand( @@ -1129,7 +1017,6 @@ final class CallIndirectTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn111')] public function testAssertReturn112(): void { $this->runAssertReturnCommand( @@ -1139,7 +1026,6 @@ final class CallIndirectTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn112')] public function testAssertReturn113(): void { $this->runAssertReturnCommand( @@ -1149,7 +1035,6 @@ final class CallIndirectTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn113')] public function testAssertReturn114(): void { $this->runAssertReturnCommand( @@ -1159,7 +1044,6 @@ final class CallIndirectTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn114')] public function testAssertReturn115(): void { $this->runAssertReturnCommand( @@ -1169,7 +1053,6 @@ final class CallIndirectTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn115')] public function testAssertReturn116(): void { $this->runAssertReturnCommand( @@ -1179,7 +1062,6 @@ final class CallIndirectTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn116')] public function testAssertReturn117(): void { $this->runAssertReturnCommand( @@ -1189,7 +1071,6 @@ final class CallIndirectTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn117')] public function testAssertReturn118(): void { $this->runAssertReturnCommand( @@ -1199,7 +1080,6 @@ final class CallIndirectTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn118')] public function testAssertReturn119(): void { $this->runAssertReturnCommand( @@ -1209,7 +1089,6 @@ final class CallIndirectTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn119')] public function testAssertReturn120(): void { $this->runAssertReturnCommand( @@ -1219,7 +1098,6 @@ final class CallIndirectTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn120')] public function testAssertReturn121(): void { $this->runAssertReturnCommand( @@ -1229,7 +1107,6 @@ final class CallIndirectTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn121')] public function testAssertReturn122(): void { $this->runAssertReturnCommand( @@ -1239,7 +1116,6 @@ final class CallIndirectTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn122')] public function testModule123(): void { $this->runModuleCommand( @@ -1249,7 +1125,6 @@ final class CallIndirectTest extends SpecTestsuiteBase ); } - #[Depends('testModule123')] public function testAssertReturn124(): void { $this->runAssertReturnCommand( @@ -1259,7 +1134,6 @@ final class CallIndirectTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn124')] public function testAssertReturn125(): void { $this->runAssertReturnCommand( @@ -1269,7 +1143,6 @@ final class CallIndirectTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn125')] public function testAssertTrap126(): void { $this->runAssertTrapCommand( @@ -1279,7 +1152,6 @@ final class CallIndirectTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap126')] public function testAssertReturn127(): void { $this->runAssertReturnCommand( @@ -1289,7 +1161,6 @@ final class CallIndirectTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn127')] public function testAssertReturn128(): void { $this->runAssertReturnCommand( @@ -1299,7 +1170,6 @@ final class CallIndirectTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn128')] public function testAssertReturn129(): void { $this->runAssertReturnCommand( @@ -1309,7 +1179,6 @@ final class CallIndirectTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn129')] public function testAssertTrap130(): void { $this->runAssertTrapCommand( @@ -1319,7 +1188,6 @@ final class CallIndirectTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap130')] public function testAssertReturn131(): void { $this->runAssertReturnCommand( @@ -1329,7 +1197,6 @@ final class CallIndirectTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn131')] public function testAssertReturn132(): void { $this->runAssertReturnCommand( @@ -1339,7 +1206,6 @@ final class CallIndirectTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn132')] public function testAssertTrap133(): void { $this->runAssertTrapCommand( @@ -1349,7 +1215,6 @@ final class CallIndirectTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap133')] public function testAssertTrap134(): void { $this->runAssertTrapCommand( @@ -1359,7 +1224,6 @@ final class CallIndirectTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap134')] public function testAssertTrap135(): void { $this->runAssertTrapCommand( @@ -1370,72 +1234,60 @@ final class CallIndirectTest extends SpecTestsuiteBase } #[DoesNotPerformAssertions] - #[Depends('testAssertTrap135')] public function testAssertMalformed136(): void { } #[DoesNotPerformAssertions] - #[Depends('testAssertMalformed136')] public function testAssertMalformed137(): void { } #[DoesNotPerformAssertions] - #[Depends('testAssertMalformed137')] public function testAssertMalformed138(): void { } #[DoesNotPerformAssertions] - #[Depends('testAssertMalformed138')] public function testAssertMalformed139(): void { } #[DoesNotPerformAssertions] - #[Depends('testAssertMalformed139')] public function testAssertMalformed140(): void { } #[DoesNotPerformAssertions] - #[Depends('testAssertMalformed140')] public function testAssertMalformed141(): void { } #[DoesNotPerformAssertions] - #[Depends('testAssertMalformed141')] public function testAssertMalformed142(): void { } #[DoesNotPerformAssertions] - #[Depends('testAssertMalformed142')] public function testAssertMalformed143(): void { } #[DoesNotPerformAssertions] - #[Depends('testAssertMalformed143')] public function testAssertMalformed144(): void { } #[DoesNotPerformAssertions] - #[Depends('testAssertMalformed144')] public function testAssertMalformed145(): void { } #[DoesNotPerformAssertions] - #[Depends('testAssertMalformed145')] public function testAssertMalformed146(): void { } - #[Depends('testAssertMalformed146')] public function testAssertInvalid147(): void { $this->runAssertInvalidCommand( @@ -1445,7 +1297,6 @@ final class CallIndirectTest extends SpecTestsuiteBase ); } - #[Depends('testAssertInvalid147')] public function testAssertInvalid148(): void { $this->runAssertInvalidCommand( @@ -1455,7 +1306,6 @@ final class CallIndirectTest extends SpecTestsuiteBase ); } - #[Depends('testAssertInvalid148')] public function testAssertInvalid149(): void { $this->runAssertInvalidCommand( @@ -1465,7 +1315,6 @@ final class CallIndirectTest extends SpecTestsuiteBase ); } - #[Depends('testAssertInvalid149')] public function testAssertInvalid150(): void { $this->runAssertInvalidCommand( @@ -1475,7 +1324,6 @@ final class CallIndirectTest extends SpecTestsuiteBase ); } - #[Depends('testAssertInvalid150')] public function testAssertInvalid151(): void { $this->runAssertInvalidCommand( @@ -1485,7 +1333,6 @@ final class CallIndirectTest extends SpecTestsuiteBase ); } - #[Depends('testAssertInvalid151')] public function testAssertInvalid152(): void { $this->runAssertInvalidCommand( @@ -1495,7 +1342,6 @@ final class CallIndirectTest extends SpecTestsuiteBase ); } - #[Depends('testAssertInvalid152')] public function testAssertInvalid153(): void { $this->runAssertInvalidCommand( @@ -1505,7 +1351,6 @@ final class CallIndirectTest extends SpecTestsuiteBase ); } - #[Depends('testAssertInvalid153')] public function testAssertInvalid154(): void { $this->runAssertInvalidCommand( @@ -1515,7 +1360,6 @@ final class CallIndirectTest extends SpecTestsuiteBase ); } - #[Depends('testAssertInvalid154')] public function testAssertInvalid155(): void { $this->runAssertInvalidCommand( @@ -1525,7 +1369,6 @@ final class CallIndirectTest extends SpecTestsuiteBase ); } - #[Depends('testAssertInvalid155')] public function testAssertInvalid156(): void { $this->runAssertInvalidCommand( @@ -1535,7 +1378,6 @@ final class CallIndirectTest extends SpecTestsuiteBase ); } - #[Depends('testAssertInvalid156')] public function testAssertInvalid157(): void { $this->runAssertInvalidCommand( @@ -1545,7 +1387,6 @@ final class CallIndirectTest extends SpecTestsuiteBase ); } - #[Depends('testAssertInvalid157')] public function testAssertInvalid158(): void { $this->runAssertInvalidCommand( @@ -1555,7 +1396,6 @@ final class CallIndirectTest extends SpecTestsuiteBase ); } - #[Depends('testAssertInvalid158')] public function testAssertInvalid159(): void { $this->runAssertInvalidCommand( @@ -1565,7 +1405,6 @@ final class CallIndirectTest extends SpecTestsuiteBase ); } - #[Depends('testAssertInvalid159')] public function testAssertInvalid160(): void { $this->runAssertInvalidCommand( @@ -1575,7 +1414,6 @@ final class CallIndirectTest extends SpecTestsuiteBase ); } - #[Depends('testAssertInvalid160')] public function testAssertInvalid161(): void { $this->runAssertInvalidCommand( @@ -1585,7 +1423,6 @@ final class CallIndirectTest extends SpecTestsuiteBase ); } - #[Depends('testAssertInvalid161')] public function testAssertInvalid162(): void { $this->runAssertInvalidCommand( @@ -1595,7 +1432,6 @@ final class CallIndirectTest extends SpecTestsuiteBase ); } - #[Depends('testAssertInvalid162')] public function testAssertInvalid163(): void { $this->runAssertInvalidCommand( @@ -1605,7 +1441,6 @@ final class CallIndirectTest extends SpecTestsuiteBase ); } - #[Depends('testAssertInvalid163')] public function testAssertInvalid164(): void { $this->runAssertInvalidCommand( @@ -1615,7 +1450,6 @@ final class CallIndirectTest extends SpecTestsuiteBase ); } - #[Depends('testAssertInvalid164')] public function testAssertInvalid165(): void { $this->runAssertInvalidCommand( @@ -1625,7 +1459,6 @@ final class CallIndirectTest extends SpecTestsuiteBase ); } - #[Depends('testAssertInvalid165')] public function testAssertInvalid166(): void { $this->runAssertInvalidCommand( @@ -1635,7 +1468,6 @@ final class CallIndirectTest extends SpecTestsuiteBase ); } - #[Depends('testAssertInvalid166')] public function testAssertInvalid167(): void { $this->runAssertInvalidCommand( @@ -1645,7 +1477,6 @@ final class CallIndirectTest extends SpecTestsuiteBase ); } - #[Depends('testAssertInvalid167')] public function testAssertInvalid168(): void { $this->runAssertInvalidCommand( @@ -1655,7 +1486,6 @@ final class CallIndirectTest extends SpecTestsuiteBase ); } - #[Depends('testAssertInvalid168')] public function testModule169(): void { $this->runModuleCommand( diff --git a/tests/src/SpecTestsuites/Core/CallTest.php b/tests/src/SpecTestsuites/Core/CallTest.php index eda94f6..16a4065 100644 --- a/tests/src/SpecTestsuites/Core/CallTest.php +++ b/tests/src/SpecTestsuites/Core/CallTest.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 CallTest extends SpecTestsuiteBase @@ -19,7 +18,6 @@ final class CallTest extends SpecTestsuiteBase ); } - #[Depends('testModule0')] public function testAssertReturn1(): void { $this->runAssertReturnCommand( @@ -29,7 +27,6 @@ final class CallTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1')] public function testAssertReturn2(): void { $this->runAssertReturnCommand( @@ -39,7 +36,6 @@ final class CallTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2')] public function testAssertReturn3(): void { $this->runAssertReturnCommand( @@ -49,7 +45,6 @@ final class CallTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn3')] public function testAssertReturn4(): void { $this->runAssertReturnCommand( @@ -59,7 +54,6 @@ final class CallTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn4')] public function testAssertReturn5(): void { $this->runAssertReturnCommand( @@ -69,7 +63,6 @@ final class CallTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn5')] public function testAssertReturn6(): void { $this->runAssertReturnCommand( @@ -79,7 +72,6 @@ final class CallTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn6')] public function testAssertReturn7(): void { $this->runAssertReturnCommand( @@ -89,7 +81,6 @@ final class CallTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn7')] public function testAssertReturn8(): void { $this->runAssertReturnCommand( @@ -99,7 +90,6 @@ final class CallTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn8')] public function testAssertReturn9(): void { $this->runAssertReturnCommand( @@ -109,7 +99,6 @@ final class CallTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn9')] public function testAssertReturn10(): void { $this->runAssertReturnCommand( @@ -119,7 +108,6 @@ final class CallTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn10')] public function testAssertReturn11(): void { $this->runAssertReturnCommand( @@ -129,7 +117,6 @@ final class CallTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn11')] public function testAssertReturn12(): void { $this->runAssertReturnCommand( @@ -139,7 +126,6 @@ final class CallTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn12')] public function testAssertReturn13(): void { $this->runAssertReturnCommand( @@ -149,7 +135,6 @@ final class CallTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn13')] public function testAssertReturn14(): void { $this->runAssertReturnCommand( @@ -159,7 +144,6 @@ final class CallTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn14')] public function testAssertReturn15(): void { $this->runAssertReturnCommand( @@ -169,7 +153,6 @@ final class CallTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn15')] public function testAssertReturn16(): void { $this->runAssertReturnCommand( @@ -179,7 +162,6 @@ final class CallTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn16')] public function testAssertReturn17(): void { $this->runAssertReturnCommand( @@ -189,7 +171,6 @@ final class CallTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn17')] public function testAssertReturn18(): void { $this->runAssertReturnCommand( @@ -199,7 +180,6 @@ final class CallTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn18')] public function testAssertReturn19(): void { $this->runAssertReturnCommand( @@ -209,7 +189,6 @@ final class CallTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn19')] public function testAssertReturn20(): void { $this->runAssertReturnCommand( @@ -219,7 +198,6 @@ final class CallTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn20')] public function testAssertReturn21(): void { $this->runAssertReturnCommand( @@ -229,7 +207,6 @@ final class CallTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn21')] public function testAssertReturn22(): void { $this->runAssertReturnCommand( @@ -239,7 +216,6 @@ final class CallTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn22')] public function testAssertReturn23(): void { $this->runAssertReturnCommand( @@ -249,7 +225,6 @@ final class CallTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn23')] public function testAssertReturn24(): void { $this->runAssertReturnCommand( @@ -259,7 +234,6 @@ final class CallTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn24')] public function testAssertReturn25(): void { $this->runAssertReturnCommand( @@ -269,7 +243,6 @@ final class CallTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn25')] public function testAssertReturn26(): void { $this->runAssertReturnCommand( @@ -279,7 +252,6 @@ final class CallTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn26')] public function testAssertReturn27(): void { $this->runAssertReturnCommand( @@ -289,7 +261,6 @@ final class CallTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn27')] public function testAssertReturn28(): void { $this->runAssertReturnCommand( @@ -299,7 +270,6 @@ final class CallTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn28')] public function testAssertReturn29(): void { $this->runAssertReturnCommand( @@ -309,7 +279,6 @@ final class CallTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn29')] public function testAssertReturn30(): void { $this->runAssertReturnCommand( @@ -319,7 +288,6 @@ final class CallTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn30')] public function testAssertReturn31(): void { $this->runAssertReturnCommand( @@ -329,7 +297,6 @@ final class CallTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn31')] public function testAssertReturn32(): void { $this->runAssertReturnCommand( @@ -339,7 +306,6 @@ final class CallTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn32')] public function testAssertReturn33(): void { $this->runAssertReturnCommand( @@ -349,7 +315,6 @@ final class CallTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn33')] public function testAssertReturn34(): void { $this->runAssertReturnCommand( @@ -359,7 +324,6 @@ final class CallTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn34')] public function testAssertReturn35(): void { $this->runAssertReturnCommand( @@ -369,7 +333,6 @@ final class CallTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn35')] public function testAssertReturn36(): void { $this->runAssertReturnCommand( @@ -379,7 +342,6 @@ final class CallTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn36')] public function testAssertReturn37(): void { $this->runAssertReturnCommand( @@ -389,7 +351,6 @@ final class CallTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn37')] public function testAssertReturn38(): void { $this->runAssertReturnCommand( @@ -399,7 +360,6 @@ final class CallTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn38')] public function testAssertReturn39(): void { $this->runAssertReturnCommand( @@ -409,7 +369,6 @@ final class CallTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn39')] public function testAssertReturn40(): void { $this->runAssertReturnCommand( @@ -419,7 +378,6 @@ final class CallTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn40')] public function testAssertReturn41(): void { $this->runAssertReturnCommand( @@ -429,7 +387,6 @@ final class CallTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn41')] public function testAssertExhaustion42(): void { $this->runAssertExhaustionCommand( @@ -439,7 +396,6 @@ final class CallTest extends SpecTestsuiteBase ); } - #[Depends('testAssertExhaustion42')] public function testAssertExhaustion43(): void { $this->runAssertExhaustionCommand( @@ -449,7 +405,6 @@ final class CallTest extends SpecTestsuiteBase ); } - #[Depends('testAssertExhaustion43')] public function testAssertReturn44(): void { $this->runAssertReturnCommand( @@ -459,7 +414,6 @@ final class CallTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn44')] public function testAssertReturn45(): void { $this->runAssertReturnCommand( @@ -469,7 +423,6 @@ final class CallTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn45')] public function testAssertReturn46(): void { $this->runAssertReturnCommand( @@ -479,7 +432,6 @@ final class CallTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn46')] public function testAssertReturn47(): void { $this->runAssertReturnCommand( @@ -489,7 +441,6 @@ final class CallTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn47')] public function testAssertReturn48(): void { $this->runAssertReturnCommand( @@ -499,7 +450,6 @@ final class CallTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn48')] public function testAssertReturn49(): void { $this->runAssertReturnCommand( @@ -509,7 +459,6 @@ final class CallTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn49')] public function testAssertReturn50(): void { $this->runAssertReturnCommand( @@ -519,7 +468,6 @@ final class CallTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn50')] public function testAssertReturn51(): void { $this->runAssertReturnCommand( @@ -529,7 +477,6 @@ final class CallTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn51')] public function testAssertReturn52(): void { $this->runAssertReturnCommand( @@ -539,7 +486,6 @@ final class CallTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn52')] public function testAssertReturn53(): void { $this->runAssertReturnCommand( @@ -549,7 +495,6 @@ final class CallTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn53')] public function testAssertTrap54(): void { $this->runAssertTrapCommand( @@ -559,7 +504,6 @@ final class CallTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap54')] public function testAssertReturn55(): void { $this->runAssertReturnCommand( @@ -569,7 +513,6 @@ final class CallTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn55')] public function testAssertReturn56(): void { $this->runAssertReturnCommand( @@ -579,7 +522,6 @@ final class CallTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn56')] public function testAssertReturn57(): void { $this->runAssertReturnCommand( @@ -589,7 +531,6 @@ final class CallTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn57')] public function testAssertReturn58(): void { $this->runAssertReturnCommand( @@ -599,7 +540,6 @@ final class CallTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn58')] public function testAssertReturn59(): void { $this->runAssertReturnCommand( @@ -609,7 +549,6 @@ final class CallTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn59')] public function testAssertReturn60(): void { $this->runAssertReturnCommand( @@ -619,7 +558,6 @@ final class CallTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn60')] public function testAssertReturn61(): void { $this->runAssertReturnCommand( @@ -629,7 +567,6 @@ final class CallTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn61')] public function testAssertReturn62(): void { $this->runAssertReturnCommand( @@ -639,7 +576,6 @@ final class CallTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn62')] public function testAssertReturn63(): void { $this->runAssertReturnCommand( @@ -649,7 +585,6 @@ final class CallTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn63')] public function testAssertReturn64(): void { $this->runAssertReturnCommand( @@ -659,7 +594,6 @@ final class CallTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn64')] public function testAssertReturn65(): void { $this->runAssertReturnCommand( @@ -669,7 +603,6 @@ final class CallTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn65')] public function testAssertReturn66(): void { $this->runAssertReturnCommand( @@ -679,7 +612,6 @@ final class CallTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn66')] public function testAssertReturn67(): void { $this->runAssertReturnCommand( @@ -689,7 +621,6 @@ final class CallTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn67')] public function testAssertReturn68(): void { $this->runAssertReturnCommand( @@ -699,7 +630,6 @@ final class CallTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn68')] public function testAssertReturn69(): void { $this->runAssertReturnCommand( @@ -709,7 +639,6 @@ final class CallTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn69')] public function testAssertReturn70(): void { $this->runAssertReturnCommand( @@ -719,7 +648,6 @@ final class CallTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn70')] public function testAssertReturn71(): void { $this->runAssertReturnCommand( @@ -729,7 +657,6 @@ final class CallTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn71')] public function testAssertReturn72(): void { $this->runAssertReturnCommand( @@ -739,7 +666,6 @@ final class CallTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn72')] public function testAssertInvalid73(): void { $this->runAssertInvalidCommand( @@ -749,7 +675,6 @@ final class CallTest extends SpecTestsuiteBase ); } - #[Depends('testAssertInvalid73')] public function testAssertInvalid74(): void { $this->runAssertInvalidCommand( @@ -759,7 +684,6 @@ final class CallTest extends SpecTestsuiteBase ); } - #[Depends('testAssertInvalid74')] public function testAssertInvalid75(): void { $this->runAssertInvalidCommand( @@ -769,7 +693,6 @@ final class CallTest extends SpecTestsuiteBase ); } - #[Depends('testAssertInvalid75')] public function testAssertInvalid76(): void { $this->runAssertInvalidCommand( @@ -779,7 +702,6 @@ final class CallTest extends SpecTestsuiteBase ); } - #[Depends('testAssertInvalid76')] public function testAssertInvalid77(): void { $this->runAssertInvalidCommand( @@ -789,7 +711,6 @@ final class CallTest extends SpecTestsuiteBase ); } - #[Depends('testAssertInvalid77')] public function testAssertInvalid78(): void { $this->runAssertInvalidCommand( @@ -799,7 +720,6 @@ final class CallTest extends SpecTestsuiteBase ); } - #[Depends('testAssertInvalid78')] public function testAssertInvalid79(): void { $this->runAssertInvalidCommand( @@ -809,7 +729,6 @@ final class CallTest extends SpecTestsuiteBase ); } - #[Depends('testAssertInvalid79')] public function testAssertInvalid80(): void { $this->runAssertInvalidCommand( @@ -819,7 +738,6 @@ final class CallTest extends SpecTestsuiteBase ); } - #[Depends('testAssertInvalid80')] public function testAssertInvalid81(): void { $this->runAssertInvalidCommand( @@ -829,7 +747,6 @@ final class CallTest extends SpecTestsuiteBase ); } - #[Depends('testAssertInvalid81')] public function testAssertInvalid82(): void { $this->runAssertInvalidCommand( @@ -839,7 +756,6 @@ final class CallTest extends SpecTestsuiteBase ); } - #[Depends('testAssertInvalid82')] public function testAssertInvalid83(): void { $this->runAssertInvalidCommand( @@ -849,7 +765,6 @@ final class CallTest extends SpecTestsuiteBase ); } - #[Depends('testAssertInvalid83')] public function testAssertInvalid84(): void { $this->runAssertInvalidCommand( @@ -859,7 +774,6 @@ final class CallTest extends SpecTestsuiteBase ); } - #[Depends('testAssertInvalid84')] public function testAssertInvalid85(): void { $this->runAssertInvalidCommand( @@ -869,7 +783,6 @@ final class CallTest extends SpecTestsuiteBase ); } - #[Depends('testAssertInvalid85')] public function testAssertInvalid86(): void { $this->runAssertInvalidCommand( @@ -879,7 +792,6 @@ final class CallTest extends SpecTestsuiteBase ); } - #[Depends('testAssertInvalid86')] public function testAssertInvalid87(): void { $this->runAssertInvalidCommand( @@ -889,7 +801,6 @@ final class CallTest extends SpecTestsuiteBase ); } - #[Depends('testAssertInvalid87')] public function testAssertInvalid88(): void { $this->runAssertInvalidCommand( @@ -899,7 +810,6 @@ final class CallTest extends SpecTestsuiteBase ); } - #[Depends('testAssertInvalid88')] public function testAssertInvalid89(): void { $this->runAssertInvalidCommand( @@ -909,7 +819,6 @@ final class CallTest extends SpecTestsuiteBase ); } - #[Depends('testAssertInvalid89')] public function testAssertInvalid90(): void { $this->runAssertInvalidCommand( diff --git a/tests/src/SpecTestsuites/Core/ConstTest.php b/tests/src/SpecTestsuites/Core/ConstTest.php index 037b959..fd06ef5 100644 --- a/tests/src/SpecTestsuites/Core/ConstTest.php +++ b/tests/src/SpecTestsuites/Core/ConstTest.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 ConstTest extends SpecTestsuiteBase @@ -19,7 +18,6 @@ final class ConstTest extends SpecTestsuiteBase ); } - #[Depends('testModule0')] public function testModule1(): void { $this->runModuleCommand( @@ -30,30 +28,25 @@ final class ConstTest extends SpecTestsuiteBase } #[DoesNotPerformAssertions] - #[Depends('testModule1')] public function testAssertMalformed2(): void { } #[DoesNotPerformAssertions] - #[Depends('testAssertMalformed2')] public function testAssertMalformed3(): void { } #[DoesNotPerformAssertions] - #[Depends('testAssertMalformed3')] public function testAssertMalformed4(): void { } #[DoesNotPerformAssertions] - #[Depends('testAssertMalformed4')] public function testAssertMalformed5(): void { } - #[Depends('testAssertMalformed5')] public function testModule6(): void { $this->runModuleCommand( @@ -63,7 +56,6 @@ final class ConstTest extends SpecTestsuiteBase ); } - #[Depends('testModule6')] public function testModule7(): void { $this->runModuleCommand( @@ -74,30 +66,25 @@ final class ConstTest extends SpecTestsuiteBase } #[DoesNotPerformAssertions] - #[Depends('testModule7')] public function testAssertMalformed8(): void { } #[DoesNotPerformAssertions] - #[Depends('testAssertMalformed8')] public function testAssertMalformed9(): void { } #[DoesNotPerformAssertions] - #[Depends('testAssertMalformed9')] public function testAssertMalformed10(): void { } #[DoesNotPerformAssertions] - #[Depends('testAssertMalformed10')] public function testAssertMalformed11(): void { } - #[Depends('testAssertMalformed11')] public function testModule12(): void { $this->runModuleCommand( @@ -107,7 +94,6 @@ final class ConstTest extends SpecTestsuiteBase ); } - #[Depends('testModule12')] public function testModule13(): void { $this->runModuleCommand( @@ -117,7 +103,6 @@ final class ConstTest extends SpecTestsuiteBase ); } - #[Depends('testModule13')] public function testModule14(): void { $this->runModuleCommand( @@ -127,7 +112,6 @@ final class ConstTest extends SpecTestsuiteBase ); } - #[Depends('testModule14')] public function testModule15(): void { $this->runModuleCommand( @@ -137,7 +121,6 @@ final class ConstTest extends SpecTestsuiteBase ); } - #[Depends('testModule15')] public function testModule16(): void { $this->runModuleCommand( @@ -147,7 +130,6 @@ final class ConstTest extends SpecTestsuiteBase ); } - #[Depends('testModule16')] public function testModule17(): void { $this->runModuleCommand( @@ -157,7 +139,6 @@ final class ConstTest extends SpecTestsuiteBase ); } - #[Depends('testModule17')] public function testModule18(): void { $this->runModuleCommand( @@ -167,7 +148,6 @@ final class ConstTest extends SpecTestsuiteBase ); } - #[Depends('testModule18')] public function testModule19(): void { $this->runModuleCommand( @@ -177,7 +157,6 @@ final class ConstTest extends SpecTestsuiteBase ); } - #[Depends('testModule19')] public function testModule20(): void { $this->runModuleCommand( @@ -187,7 +166,6 @@ final class ConstTest extends SpecTestsuiteBase ); } - #[Depends('testModule20')] public function testModule21(): void { $this->runModuleCommand( @@ -197,7 +175,6 @@ final class ConstTest extends SpecTestsuiteBase ); } - #[Depends('testModule21')] public function testModule22(): void { $this->runModuleCommand( @@ -207,7 +184,6 @@ final class ConstTest extends SpecTestsuiteBase ); } - #[Depends('testModule22')] public function testModule23(): void { $this->runModuleCommand( @@ -217,7 +193,6 @@ final class ConstTest extends SpecTestsuiteBase ); } - #[Depends('testModule23')] public function testModule24(): void { $this->runModuleCommand( @@ -227,7 +202,6 @@ final class ConstTest extends SpecTestsuiteBase ); } - #[Depends('testModule24')] public function testModule25(): void { $this->runModuleCommand( @@ -237,7 +211,6 @@ final class ConstTest extends SpecTestsuiteBase ); } - #[Depends('testModule25')] public function testModule26(): void { $this->runModuleCommand( @@ -247,7 +220,6 @@ final class ConstTest extends SpecTestsuiteBase ); } - #[Depends('testModule26')] public function testModule27(): void { $this->runModuleCommand( @@ -257,7 +229,6 @@ final class ConstTest extends SpecTestsuiteBase ); } - #[Depends('testModule27')] public function testModule28(): void { $this->runModuleCommand( @@ -267,7 +238,6 @@ final class ConstTest extends SpecTestsuiteBase ); } - #[Depends('testModule28')] public function testModule29(): void { $this->runModuleCommand( @@ -277,7 +247,6 @@ final class ConstTest extends SpecTestsuiteBase ); } - #[Depends('testModule29')] public function testModule30(): void { $this->runModuleCommand( @@ -287,7 +256,6 @@ final class ConstTest extends SpecTestsuiteBase ); } - #[Depends('testModule30')] public function testModule31(): void { $this->runModuleCommand( @@ -297,7 +265,6 @@ final class ConstTest extends SpecTestsuiteBase ); } - #[Depends('testModule31')] public function testModule32(): void { $this->runModuleCommand( @@ -307,7 +274,6 @@ final class ConstTest extends SpecTestsuiteBase ); } - #[Depends('testModule32')] public function testModule33(): void { $this->runModuleCommand( @@ -317,7 +283,6 @@ final class ConstTest extends SpecTestsuiteBase ); } - #[Depends('testModule33')] public function testModule34(): void { $this->runModuleCommand( @@ -327,7 +292,6 @@ final class ConstTest extends SpecTestsuiteBase ); } - #[Depends('testModule34')] public function testModule35(): void { $this->runModuleCommand( @@ -338,120 +302,100 @@ final class ConstTest extends SpecTestsuiteBase } #[DoesNotPerformAssertions] - #[Depends('testModule35')] public function testAssertMalformed36(): void { } #[DoesNotPerformAssertions] - #[Depends('testAssertMalformed36')] public function testAssertMalformed37(): void { } #[DoesNotPerformAssertions] - #[Depends('testAssertMalformed37')] public function testAssertMalformed38(): void { } #[DoesNotPerformAssertions] - #[Depends('testAssertMalformed38')] public function testAssertMalformed39(): void { } #[DoesNotPerformAssertions] - #[Depends('testAssertMalformed39')] public function testAssertMalformed40(): void { } #[DoesNotPerformAssertions] - #[Depends('testAssertMalformed40')] public function testAssertMalformed41(): void { } #[DoesNotPerformAssertions] - #[Depends('testAssertMalformed41')] public function testAssertMalformed42(): void { } #[DoesNotPerformAssertions] - #[Depends('testAssertMalformed42')] public function testAssertMalformed43(): void { } #[DoesNotPerformAssertions] - #[Depends('testAssertMalformed43')] public function testAssertMalformed44(): void { } #[DoesNotPerformAssertions] - #[Depends('testAssertMalformed44')] public function testAssertMalformed45(): void { } #[DoesNotPerformAssertions] - #[Depends('testAssertMalformed45')] public function testAssertMalformed46(): void { } #[DoesNotPerformAssertions] - #[Depends('testAssertMalformed46')] public function testAssertMalformed47(): void { } #[DoesNotPerformAssertions] - #[Depends('testAssertMalformed47')] public function testAssertMalformed48(): void { } #[DoesNotPerformAssertions] - #[Depends('testAssertMalformed48')] public function testAssertMalformed49(): void { } #[DoesNotPerformAssertions] - #[Depends('testAssertMalformed49')] public function testAssertMalformed50(): void { } #[DoesNotPerformAssertions] - #[Depends('testAssertMalformed50')] public function testAssertMalformed51(): void { } #[DoesNotPerformAssertions] - #[Depends('testAssertMalformed51')] public function testAssertMalformed52(): void { } #[DoesNotPerformAssertions] - #[Depends('testAssertMalformed52')] public function testAssertMalformed53(): void { } #[DoesNotPerformAssertions] - #[Depends('testAssertMalformed53')] public function testAssertMalformed54(): void { } - #[Depends('testAssertMalformed54')] public function testModule55(): void { $this->runModuleCommand( @@ -461,7 +405,6 @@ final class ConstTest extends SpecTestsuiteBase ); } - #[Depends('testModule55')] public function testModule56(): void { $this->runModuleCommand( @@ -471,7 +414,6 @@ final class ConstTest extends SpecTestsuiteBase ); } - #[Depends('testModule56')] public function testModule57(): void { $this->runModuleCommand( @@ -481,7 +423,6 @@ final class ConstTest extends SpecTestsuiteBase ); } - #[Depends('testModule57')] public function testModule58(): void { $this->runModuleCommand( @@ -491,7 +432,6 @@ final class ConstTest extends SpecTestsuiteBase ); } - #[Depends('testModule58')] public function testModule59(): void { $this->runModuleCommand( @@ -501,7 +441,6 @@ final class ConstTest extends SpecTestsuiteBase ); } - #[Depends('testModule59')] public function testModule60(): void { $this->runModuleCommand( @@ -511,7 +450,6 @@ final class ConstTest extends SpecTestsuiteBase ); } - #[Depends('testModule60')] public function testModule61(): void { $this->runModuleCommand( @@ -521,7 +459,6 @@ final class ConstTest extends SpecTestsuiteBase ); } - #[Depends('testModule61')] public function testModule62(): void { $this->runModuleCommand( @@ -531,7 +468,6 @@ final class ConstTest extends SpecTestsuiteBase ); } - #[Depends('testModule62')] public function testModule63(): void { $this->runModuleCommand( @@ -541,7 +477,6 @@ final class ConstTest extends SpecTestsuiteBase ); } - #[Depends('testModule63')] public function testModule64(): void { $this->runModuleCommand( @@ -551,7 +486,6 @@ final class ConstTest extends SpecTestsuiteBase ); } - #[Depends('testModule64')] public function testModule65(): void { $this->runModuleCommand( @@ -561,7 +495,6 @@ final class ConstTest extends SpecTestsuiteBase ); } - #[Depends('testModule65')] public function testModule66(): void { $this->runModuleCommand( @@ -571,7 +504,6 @@ final class ConstTest extends SpecTestsuiteBase ); } - #[Depends('testModule66')] public function testModule67(): void { $this->runModuleCommand( @@ -581,7 +513,6 @@ final class ConstTest extends SpecTestsuiteBase ); } - #[Depends('testModule67')] public function testModule68(): void { $this->runModuleCommand( @@ -591,7 +522,6 @@ final class ConstTest extends SpecTestsuiteBase ); } - #[Depends('testModule68')] public function testModule69(): void { $this->runModuleCommand( @@ -601,7 +531,6 @@ final class ConstTest extends SpecTestsuiteBase ); } - #[Depends('testModule69')] public function testModule70(): void { $this->runModuleCommand( @@ -611,7 +540,6 @@ final class ConstTest extends SpecTestsuiteBase ); } - #[Depends('testModule70')] public function testModule71(): void { $this->runModuleCommand( @@ -621,7 +549,6 @@ final class ConstTest extends SpecTestsuiteBase ); } - #[Depends('testModule71')] public function testModule72(): void { $this->runModuleCommand( @@ -631,7 +558,6 @@ final class ConstTest extends SpecTestsuiteBase ); } - #[Depends('testModule72')] public function testModule73(): void { $this->runModuleCommand( @@ -641,7 +567,6 @@ final class ConstTest extends SpecTestsuiteBase ); } - #[Depends('testModule73')] public function testModule74(): void { $this->runModuleCommand( @@ -651,7 +576,6 @@ final class ConstTest extends SpecTestsuiteBase ); } - #[Depends('testModule74')] public function testModule75(): void { $this->runModuleCommand( @@ -661,7 +585,6 @@ final class ConstTest extends SpecTestsuiteBase ); } - #[Depends('testModule75')] public function testModule76(): void { $this->runModuleCommand( @@ -671,7 +594,6 @@ final class ConstTest extends SpecTestsuiteBase ); } - #[Depends('testModule76')] public function testModule77(): void { $this->runModuleCommand( @@ -681,7 +603,6 @@ final class ConstTest extends SpecTestsuiteBase ); } - #[Depends('testModule77')] public function testModule78(): void { $this->runModuleCommand( @@ -691,7 +612,6 @@ final class ConstTest extends SpecTestsuiteBase ); } - #[Depends('testModule78')] public function testModule79(): void { $this->runModuleCommand( @@ -701,7 +621,6 @@ final class ConstTest extends SpecTestsuiteBase ); } - #[Depends('testModule79')] public function testModule80(): void { $this->runModuleCommand( @@ -711,7 +630,6 @@ final class ConstTest extends SpecTestsuiteBase ); } - #[Depends('testModule80')] public function testModule81(): void { $this->runModuleCommand( @@ -721,7 +639,6 @@ final class ConstTest extends SpecTestsuiteBase ); } - #[Depends('testModule81')] public function testModule82(): void { $this->runModuleCommand( @@ -731,7 +648,6 @@ final class ConstTest extends SpecTestsuiteBase ); } - #[Depends('testModule82')] public function testModule83(): void { $this->runModuleCommand( @@ -741,7 +657,6 @@ final class ConstTest extends SpecTestsuiteBase ); } - #[Depends('testModule83')] public function testModule84(): void { $this->runModuleCommand( @@ -751,7 +666,6 @@ final class ConstTest extends SpecTestsuiteBase ); } - #[Depends('testModule84')] public function testModule85(): void { $this->runModuleCommand( @@ -761,7 +675,6 @@ final class ConstTest extends SpecTestsuiteBase ); } - #[Depends('testModule85')] public function testModule86(): void { $this->runModuleCommand( @@ -771,7 +684,6 @@ final class ConstTest extends SpecTestsuiteBase ); } - #[Depends('testModule86')] public function testModule87(): void { $this->runModuleCommand( @@ -781,7 +693,6 @@ final class ConstTest extends SpecTestsuiteBase ); } - #[Depends('testModule87')] public function testModule88(): void { $this->runModuleCommand( @@ -791,7 +702,6 @@ final class ConstTest extends SpecTestsuiteBase ); } - #[Depends('testModule88')] public function testModule89(): void { $this->runModuleCommand( @@ -801,7 +711,6 @@ final class ConstTest extends SpecTestsuiteBase ); } - #[Depends('testModule89')] public function testModule90(): void { $this->runModuleCommand( @@ -812,120 +721,100 @@ final class ConstTest extends SpecTestsuiteBase } #[DoesNotPerformAssertions] - #[Depends('testModule90')] public function testAssertMalformed91(): void { } #[DoesNotPerformAssertions] - #[Depends('testAssertMalformed91')] public function testAssertMalformed92(): void { } #[DoesNotPerformAssertions] - #[Depends('testAssertMalformed92')] public function testAssertMalformed93(): void { } #[DoesNotPerformAssertions] - #[Depends('testAssertMalformed93')] public function testAssertMalformed94(): void { } #[DoesNotPerformAssertions] - #[Depends('testAssertMalformed94')] public function testAssertMalformed95(): void { } #[DoesNotPerformAssertions] - #[Depends('testAssertMalformed95')] public function testAssertMalformed96(): void { } #[DoesNotPerformAssertions] - #[Depends('testAssertMalformed96')] public function testAssertMalformed97(): void { } #[DoesNotPerformAssertions] - #[Depends('testAssertMalformed97')] public function testAssertMalformed98(): void { } #[DoesNotPerformAssertions] - #[Depends('testAssertMalformed98')] public function testAssertMalformed99(): void { } #[DoesNotPerformAssertions] - #[Depends('testAssertMalformed99')] public function testAssertMalformed100(): void { } #[DoesNotPerformAssertions] - #[Depends('testAssertMalformed100')] public function testAssertMalformed101(): void { } #[DoesNotPerformAssertions] - #[Depends('testAssertMalformed101')] public function testAssertMalformed102(): void { } #[DoesNotPerformAssertions] - #[Depends('testAssertMalformed102')] public function testAssertMalformed103(): void { } #[DoesNotPerformAssertions] - #[Depends('testAssertMalformed103')] public function testAssertMalformed104(): void { } #[DoesNotPerformAssertions] - #[Depends('testAssertMalformed104')] public function testAssertMalformed105(): void { } #[DoesNotPerformAssertions] - #[Depends('testAssertMalformed105')] public function testAssertMalformed106(): void { } #[DoesNotPerformAssertions] - #[Depends('testAssertMalformed106')] public function testAssertMalformed107(): void { } #[DoesNotPerformAssertions] - #[Depends('testAssertMalformed107')] public function testAssertMalformed108(): void { } #[DoesNotPerformAssertions] - #[Depends('testAssertMalformed108')] public function testAssertMalformed109(): void { } - #[Depends('testAssertMalformed109')] public function testModule110(): void { $this->runModuleCommand( @@ -935,7 +824,6 @@ final class ConstTest extends SpecTestsuiteBase ); } - #[Depends('testModule110')] public function testModule111(): void { $this->runModuleCommand( @@ -946,18 +834,15 @@ final class ConstTest extends SpecTestsuiteBase } #[DoesNotPerformAssertions] - #[Depends('testModule111')] public function testAssertMalformed112(): void { } #[DoesNotPerformAssertions] - #[Depends('testAssertMalformed112')] public function testAssertMalformed113(): void { } - #[Depends('testAssertMalformed113')] public function testModule114(): void { $this->runModuleCommand( @@ -967,7 +852,6 @@ final class ConstTest extends SpecTestsuiteBase ); } - #[Depends('testModule114')] public function testModule115(): void { $this->runModuleCommand( @@ -978,18 +862,15 @@ final class ConstTest extends SpecTestsuiteBase } #[DoesNotPerformAssertions] - #[Depends('testModule115')] public function testAssertMalformed116(): void { } #[DoesNotPerformAssertions] - #[Depends('testAssertMalformed116')] public function testAssertMalformed117(): void { } - #[Depends('testAssertMalformed117')] public function testModule118(): void { $this->runModuleCommand( @@ -999,7 +880,6 @@ final class ConstTest extends SpecTestsuiteBase ); } - #[Depends('testModule118')] public function testModule119(): void { $this->runModuleCommand( @@ -1010,18 +890,15 @@ final class ConstTest extends SpecTestsuiteBase } #[DoesNotPerformAssertions] - #[Depends('testModule119')] public function testAssertMalformed120(): void { } #[DoesNotPerformAssertions] - #[Depends('testAssertMalformed120')] public function testAssertMalformed121(): void { } - #[Depends('testAssertMalformed121')] public function testModule122(): void { $this->runModuleCommand( @@ -1031,7 +908,6 @@ final class ConstTest extends SpecTestsuiteBase ); } - #[Depends('testModule122')] public function testModule123(): void { $this->runModuleCommand( @@ -1042,18 +918,15 @@ final class ConstTest extends SpecTestsuiteBase } #[DoesNotPerformAssertions] - #[Depends('testModule123')] public function testAssertMalformed124(): void { } #[DoesNotPerformAssertions] - #[Depends('testAssertMalformed124')] public function testAssertMalformed125(): void { } - #[Depends('testAssertMalformed125')] public function testModule126(): void { $this->runModuleCommand( @@ -1063,7 +936,6 @@ final class ConstTest extends SpecTestsuiteBase ); } - #[Depends('testModule126')] public function testModule127(): void { $this->runModuleCommand( @@ -1073,7 +945,6 @@ final class ConstTest extends SpecTestsuiteBase ); } - #[Depends('testModule127')] public function testModule128(): void { $this->runModuleCommand( @@ -1083,7 +954,6 @@ final class ConstTest extends SpecTestsuiteBase ); } - #[Depends('testModule128')] public function testModule129(): void { $this->runModuleCommand( @@ -1093,7 +963,6 @@ final class ConstTest extends SpecTestsuiteBase ); } - #[Depends('testModule129')] public function testModule130(): void { $this->runModuleCommand( @@ -1103,7 +972,6 @@ final class ConstTest extends SpecTestsuiteBase ); } - #[Depends('testModule130')] public function testModule131(): void { $this->runModuleCommand( @@ -1113,7 +981,6 @@ final class ConstTest extends SpecTestsuiteBase ); } - #[Depends('testModule131')] public function testModule132(): void { $this->runModuleCommand( @@ -1123,7 +990,6 @@ final class ConstTest extends SpecTestsuiteBase ); } - #[Depends('testModule132')] public function testModule133(): void { $this->runModuleCommand( @@ -1133,7 +999,6 @@ final class ConstTest extends SpecTestsuiteBase ); } - #[Depends('testModule133')] public function testModule134(): void { $this->runModuleCommand( @@ -1143,7 +1008,6 @@ final class ConstTest extends SpecTestsuiteBase ); } - #[Depends('testModule134')] public function testModule135(): void { $this->runModuleCommand( @@ -1154,30 +1018,25 @@ final class ConstTest extends SpecTestsuiteBase } #[DoesNotPerformAssertions] - #[Depends('testModule135')] public function testAssertMalformed136(): void { } #[DoesNotPerformAssertions] - #[Depends('testAssertMalformed136')] public function testAssertMalformed137(): void { } #[DoesNotPerformAssertions] - #[Depends('testAssertMalformed137')] public function testAssertMalformed138(): void { } #[DoesNotPerformAssertions] - #[Depends('testAssertMalformed138')] public function testAssertMalformed139(): void { } - #[Depends('testAssertMalformed139')] public function testModule140(): void { $this->runModuleCommand( @@ -1187,7 +1046,6 @@ final class ConstTest extends SpecTestsuiteBase ); } - #[Depends('testModule140')] public function testModule141(): void { $this->runModuleCommand( @@ -1198,18 +1056,15 @@ final class ConstTest extends SpecTestsuiteBase } #[DoesNotPerformAssertions] - #[Depends('testModule141')] public function testAssertMalformed142(): void { } #[DoesNotPerformAssertions] - #[Depends('testAssertMalformed142')] public function testAssertMalformed143(): void { } - #[Depends('testAssertMalformed143')] public function testModule144(): void { $this->runModuleCommand( @@ -1219,7 +1074,6 @@ final class ConstTest extends SpecTestsuiteBase ); } - #[Depends('testModule144')] public function testModule145(): void { $this->runModuleCommand( @@ -1230,18 +1084,15 @@ final class ConstTest extends SpecTestsuiteBase } #[DoesNotPerformAssertions] - #[Depends('testModule145')] public function testAssertMalformed146(): void { } #[DoesNotPerformAssertions] - #[Depends('testAssertMalformed146')] public function testAssertMalformed147(): void { } - #[Depends('testAssertMalformed147')] public function testModule148(): void { $this->runModuleCommand( @@ -1251,7 +1102,6 @@ final class ConstTest extends SpecTestsuiteBase ); } - #[Depends('testModule148')] public function testModule149(): void { $this->runModuleCommand( @@ -1261,7 +1111,6 @@ final class ConstTest extends SpecTestsuiteBase ); } - #[Depends('testModule149')] public function testModule150(): void { $this->runModuleCommand( @@ -1271,7 +1120,6 @@ final class ConstTest extends SpecTestsuiteBase ); } - #[Depends('testModule150')] public function testModule151(): void { $this->runModuleCommand( @@ -1281,7 +1129,6 @@ final class ConstTest extends SpecTestsuiteBase ); } - #[Depends('testModule151')] public function testModule152(): void { $this->runModuleCommand( @@ -1291,7 +1138,6 @@ final class ConstTest extends SpecTestsuiteBase ); } - #[Depends('testModule152')] public function testModule153(): void { $this->runModuleCommand( @@ -1301,7 +1147,6 @@ final class ConstTest extends SpecTestsuiteBase ); } - #[Depends('testModule153')] public function testModule154(): void { $this->runModuleCommand( @@ -1311,7 +1156,6 @@ final class ConstTest extends SpecTestsuiteBase ); } - #[Depends('testModule154')] public function testModule155(): void { $this->runModuleCommand( @@ -1322,30 +1166,25 @@ final class ConstTest extends SpecTestsuiteBase } #[DoesNotPerformAssertions] - #[Depends('testModule155')] public function testAssertMalformed156(): void { } #[DoesNotPerformAssertions] - #[Depends('testAssertMalformed156')] public function testAssertMalformed157(): void { } #[DoesNotPerformAssertions] - #[Depends('testAssertMalformed157')] public function testAssertMalformed158(): void { } #[DoesNotPerformAssertions] - #[Depends('testAssertMalformed158')] public function testAssertMalformed159(): void { } - #[Depends('testAssertMalformed159')] public function testModule160(): void { $this->runModuleCommand( @@ -1355,7 +1194,6 @@ final class ConstTest extends SpecTestsuiteBase ); } - #[Depends('testModule160')] public function testModule161(): void { $this->runModuleCommand( @@ -1366,18 +1204,15 @@ final class ConstTest extends SpecTestsuiteBase } #[DoesNotPerformAssertions] - #[Depends('testModule161')] public function testAssertMalformed162(): void { } #[DoesNotPerformAssertions] - #[Depends('testAssertMalformed162')] public function testAssertMalformed163(): void { } - #[Depends('testAssertMalformed163')] public function testModule164(): void { $this->runModuleCommand( @@ -1387,7 +1222,6 @@ final class ConstTest extends SpecTestsuiteBase ); } - #[Depends('testModule164')] public function testModule165(): void { $this->runModuleCommand( @@ -1398,18 +1232,15 @@ final class ConstTest extends SpecTestsuiteBase } #[DoesNotPerformAssertions] - #[Depends('testModule165')] public function testAssertMalformed166(): void { } #[DoesNotPerformAssertions] - #[Depends('testAssertMalformed166')] public function testAssertMalformed167(): void { } - #[Depends('testAssertMalformed167')] public function testModule168(): void { $this->runModuleCommand( @@ -1419,7 +1250,6 @@ final class ConstTest extends SpecTestsuiteBase ); } - #[Depends('testModule168')] public function testModule169(): void { $this->runModuleCommand( @@ -1429,7 +1259,6 @@ final class ConstTest extends SpecTestsuiteBase ); } - #[Depends('testModule169')] public function testModule170(): void { $this->runModuleCommand( @@ -1439,7 +1268,6 @@ final class ConstTest extends SpecTestsuiteBase ); } - #[Depends('testModule170')] public function testModule171(): void { $this->runModuleCommand( @@ -1450,42 +1278,35 @@ final class ConstTest extends SpecTestsuiteBase } #[DoesNotPerformAssertions] - #[Depends('testModule171')] public function testAssertMalformed172(): void { } #[DoesNotPerformAssertions] - #[Depends('testAssertMalformed172')] public function testAssertMalformed173(): void { } #[DoesNotPerformAssertions] - #[Depends('testAssertMalformed173')] public function testAssertMalformed174(): void { } #[DoesNotPerformAssertions] - #[Depends('testAssertMalformed174')] public function testAssertMalformed175(): void { } #[DoesNotPerformAssertions] - #[Depends('testAssertMalformed175')] public function testAssertMalformed176(): void { } #[DoesNotPerformAssertions] - #[Depends('testAssertMalformed176')] public function testAssertMalformed177(): void { } - #[Depends('testAssertMalformed177')] public function testModule178(): void { $this->runModuleCommand( @@ -1495,7 +1316,6 @@ final class ConstTest extends SpecTestsuiteBase ); } - #[Depends('testModule178')] public function testAssertReturn179(): void { $this->runAssertReturnCommand( @@ -1505,7 +1325,6 @@ final class ConstTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn179')] public function testModule180(): void { $this->runModuleCommand( @@ -1515,7 +1334,6 @@ final class ConstTest extends SpecTestsuiteBase ); } - #[Depends('testModule180')] public function testAssertReturn181(): void { $this->runAssertReturnCommand( @@ -1525,7 +1343,6 @@ final class ConstTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn181')] public function testModule182(): void { $this->runModuleCommand( @@ -1535,7 +1352,6 @@ final class ConstTest extends SpecTestsuiteBase ); } - #[Depends('testModule182')] public function testAssertReturn183(): void { $this->runAssertReturnCommand( @@ -1545,7 +1361,6 @@ final class ConstTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn183')] public function testModule184(): void { $this->runModuleCommand( @@ -1555,7 +1370,6 @@ final class ConstTest extends SpecTestsuiteBase ); } - #[Depends('testModule184')] public function testAssertReturn185(): void { $this->runAssertReturnCommand( @@ -1565,7 +1379,6 @@ final class ConstTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn185')] public function testModule186(): void { $this->runModuleCommand( @@ -1575,7 +1388,6 @@ final class ConstTest extends SpecTestsuiteBase ); } - #[Depends('testModule186')] public function testAssertReturn187(): void { $this->runAssertReturnCommand( @@ -1585,7 +1397,6 @@ final class ConstTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn187')] public function testModule188(): void { $this->runModuleCommand( @@ -1595,7 +1406,6 @@ final class ConstTest extends SpecTestsuiteBase ); } - #[Depends('testModule188')] public function testAssertReturn189(): void { $this->runAssertReturnCommand( @@ -1605,7 +1415,6 @@ final class ConstTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn189')] public function testModule190(): void { $this->runModuleCommand( @@ -1615,7 +1424,6 @@ final class ConstTest extends SpecTestsuiteBase ); } - #[Depends('testModule190')] public function testAssertReturn191(): void { $this->runAssertReturnCommand( @@ -1625,7 +1433,6 @@ final class ConstTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn191')] public function testModule192(): void { $this->runModuleCommand( @@ -1635,7 +1442,6 @@ final class ConstTest extends SpecTestsuiteBase ); } - #[Depends('testModule192')] public function testAssertReturn193(): void { $this->runAssertReturnCommand( @@ -1645,7 +1451,6 @@ final class ConstTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn193')] public function testModule194(): void { $this->runModuleCommand( @@ -1655,7 +1460,6 @@ final class ConstTest extends SpecTestsuiteBase ); } - #[Depends('testModule194')] public function testAssertReturn195(): void { $this->runAssertReturnCommand( @@ -1665,7 +1469,6 @@ final class ConstTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn195')] public function testModule196(): void { $this->runModuleCommand( @@ -1675,7 +1478,6 @@ final class ConstTest extends SpecTestsuiteBase ); } - #[Depends('testModule196')] public function testAssertReturn197(): void { $this->runAssertReturnCommand( @@ -1685,7 +1487,6 @@ final class ConstTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn197')] public function testModule198(): void { $this->runModuleCommand( @@ -1695,7 +1496,6 @@ final class ConstTest extends SpecTestsuiteBase ); } - #[Depends('testModule198')] public function testAssertReturn199(): void { $this->runAssertReturnCommand( @@ -1705,7 +1505,6 @@ final class ConstTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn199')] public function testModule200(): void { $this->runModuleCommand( @@ -1715,7 +1514,6 @@ final class ConstTest extends SpecTestsuiteBase ); } - #[Depends('testModule200')] public function testAssertReturn201(): void { $this->runAssertReturnCommand( @@ -1725,7 +1523,6 @@ final class ConstTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn201')] public function testModule202(): void { $this->runModuleCommand( @@ -1735,7 +1532,6 @@ final class ConstTest extends SpecTestsuiteBase ); } - #[Depends('testModule202')] public function testAssertReturn203(): void { $this->runAssertReturnCommand( @@ -1745,7 +1541,6 @@ final class ConstTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn203')] public function testModule204(): void { $this->runModuleCommand( @@ -1755,7 +1550,6 @@ final class ConstTest extends SpecTestsuiteBase ); } - #[Depends('testModule204')] public function testAssertReturn205(): void { $this->runAssertReturnCommand( @@ -1765,7 +1559,6 @@ final class ConstTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn205')] public function testModule206(): void { $this->runModuleCommand( @@ -1775,7 +1568,6 @@ final class ConstTest extends SpecTestsuiteBase ); } - #[Depends('testModule206')] public function testAssertReturn207(): void { $this->runAssertReturnCommand( @@ -1785,7 +1577,6 @@ final class ConstTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn207')] public function testModule208(): void { $this->runModuleCommand( @@ -1795,7 +1586,6 @@ final class ConstTest extends SpecTestsuiteBase ); } - #[Depends('testModule208')] public function testAssertReturn209(): void { $this->runAssertReturnCommand( @@ -1805,7 +1595,6 @@ final class ConstTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn209')] public function testModule210(): void { $this->runModuleCommand( @@ -1815,7 +1604,6 @@ final class ConstTest extends SpecTestsuiteBase ); } - #[Depends('testModule210')] public function testAssertReturn211(): void { $this->runAssertReturnCommand( @@ -1825,7 +1613,6 @@ final class ConstTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn211')] public function testModule212(): void { $this->runModuleCommand( @@ -1835,7 +1622,6 @@ final class ConstTest extends SpecTestsuiteBase ); } - #[Depends('testModule212')] public function testAssertReturn213(): void { $this->runAssertReturnCommand( @@ -1845,7 +1631,6 @@ final class ConstTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn213')] public function testModule214(): void { $this->runModuleCommand( @@ -1855,7 +1640,6 @@ final class ConstTest extends SpecTestsuiteBase ); } - #[Depends('testModule214')] public function testAssertReturn215(): void { $this->runAssertReturnCommand( @@ -1865,7 +1649,6 @@ final class ConstTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn215')] public function testModule216(): void { $this->runModuleCommand( @@ -1875,7 +1658,6 @@ final class ConstTest extends SpecTestsuiteBase ); } - #[Depends('testModule216')] public function testAssertReturn217(): void { $this->runAssertReturnCommand( @@ -1885,7 +1667,6 @@ final class ConstTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn217')] public function testModule218(): void { $this->runModuleCommand( @@ -1895,7 +1676,6 @@ final class ConstTest extends SpecTestsuiteBase ); } - #[Depends('testModule218')] public function testAssertReturn219(): void { $this->runAssertReturnCommand( @@ -1905,7 +1685,6 @@ final class ConstTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn219')] public function testModule220(): void { $this->runModuleCommand( @@ -1915,7 +1694,6 @@ final class ConstTest extends SpecTestsuiteBase ); } - #[Depends('testModule220')] public function testAssertReturn221(): void { $this->runAssertReturnCommand( @@ -1925,7 +1703,6 @@ final class ConstTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn221')] public function testModule222(): void { $this->runModuleCommand( @@ -1935,7 +1712,6 @@ final class ConstTest extends SpecTestsuiteBase ); } - #[Depends('testModule222')] public function testAssertReturn223(): void { $this->runAssertReturnCommand( @@ -1945,7 +1721,6 @@ final class ConstTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn223')] public function testModule224(): void { $this->runModuleCommand( @@ -1955,7 +1730,6 @@ final class ConstTest extends SpecTestsuiteBase ); } - #[Depends('testModule224')] public function testAssertReturn225(): void { $this->runAssertReturnCommand( @@ -1965,7 +1739,6 @@ final class ConstTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn225')] public function testModule226(): void { $this->runModuleCommand( @@ -1975,7 +1748,6 @@ final class ConstTest extends SpecTestsuiteBase ); } - #[Depends('testModule226')] public function testAssertReturn227(): void { $this->runAssertReturnCommand( @@ -1985,7 +1757,6 @@ final class ConstTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn227')] public function testModule228(): void { $this->runModuleCommand( @@ -1995,7 +1766,6 @@ final class ConstTest extends SpecTestsuiteBase ); } - #[Depends('testModule228')] public function testAssertReturn229(): void { $this->runAssertReturnCommand( @@ -2005,7 +1775,6 @@ final class ConstTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn229')] public function testModule230(): void { $this->runModuleCommand( @@ -2015,7 +1784,6 @@ final class ConstTest extends SpecTestsuiteBase ); } - #[Depends('testModule230')] public function testAssertReturn231(): void { $this->runAssertReturnCommand( @@ -2025,7 +1793,6 @@ final class ConstTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn231')] public function testModule232(): void { $this->runModuleCommand( @@ -2035,7 +1802,6 @@ final class ConstTest extends SpecTestsuiteBase ); } - #[Depends('testModule232')] public function testAssertReturn233(): void { $this->runAssertReturnCommand( @@ -2045,7 +1811,6 @@ final class ConstTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn233')] public function testModule234(): void { $this->runModuleCommand( @@ -2055,7 +1820,6 @@ final class ConstTest extends SpecTestsuiteBase ); } - #[Depends('testModule234')] public function testAssertReturn235(): void { $this->runAssertReturnCommand( @@ -2065,7 +1829,6 @@ final class ConstTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn235')] public function testModule236(): void { $this->runModuleCommand( @@ -2075,7 +1838,6 @@ final class ConstTest extends SpecTestsuiteBase ); } - #[Depends('testModule236')] public function testAssertReturn237(): void { $this->runAssertReturnCommand( @@ -2085,7 +1847,6 @@ final class ConstTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn237')] public function testModule238(): void { $this->runModuleCommand( @@ -2095,7 +1856,6 @@ final class ConstTest extends SpecTestsuiteBase ); } - #[Depends('testModule238')] public function testAssertReturn239(): void { $this->runAssertReturnCommand( @@ -2105,7 +1865,6 @@ final class ConstTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn239')] public function testModule240(): void { $this->runModuleCommand( @@ -2115,7 +1874,6 @@ final class ConstTest extends SpecTestsuiteBase ); } - #[Depends('testModule240')] public function testAssertReturn241(): void { $this->runAssertReturnCommand( @@ -2125,7 +1883,6 @@ final class ConstTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn241')] public function testModule242(): void { $this->runModuleCommand( @@ -2135,7 +1892,6 @@ final class ConstTest extends SpecTestsuiteBase ); } - #[Depends('testModule242')] public function testAssertReturn243(): void { $this->runAssertReturnCommand( @@ -2145,7 +1901,6 @@ final class ConstTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn243')] public function testModule244(): void { $this->runModuleCommand( @@ -2155,7 +1910,6 @@ final class ConstTest extends SpecTestsuiteBase ); } - #[Depends('testModule244')] public function testAssertReturn245(): void { $this->runAssertReturnCommand( @@ -2165,7 +1919,6 @@ final class ConstTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn245')] public function testModule246(): void { $this->runModuleCommand( @@ -2175,7 +1928,6 @@ final class ConstTest extends SpecTestsuiteBase ); } - #[Depends('testModule246')] public function testAssertReturn247(): void { $this->runAssertReturnCommand( @@ -2185,7 +1937,6 @@ final class ConstTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn247')] public function testModule248(): void { $this->runModuleCommand( @@ -2195,7 +1946,6 @@ final class ConstTest extends SpecTestsuiteBase ); } - #[Depends('testModule248')] public function testAssertReturn249(): void { $this->runAssertReturnCommand( @@ -2205,7 +1955,6 @@ final class ConstTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn249')] public function testModule250(): void { $this->runModuleCommand( @@ -2215,7 +1964,6 @@ final class ConstTest extends SpecTestsuiteBase ); } - #[Depends('testModule250')] public function testAssertReturn251(): void { $this->runAssertReturnCommand( @@ -2225,7 +1973,6 @@ final class ConstTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn251')] public function testModule252(): void { $this->runModuleCommand( @@ -2235,7 +1982,6 @@ final class ConstTest extends SpecTestsuiteBase ); } - #[Depends('testModule252')] public function testAssertReturn253(): void { $this->runAssertReturnCommand( @@ -2245,7 +1991,6 @@ final class ConstTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn253')] public function testModule254(): void { $this->runModuleCommand( @@ -2255,7 +2000,6 @@ final class ConstTest extends SpecTestsuiteBase ); } - #[Depends('testModule254')] public function testAssertReturn255(): void { $this->runAssertReturnCommand( @@ -2265,7 +2009,6 @@ final class ConstTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn255')] public function testModule256(): void { $this->runModuleCommand( @@ -2275,7 +2018,6 @@ final class ConstTest extends SpecTestsuiteBase ); } - #[Depends('testModule256')] public function testAssertReturn257(): void { $this->runAssertReturnCommand( @@ -2285,7 +2027,6 @@ final class ConstTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn257')] public function testModule258(): void { $this->runModuleCommand( @@ -2295,7 +2036,6 @@ final class ConstTest extends SpecTestsuiteBase ); } - #[Depends('testModule258')] public function testAssertReturn259(): void { $this->runAssertReturnCommand( @@ -2305,7 +2045,6 @@ final class ConstTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn259')] public function testModule260(): void { $this->runModuleCommand( @@ -2315,7 +2054,6 @@ final class ConstTest extends SpecTestsuiteBase ); } - #[Depends('testModule260')] public function testAssertReturn261(): void { $this->runAssertReturnCommand( @@ -2325,7 +2063,6 @@ final class ConstTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn261')] public function testModule262(): void { $this->runModuleCommand( @@ -2335,7 +2072,6 @@ final class ConstTest extends SpecTestsuiteBase ); } - #[Depends('testModule262')] public function testAssertReturn263(): void { $this->runAssertReturnCommand( @@ -2345,7 +2081,6 @@ final class ConstTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn263')] public function testModule264(): void { $this->runModuleCommand( @@ -2355,7 +2090,6 @@ final class ConstTest extends SpecTestsuiteBase ); } - #[Depends('testModule264')] public function testAssertReturn265(): void { $this->runAssertReturnCommand( @@ -2365,7 +2099,6 @@ final class ConstTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn265')] public function testModule266(): void { $this->runModuleCommand( @@ -2375,7 +2108,6 @@ final class ConstTest extends SpecTestsuiteBase ); } - #[Depends('testModule266')] public function testAssertReturn267(): void { $this->runAssertReturnCommand( @@ -2385,7 +2117,6 @@ final class ConstTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn267')] public function testModule268(): void { $this->runModuleCommand( @@ -2395,7 +2126,6 @@ final class ConstTest extends SpecTestsuiteBase ); } - #[Depends('testModule268')] public function testAssertReturn269(): void { $this->runAssertReturnCommand( @@ -2405,7 +2135,6 @@ final class ConstTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn269')] public function testModule270(): void { $this->runModuleCommand( @@ -2415,7 +2144,6 @@ final class ConstTest extends SpecTestsuiteBase ); } - #[Depends('testModule270')] public function testAssertReturn271(): void { $this->runAssertReturnCommand( @@ -2425,7 +2153,6 @@ final class ConstTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn271')] public function testModule272(): void { $this->runModuleCommand( @@ -2435,7 +2162,6 @@ final class ConstTest extends SpecTestsuiteBase ); } - #[Depends('testModule272')] public function testAssertReturn273(): void { $this->runAssertReturnCommand( @@ -2445,7 +2171,6 @@ final class ConstTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn273')] public function testModule274(): void { $this->runModuleCommand( @@ -2455,7 +2180,6 @@ final class ConstTest extends SpecTestsuiteBase ); } - #[Depends('testModule274')] public function testAssertReturn275(): void { $this->runAssertReturnCommand( @@ -2465,7 +2189,6 @@ final class ConstTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn275')] public function testModule276(): void { $this->runModuleCommand( @@ -2475,7 +2198,6 @@ final class ConstTest extends SpecTestsuiteBase ); } - #[Depends('testModule276')] public function testAssertReturn277(): void { $this->runAssertReturnCommand( @@ -2485,7 +2207,6 @@ final class ConstTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn277')] public function testModule278(): void { $this->runModuleCommand( @@ -2495,7 +2216,6 @@ final class ConstTest extends SpecTestsuiteBase ); } - #[Depends('testModule278')] public function testAssertReturn279(): void { $this->runAssertReturnCommand( @@ -2505,7 +2225,6 @@ final class ConstTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn279')] public function testModule280(): void { $this->runModuleCommand( @@ -2515,7 +2234,6 @@ final class ConstTest extends SpecTestsuiteBase ); } - #[Depends('testModule280')] public function testAssertReturn281(): void { $this->runAssertReturnCommand( @@ -2525,7 +2243,6 @@ final class ConstTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn281')] public function testModule282(): void { $this->runModuleCommand( @@ -2535,7 +2252,6 @@ final class ConstTest extends SpecTestsuiteBase ); } - #[Depends('testModule282')] public function testAssertReturn283(): void { $this->runAssertReturnCommand( @@ -2545,7 +2261,6 @@ final class ConstTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn283')] public function testModule284(): void { $this->runModuleCommand( @@ -2555,7 +2270,6 @@ final class ConstTest extends SpecTestsuiteBase ); } - #[Depends('testModule284')] public function testAssertReturn285(): void { $this->runAssertReturnCommand( @@ -2565,7 +2279,6 @@ final class ConstTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn285')] public function testModule286(): void { $this->runModuleCommand( @@ -2575,7 +2288,6 @@ final class ConstTest extends SpecTestsuiteBase ); } - #[Depends('testModule286')] public function testAssertReturn287(): void { $this->runAssertReturnCommand( @@ -2585,7 +2297,6 @@ final class ConstTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn287')] public function testModule288(): void { $this->runModuleCommand( @@ -2595,7 +2306,6 @@ final class ConstTest extends SpecTestsuiteBase ); } - #[Depends('testModule288')] public function testAssertReturn289(): void { $this->runAssertReturnCommand( @@ -2605,7 +2315,6 @@ final class ConstTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn289')] public function testModule290(): void { $this->runModuleCommand( @@ -2615,7 +2324,6 @@ final class ConstTest extends SpecTestsuiteBase ); } - #[Depends('testModule290')] public function testAssertReturn291(): void { $this->runAssertReturnCommand( @@ -2625,7 +2333,6 @@ final class ConstTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn291')] public function testModule292(): void { $this->runModuleCommand( @@ -2635,7 +2342,6 @@ final class ConstTest extends SpecTestsuiteBase ); } - #[Depends('testModule292')] public function testAssertReturn293(): void { $this->runAssertReturnCommand( @@ -2645,7 +2351,6 @@ final class ConstTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn293')] public function testModule294(): void { $this->runModuleCommand( @@ -2655,7 +2360,6 @@ final class ConstTest extends SpecTestsuiteBase ); } - #[Depends('testModule294')] public function testAssertReturn295(): void { $this->runAssertReturnCommand( @@ -2665,7 +2369,6 @@ final class ConstTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn295')] public function testModule296(): void { $this->runModuleCommand( @@ -2675,7 +2378,6 @@ final class ConstTest extends SpecTestsuiteBase ); } - #[Depends('testModule296')] public function testAssertReturn297(): void { $this->runAssertReturnCommand( @@ -2685,7 +2387,6 @@ final class ConstTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn297')] public function testModule298(): void { $this->runModuleCommand( @@ -2695,7 +2396,6 @@ final class ConstTest extends SpecTestsuiteBase ); } - #[Depends('testModule298')] public function testAssertReturn299(): void { $this->runAssertReturnCommand( @@ -2705,7 +2405,6 @@ final class ConstTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn299')] public function testModule300(): void { $this->runModuleCommand( @@ -2715,7 +2414,6 @@ final class ConstTest extends SpecTestsuiteBase ); } - #[Depends('testModule300')] public function testAssertReturn301(): void { $this->runAssertReturnCommand( @@ -2725,7 +2423,6 @@ final class ConstTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn301')] public function testModule302(): void { $this->runModuleCommand( @@ -2735,7 +2432,6 @@ final class ConstTest extends SpecTestsuiteBase ); } - #[Depends('testModule302')] public function testAssertReturn303(): void { $this->runAssertReturnCommand( @@ -2745,7 +2441,6 @@ final class ConstTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn303')] public function testModule304(): void { $this->runModuleCommand( @@ -2755,7 +2450,6 @@ final class ConstTest extends SpecTestsuiteBase ); } - #[Depends('testModule304')] public function testAssertReturn305(): void { $this->runAssertReturnCommand( @@ -2765,7 +2459,6 @@ final class ConstTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn305')] public function testModule306(): void { $this->runModuleCommand( @@ -2775,7 +2468,6 @@ final class ConstTest extends SpecTestsuiteBase ); } - #[Depends('testModule306')] public function testAssertReturn307(): void { $this->runAssertReturnCommand( @@ -2785,7 +2477,6 @@ final class ConstTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn307')] public function testModule308(): void { $this->runModuleCommand( @@ -2795,7 +2486,6 @@ final class ConstTest extends SpecTestsuiteBase ); } - #[Depends('testModule308')] public function testAssertReturn309(): void { $this->runAssertReturnCommand( @@ -2805,7 +2495,6 @@ final class ConstTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn309')] public function testModule310(): void { $this->runModuleCommand( @@ -2815,7 +2504,6 @@ final class ConstTest extends SpecTestsuiteBase ); } - #[Depends('testModule310')] public function testAssertReturn311(): void { $this->runAssertReturnCommand( @@ -2825,7 +2513,6 @@ final class ConstTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn311')] public function testModule312(): void { $this->runModuleCommand( @@ -2835,7 +2522,6 @@ final class ConstTest extends SpecTestsuiteBase ); } - #[Depends('testModule312')] public function testAssertReturn313(): void { $this->runAssertReturnCommand( @@ -2845,7 +2531,6 @@ final class ConstTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn313')] public function testModule314(): void { $this->runModuleCommand( @@ -2855,7 +2540,6 @@ final class ConstTest extends SpecTestsuiteBase ); } - #[Depends('testModule314')] public function testAssertReturn315(): void { $this->runAssertReturnCommand( @@ -2865,7 +2549,6 @@ final class ConstTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn315')] public function testModule316(): void { $this->runModuleCommand( @@ -2875,7 +2558,6 @@ final class ConstTest extends SpecTestsuiteBase ); } - #[Depends('testModule316')] public function testAssertReturn317(): void { $this->runAssertReturnCommand( @@ -2885,7 +2567,6 @@ final class ConstTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn317')] public function testModule318(): void { $this->runModuleCommand( @@ -2895,7 +2576,6 @@ final class ConstTest extends SpecTestsuiteBase ); } - #[Depends('testModule318')] public function testAssertReturn319(): void { $this->runAssertReturnCommand( @@ -2905,7 +2585,6 @@ final class ConstTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn319')] public function testModule320(): void { $this->runModuleCommand( @@ -2915,7 +2594,6 @@ final class ConstTest extends SpecTestsuiteBase ); } - #[Depends('testModule320')] public function testAssertReturn321(): void { $this->runAssertReturnCommand( @@ -2925,7 +2603,6 @@ final class ConstTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn321')] public function testModule322(): void { $this->runModuleCommand( @@ -2935,7 +2612,6 @@ final class ConstTest extends SpecTestsuiteBase ); } - #[Depends('testModule322')] public function testAssertReturn323(): void { $this->runAssertReturnCommand( @@ -2945,7 +2621,6 @@ final class ConstTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn323')] public function testModule324(): void { $this->runModuleCommand( @@ -2955,7 +2630,6 @@ final class ConstTest extends SpecTestsuiteBase ); } - #[Depends('testModule324')] public function testAssertReturn325(): void { $this->runAssertReturnCommand( @@ -2965,7 +2639,6 @@ final class ConstTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn325')] public function testModule326(): void { $this->runModuleCommand( @@ -2975,7 +2648,6 @@ final class ConstTest extends SpecTestsuiteBase ); } - #[Depends('testModule326')] public function testAssertReturn327(): void { $this->runAssertReturnCommand( @@ -2985,7 +2657,6 @@ final class ConstTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn327')] public function testModule328(): void { $this->runModuleCommand( @@ -2995,7 +2666,6 @@ final class ConstTest extends SpecTestsuiteBase ); } - #[Depends('testModule328')] public function testAssertReturn329(): void { $this->runAssertReturnCommand( @@ -3005,7 +2675,6 @@ final class ConstTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn329')] public function testModule330(): void { $this->runModuleCommand( @@ -3015,7 +2684,6 @@ final class ConstTest extends SpecTestsuiteBase ); } - #[Depends('testModule330')] public function testAssertReturn331(): void { $this->runAssertReturnCommand( @@ -3025,7 +2693,6 @@ final class ConstTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn331')] public function testModule332(): void { $this->runModuleCommand( @@ -3035,7 +2702,6 @@ final class ConstTest extends SpecTestsuiteBase ); } - #[Depends('testModule332')] public function testAssertReturn333(): void { $this->runAssertReturnCommand( @@ -3045,7 +2711,6 @@ final class ConstTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn333')] public function testModule334(): void { $this->runModuleCommand( @@ -3055,7 +2720,6 @@ final class ConstTest extends SpecTestsuiteBase ); } - #[Depends('testModule334')] public function testAssertReturn335(): void { $this->runAssertReturnCommand( @@ -3065,7 +2729,6 @@ final class ConstTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn335')] public function testModule336(): void { $this->runModuleCommand( @@ -3075,7 +2738,6 @@ final class ConstTest extends SpecTestsuiteBase ); } - #[Depends('testModule336')] public function testAssertReturn337(): void { $this->runAssertReturnCommand( @@ -3085,7 +2747,6 @@ final class ConstTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn337')] public function testModule338(): void { $this->runModuleCommand( @@ -3095,7 +2756,6 @@ final class ConstTest extends SpecTestsuiteBase ); } - #[Depends('testModule338')] public function testAssertReturn339(): void { $this->runAssertReturnCommand( @@ -3105,7 +2765,6 @@ final class ConstTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn339')] public function testModule340(): void { $this->runModuleCommand( @@ -3115,7 +2774,6 @@ final class ConstTest extends SpecTestsuiteBase ); } - #[Depends('testModule340')] public function testAssertReturn341(): void { $this->runAssertReturnCommand( @@ -3125,7 +2783,6 @@ final class ConstTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn341')] public function testModule342(): void { $this->runModuleCommand( @@ -3135,7 +2792,6 @@ final class ConstTest extends SpecTestsuiteBase ); } - #[Depends('testModule342')] public function testAssertReturn343(): void { $this->runAssertReturnCommand( @@ -3145,7 +2801,6 @@ final class ConstTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn343')] public function testModule344(): void { $this->runModuleCommand( @@ -3155,7 +2810,6 @@ final class ConstTest extends SpecTestsuiteBase ); } - #[Depends('testModule344')] public function testAssertReturn345(): void { $this->runAssertReturnCommand( @@ -3165,7 +2819,6 @@ final class ConstTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn345')] public function testModule346(): void { $this->runModuleCommand( @@ -3175,7 +2828,6 @@ final class ConstTest extends SpecTestsuiteBase ); } - #[Depends('testModule346')] public function testAssertReturn347(): void { $this->runAssertReturnCommand( @@ -3185,7 +2837,6 @@ final class ConstTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn347')] public function testModule348(): void { $this->runModuleCommand( @@ -3195,7 +2846,6 @@ final class ConstTest extends SpecTestsuiteBase ); } - #[Depends('testModule348')] public function testAssertReturn349(): void { $this->runAssertReturnCommand( @@ -3205,7 +2855,6 @@ final class ConstTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn349')] public function testModule350(): void { $this->runModuleCommand( @@ -3215,7 +2864,6 @@ final class ConstTest extends SpecTestsuiteBase ); } - #[Depends('testModule350')] public function testAssertReturn351(): void { $this->runAssertReturnCommand( @@ -3225,7 +2873,6 @@ final class ConstTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn351')] public function testModule352(): void { $this->runModuleCommand( @@ -3235,7 +2882,6 @@ final class ConstTest extends SpecTestsuiteBase ); } - #[Depends('testModule352')] public function testAssertReturn353(): void { $this->runAssertReturnCommand( @@ -3245,7 +2891,6 @@ final class ConstTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn353')] public function testModule354(): void { $this->runModuleCommand( @@ -3255,7 +2900,6 @@ final class ConstTest extends SpecTestsuiteBase ); } - #[Depends('testModule354')] public function testAssertReturn355(): void { $this->runAssertReturnCommand( @@ -3265,7 +2909,6 @@ final class ConstTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn355')] public function testModule356(): void { $this->runModuleCommand( @@ -3275,7 +2918,6 @@ final class ConstTest extends SpecTestsuiteBase ); } - #[Depends('testModule356')] public function testAssertReturn357(): void { $this->runAssertReturnCommand( @@ -3285,7 +2927,6 @@ final class ConstTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn357')] public function testModule358(): void { $this->runModuleCommand( @@ -3295,7 +2936,6 @@ final class ConstTest extends SpecTestsuiteBase ); } - #[Depends('testModule358')] public function testAssertReturn359(): void { $this->runAssertReturnCommand( @@ -3305,7 +2945,6 @@ final class ConstTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn359')] public function testModule360(): void { $this->runModuleCommand( @@ -3315,7 +2954,6 @@ final class ConstTest extends SpecTestsuiteBase ); } - #[Depends('testModule360')] public function testAssertReturn361(): void { $this->runAssertReturnCommand( @@ -3325,7 +2963,6 @@ final class ConstTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn361')] public function testModule362(): void { $this->runModuleCommand( @@ -3335,7 +2972,6 @@ final class ConstTest extends SpecTestsuiteBase ); } - #[Depends('testModule362')] public function testAssertReturn363(): void { $this->runAssertReturnCommand( @@ -3345,7 +2981,6 @@ final class ConstTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn363')] public function testModule364(): void { $this->runModuleCommand( @@ -3355,7 +2990,6 @@ final class ConstTest extends SpecTestsuiteBase ); } - #[Depends('testModule364')] public function testAssertReturn365(): void { $this->runAssertReturnCommand( @@ -3365,7 +2999,6 @@ final class ConstTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn365')] public function testModule366(): void { $this->runModuleCommand( @@ -3375,7 +3008,6 @@ final class ConstTest extends SpecTestsuiteBase ); } - #[Depends('testModule366')] public function testAssertReturn367(): void { $this->runAssertReturnCommand( @@ -3385,7 +3017,6 @@ final class ConstTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn367')] public function testModule368(): void { $this->runModuleCommand( @@ -3395,7 +3026,6 @@ final class ConstTest extends SpecTestsuiteBase ); } - #[Depends('testModule368')] public function testAssertReturn369(): void { $this->runAssertReturnCommand( @@ -3405,7 +3035,6 @@ final class ConstTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn369')] public function testModule370(): void { $this->runModuleCommand( @@ -3415,7 +3044,6 @@ final class ConstTest extends SpecTestsuiteBase ); } - #[Depends('testModule370')] public function testAssertReturn371(): void { $this->runAssertReturnCommand( @@ -3425,7 +3053,6 @@ final class ConstTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn371')] public function testModule372(): void { $this->runModuleCommand( @@ -3435,7 +3062,6 @@ final class ConstTest extends SpecTestsuiteBase ); } - #[Depends('testModule372')] public function testAssertReturn373(): void { $this->runAssertReturnCommand( @@ -3445,7 +3071,6 @@ final class ConstTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn373')] public function testModule374(): void { $this->runModuleCommand( @@ -3455,7 +3080,6 @@ final class ConstTest extends SpecTestsuiteBase ); } - #[Depends('testModule374')] public function testAssertReturn375(): void { $this->runAssertReturnCommand( @@ -3465,7 +3089,6 @@ final class ConstTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn375')] public function testModule376(): void { $this->runModuleCommand( @@ -3475,7 +3098,6 @@ final class ConstTest extends SpecTestsuiteBase ); } - #[Depends('testModule376')] public function testAssertReturn377(): void { $this->runAssertReturnCommand( @@ -3485,7 +3107,6 @@ final class ConstTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn377')] public function testModule378(): void { $this->runModuleCommand( @@ -3495,7 +3116,6 @@ final class ConstTest extends SpecTestsuiteBase ); } - #[Depends('testModule378')] public function testAssertReturn379(): void { $this->runAssertReturnCommand( @@ -3505,7 +3125,6 @@ final class ConstTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn379')] public function testModule380(): void { $this->runModuleCommand( @@ -3515,7 +3134,6 @@ final class ConstTest extends SpecTestsuiteBase ); } - #[Depends('testModule380')] public function testAssertReturn381(): void { $this->runAssertReturnCommand( @@ -3525,7 +3143,6 @@ final class ConstTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn381')] public function testModule382(): void { $this->runModuleCommand( @@ -3535,7 +3152,6 @@ final class ConstTest extends SpecTestsuiteBase ); } - #[Depends('testModule382')] public function testAssertReturn383(): void { $this->runAssertReturnCommand( @@ -3545,7 +3161,6 @@ final class ConstTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn383')] public function testModule384(): void { $this->runModuleCommand( @@ -3555,7 +3170,6 @@ final class ConstTest extends SpecTestsuiteBase ); } - #[Depends('testModule384')] public function testAssertReturn385(): void { $this->runAssertReturnCommand( @@ -3565,7 +3179,6 @@ final class ConstTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn385')] public function testModule386(): void { $this->runModuleCommand( @@ -3575,7 +3188,6 @@ final class ConstTest extends SpecTestsuiteBase ); } - #[Depends('testModule386')] public function testAssertReturn387(): void { $this->runAssertReturnCommand( @@ -3585,7 +3197,6 @@ final class ConstTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn387')] public function testModule388(): void { $this->runModuleCommand( @@ -3595,7 +3206,6 @@ final class ConstTest extends SpecTestsuiteBase ); } - #[Depends('testModule388')] public function testAssertReturn389(): void { $this->runAssertReturnCommand( @@ -3605,7 +3215,6 @@ final class ConstTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn389')] public function testModule390(): void { $this->runModuleCommand( @@ -3615,7 +3224,6 @@ final class ConstTest extends SpecTestsuiteBase ); } - #[Depends('testModule390')] public function testAssertReturn391(): void { $this->runAssertReturnCommand( @@ -3625,7 +3233,6 @@ final class ConstTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn391')] public function testModule392(): void { $this->runModuleCommand( @@ -3635,7 +3242,6 @@ final class ConstTest extends SpecTestsuiteBase ); } - #[Depends('testModule392')] public function testAssertReturn393(): void { $this->runAssertReturnCommand( @@ -3645,7 +3251,6 @@ final class ConstTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn393')] public function testModule394(): void { $this->runModuleCommand( @@ -3655,7 +3260,6 @@ final class ConstTest extends SpecTestsuiteBase ); } - #[Depends('testModule394')] public function testAssertReturn395(): void { $this->runAssertReturnCommand( @@ -3665,7 +3269,6 @@ final class ConstTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn395')] public function testModule396(): void { $this->runModuleCommand( @@ -3675,7 +3278,6 @@ final class ConstTest extends SpecTestsuiteBase ); } - #[Depends('testModule396')] public function testAssertReturn397(): void { $this->runAssertReturnCommand( @@ -3685,7 +3287,6 @@ final class ConstTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn397')] public function testModule398(): void { $this->runModuleCommand( @@ -3695,7 +3296,6 @@ final class ConstTest extends SpecTestsuiteBase ); } - #[Depends('testModule398')] public function testAssertReturn399(): void { $this->runAssertReturnCommand( @@ -3705,7 +3305,6 @@ final class ConstTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn399')] public function testModule400(): void { $this->runModuleCommand( @@ -3715,7 +3314,6 @@ final class ConstTest extends SpecTestsuiteBase ); } - #[Depends('testModule400')] public function testAssertReturn401(): void { $this->runAssertReturnCommand( @@ -3725,7 +3323,6 @@ final class ConstTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn401')] public function testModule402(): void { $this->runModuleCommand( @@ -3735,7 +3332,6 @@ final class ConstTest extends SpecTestsuiteBase ); } - #[Depends('testModule402')] public function testAssertReturn403(): void { $this->runAssertReturnCommand( @@ -3745,7 +3341,6 @@ final class ConstTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn403')] public function testModule404(): void { $this->runModuleCommand( @@ -3755,7 +3350,6 @@ final class ConstTest extends SpecTestsuiteBase ); } - #[Depends('testModule404')] public function testAssertReturn405(): void { $this->runAssertReturnCommand( @@ -3765,7 +3359,6 @@ final class ConstTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn405')] public function testModule406(): void { $this->runModuleCommand( @@ -3775,7 +3368,6 @@ final class ConstTest extends SpecTestsuiteBase ); } - #[Depends('testModule406')] public function testAssertReturn407(): void { $this->runAssertReturnCommand( @@ -3785,7 +3377,6 @@ final class ConstTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn407')] public function testModule408(): void { $this->runModuleCommand( @@ -3795,7 +3386,6 @@ final class ConstTest extends SpecTestsuiteBase ); } - #[Depends('testModule408')] public function testAssertReturn409(): void { $this->runAssertReturnCommand( @@ -3805,7 +3395,6 @@ final class ConstTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn409')] public function testModule410(): void { $this->runModuleCommand( @@ -3815,7 +3404,6 @@ final class ConstTest extends SpecTestsuiteBase ); } - #[Depends('testModule410')] public function testAssertReturn411(): void { $this->runAssertReturnCommand( @@ -3825,7 +3413,6 @@ final class ConstTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn411')] public function testModule412(): void { $this->runModuleCommand( @@ -3835,7 +3422,6 @@ final class ConstTest extends SpecTestsuiteBase ); } - #[Depends('testModule412')] public function testAssertReturn413(): void { $this->runAssertReturnCommand( @@ -3845,7 +3431,6 @@ final class ConstTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn413')] public function testModule414(): void { $this->runModuleCommand( @@ -3855,7 +3440,6 @@ final class ConstTest extends SpecTestsuiteBase ); } - #[Depends('testModule414')] public function testAssertReturn415(): void { $this->runAssertReturnCommand( @@ -3865,7 +3449,6 @@ final class ConstTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn415')] public function testModule416(): void { $this->runModuleCommand( @@ -3875,7 +3458,6 @@ final class ConstTest extends SpecTestsuiteBase ); } - #[Depends('testModule416')] public function testAssertReturn417(): void { $this->runAssertReturnCommand( @@ -3885,7 +3467,6 @@ final class ConstTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn417')] public function testModule418(): void { $this->runModuleCommand( @@ -3895,7 +3476,6 @@ final class ConstTest extends SpecTestsuiteBase ); } - #[Depends('testModule418')] public function testAssertReturn419(): void { $this->runAssertReturnCommand( @@ -3905,7 +3485,6 @@ final class ConstTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn419')] public function testModule420(): void { $this->runModuleCommand( @@ -3915,7 +3494,6 @@ final class ConstTest extends SpecTestsuiteBase ); } - #[Depends('testModule420')] public function testAssertReturn421(): void { $this->runAssertReturnCommand( @@ -3925,7 +3503,6 @@ final class ConstTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn421')] public function testModule422(): void { $this->runModuleCommand( @@ -3935,7 +3512,6 @@ final class ConstTest extends SpecTestsuiteBase ); } - #[Depends('testModule422')] public function testAssertReturn423(): void { $this->runAssertReturnCommand( @@ -3945,7 +3521,6 @@ final class ConstTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn423')] public function testModule424(): void { $this->runModuleCommand( @@ -3955,7 +3530,6 @@ final class ConstTest extends SpecTestsuiteBase ); } - #[Depends('testModule424')] public function testAssertReturn425(): void { $this->runAssertReturnCommand( @@ -3965,7 +3539,6 @@ final class ConstTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn425')] public function testModule426(): void { $this->runModuleCommand( @@ -3975,7 +3548,6 @@ final class ConstTest extends SpecTestsuiteBase ); } - #[Depends('testModule426')] public function testAssertReturn427(): void { $this->runAssertReturnCommand( @@ -3985,7 +3557,6 @@ final class ConstTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn427')] public function testModule428(): void { $this->runModuleCommand( @@ -3995,7 +3566,6 @@ final class ConstTest extends SpecTestsuiteBase ); } - #[Depends('testModule428')] public function testAssertReturn429(): void { $this->runAssertReturnCommand( @@ -4005,7 +3575,6 @@ final class ConstTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn429')] public function testModule430(): void { $this->runModuleCommand( @@ -4015,7 +3584,6 @@ final class ConstTest extends SpecTestsuiteBase ); } - #[Depends('testModule430')] public function testAssertReturn431(): void { $this->runAssertReturnCommand( @@ -4025,7 +3593,6 @@ final class ConstTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn431')] public function testModule432(): void { $this->runModuleCommand( @@ -4035,7 +3602,6 @@ final class ConstTest extends SpecTestsuiteBase ); } - #[Depends('testModule432')] public function testAssertReturn433(): void { $this->runAssertReturnCommand( @@ -4045,7 +3611,6 @@ final class ConstTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn433')] public function testModule434(): void { $this->runModuleCommand( @@ -4055,7 +3620,6 @@ final class ConstTest extends SpecTestsuiteBase ); } - #[Depends('testModule434')] public function testAssertReturn435(): void { $this->runAssertReturnCommand( @@ -4065,7 +3629,6 @@ final class ConstTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn435')] public function testModule436(): void { $this->runModuleCommand( @@ -4075,7 +3638,6 @@ final class ConstTest extends SpecTestsuiteBase ); } - #[Depends('testModule436')] public function testAssertReturn437(): void { $this->runAssertReturnCommand( @@ -4085,7 +3647,6 @@ final class ConstTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn437')] public function testModule438(): void { $this->runModuleCommand( @@ -4095,7 +3656,6 @@ final class ConstTest extends SpecTestsuiteBase ); } - #[Depends('testModule438')] public function testAssertReturn439(): void { $this->runAssertReturnCommand( @@ -4105,7 +3665,6 @@ final class ConstTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn439')] public function testModule440(): void { $this->runModuleCommand( @@ -4115,7 +3674,6 @@ final class ConstTest extends SpecTestsuiteBase ); } - #[Depends('testModule440')] public function testAssertReturn441(): void { $this->runAssertReturnCommand( @@ -4125,7 +3683,6 @@ final class ConstTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn441')] public function testModule442(): void { $this->runModuleCommand( @@ -4135,7 +3692,6 @@ final class ConstTest extends SpecTestsuiteBase ); } - #[Depends('testModule442')] public function testAssertReturn443(): void { $this->runAssertReturnCommand( @@ -4145,7 +3701,6 @@ final class ConstTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn443')] public function testModule444(): void { $this->runModuleCommand( @@ -4155,7 +3710,6 @@ final class ConstTest extends SpecTestsuiteBase ); } - #[Depends('testModule444')] public function testAssertReturn445(): void { $this->runAssertReturnCommand( @@ -4165,7 +3719,6 @@ final class ConstTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn445')] public function testModule446(): void { $this->runModuleCommand( @@ -4175,7 +3728,6 @@ final class ConstTest extends SpecTestsuiteBase ); } - #[Depends('testModule446')] public function testAssertReturn447(): void { $this->runAssertReturnCommand( @@ -4185,7 +3737,6 @@ final class ConstTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn447')] public function testModule448(): void { $this->runModuleCommand( @@ -4195,7 +3746,6 @@ final class ConstTest extends SpecTestsuiteBase ); } - #[Depends('testModule448')] public function testAssertReturn449(): void { $this->runAssertReturnCommand( @@ -4205,7 +3755,6 @@ final class ConstTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn449')] public function testModule450(): void { $this->runModuleCommand( @@ -4215,7 +3764,6 @@ final class ConstTest extends SpecTestsuiteBase ); } - #[Depends('testModule450')] public function testAssertReturn451(): void { $this->runAssertReturnCommand( @@ -4225,7 +3773,6 @@ final class ConstTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn451')] public function testModule452(): void { $this->runModuleCommand( @@ -4235,7 +3782,6 @@ final class ConstTest extends SpecTestsuiteBase ); } - #[Depends('testModule452')] public function testAssertReturn453(): void { $this->runAssertReturnCommand( @@ -4245,7 +3791,6 @@ final class ConstTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn453')] public function testModule454(): void { $this->runModuleCommand( @@ -4255,7 +3800,6 @@ final class ConstTest extends SpecTestsuiteBase ); } - #[Depends('testModule454')] public function testAssertReturn455(): void { $this->runAssertReturnCommand( @@ -4265,7 +3809,6 @@ final class ConstTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn455')] public function testModule456(): void { $this->runModuleCommand( @@ -4275,7 +3818,6 @@ final class ConstTest extends SpecTestsuiteBase ); } - #[Depends('testModule456')] public function testAssertReturn457(): void { $this->runAssertReturnCommand( @@ -4285,7 +3827,6 @@ final class ConstTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn457')] public function testModule458(): void { $this->runModuleCommand( @@ -4295,7 +3836,6 @@ final class ConstTest extends SpecTestsuiteBase ); } - #[Depends('testModule458')] public function testAssertReturn459(): void { $this->runAssertReturnCommand( @@ -4305,7 +3845,6 @@ final class ConstTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn459')] public function testModule460(): void { $this->runModuleCommand( @@ -4315,7 +3854,6 @@ final class ConstTest extends SpecTestsuiteBase ); } - #[Depends('testModule460')] public function testAssertReturn461(): void { $this->runAssertReturnCommand( @@ -4325,7 +3863,6 @@ final class ConstTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn461')] public function testModule462(): void { $this->runModuleCommand( @@ -4335,7 +3872,6 @@ final class ConstTest extends SpecTestsuiteBase ); } - #[Depends('testModule462')] public function testAssertReturn463(): void { $this->runAssertReturnCommand( @@ -4345,7 +3881,6 @@ final class ConstTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn463')] public function testModule464(): void { $this->runModuleCommand( @@ -4355,7 +3890,6 @@ final class ConstTest extends SpecTestsuiteBase ); } - #[Depends('testModule464')] public function testAssertReturn465(): void { $this->runAssertReturnCommand( @@ -4365,7 +3899,6 @@ final class ConstTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn465')] public function testModule466(): void { $this->runModuleCommand( @@ -4375,7 +3908,6 @@ final class ConstTest extends SpecTestsuiteBase ); } - #[Depends('testModule466')] public function testAssertReturn467(): void { $this->runAssertReturnCommand( @@ -4385,7 +3917,6 @@ final class ConstTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn467')] public function testModule468(): void { $this->runModuleCommand( @@ -4395,7 +3926,6 @@ final class ConstTest extends SpecTestsuiteBase ); } - #[Depends('testModule468')] public function testAssertReturn469(): void { $this->runAssertReturnCommand( @@ -4405,7 +3935,6 @@ final class ConstTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn469')] public function testModule470(): void { $this->runModuleCommand( @@ -4415,7 +3944,6 @@ final class ConstTest extends SpecTestsuiteBase ); } - #[Depends('testModule470')] public function testAssertReturn471(): void { $this->runAssertReturnCommand( @@ -4425,7 +3953,6 @@ final class ConstTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn471')] public function testModule472(): void { $this->runModuleCommand( @@ -4435,7 +3962,6 @@ final class ConstTest extends SpecTestsuiteBase ); } - #[Depends('testModule472')] public function testAssertReturn473(): void { $this->runAssertReturnCommand( @@ -4445,7 +3971,6 @@ final class ConstTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn473')] public function testModule474(): void { $this->runModuleCommand( @@ -4455,7 +3980,6 @@ final class ConstTest extends SpecTestsuiteBase ); } - #[Depends('testModule474')] public function testAssertReturn475(): void { $this->runAssertReturnCommand( @@ -4465,7 +3989,6 @@ final class ConstTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn475')] public function testModule476(): void { $this->runModuleCommand( @@ -4475,7 +3998,6 @@ final class ConstTest extends SpecTestsuiteBase ); } - #[Depends('testModule476')] public function testAssertReturn477(): void { $this->runAssertReturnCommand( @@ -4485,7 +4007,6 @@ final class ConstTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn477')] public function testModule478(): void { $this->runModuleCommand( @@ -4495,7 +4016,6 @@ final class ConstTest extends SpecTestsuiteBase ); } - #[Depends('testModule478')] public function testAssertReturn479(): void { $this->runAssertReturnCommand( @@ -4505,7 +4025,6 @@ final class ConstTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn479')] public function testModule480(): void { $this->runModuleCommand( @@ -4515,7 +4034,6 @@ final class ConstTest extends SpecTestsuiteBase ); } - #[Depends('testModule480')] public function testAssertReturn481(): void { $this->runAssertReturnCommand( @@ -4525,7 +4043,6 @@ final class ConstTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn481')] public function testModule482(): void { $this->runModuleCommand( @@ -4535,7 +4052,6 @@ final class ConstTest extends SpecTestsuiteBase ); } - #[Depends('testModule482')] public function testAssertReturn483(): void { $this->runAssertReturnCommand( @@ -4545,7 +4061,6 @@ final class ConstTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn483')] public function testModule484(): void { $this->runModuleCommand( @@ -4555,7 +4070,6 @@ final class ConstTest extends SpecTestsuiteBase ); } - #[Depends('testModule484')] public function testAssertReturn485(): void { $this->runAssertReturnCommand( @@ -4565,7 +4079,6 @@ final class ConstTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn485')] public function testModule486(): void { $this->runModuleCommand( @@ -4575,7 +4088,6 @@ final class ConstTest extends SpecTestsuiteBase ); } - #[Depends('testModule486')] public function testAssertReturn487(): void { $this->runAssertReturnCommand( @@ -4585,7 +4097,6 @@ final class ConstTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn487')] public function testModule488(): void { $this->runModuleCommand( @@ -4595,7 +4106,6 @@ final class ConstTest extends SpecTestsuiteBase ); } - #[Depends('testModule488')] public function testAssertReturn489(): void { $this->runAssertReturnCommand( @@ -4605,7 +4115,6 @@ final class ConstTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn489')] public function testModule490(): void { $this->runModuleCommand( @@ -4615,7 +4124,6 @@ final class ConstTest extends SpecTestsuiteBase ); } - #[Depends('testModule490')] public function testAssertReturn491(): void { $this->runAssertReturnCommand( @@ -4625,7 +4133,6 @@ final class ConstTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn491')] public function testModule492(): void { $this->runModuleCommand( @@ -4635,7 +4142,6 @@ final class ConstTest extends SpecTestsuiteBase ); } - #[Depends('testModule492')] public function testAssertReturn493(): void { $this->runAssertReturnCommand( @@ -4645,7 +4151,6 @@ final class ConstTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn493')] public function testModule494(): void { $this->runModuleCommand( @@ -4655,7 +4160,6 @@ final class ConstTest extends SpecTestsuiteBase ); } - #[Depends('testModule494')] public function testAssertReturn495(): void { $this->runAssertReturnCommand( @@ -4665,7 +4169,6 @@ final class ConstTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn495')] public function testModule496(): void { $this->runModuleCommand( @@ -4675,7 +4178,6 @@ final class ConstTest extends SpecTestsuiteBase ); } - #[Depends('testModule496')] public function testAssertReturn497(): void { $this->runAssertReturnCommand( @@ -4685,7 +4187,6 @@ final class ConstTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn497')] public function testModule498(): void { $this->runModuleCommand( @@ -4695,7 +4196,6 @@ final class ConstTest extends SpecTestsuiteBase ); } - #[Depends('testModule498')] public function testAssertReturn499(): void { $this->runAssertReturnCommand( @@ -4705,7 +4205,6 @@ final class ConstTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn499')] public function testModule500(): void { $this->runModuleCommand( @@ -4715,7 +4214,6 @@ final class ConstTest extends SpecTestsuiteBase ); } - #[Depends('testModule500')] public function testAssertReturn501(): void { $this->runAssertReturnCommand( @@ -4725,7 +4223,6 @@ final class ConstTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn501')] public function testModule502(): void { $this->runModuleCommand( @@ -4735,7 +4232,6 @@ final class ConstTest extends SpecTestsuiteBase ); } - #[Depends('testModule502')] public function testAssertReturn503(): void { $this->runAssertReturnCommand( @@ -4745,7 +4241,6 @@ final class ConstTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn503')] public function testModule504(): void { $this->runModuleCommand( @@ -4755,7 +4250,6 @@ final class ConstTest extends SpecTestsuiteBase ); } - #[Depends('testModule504')] public function testAssertReturn505(): void { $this->runAssertReturnCommand( @@ -4765,7 +4259,6 @@ final class ConstTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn505')] public function testModule506(): void { $this->runModuleCommand( @@ -4775,7 +4268,6 @@ final class ConstTest extends SpecTestsuiteBase ); } - #[Depends('testModule506')] public function testAssertReturn507(): void { $this->runAssertReturnCommand( @@ -4785,7 +4277,6 @@ final class ConstTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn507')] public function testModule508(): void { $this->runModuleCommand( @@ -4795,7 +4286,6 @@ final class ConstTest extends SpecTestsuiteBase ); } - #[Depends('testModule508')] public function testAssertReturn509(): void { $this->runAssertReturnCommand( @@ -4805,7 +4295,6 @@ final class ConstTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn509')] public function testModule510(): void { $this->runModuleCommand( @@ -4815,7 +4304,6 @@ final class ConstTest extends SpecTestsuiteBase ); } - #[Depends('testModule510')] public function testAssertReturn511(): void { $this->runAssertReturnCommand( @@ -4825,7 +4313,6 @@ final class ConstTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn511')] public function testModule512(): void { $this->runModuleCommand( @@ -4835,7 +4322,6 @@ final class ConstTest extends SpecTestsuiteBase ); } - #[Depends('testModule512')] public function testAssertReturn513(): void { $this->runAssertReturnCommand( @@ -4845,7 +4331,6 @@ final class ConstTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn513')] public function testModule514(): void { $this->runModuleCommand( @@ -4855,7 +4340,6 @@ final class ConstTest extends SpecTestsuiteBase ); } - #[Depends('testModule514')] public function testAssertReturn515(): void { $this->runAssertReturnCommand( @@ -4865,7 +4349,6 @@ final class ConstTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn515')] public function testModule516(): void { $this->runModuleCommand( @@ -4875,7 +4358,6 @@ final class ConstTest extends SpecTestsuiteBase ); } - #[Depends('testModule516')] public function testAssertReturn517(): void { $this->runAssertReturnCommand( @@ -4885,7 +4367,6 @@ final class ConstTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn517')] public function testModule518(): void { $this->runModuleCommand( @@ -4895,7 +4376,6 @@ final class ConstTest extends SpecTestsuiteBase ); } - #[Depends('testModule518')] public function testAssertReturn519(): void { $this->runAssertReturnCommand( @@ -4905,7 +4385,6 @@ final class ConstTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn519')] public function testModule520(): void { $this->runModuleCommand( @@ -4915,7 +4394,6 @@ final class ConstTest extends SpecTestsuiteBase ); } - #[Depends('testModule520')] public function testAssertReturn521(): void { $this->runAssertReturnCommand( @@ -4925,7 +4403,6 @@ final class ConstTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn521')] public function testModule522(): void { $this->runModuleCommand( @@ -4935,7 +4412,6 @@ final class ConstTest extends SpecTestsuiteBase ); } - #[Depends('testModule522')] public function testAssertReturn523(): void { $this->runAssertReturnCommand( @@ -4945,7 +4421,6 @@ final class ConstTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn523')] public function testModule524(): void { $this->runModuleCommand( @@ -4955,7 +4430,6 @@ final class ConstTest extends SpecTestsuiteBase ); } - #[Depends('testModule524')] public function testAssertReturn525(): void { $this->runAssertReturnCommand( @@ -4965,7 +4439,6 @@ final class ConstTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn525')] public function testModule526(): void { $this->runModuleCommand( @@ -4975,7 +4448,6 @@ final class ConstTest extends SpecTestsuiteBase ); } - #[Depends('testModule526')] public function testAssertReturn527(): void { $this->runAssertReturnCommand( @@ -4985,7 +4457,6 @@ final class ConstTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn527')] public function testModule528(): void { $this->runModuleCommand( @@ -4995,7 +4466,6 @@ final class ConstTest extends SpecTestsuiteBase ); } - #[Depends('testModule528')] public function testAssertReturn529(): void { $this->runAssertReturnCommand( @@ -5005,7 +4475,6 @@ final class ConstTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn529')] public function testModule530(): void { $this->runModuleCommand( @@ -5015,7 +4484,6 @@ final class ConstTest extends SpecTestsuiteBase ); } - #[Depends('testModule530')] public function testAssertReturn531(): void { $this->runAssertReturnCommand( @@ -5025,7 +4493,6 @@ final class ConstTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn531')] public function testModule532(): void { $this->runModuleCommand( @@ -5035,7 +4502,6 @@ final class ConstTest extends SpecTestsuiteBase ); } - #[Depends('testModule532')] public function testAssertReturn533(): void { $this->runAssertReturnCommand( @@ -5045,7 +4511,6 @@ final class ConstTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn533')] public function testModule534(): void { $this->runModuleCommand( @@ -5055,7 +4520,6 @@ final class ConstTest extends SpecTestsuiteBase ); } - #[Depends('testModule534')] public function testAssertReturn535(): void { $this->runAssertReturnCommand( @@ -5065,7 +4529,6 @@ final class ConstTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn535')] public function testModule536(): void { $this->runModuleCommand( @@ -5075,7 +4538,6 @@ final class ConstTest extends SpecTestsuiteBase ); } - #[Depends('testModule536')] public function testAssertReturn537(): void { $this->runAssertReturnCommand( @@ -5085,7 +4547,6 @@ final class ConstTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn537')] public function testModule538(): void { $this->runModuleCommand( @@ -5095,7 +4556,6 @@ final class ConstTest extends SpecTestsuiteBase ); } - #[Depends('testModule538')] public function testAssertReturn539(): void { $this->runAssertReturnCommand( @@ -5105,7 +4565,6 @@ final class ConstTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn539')] public function testModule540(): void { $this->runModuleCommand( @@ -5115,7 +4574,6 @@ final class ConstTest extends SpecTestsuiteBase ); } - #[Depends('testModule540')] public function testAssertReturn541(): void { $this->runAssertReturnCommand( @@ -5125,7 +4583,6 @@ final class ConstTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn541')] public function testModule542(): void { $this->runModuleCommand( @@ -5135,7 +4592,6 @@ final class ConstTest extends SpecTestsuiteBase ); } - #[Depends('testModule542')] public function testAssertReturn543(): void { $this->runAssertReturnCommand( @@ -5145,7 +4601,6 @@ final class ConstTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn543')] public function testModule544(): void { $this->runModuleCommand( @@ -5155,7 +4610,6 @@ final class ConstTest extends SpecTestsuiteBase ); } - #[Depends('testModule544')] public function testAssertReturn545(): void { $this->runAssertReturnCommand( @@ -5165,7 +4619,6 @@ final class ConstTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn545')] public function testModule546(): void { $this->runModuleCommand( @@ -5175,7 +4628,6 @@ final class ConstTest extends SpecTestsuiteBase ); } - #[Depends('testModule546')] public function testAssertReturn547(): void { $this->runAssertReturnCommand( @@ -5185,7 +4637,6 @@ final class ConstTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn547')] public function testModule548(): void { $this->runModuleCommand( @@ -5195,7 +4646,6 @@ final class ConstTest extends SpecTestsuiteBase ); } - #[Depends('testModule548')] public function testAssertReturn549(): void { $this->runAssertReturnCommand( @@ -5205,7 +4655,6 @@ final class ConstTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn549')] public function testModule550(): void { $this->runModuleCommand( @@ -5215,7 +4664,6 @@ final class ConstTest extends SpecTestsuiteBase ); } - #[Depends('testModule550')] public function testAssertReturn551(): void { $this->runAssertReturnCommand( @@ -5225,7 +4673,6 @@ final class ConstTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn551')] public function testModule552(): void { $this->runModuleCommand( @@ -5235,7 +4682,6 @@ final class ConstTest extends SpecTestsuiteBase ); } - #[Depends('testModule552')] public function testAssertReturn553(): void { $this->runAssertReturnCommand( @@ -5245,7 +4691,6 @@ final class ConstTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn553')] public function testModule554(): void { $this->runModuleCommand( @@ -5255,7 +4700,6 @@ final class ConstTest extends SpecTestsuiteBase ); } - #[Depends('testModule554')] public function testAssertReturn555(): void { $this->runAssertReturnCommand( @@ -5265,7 +4709,6 @@ final class ConstTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn555')] public function testModule556(): void { $this->runModuleCommand( @@ -5275,7 +4718,6 @@ final class ConstTest extends SpecTestsuiteBase ); } - #[Depends('testModule556')] public function testAssertReturn557(): void { $this->runAssertReturnCommand( @@ -5285,7 +4727,6 @@ final class ConstTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn557')] public function testModule558(): void { $this->runModuleCommand( @@ -5295,7 +4736,6 @@ final class ConstTest extends SpecTestsuiteBase ); } - #[Depends('testModule558')] public function testAssertReturn559(): void { $this->runAssertReturnCommand( @@ -5305,7 +4745,6 @@ final class ConstTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn559')] public function testModule560(): void { $this->runModuleCommand( @@ -5315,7 +4754,6 @@ final class ConstTest extends SpecTestsuiteBase ); } - #[Depends('testModule560')] public function testAssertReturn561(): void { $this->runAssertReturnCommand( @@ -5325,7 +4763,6 @@ final class ConstTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn561')] public function testModule562(): void { $this->runModuleCommand( @@ -5335,7 +4772,6 @@ final class ConstTest extends SpecTestsuiteBase ); } - #[Depends('testModule562')] public function testAssertReturn563(): void { $this->runAssertReturnCommand( @@ -5345,7 +4781,6 @@ final class ConstTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn563')] public function testModule564(): void { $this->runModuleCommand( @@ -5355,7 +4790,6 @@ final class ConstTest extends SpecTestsuiteBase ); } - #[Depends('testModule564')] public function testAssertReturn565(): void { $this->runAssertReturnCommand( @@ -5365,7 +4799,6 @@ final class ConstTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn565')] public function testModule566(): void { $this->runModuleCommand( @@ -5375,7 +4808,6 @@ final class ConstTest extends SpecTestsuiteBase ); } - #[Depends('testModule566')] public function testAssertReturn567(): void { $this->runAssertReturnCommand( @@ -5385,7 +4817,6 @@ final class ConstTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn567')] public function testModule568(): void { $this->runModuleCommand( @@ -5395,7 +4826,6 @@ final class ConstTest extends SpecTestsuiteBase ); } - #[Depends('testModule568')] public function testAssertReturn569(): void { $this->runAssertReturnCommand( @@ -5405,7 +4835,6 @@ final class ConstTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn569')] public function testModule570(): void { $this->runModuleCommand( @@ -5415,7 +4844,6 @@ final class ConstTest extends SpecTestsuiteBase ); } - #[Depends('testModule570')] public function testAssertReturn571(): void { $this->runAssertReturnCommand( @@ -5425,7 +4853,6 @@ final class ConstTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn571')] public function testModule572(): void { $this->runModuleCommand( @@ -5435,7 +4862,6 @@ final class ConstTest extends SpecTestsuiteBase ); } - #[Depends('testModule572')] public function testAssertReturn573(): void { $this->runAssertReturnCommand( @@ -5445,7 +4871,6 @@ final class ConstTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn573')] public function testModule574(): void { $this->runModuleCommand( @@ -5455,7 +4880,6 @@ final class ConstTest extends SpecTestsuiteBase ); } - #[Depends('testModule574')] public function testAssertReturn575(): void { $this->runAssertReturnCommand( @@ -5465,7 +4889,6 @@ final class ConstTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn575')] public function testModule576(): void { $this->runModuleCommand( @@ -5475,7 +4898,6 @@ final class ConstTest extends SpecTestsuiteBase ); } - #[Depends('testModule576')] public function testAssertReturn577(): void { $this->runAssertReturnCommand( @@ -5485,7 +4907,6 @@ final class ConstTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn577')] public function testModule578(): void { $this->runModuleCommand( @@ -5495,7 +4916,6 @@ final class ConstTest extends SpecTestsuiteBase ); } - #[Depends('testModule578')] public function testAssertReturn579(): void { $this->runAssertReturnCommand( @@ -5505,7 +4925,6 @@ final class ConstTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn579')] public function testModule580(): void { $this->runModuleCommand( @@ -5515,7 +4934,6 @@ final class ConstTest extends SpecTestsuiteBase ); } - #[Depends('testModule580')] public function testAssertReturn581(): void { $this->runAssertReturnCommand( @@ -5525,7 +4943,6 @@ final class ConstTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn581')] public function testModule582(): void { $this->runModuleCommand( @@ -5535,7 +4952,6 @@ final class ConstTest extends SpecTestsuiteBase ); } - #[Depends('testModule582')] public function testAssertReturn583(): void { $this->runAssertReturnCommand( @@ -5545,7 +4961,6 @@ final class ConstTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn583')] public function testModule584(): void { $this->runModuleCommand( @@ -5555,7 +4970,6 @@ final class ConstTest extends SpecTestsuiteBase ); } - #[Depends('testModule584')] public function testAssertReturn585(): void { $this->runAssertReturnCommand( @@ -5565,7 +4979,6 @@ final class ConstTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn585')] public function testModule586(): void { $this->runModuleCommand( @@ -5575,7 +4988,6 @@ final class ConstTest extends SpecTestsuiteBase ); } - #[Depends('testModule586')] public function testAssertReturn587(): void { $this->runAssertReturnCommand( @@ -5585,7 +4997,6 @@ final class ConstTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn587')] public function testModule588(): void { $this->runModuleCommand( @@ -5595,7 +5006,6 @@ final class ConstTest extends SpecTestsuiteBase ); } - #[Depends('testModule588')] public function testAssertReturn589(): void { $this->runAssertReturnCommand( @@ -5605,7 +5015,6 @@ final class ConstTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn589')] public function testModule590(): void { $this->runModuleCommand( @@ -5615,7 +5024,6 @@ final class ConstTest extends SpecTestsuiteBase ); } - #[Depends('testModule590')] public function testAssertReturn591(): void { $this->runAssertReturnCommand( @@ -5625,7 +5033,6 @@ final class ConstTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn591')] public function testModule592(): void { $this->runModuleCommand( @@ -5635,7 +5042,6 @@ final class ConstTest extends SpecTestsuiteBase ); } - #[Depends('testModule592')] public function testAssertReturn593(): void { $this->runAssertReturnCommand( @@ -5645,7 +5051,6 @@ final class ConstTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn593')] public function testModule594(): void { $this->runModuleCommand( @@ -5655,7 +5060,6 @@ final class ConstTest extends SpecTestsuiteBase ); } - #[Depends('testModule594')] public function testAssertReturn595(): void { $this->runAssertReturnCommand( @@ -5665,7 +5069,6 @@ final class ConstTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn595')] public function testModule596(): void { $this->runModuleCommand( @@ -5675,7 +5078,6 @@ final class ConstTest extends SpecTestsuiteBase ); } - #[Depends('testModule596')] public function testAssertReturn597(): void { $this->runAssertReturnCommand( @@ -5685,7 +5087,6 @@ final class ConstTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn597')] public function testModule598(): void { $this->runModuleCommand( @@ -5695,7 +5096,6 @@ final class ConstTest extends SpecTestsuiteBase ); } - #[Depends('testModule598')] public function testAssertReturn599(): void { $this->runAssertReturnCommand( @@ -5705,7 +5105,6 @@ final class ConstTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn599')] public function testModule600(): void { $this->runModuleCommand( @@ -5715,7 +5114,6 @@ final class ConstTest extends SpecTestsuiteBase ); } - #[Depends('testModule600')] public function testAssertReturn601(): void { $this->runAssertReturnCommand( @@ -5725,7 +5123,6 @@ final class ConstTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn601')] public function testModule602(): void { $this->runModuleCommand( @@ -5735,7 +5132,6 @@ final class ConstTest extends SpecTestsuiteBase ); } - #[Depends('testModule602')] public function testAssertReturn603(): void { $this->runAssertReturnCommand( @@ -5745,7 +5141,6 @@ final class ConstTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn603')] public function testModule604(): void { $this->runModuleCommand( @@ -5755,7 +5150,6 @@ final class ConstTest extends SpecTestsuiteBase ); } - #[Depends('testModule604')] public function testAssertReturn605(): void { $this->runAssertReturnCommand( @@ -5765,7 +5159,6 @@ final class ConstTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn605')] public function testModule606(): void { $this->runModuleCommand( @@ -5775,7 +5168,6 @@ final class ConstTest extends SpecTestsuiteBase ); } - #[Depends('testModule606')] public function testAssertReturn607(): void { $this->runAssertReturnCommand( @@ -5785,7 +5177,6 @@ final class ConstTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn607')] public function testModule608(): void { $this->runModuleCommand( @@ -5795,7 +5186,6 @@ final class ConstTest extends SpecTestsuiteBase ); } - #[Depends('testModule608')] public function testAssertReturn609(): void { $this->runAssertReturnCommand( @@ -5805,7 +5195,6 @@ final class ConstTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn609')] public function testModule610(): void { $this->runModuleCommand( @@ -5815,7 +5204,6 @@ final class ConstTest extends SpecTestsuiteBase ); } - #[Depends('testModule610')] public function testAssertReturn611(): void { $this->runAssertReturnCommand( @@ -5825,7 +5213,6 @@ final class ConstTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn611')] public function testModule612(): void { $this->runModuleCommand( @@ -5835,7 +5222,6 @@ final class ConstTest extends SpecTestsuiteBase ); } - #[Depends('testModule612')] public function testAssertReturn613(): void { $this->runAssertReturnCommand( @@ -5845,7 +5231,6 @@ final class ConstTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn613')] public function testModule614(): void { $this->runModuleCommand( @@ -5855,7 +5240,6 @@ final class ConstTest extends SpecTestsuiteBase ); } - #[Depends('testModule614')] public function testAssertReturn615(): void { $this->runAssertReturnCommand( @@ -5865,7 +5249,6 @@ final class ConstTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn615')] public function testModule616(): void { $this->runModuleCommand( @@ -5875,7 +5258,6 @@ final class ConstTest extends SpecTestsuiteBase ); } - #[Depends('testModule616')] public function testAssertReturn617(): void { $this->runAssertReturnCommand( @@ -5885,7 +5267,6 @@ final class ConstTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn617')] public function testModule618(): void { $this->runModuleCommand( @@ -5895,7 +5276,6 @@ final class ConstTest extends SpecTestsuiteBase ); } - #[Depends('testModule618')] public function testAssertReturn619(): void { $this->runAssertReturnCommand( @@ -5905,7 +5285,6 @@ final class ConstTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn619')] public function testModule620(): void { $this->runModuleCommand( @@ -5915,7 +5294,6 @@ final class ConstTest extends SpecTestsuiteBase ); } - #[Depends('testModule620')] public function testAssertReturn621(): void { $this->runAssertReturnCommand( @@ -5925,7 +5303,6 @@ final class ConstTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn621')] public function testModule622(): void { $this->runModuleCommand( @@ -5935,7 +5312,6 @@ final class ConstTest extends SpecTestsuiteBase ); } - #[Depends('testModule622')] public function testAssertReturn623(): void { $this->runAssertReturnCommand( @@ -5945,7 +5321,6 @@ final class ConstTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn623')] public function testModule624(): void { $this->runModuleCommand( @@ -5955,7 +5330,6 @@ final class ConstTest extends SpecTestsuiteBase ); } - #[Depends('testModule624')] public function testAssertReturn625(): void { $this->runAssertReturnCommand( @@ -5965,7 +5339,6 @@ final class ConstTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn625')] public function testModule626(): void { $this->runModuleCommand( @@ -5975,7 +5348,6 @@ final class ConstTest extends SpecTestsuiteBase ); } - #[Depends('testModule626')] public function testAssertReturn627(): void { $this->runAssertReturnCommand( @@ -5985,7 +5357,6 @@ final class ConstTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn627')] public function testModule628(): void { $this->runModuleCommand( @@ -5995,7 +5366,6 @@ final class ConstTest extends SpecTestsuiteBase ); } - #[Depends('testModule628')] public function testAssertReturn629(): void { $this->runAssertReturnCommand( @@ -6005,7 +5375,6 @@ final class ConstTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn629')] public function testModule630(): void { $this->runModuleCommand( @@ -6015,7 +5384,6 @@ final class ConstTest extends SpecTestsuiteBase ); } - #[Depends('testModule630')] public function testAssertReturn631(): void { $this->runAssertReturnCommand( @@ -6025,7 +5393,6 @@ final class ConstTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn631')] public function testModule632(): void { $this->runModuleCommand( @@ -6035,7 +5402,6 @@ final class ConstTest extends SpecTestsuiteBase ); } - #[Depends('testModule632')] public function testAssertReturn633(): void { $this->runAssertReturnCommand( @@ -6045,7 +5411,6 @@ final class ConstTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn633')] public function testModule634(): void { $this->runModuleCommand( @@ -6055,7 +5420,6 @@ final class ConstTest extends SpecTestsuiteBase ); } - #[Depends('testModule634')] public function testAssertReturn635(): void { $this->runAssertReturnCommand( @@ -6065,7 +5429,6 @@ final class ConstTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn635')] public function testModule636(): void { $this->runModuleCommand( @@ -6075,7 +5438,6 @@ final class ConstTest extends SpecTestsuiteBase ); } - #[Depends('testModule636')] public function testAssertReturn637(): void { $this->runAssertReturnCommand( @@ -6085,7 +5447,6 @@ final class ConstTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn637')] public function testModule638(): void { $this->runModuleCommand( @@ -6095,7 +5456,6 @@ final class ConstTest extends SpecTestsuiteBase ); } - #[Depends('testModule638')] public function testAssertReturn639(): void { $this->runAssertReturnCommand( @@ -6105,7 +5465,6 @@ final class ConstTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn639')] public function testModule640(): void { $this->runModuleCommand( @@ -6115,7 +5474,6 @@ final class ConstTest extends SpecTestsuiteBase ); } - #[Depends('testModule640')] public function testAssertReturn641(): void { $this->runAssertReturnCommand( @@ -6125,7 +5483,6 @@ final class ConstTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn641')] public function testModule642(): void { $this->runModuleCommand( @@ -6135,7 +5492,6 @@ final class ConstTest extends SpecTestsuiteBase ); } - #[Depends('testModule642')] public function testAssertReturn643(): void { $this->runAssertReturnCommand( @@ -6145,7 +5501,6 @@ final class ConstTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn643')] public function testModule644(): void { $this->runModuleCommand( @@ -6155,7 +5510,6 @@ final class ConstTest extends SpecTestsuiteBase ); } - #[Depends('testModule644')] public function testAssertReturn645(): void { $this->runAssertReturnCommand( @@ -6165,7 +5519,6 @@ final class ConstTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn645')] public function testModule646(): void { $this->runModuleCommand( @@ -6175,7 +5528,6 @@ final class ConstTest extends SpecTestsuiteBase ); } - #[Depends('testModule646')] public function testAssertReturn647(): void { $this->runAssertReturnCommand( @@ -6185,7 +5537,6 @@ final class ConstTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn647')] public function testModule648(): void { $this->runModuleCommand( @@ -6195,7 +5546,6 @@ final class ConstTest extends SpecTestsuiteBase ); } - #[Depends('testModule648')] public function testAssertReturn649(): void { $this->runAssertReturnCommand( @@ -6205,7 +5555,6 @@ final class ConstTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn649')] public function testModule650(): void { $this->runModuleCommand( @@ -6215,7 +5564,6 @@ final class ConstTest extends SpecTestsuiteBase ); } - #[Depends('testModule650')] public function testAssertReturn651(): void { $this->runAssertReturnCommand( @@ -6225,7 +5573,6 @@ final class ConstTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn651')] public function testModule652(): void { $this->runModuleCommand( @@ -6235,7 +5582,6 @@ final class ConstTest extends SpecTestsuiteBase ); } - #[Depends('testModule652')] public function testAssertReturn653(): void { $this->runAssertReturnCommand( @@ -6245,7 +5591,6 @@ final class ConstTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn653')] public function testModule654(): void { $this->runModuleCommand( @@ -6255,7 +5600,6 @@ final class ConstTest extends SpecTestsuiteBase ); } - #[Depends('testModule654')] public function testAssertReturn655(): void { $this->runAssertReturnCommand( @@ -6265,7 +5609,6 @@ final class ConstTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn655')] public function testModule656(): void { $this->runModuleCommand( @@ -6275,7 +5618,6 @@ final class ConstTest extends SpecTestsuiteBase ); } - #[Depends('testModule656')] public function testAssertReturn657(): void { $this->runAssertReturnCommand( @@ -6285,7 +5627,6 @@ final class ConstTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn657')] public function testModule658(): void { $this->runModuleCommand( @@ -6295,7 +5636,6 @@ final class ConstTest extends SpecTestsuiteBase ); } - #[Depends('testModule658')] public function testAssertReturn659(): void { $this->runAssertReturnCommand( @@ -6305,7 +5645,6 @@ final class ConstTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn659')] public function testModule660(): void { $this->runModuleCommand( @@ -6315,7 +5654,6 @@ final class ConstTest extends SpecTestsuiteBase ); } - #[Depends('testModule660')] public function testAssertReturn661(): void { $this->runAssertReturnCommand( @@ -6325,7 +5663,6 @@ final class ConstTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn661')] public function testModule662(): void { $this->runModuleCommand( @@ -6335,7 +5672,6 @@ final class ConstTest extends SpecTestsuiteBase ); } - #[Depends('testModule662')] public function testAssertReturn663(): void { $this->runAssertReturnCommand( @@ -6345,7 +5681,6 @@ final class ConstTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn663')] public function testModule664(): void { $this->runModuleCommand( @@ -6355,7 +5690,6 @@ final class ConstTest extends SpecTestsuiteBase ); } - #[Depends('testModule664')] public function testAssertReturn665(): void { $this->runAssertReturnCommand( @@ -6365,7 +5699,6 @@ final class ConstTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn665')] public function testModule666(): void { $this->runModuleCommand( @@ -6375,7 +5708,6 @@ final class ConstTest extends SpecTestsuiteBase ); } - #[Depends('testModule666')] public function testAssertReturn667(): void { $this->runAssertReturnCommand( @@ -6385,7 +5717,6 @@ final class ConstTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn667')] public function testModule668(): void { $this->runModuleCommand( @@ -6395,7 +5726,6 @@ final class ConstTest extends SpecTestsuiteBase ); } - #[Depends('testModule668')] public function testAssertReturn669(): void { $this->runAssertReturnCommand( @@ -6405,7 +5735,6 @@ final class ConstTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn669')] public function testModule670(): void { $this->runModuleCommand( @@ -6415,7 +5744,6 @@ final class ConstTest extends SpecTestsuiteBase ); } - #[Depends('testModule670')] public function testAssertReturn671(): void { $this->runAssertReturnCommand( @@ -6425,7 +5753,6 @@ final class ConstTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn671')] public function testModule672(): void { $this->runModuleCommand( @@ -6435,7 +5762,6 @@ final class ConstTest extends SpecTestsuiteBase ); } - #[Depends('testModule672')] public function testAssertReturn673(): void { $this->runAssertReturnCommand( @@ -6445,7 +5771,6 @@ final class ConstTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn673')] public function testModule674(): void { $this->runModuleCommand( @@ -6455,7 +5780,6 @@ final class ConstTest extends SpecTestsuiteBase ); } - #[Depends('testModule674')] public function testAssertReturn675(): void { $this->runAssertReturnCommand( @@ -6465,7 +5789,6 @@ final class ConstTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn675')] public function testModule676(): void { $this->runModuleCommand( @@ -6475,7 +5798,6 @@ final class ConstTest extends SpecTestsuiteBase ); } - #[Depends('testModule676')] public function testAssertReturn677(): void { $this->runAssertReturnCommand( @@ -6485,7 +5807,6 @@ final class ConstTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn677')] public function testModule678(): void { $this->runModuleCommand( @@ -6495,7 +5816,6 @@ final class ConstTest extends SpecTestsuiteBase ); } - #[Depends('testModule678')] public function testAssertReturn679(): void { $this->runAssertReturnCommand( @@ -6505,7 +5825,6 @@ final class ConstTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn679')] public function testModule680(): void { $this->runModuleCommand( @@ -6515,7 +5834,6 @@ final class ConstTest extends SpecTestsuiteBase ); } - #[Depends('testModule680')] public function testAssertReturn681(): void { $this->runAssertReturnCommand( @@ -6525,7 +5843,6 @@ final class ConstTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn681')] public function testModule682(): void { $this->runModuleCommand( @@ -6535,7 +5852,6 @@ final class ConstTest extends SpecTestsuiteBase ); } - #[Depends('testModule682')] public function testAssertReturn683(): void { $this->runAssertReturnCommand( @@ -6545,7 +5861,6 @@ final class ConstTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn683')] public function testModule684(): void { $this->runModuleCommand( @@ -6555,7 +5870,6 @@ final class ConstTest extends SpecTestsuiteBase ); } - #[Depends('testModule684')] public function testAssertReturn685(): void { $this->runAssertReturnCommand( @@ -6565,7 +5879,6 @@ final class ConstTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn685')] public function testModule686(): void { $this->runModuleCommand( @@ -6575,7 +5888,6 @@ final class ConstTest extends SpecTestsuiteBase ); } - #[Depends('testModule686')] public function testAssertReturn687(): void { $this->runAssertReturnCommand( @@ -6585,7 +5897,6 @@ final class ConstTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn687')] public function testModule688(): void { $this->runModuleCommand( @@ -6595,7 +5906,6 @@ final class ConstTest extends SpecTestsuiteBase ); } - #[Depends('testModule688')] public function testAssertReturn689(): void { $this->runAssertReturnCommand( @@ -6605,7 +5915,6 @@ final class ConstTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn689')] public function testModule690(): void { $this->runModuleCommand( @@ -6615,7 +5924,6 @@ final class ConstTest extends SpecTestsuiteBase ); } - #[Depends('testModule690')] public function testAssertReturn691(): void { $this->runAssertReturnCommand( @@ -6625,7 +5933,6 @@ final class ConstTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn691')] public function testModule692(): void { $this->runModuleCommand( @@ -6635,7 +5942,6 @@ final class ConstTest extends SpecTestsuiteBase ); } - #[Depends('testModule692')] public function testAssertReturn693(): void { $this->runAssertReturnCommand( @@ -6645,7 +5951,6 @@ final class ConstTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn693')] public function testModule694(): void { $this->runModuleCommand( @@ -6655,7 +5960,6 @@ final class ConstTest extends SpecTestsuiteBase ); } - #[Depends('testModule694')] public function testAssertReturn695(): void { $this->runAssertReturnCommand( @@ -6665,7 +5969,6 @@ final class ConstTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn695')] public function testModule696(): void { $this->runModuleCommand( @@ -6675,7 +5978,6 @@ final class ConstTest extends SpecTestsuiteBase ); } - #[Depends('testModule696')] public function testAssertReturn697(): void { $this->runAssertReturnCommand( @@ -6685,7 +5987,6 @@ final class ConstTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn697')] public function testModule698(): void { $this->runModuleCommand( @@ -6695,7 +5996,6 @@ final class ConstTest extends SpecTestsuiteBase ); } - #[Depends('testModule698')] public function testAssertReturn699(): void { $this->runAssertReturnCommand( @@ -6705,7 +6005,6 @@ final class ConstTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn699')] public function testModule700(): void { $this->runModuleCommand( @@ -6715,7 +6014,6 @@ final class ConstTest extends SpecTestsuiteBase ); } - #[Depends('testModule700')] public function testAssertReturn701(): void { $this->runAssertReturnCommand( @@ -6725,7 +6023,6 @@ final class ConstTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn701')] public function testModule702(): void { $this->runModuleCommand( @@ -6735,7 +6032,6 @@ final class ConstTest extends SpecTestsuiteBase ); } - #[Depends('testModule702')] public function testAssertReturn703(): void { $this->runAssertReturnCommand( @@ -6745,7 +6041,6 @@ final class ConstTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn703')] public function testModule704(): void { $this->runModuleCommand( @@ -6755,7 +6050,6 @@ final class ConstTest extends SpecTestsuiteBase ); } - #[Depends('testModule704')] public function testAssertReturn705(): void { $this->runAssertReturnCommand( @@ -6765,7 +6059,6 @@ final class ConstTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn705')] public function testModule706(): void { $this->runModuleCommand( @@ -6775,7 +6068,6 @@ final class ConstTest extends SpecTestsuiteBase ); } - #[Depends('testModule706')] public function testAssertReturn707(): void { $this->runAssertReturnCommand( @@ -6785,7 +6077,6 @@ final class ConstTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn707')] public function testModule708(): void { $this->runModuleCommand( @@ -6795,7 +6086,6 @@ final class ConstTest extends SpecTestsuiteBase ); } - #[Depends('testModule708')] public function testAssertReturn709(): void { $this->runAssertReturnCommand( @@ -6805,7 +6095,6 @@ final class ConstTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn709')] public function testModule710(): void { $this->runModuleCommand( @@ -6815,7 +6104,6 @@ final class ConstTest extends SpecTestsuiteBase ); } - #[Depends('testModule710')] public function testAssertReturn711(): void { $this->runAssertReturnCommand( @@ -6825,7 +6113,6 @@ final class ConstTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn711')] public function testModule712(): void { $this->runModuleCommand( @@ -6835,7 +6122,6 @@ final class ConstTest extends SpecTestsuiteBase ); } - #[Depends('testModule712')] public function testAssertReturn713(): void { $this->runAssertReturnCommand( @@ -6845,7 +6131,6 @@ final class ConstTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn713')] public function testModule714(): void { $this->runModuleCommand( @@ -6855,7 +6140,6 @@ final class ConstTest extends SpecTestsuiteBase ); } - #[Depends('testModule714')] public function testAssertReturn715(): void { $this->runAssertReturnCommand( @@ -6865,7 +6149,6 @@ final class ConstTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn715')] public function testModule716(): void { $this->runModuleCommand( @@ -6875,7 +6158,6 @@ final class ConstTest extends SpecTestsuiteBase ); } - #[Depends('testModule716')] public function testAssertReturn717(): void { $this->runAssertReturnCommand( @@ -6885,7 +6167,6 @@ final class ConstTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn717')] public function testModule718(): void { $this->runModuleCommand( @@ -6895,7 +6176,6 @@ final class ConstTest extends SpecTestsuiteBase ); } - #[Depends('testModule718')] public function testAssertReturn719(): void { $this->runAssertReturnCommand( @@ -6905,7 +6185,6 @@ final class ConstTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn719')] public function testModule720(): void { $this->runModuleCommand( @@ -6915,7 +6194,6 @@ final class ConstTest extends SpecTestsuiteBase ); } - #[Depends('testModule720')] public function testAssertReturn721(): void { $this->runAssertReturnCommand( @@ -6925,7 +6203,6 @@ final class ConstTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn721')] public function testModule722(): void { $this->runModuleCommand( @@ -6935,7 +6212,6 @@ final class ConstTest extends SpecTestsuiteBase ); } - #[Depends('testModule722')] public function testAssertReturn723(): void { $this->runAssertReturnCommand( @@ -6945,7 +6221,6 @@ final class ConstTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn723')] public function testModule724(): void { $this->runModuleCommand( @@ -6955,7 +6230,6 @@ final class ConstTest extends SpecTestsuiteBase ); } - #[Depends('testModule724')] public function testAssertReturn725(): void { $this->runAssertReturnCommand( @@ -6965,7 +6239,6 @@ final class ConstTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn725')] public function testModule726(): void { $this->runModuleCommand( @@ -6975,7 +6248,6 @@ final class ConstTest extends SpecTestsuiteBase ); } - #[Depends('testModule726')] public function testAssertReturn727(): void { $this->runAssertReturnCommand( @@ -6985,7 +6257,6 @@ final class ConstTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn727')] public function testModule728(): void { $this->runModuleCommand( @@ -6995,7 +6266,6 @@ final class ConstTest extends SpecTestsuiteBase ); } - #[Depends('testModule728')] public function testAssertReturn729(): void { $this->runAssertReturnCommand( @@ -7005,7 +6275,6 @@ final class ConstTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn729')] public function testModule730(): void { $this->runModuleCommand( @@ -7015,7 +6284,6 @@ final class ConstTest extends SpecTestsuiteBase ); } - #[Depends('testModule730')] public function testAssertReturn731(): void { $this->runAssertReturnCommand( @@ -7025,7 +6293,6 @@ final class ConstTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn731')] public function testModule732(): void { $this->runModuleCommand( @@ -7035,7 +6302,6 @@ final class ConstTest extends SpecTestsuiteBase ); } - #[Depends('testModule732')] public function testAssertReturn733(): void { $this->runAssertReturnCommand( @@ -7045,7 +6311,6 @@ final class ConstTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn733')] public function testModule734(): void { $this->runModuleCommand( @@ -7055,7 +6320,6 @@ final class ConstTest extends SpecTestsuiteBase ); } - #[Depends('testModule734')] public function testAssertReturn735(): void { $this->runAssertReturnCommand( @@ -7065,7 +6329,6 @@ final class ConstTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn735')] public function testModule736(): void { $this->runModuleCommand( @@ -7075,7 +6338,6 @@ final class ConstTest extends SpecTestsuiteBase ); } - #[Depends('testModule736')] public function testAssertReturn737(): void { $this->runAssertReturnCommand( @@ -7085,7 +6347,6 @@ final class ConstTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn737')] public function testModule738(): void { $this->runModuleCommand( @@ -7095,7 +6356,6 @@ final class ConstTest extends SpecTestsuiteBase ); } - #[Depends('testModule738')] public function testAssertReturn739(): void { $this->runAssertReturnCommand( @@ -7105,7 +6365,6 @@ final class ConstTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn739')] public function testModule740(): void { $this->runModuleCommand( @@ -7115,7 +6374,6 @@ final class ConstTest extends SpecTestsuiteBase ); } - #[Depends('testModule740')] public function testAssertReturn741(): void { $this->runAssertReturnCommand( @@ -7125,7 +6383,6 @@ final class ConstTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn741')] public function testModule742(): void { $this->runModuleCommand( @@ -7135,7 +6392,6 @@ final class ConstTest extends SpecTestsuiteBase ); } - #[Depends('testModule742')] public function testAssertReturn743(): void { $this->runAssertReturnCommand( @@ -7145,7 +6401,6 @@ final class ConstTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn743')] public function testModule744(): void { $this->runModuleCommand( @@ -7155,7 +6410,6 @@ final class ConstTest extends SpecTestsuiteBase ); } - #[Depends('testModule744')] public function testAssertReturn745(): void { $this->runAssertReturnCommand( @@ -7165,7 +6419,6 @@ final class ConstTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn745')] public function testModule746(): void { $this->runModuleCommand( @@ -7175,7 +6428,6 @@ final class ConstTest extends SpecTestsuiteBase ); } - #[Depends('testModule746')] public function testAssertReturn747(): void { $this->runAssertReturnCommand( @@ -7185,7 +6437,6 @@ final class ConstTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn747')] public function testModule748(): void { $this->runModuleCommand( @@ -7195,7 +6446,6 @@ final class ConstTest extends SpecTestsuiteBase ); } - #[Depends('testModule748')] public function testAssertReturn749(): void { $this->runAssertReturnCommand( @@ -7205,7 +6455,6 @@ final class ConstTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn749')] public function testModule750(): void { $this->runModuleCommand( @@ -7215,7 +6464,6 @@ final class ConstTest extends SpecTestsuiteBase ); } - #[Depends('testModule750')] public function testAssertReturn751(): void { $this->runAssertReturnCommand( @@ -7225,7 +6473,6 @@ final class ConstTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn751')] public function testModule752(): void { $this->runModuleCommand( @@ -7235,7 +6482,6 @@ final class ConstTest extends SpecTestsuiteBase ); } - #[Depends('testModule752')] public function testAssertReturn753(): void { $this->runAssertReturnCommand( @@ -7245,7 +6491,6 @@ final class ConstTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn753')] public function testModule754(): void { $this->runModuleCommand( @@ -7255,7 +6500,6 @@ final class ConstTest extends SpecTestsuiteBase ); } - #[Depends('testModule754')] public function testAssertReturn755(): void { $this->runAssertReturnCommand( @@ -7265,7 +6509,6 @@ final class ConstTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn755')] public function testModule756(): void { $this->runModuleCommand( @@ -7275,7 +6518,6 @@ final class ConstTest extends SpecTestsuiteBase ); } - #[Depends('testModule756')] public function testAssertReturn757(): void { $this->runAssertReturnCommand( @@ -7285,7 +6527,6 @@ final class ConstTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn757')] public function testModule758(): void { $this->runModuleCommand( @@ -7295,7 +6536,6 @@ final class ConstTest extends SpecTestsuiteBase ); } - #[Depends('testModule758')] public function testAssertReturn759(): void { $this->runAssertReturnCommand( @@ -7305,7 +6545,6 @@ final class ConstTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn759')] public function testModule760(): void { $this->runModuleCommand( @@ -7315,7 +6554,6 @@ final class ConstTest extends SpecTestsuiteBase ); } - #[Depends('testModule760')] public function testAssertReturn761(): void { $this->runAssertReturnCommand( @@ -7325,7 +6563,6 @@ final class ConstTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn761')] public function testModule762(): void { $this->runModuleCommand( @@ -7335,7 +6572,6 @@ final class ConstTest extends SpecTestsuiteBase ); } - #[Depends('testModule762')] public function testAssertReturn763(): void { $this->runAssertReturnCommand( @@ -7345,7 +6581,6 @@ final class ConstTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn763')] public function testModule764(): void { $this->runModuleCommand( @@ -7355,7 +6590,6 @@ final class ConstTest extends SpecTestsuiteBase ); } - #[Depends('testModule764')] public function testAssertReturn765(): void { $this->runAssertReturnCommand( @@ -7365,7 +6599,6 @@ final class ConstTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn765')] public function testModule766(): void { $this->runModuleCommand( @@ -7375,7 +6608,6 @@ final class ConstTest extends SpecTestsuiteBase ); } - #[Depends('testModule766')] public function testAssertReturn767(): void { $this->runAssertReturnCommand( @@ -7385,7 +6617,6 @@ final class ConstTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn767')] public function testModule768(): void { $this->runModuleCommand( @@ -7395,7 +6626,6 @@ final class ConstTest extends SpecTestsuiteBase ); } - #[Depends('testModule768')] public function testAssertReturn769(): void { $this->runAssertReturnCommand( @@ -7405,7 +6635,6 @@ final class ConstTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn769')] public function testModule770(): void { $this->runModuleCommand( @@ -7415,7 +6644,6 @@ final class ConstTest extends SpecTestsuiteBase ); } - #[Depends('testModule770')] public function testAssertReturn771(): void { $this->runAssertReturnCommand( @@ -7425,7 +6653,6 @@ final class ConstTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn771')] public function testModule772(): void { $this->runModuleCommand( @@ -7435,7 +6662,6 @@ final class ConstTest extends SpecTestsuiteBase ); } - #[Depends('testModule772')] public function testAssertReturn773(): void { $this->runAssertReturnCommand( @@ -7445,7 +6671,6 @@ final class ConstTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn773')] public function testModule774(): void { $this->runModuleCommand( @@ -7455,7 +6680,6 @@ final class ConstTest extends SpecTestsuiteBase ); } - #[Depends('testModule774')] public function testAssertReturn775(): void { $this->runAssertReturnCommand( @@ -7465,7 +6689,6 @@ final class ConstTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn775')] public function testModule776(): void { $this->runModuleCommand( @@ -7475,7 +6698,6 @@ final class ConstTest extends SpecTestsuiteBase ); } - #[Depends('testModule776')] public function testAssertReturn777(): void { $this->runAssertReturnCommand( diff --git a/tests/src/SpecTestsuites/Core/ConversionsTest.php b/tests/src/SpecTestsuites/Core/ConversionsTest.php index 82434ab..bafc23a 100644 --- a/tests/src/SpecTestsuites/Core/ConversionsTest.php +++ b/tests/src/SpecTestsuites/Core/ConversionsTest.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 ConversionsTest extends SpecTestsuiteBase @@ -19,7 +18,6 @@ final class ConversionsTest extends SpecTestsuiteBase ); } - #[Depends('testModule0')] public function testAssertReturn1(): void { $this->runAssertReturnCommand( @@ -29,7 +27,6 @@ final class ConversionsTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1')] public function testAssertReturn2(): void { $this->runAssertReturnCommand( @@ -39,7 +36,6 @@ final class ConversionsTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2')] public function testAssertReturn3(): void { $this->runAssertReturnCommand( @@ -49,7 +45,6 @@ final class ConversionsTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn3')] public function testAssertReturn4(): void { $this->runAssertReturnCommand( @@ -59,7 +54,6 @@ final class ConversionsTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn4')] public function testAssertReturn5(): void { $this->runAssertReturnCommand( @@ -69,7 +63,6 @@ final class ConversionsTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn5')] public function testAssertReturn6(): void { $this->runAssertReturnCommand( @@ -79,7 +72,6 @@ final class ConversionsTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn6')] public function testAssertReturn7(): void { $this->runAssertReturnCommand( @@ -89,7 +81,6 @@ final class ConversionsTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn7')] public function testAssertReturn8(): void { $this->runAssertReturnCommand( @@ -99,7 +90,6 @@ final class ConversionsTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn8')] public function testAssertReturn9(): void { $this->runAssertReturnCommand( @@ -109,7 +99,6 @@ final class ConversionsTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn9')] public function testAssertReturn10(): void { $this->runAssertReturnCommand( @@ -119,7 +108,6 @@ final class ConversionsTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn10')] public function testAssertReturn11(): void { $this->runAssertReturnCommand( @@ -129,7 +117,6 @@ final class ConversionsTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn11')] public function testAssertReturn12(): void { $this->runAssertReturnCommand( @@ -139,7 +126,6 @@ final class ConversionsTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn12')] public function testAssertReturn13(): void { $this->runAssertReturnCommand( @@ -149,7 +135,6 @@ final class ConversionsTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn13')] public function testAssertReturn14(): void { $this->runAssertReturnCommand( @@ -159,7 +144,6 @@ final class ConversionsTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn14')] public function testAssertReturn15(): void { $this->runAssertReturnCommand( @@ -169,7 +153,6 @@ final class ConversionsTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn15')] public function testAssertReturn16(): void { $this->runAssertReturnCommand( @@ -179,7 +162,6 @@ final class ConversionsTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn16')] public function testAssertReturn17(): void { $this->runAssertReturnCommand( @@ -189,7 +171,6 @@ final class ConversionsTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn17')] public function testAssertReturn18(): void { $this->runAssertReturnCommand( @@ -199,7 +180,6 @@ final class ConversionsTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn18')] public function testAssertReturn19(): void { $this->runAssertReturnCommand( @@ -209,7 +189,6 @@ final class ConversionsTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn19')] public function testAssertReturn20(): void { $this->runAssertReturnCommand( @@ -219,7 +198,6 @@ final class ConversionsTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn20')] public function testAssertReturn21(): void { $this->runAssertReturnCommand( @@ -229,7 +207,6 @@ final class ConversionsTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn21')] public function testAssertReturn22(): void { $this->runAssertReturnCommand( @@ -239,7 +216,6 @@ final class ConversionsTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn22')] public function testAssertReturn23(): void { $this->runAssertReturnCommand( @@ -249,7 +225,6 @@ final class ConversionsTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn23')] public function testAssertReturn24(): void { $this->runAssertReturnCommand( @@ -259,7 +234,6 @@ final class ConversionsTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn24')] public function testAssertReturn25(): void { $this->runAssertReturnCommand( @@ -269,7 +243,6 @@ final class ConversionsTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn25')] public function testAssertReturn26(): void { $this->runAssertReturnCommand( @@ -279,7 +252,6 @@ final class ConversionsTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn26')] public function testAssertReturn27(): void { $this->runAssertReturnCommand( @@ -289,7 +261,6 @@ final class ConversionsTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn27')] public function testAssertReturn28(): void { $this->runAssertReturnCommand( @@ -299,7 +270,6 @@ final class ConversionsTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn28')] public function testAssertReturn29(): void { $this->runAssertReturnCommand( @@ -309,7 +279,6 @@ final class ConversionsTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn29')] public function testAssertReturn30(): void { $this->runAssertReturnCommand( @@ -319,7 +288,6 @@ final class ConversionsTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn30')] public function testAssertReturn31(): void { $this->runAssertReturnCommand( @@ -329,7 +297,6 @@ final class ConversionsTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn31')] public function testAssertReturn32(): void { $this->runAssertReturnCommand( @@ -339,7 +306,6 @@ final class ConversionsTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn32')] public function testAssertReturn33(): void { $this->runAssertReturnCommand( @@ -349,7 +315,6 @@ final class ConversionsTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn33')] public function testAssertReturn34(): void { $this->runAssertReturnCommand( @@ -359,7 +324,6 @@ final class ConversionsTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn34')] public function testAssertReturn35(): void { $this->runAssertReturnCommand( @@ -369,7 +333,6 @@ final class ConversionsTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn35')] public function testAssertReturn36(): void { $this->runAssertReturnCommand( @@ -379,7 +342,6 @@ final class ConversionsTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn36')] public function testAssertReturn37(): void { $this->runAssertReturnCommand( @@ -389,7 +351,6 @@ final class ConversionsTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn37')] public function testAssertReturn38(): void { $this->runAssertReturnCommand( @@ -399,7 +360,6 @@ final class ConversionsTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn38')] public function testAssertTrap39(): void { $this->runAssertTrapCommand( @@ -409,7 +369,6 @@ final class ConversionsTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap39')] public function testAssertTrap40(): void { $this->runAssertTrapCommand( @@ -419,7 +378,6 @@ final class ConversionsTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap40')] public function testAssertTrap41(): void { $this->runAssertTrapCommand( @@ -429,7 +387,6 @@ final class ConversionsTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap41')] public function testAssertTrap42(): void { $this->runAssertTrapCommand( @@ -439,7 +396,6 @@ final class ConversionsTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap42')] public function testAssertTrap43(): void { $this->runAssertTrapCommand( @@ -449,7 +405,6 @@ final class ConversionsTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap43')] public function testAssertTrap44(): void { $this->runAssertTrapCommand( @@ -459,7 +414,6 @@ final class ConversionsTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap44')] public function testAssertTrap45(): void { $this->runAssertTrapCommand( @@ -469,7 +423,6 @@ final class ConversionsTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap45')] public function testAssertTrap46(): void { $this->runAssertTrapCommand( @@ -479,7 +432,6 @@ final class ConversionsTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap46')] public function testAssertReturn47(): void { $this->runAssertReturnCommand( @@ -489,7 +441,6 @@ final class ConversionsTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn47')] public function testAssertReturn48(): void { $this->runAssertReturnCommand( @@ -499,7 +450,6 @@ final class ConversionsTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn48')] public function testAssertReturn49(): void { $this->runAssertReturnCommand( @@ -509,7 +459,6 @@ final class ConversionsTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn49')] public function testAssertReturn50(): void { $this->runAssertReturnCommand( @@ -519,7 +468,6 @@ final class ConversionsTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn50')] public function testAssertReturn51(): void { $this->runAssertReturnCommand( @@ -529,7 +477,6 @@ final class ConversionsTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn51')] public function testAssertReturn52(): void { $this->runAssertReturnCommand( @@ -539,7 +486,6 @@ final class ConversionsTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn52')] public function testAssertReturn53(): void { $this->runAssertReturnCommand( @@ -549,7 +495,6 @@ final class ConversionsTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn53')] public function testAssertReturn54(): void { $this->runAssertReturnCommand( @@ -559,7 +504,6 @@ final class ConversionsTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn54')] public function testAssertReturn55(): void { $this->runAssertReturnCommand( @@ -569,7 +513,6 @@ final class ConversionsTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn55')] public function testAssertReturn56(): void { $this->runAssertReturnCommand( @@ -579,7 +522,6 @@ final class ConversionsTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn56')] public function testAssertReturn57(): void { $this->runAssertReturnCommand( @@ -589,7 +531,6 @@ final class ConversionsTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn57')] public function testAssertReturn58(): void { $this->runAssertReturnCommand( @@ -599,7 +540,6 @@ final class ConversionsTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn58')] public function testAssertReturn59(): void { $this->runAssertReturnCommand( @@ -609,7 +549,6 @@ final class ConversionsTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn59')] public function testAssertTrap60(): void { $this->runAssertTrapCommand( @@ -619,7 +558,6 @@ final class ConversionsTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap60')] public function testAssertTrap61(): void { $this->runAssertTrapCommand( @@ -629,7 +567,6 @@ final class ConversionsTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap61')] public function testAssertTrap62(): void { $this->runAssertTrapCommand( @@ -639,7 +576,6 @@ final class ConversionsTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap62')] public function testAssertTrap63(): void { $this->runAssertTrapCommand( @@ -649,7 +585,6 @@ final class ConversionsTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap63')] public function testAssertTrap64(): void { $this->runAssertTrapCommand( @@ -659,7 +594,6 @@ final class ConversionsTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap64')] public function testAssertTrap65(): void { $this->runAssertTrapCommand( @@ -669,7 +603,6 @@ final class ConversionsTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap65')] public function testAssertTrap66(): void { $this->runAssertTrapCommand( @@ -679,7 +612,6 @@ final class ConversionsTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap66')] public function testAssertTrap67(): void { $this->runAssertTrapCommand( @@ -689,7 +621,6 @@ final class ConversionsTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap67')] public function testAssertReturn68(): void { $this->runAssertReturnCommand( @@ -699,7 +630,6 @@ final class ConversionsTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn68')] public function testAssertReturn69(): void { $this->runAssertReturnCommand( @@ -709,7 +639,6 @@ final class ConversionsTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn69')] public function testAssertReturn70(): void { $this->runAssertReturnCommand( @@ -719,7 +648,6 @@ final class ConversionsTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn70')] public function testAssertReturn71(): void { $this->runAssertReturnCommand( @@ -729,7 +657,6 @@ final class ConversionsTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn71')] public function testAssertReturn72(): void { $this->runAssertReturnCommand( @@ -739,7 +666,6 @@ final class ConversionsTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn72')] public function testAssertReturn73(): void { $this->runAssertReturnCommand( @@ -749,7 +675,6 @@ final class ConversionsTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn73')] public function testAssertReturn74(): void { $this->runAssertReturnCommand( @@ -759,7 +684,6 @@ final class ConversionsTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn74')] public function testAssertReturn75(): void { $this->runAssertReturnCommand( @@ -769,7 +693,6 @@ final class ConversionsTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn75')] public function testAssertReturn76(): void { $this->runAssertReturnCommand( @@ -779,7 +702,6 @@ final class ConversionsTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn76')] public function testAssertReturn77(): void { $this->runAssertReturnCommand( @@ -789,7 +711,6 @@ final class ConversionsTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn77')] public function testAssertReturn78(): void { $this->runAssertReturnCommand( @@ -799,7 +720,6 @@ final class ConversionsTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn78')] public function testAssertReturn79(): void { $this->runAssertReturnCommand( @@ -809,7 +729,6 @@ final class ConversionsTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn79')] public function testAssertReturn80(): void { $this->runAssertReturnCommand( @@ -819,7 +738,6 @@ final class ConversionsTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn80')] public function testAssertReturn81(): void { $this->runAssertReturnCommand( @@ -829,7 +747,6 @@ final class ConversionsTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn81')] public function testAssertReturn82(): void { $this->runAssertReturnCommand( @@ -839,7 +756,6 @@ final class ConversionsTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn82')] public function testAssertReturn83(): void { $this->runAssertReturnCommand( @@ -849,7 +765,6 @@ final class ConversionsTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn83')] public function testAssertTrap84(): void { $this->runAssertTrapCommand( @@ -859,7 +774,6 @@ final class ConversionsTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap84')] public function testAssertTrap85(): void { $this->runAssertTrapCommand( @@ -869,7 +783,6 @@ final class ConversionsTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap85')] public function testAssertTrap86(): void { $this->runAssertTrapCommand( @@ -879,7 +792,6 @@ final class ConversionsTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap86')] public function testAssertTrap87(): void { $this->runAssertTrapCommand( @@ -889,7 +801,6 @@ final class ConversionsTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap87')] public function testAssertTrap88(): void { $this->runAssertTrapCommand( @@ -899,7 +810,6 @@ final class ConversionsTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap88')] public function testAssertTrap89(): void { $this->runAssertTrapCommand( @@ -909,7 +819,6 @@ final class ConversionsTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap89')] public function testAssertTrap90(): void { $this->runAssertTrapCommand( @@ -919,7 +828,6 @@ final class ConversionsTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap90')] public function testAssertTrap91(): void { $this->runAssertTrapCommand( @@ -929,7 +837,6 @@ final class ConversionsTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap91')] public function testAssertReturn92(): void { $this->runAssertReturnCommand( @@ -939,7 +846,6 @@ final class ConversionsTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn92')] public function testAssertReturn93(): void { $this->runAssertReturnCommand( @@ -949,7 +855,6 @@ final class ConversionsTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn93')] public function testAssertReturn94(): void { $this->runAssertReturnCommand( @@ -959,7 +864,6 @@ final class ConversionsTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn94')] public function testAssertReturn95(): void { $this->runAssertReturnCommand( @@ -969,7 +873,6 @@ final class ConversionsTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn95')] public function testAssertReturn96(): void { $this->runAssertReturnCommand( @@ -979,7 +882,6 @@ final class ConversionsTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn96')] public function testAssertReturn97(): void { $this->runAssertReturnCommand( @@ -989,7 +891,6 @@ final class ConversionsTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn97')] public function testAssertReturn98(): void { $this->runAssertReturnCommand( @@ -999,7 +900,6 @@ final class ConversionsTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn98')] public function testAssertReturn99(): void { $this->runAssertReturnCommand( @@ -1009,7 +909,6 @@ final class ConversionsTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn99')] public function testAssertReturn100(): void { $this->runAssertReturnCommand( @@ -1019,7 +918,6 @@ final class ConversionsTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn100')] public function testAssertReturn101(): void { $this->runAssertReturnCommand( @@ -1029,7 +927,6 @@ final class ConversionsTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn101')] public function testAssertReturn102(): void { $this->runAssertReturnCommand( @@ -1039,7 +936,6 @@ final class ConversionsTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn102')] public function testAssertReturn103(): void { $this->runAssertReturnCommand( @@ -1049,7 +945,6 @@ final class ConversionsTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn103')] public function testAssertReturn104(): void { $this->runAssertReturnCommand( @@ -1059,7 +954,6 @@ final class ConversionsTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn104')] public function testAssertReturn105(): void { $this->runAssertReturnCommand( @@ -1069,7 +963,6 @@ final class ConversionsTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn105')] public function testAssertReturn106(): void { $this->runAssertReturnCommand( @@ -1079,7 +972,6 @@ final class ConversionsTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn106')] public function testAssertReturn107(): void { $this->runAssertReturnCommand( @@ -1089,7 +981,6 @@ final class ConversionsTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn107')] public function testAssertTrap108(): void { $this->runAssertTrapCommand( @@ -1099,7 +990,6 @@ final class ConversionsTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap108')] public function testAssertTrap109(): void { $this->runAssertTrapCommand( @@ -1109,7 +999,6 @@ final class ConversionsTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap109')] public function testAssertTrap110(): void { $this->runAssertTrapCommand( @@ -1119,7 +1008,6 @@ final class ConversionsTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap110')] public function testAssertTrap111(): void { $this->runAssertTrapCommand( @@ -1129,7 +1017,6 @@ final class ConversionsTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap111')] public function testAssertTrap112(): void { $this->runAssertTrapCommand( @@ -1139,7 +1026,6 @@ final class ConversionsTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap112')] public function testAssertTrap113(): void { $this->runAssertTrapCommand( @@ -1149,7 +1035,6 @@ final class ConversionsTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap113')] public function testAssertTrap114(): void { $this->runAssertTrapCommand( @@ -1159,7 +1044,6 @@ final class ConversionsTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap114')] public function testAssertTrap115(): void { $this->runAssertTrapCommand( @@ -1169,7 +1053,6 @@ final class ConversionsTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap115')] public function testAssertTrap116(): void { $this->runAssertTrapCommand( @@ -1179,7 +1062,6 @@ final class ConversionsTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap116')] public function testAssertTrap117(): void { $this->runAssertTrapCommand( @@ -1189,7 +1071,6 @@ final class ConversionsTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap117')] public function testAssertTrap118(): void { $this->runAssertTrapCommand( @@ -1199,7 +1080,6 @@ final class ConversionsTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap118')] public function testAssertReturn119(): void { $this->runAssertReturnCommand( @@ -1209,7 +1089,6 @@ final class ConversionsTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn119')] public function testAssertReturn120(): void { $this->runAssertReturnCommand( @@ -1219,7 +1098,6 @@ final class ConversionsTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn120')] public function testAssertReturn121(): void { $this->runAssertReturnCommand( @@ -1229,7 +1107,6 @@ final class ConversionsTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn121')] public function testAssertReturn122(): void { $this->runAssertReturnCommand( @@ -1239,7 +1116,6 @@ final class ConversionsTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn122')] public function testAssertReturn123(): void { $this->runAssertReturnCommand( @@ -1249,7 +1125,6 @@ final class ConversionsTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn123')] public function testAssertReturn124(): void { $this->runAssertReturnCommand( @@ -1259,7 +1134,6 @@ final class ConversionsTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn124')] public function testAssertReturn125(): void { $this->runAssertReturnCommand( @@ -1269,7 +1143,6 @@ final class ConversionsTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn125')] public function testAssertReturn126(): void { $this->runAssertReturnCommand( @@ -1279,7 +1152,6 @@ final class ConversionsTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn126')] public function testAssertReturn127(): void { $this->runAssertReturnCommand( @@ -1289,7 +1161,6 @@ final class ConversionsTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn127')] public function testAssertReturn128(): void { $this->runAssertReturnCommand( @@ -1299,7 +1170,6 @@ final class ConversionsTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn128')] public function testAssertReturn129(): void { $this->runAssertReturnCommand( @@ -1309,7 +1179,6 @@ final class ConversionsTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn129')] public function testAssertReturn130(): void { $this->runAssertReturnCommand( @@ -1319,7 +1188,6 @@ final class ConversionsTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn130')] public function testAssertReturn131(): void { $this->runAssertReturnCommand( @@ -1329,7 +1197,6 @@ final class ConversionsTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn131')] public function testAssertReturn132(): void { $this->runAssertReturnCommand( @@ -1339,7 +1206,6 @@ final class ConversionsTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn132')] public function testAssertReturn133(): void { $this->runAssertReturnCommand( @@ -1349,7 +1215,6 @@ final class ConversionsTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn133')] public function testAssertReturn134(): void { $this->runAssertReturnCommand( @@ -1359,7 +1224,6 @@ final class ConversionsTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn134')] public function testAssertTrap135(): void { $this->runAssertTrapCommand( @@ -1369,7 +1233,6 @@ final class ConversionsTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap135')] public function testAssertTrap136(): void { $this->runAssertTrapCommand( @@ -1379,7 +1242,6 @@ final class ConversionsTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap136')] public function testAssertTrap137(): void { $this->runAssertTrapCommand( @@ -1389,7 +1251,6 @@ final class ConversionsTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap137')] public function testAssertTrap138(): void { $this->runAssertTrapCommand( @@ -1399,7 +1260,6 @@ final class ConversionsTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap138')] public function testAssertTrap139(): void { $this->runAssertTrapCommand( @@ -1409,7 +1269,6 @@ final class ConversionsTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap139')] public function testAssertTrap140(): void { $this->runAssertTrapCommand( @@ -1419,7 +1278,6 @@ final class ConversionsTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap140')] public function testAssertTrap141(): void { $this->runAssertTrapCommand( @@ -1429,7 +1287,6 @@ final class ConversionsTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap141')] public function testAssertTrap142(): void { $this->runAssertTrapCommand( @@ -1439,7 +1296,6 @@ final class ConversionsTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap142')] public function testAssertReturn143(): void { $this->runAssertReturnCommand( @@ -1449,7 +1305,6 @@ final class ConversionsTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn143')] public function testAssertReturn144(): void { $this->runAssertReturnCommand( @@ -1459,7 +1314,6 @@ final class ConversionsTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn144')] public function testAssertReturn145(): void { $this->runAssertReturnCommand( @@ -1469,7 +1323,6 @@ final class ConversionsTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn145')] public function testAssertReturn146(): void { $this->runAssertReturnCommand( @@ -1479,7 +1332,6 @@ final class ConversionsTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn146')] public function testAssertReturn147(): void { $this->runAssertReturnCommand( @@ -1489,7 +1341,6 @@ final class ConversionsTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn147')] public function testAssertReturn148(): void { $this->runAssertReturnCommand( @@ -1499,7 +1350,6 @@ final class ConversionsTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn148')] public function testAssertReturn149(): void { $this->runAssertReturnCommand( @@ -1509,7 +1359,6 @@ final class ConversionsTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn149')] public function testAssertReturn150(): void { $this->runAssertReturnCommand( @@ -1519,7 +1368,6 @@ final class ConversionsTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn150')] public function testAssertReturn151(): void { $this->runAssertReturnCommand( @@ -1529,7 +1377,6 @@ final class ConversionsTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn151')] public function testAssertReturn152(): void { $this->runAssertReturnCommand( @@ -1539,7 +1386,6 @@ final class ConversionsTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn152')] public function testAssertReturn153(): void { $this->runAssertReturnCommand( @@ -1549,7 +1395,6 @@ final class ConversionsTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn153')] public function testAssertTrap154(): void { $this->runAssertTrapCommand( @@ -1559,7 +1404,6 @@ final class ConversionsTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap154')] public function testAssertTrap155(): void { $this->runAssertTrapCommand( @@ -1569,7 +1413,6 @@ final class ConversionsTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap155')] public function testAssertTrap156(): void { $this->runAssertTrapCommand( @@ -1579,7 +1422,6 @@ final class ConversionsTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap156')] public function testAssertTrap157(): void { $this->runAssertTrapCommand( @@ -1589,7 +1431,6 @@ final class ConversionsTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap157')] public function testAssertTrap158(): void { $this->runAssertTrapCommand( @@ -1599,7 +1440,6 @@ final class ConversionsTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap158')] public function testAssertTrap159(): void { $this->runAssertTrapCommand( @@ -1609,7 +1449,6 @@ final class ConversionsTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap159')] public function testAssertTrap160(): void { $this->runAssertTrapCommand( @@ -1619,7 +1458,6 @@ final class ConversionsTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap160')] public function testAssertTrap161(): void { $this->runAssertTrapCommand( @@ -1629,7 +1467,6 @@ final class ConversionsTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap161')] public function testAssertReturn162(): void { $this->runAssertReturnCommand( @@ -1639,7 +1476,6 @@ final class ConversionsTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn162')] public function testAssertReturn163(): void { $this->runAssertReturnCommand( @@ -1649,7 +1485,6 @@ final class ConversionsTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn163')] public function testAssertReturn164(): void { $this->runAssertReturnCommand( @@ -1659,7 +1494,6 @@ final class ConversionsTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn164')] public function testAssertReturn165(): void { $this->runAssertReturnCommand( @@ -1669,7 +1503,6 @@ final class ConversionsTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn165')] public function testAssertReturn166(): void { $this->runAssertReturnCommand( @@ -1679,7 +1512,6 @@ final class ConversionsTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn166')] public function testAssertReturn167(): void { $this->runAssertReturnCommand( @@ -1689,7 +1521,6 @@ final class ConversionsTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn167')] public function testAssertReturn168(): void { $this->runAssertReturnCommand( @@ -1699,7 +1530,6 @@ final class ConversionsTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn168')] public function testAssertReturn169(): void { $this->runAssertReturnCommand( @@ -1709,7 +1539,6 @@ final class ConversionsTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn169')] public function testAssertReturn170(): void { $this->runAssertReturnCommand( @@ -1719,7 +1548,6 @@ final class ConversionsTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn170')] public function testAssertReturn171(): void { $this->runAssertReturnCommand( @@ -1729,7 +1557,6 @@ final class ConversionsTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn171')] public function testAssertReturn172(): void { $this->runAssertReturnCommand( @@ -1739,7 +1566,6 @@ final class ConversionsTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn172')] public function testAssertReturn173(): void { $this->runAssertReturnCommand( @@ -1749,7 +1575,6 @@ final class ConversionsTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn173')] public function testAssertReturn174(): void { $this->runAssertReturnCommand( @@ -1759,7 +1584,6 @@ final class ConversionsTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn174')] public function testAssertReturn175(): void { $this->runAssertReturnCommand( @@ -1769,7 +1593,6 @@ final class ConversionsTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn175')] public function testAssertReturn176(): void { $this->runAssertReturnCommand( @@ -1779,7 +1602,6 @@ final class ConversionsTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn176')] public function testAssertReturn177(): void { $this->runAssertReturnCommand( @@ -1789,7 +1611,6 @@ final class ConversionsTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn177')] public function testAssertTrap178(): void { $this->runAssertTrapCommand( @@ -1799,7 +1620,6 @@ final class ConversionsTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap178')] public function testAssertTrap179(): void { $this->runAssertTrapCommand( @@ -1809,7 +1629,6 @@ final class ConversionsTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap179')] public function testAssertTrap180(): void { $this->runAssertTrapCommand( @@ -1819,7 +1638,6 @@ final class ConversionsTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap180')] public function testAssertTrap181(): void { $this->runAssertTrapCommand( @@ -1829,7 +1647,6 @@ final class ConversionsTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap181')] public function testAssertTrap182(): void { $this->runAssertTrapCommand( @@ -1839,7 +1656,6 @@ final class ConversionsTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap182')] public function testAssertTrap183(): void { $this->runAssertTrapCommand( @@ -1849,7 +1665,6 @@ final class ConversionsTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap183')] public function testAssertTrap184(): void { $this->runAssertTrapCommand( @@ -1859,7 +1674,6 @@ final class ConversionsTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap184')] public function testAssertTrap185(): void { $this->runAssertTrapCommand( @@ -1869,7 +1683,6 @@ final class ConversionsTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap185')] public function testAssertReturn186(): void { $this->runAssertReturnCommand( @@ -1879,7 +1692,6 @@ final class ConversionsTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn186')] public function testAssertReturn187(): void { $this->runAssertReturnCommand( @@ -1889,7 +1701,6 @@ final class ConversionsTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn187')] public function testAssertReturn188(): void { $this->runAssertReturnCommand( @@ -1899,7 +1710,6 @@ final class ConversionsTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn188')] public function testAssertReturn189(): void { $this->runAssertReturnCommand( @@ -1909,7 +1719,6 @@ final class ConversionsTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn189')] public function testAssertReturn190(): void { $this->runAssertReturnCommand( @@ -1919,7 +1728,6 @@ final class ConversionsTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn190')] public function testAssertReturn191(): void { $this->runAssertReturnCommand( @@ -1929,7 +1737,6 @@ final class ConversionsTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn191')] public function testAssertReturn192(): void { $this->runAssertReturnCommand( @@ -1939,7 +1746,6 @@ final class ConversionsTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn192')] public function testAssertReturn193(): void { $this->runAssertReturnCommand( @@ -1949,7 +1755,6 @@ final class ConversionsTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn193')] public function testAssertReturn194(): void { $this->runAssertReturnCommand( @@ -1959,7 +1764,6 @@ final class ConversionsTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn194')] public function testAssertReturn195(): void { $this->runAssertReturnCommand( @@ -1969,7 +1773,6 @@ final class ConversionsTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn195')] public function testAssertReturn196(): void { $this->runAssertReturnCommand( @@ -1979,7 +1782,6 @@ final class ConversionsTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn196')] public function testAssertReturn197(): void { $this->runAssertReturnCommand( @@ -1989,7 +1791,6 @@ final class ConversionsTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn197')] public function testAssertReturn198(): void { $this->runAssertReturnCommand( @@ -1999,7 +1800,6 @@ final class ConversionsTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn198')] public function testAssertReturn199(): void { $this->runAssertReturnCommand( @@ -2009,7 +1809,6 @@ final class ConversionsTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn199')] public function testAssertReturn200(): void { $this->runAssertReturnCommand( @@ -2019,7 +1818,6 @@ final class ConversionsTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn200')] public function testAssertTrap201(): void { $this->runAssertTrapCommand( @@ -2029,7 +1827,6 @@ final class ConversionsTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap201')] public function testAssertTrap202(): void { $this->runAssertTrapCommand( @@ -2039,7 +1836,6 @@ final class ConversionsTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap202')] public function testAssertTrap203(): void { $this->runAssertTrapCommand( @@ -2049,7 +1845,6 @@ final class ConversionsTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap203')] public function testAssertTrap204(): void { $this->runAssertTrapCommand( @@ -2059,7 +1854,6 @@ final class ConversionsTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap204')] public function testAssertTrap205(): void { $this->runAssertTrapCommand( @@ -2069,7 +1863,6 @@ final class ConversionsTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap205')] public function testAssertTrap206(): void { $this->runAssertTrapCommand( @@ -2079,7 +1872,6 @@ final class ConversionsTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap206')] public function testAssertTrap207(): void { $this->runAssertTrapCommand( @@ -2089,7 +1881,6 @@ final class ConversionsTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap207')] public function testAssertTrap208(): void { $this->runAssertTrapCommand( @@ -2099,7 +1890,6 @@ final class ConversionsTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap208')] public function testAssertReturn209(): void { $this->runAssertReturnCommand( @@ -2109,7 +1899,6 @@ final class ConversionsTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn209')] public function testAssertReturn210(): void { $this->runAssertReturnCommand( @@ -2119,7 +1908,6 @@ final class ConversionsTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn210')] public function testAssertReturn211(): void { $this->runAssertReturnCommand( @@ -2129,7 +1917,6 @@ final class ConversionsTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn211')] public function testAssertReturn212(): void { $this->runAssertReturnCommand( @@ -2139,7 +1926,6 @@ final class ConversionsTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn212')] public function testAssertReturn213(): void { $this->runAssertReturnCommand( @@ -2149,7 +1935,6 @@ final class ConversionsTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn213')] public function testAssertReturn214(): void { $this->runAssertReturnCommand( @@ -2159,7 +1944,6 @@ final class ConversionsTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn214')] public function testAssertReturn215(): void { $this->runAssertReturnCommand( @@ -2169,7 +1953,6 @@ final class ConversionsTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn215')] public function testAssertReturn216(): void { $this->runAssertReturnCommand( @@ -2179,7 +1962,6 @@ final class ConversionsTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn216')] public function testAssertReturn217(): void { $this->runAssertReturnCommand( @@ -2189,7 +1971,6 @@ final class ConversionsTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn217')] public function testAssertReturn218(): void { $this->runAssertReturnCommand( @@ -2199,7 +1980,6 @@ final class ConversionsTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn218')] public function testAssertReturn219(): void { $this->runAssertReturnCommand( @@ -2209,7 +1989,6 @@ final class ConversionsTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn219')] public function testAssertReturn220(): void { $this->runAssertReturnCommand( @@ -2219,7 +1998,6 @@ final class ConversionsTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn220')] public function testAssertReturn221(): void { $this->runAssertReturnCommand( @@ -2229,7 +2007,6 @@ final class ConversionsTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn221')] public function testAssertReturn222(): void { $this->runAssertReturnCommand( @@ -2239,7 +2016,6 @@ final class ConversionsTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn222')] public function testAssertReturn223(): void { $this->runAssertReturnCommand( @@ -2249,7 +2025,6 @@ final class ConversionsTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn223')] public function testAssertReturn224(): void { $this->runAssertReturnCommand( @@ -2259,7 +2034,6 @@ final class ConversionsTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn224')] public function testAssertReturn225(): void { $this->runAssertReturnCommand( @@ -2269,7 +2043,6 @@ final class ConversionsTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn225')] public function testAssertReturn226(): void { $this->runAssertReturnCommand( @@ -2279,7 +2052,6 @@ final class ConversionsTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn226')] public function testAssertReturn227(): void { $this->runAssertReturnCommand( @@ -2289,7 +2061,6 @@ final class ConversionsTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn227')] public function testAssertReturn228(): void { $this->runAssertReturnCommand( @@ -2299,7 +2070,6 @@ final class ConversionsTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn228')] public function testAssertReturn229(): void { $this->runAssertReturnCommand( @@ -2309,7 +2079,6 @@ final class ConversionsTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn229')] public function testAssertReturn230(): void { $this->runAssertReturnCommand( @@ -2319,7 +2088,6 @@ final class ConversionsTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn230')] public function testAssertReturn231(): void { $this->runAssertReturnCommand( @@ -2329,7 +2097,6 @@ final class ConversionsTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn231')] public function testAssertReturn232(): void { $this->runAssertReturnCommand( @@ -2339,7 +2106,6 @@ final class ConversionsTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn232')] public function testAssertReturn233(): void { $this->runAssertReturnCommand( @@ -2349,7 +2115,6 @@ final class ConversionsTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn233')] public function testAssertReturn234(): void { $this->runAssertReturnCommand( @@ -2359,7 +2124,6 @@ final class ConversionsTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn234')] public function testAssertReturn235(): void { $this->runAssertReturnCommand( @@ -2369,7 +2133,6 @@ final class ConversionsTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn235')] public function testAssertReturn236(): void { $this->runAssertReturnCommand( @@ -2379,7 +2142,6 @@ final class ConversionsTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn236')] public function testAssertReturn237(): void { $this->runAssertReturnCommand( @@ -2389,7 +2151,6 @@ final class ConversionsTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn237')] public function testAssertReturn238(): void { $this->runAssertReturnCommand( @@ -2399,7 +2160,6 @@ final class ConversionsTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn238')] public function testAssertReturn239(): void { $this->runAssertReturnCommand( @@ -2409,7 +2169,6 @@ final class ConversionsTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn239')] public function testAssertReturn240(): void { $this->runAssertReturnCommand( @@ -2419,7 +2178,6 @@ final class ConversionsTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn240')] public function testAssertReturn241(): void { $this->runAssertReturnCommand( @@ -2429,7 +2187,6 @@ final class ConversionsTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn241')] public function testAssertReturn242(): void { $this->runAssertReturnCommand( @@ -2439,7 +2196,6 @@ final class ConversionsTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn242')] public function testAssertReturn243(): void { $this->runAssertReturnCommand( @@ -2449,7 +2205,6 @@ final class ConversionsTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn243')] public function testAssertReturn244(): void { $this->runAssertReturnCommand( @@ -2459,7 +2214,6 @@ final class ConversionsTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn244')] public function testAssertReturn245(): void { $this->runAssertReturnCommand( @@ -2469,7 +2223,6 @@ final class ConversionsTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn245')] public function testAssertReturn246(): void { $this->runAssertReturnCommand( @@ -2479,7 +2232,6 @@ final class ConversionsTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn246')] public function testAssertReturn247(): void { $this->runAssertReturnCommand( @@ -2489,7 +2241,6 @@ final class ConversionsTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn247')] public function testAssertReturn248(): void { $this->runAssertReturnCommand( @@ -2499,7 +2250,6 @@ final class ConversionsTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn248')] public function testAssertReturn249(): void { $this->runAssertReturnCommand( @@ -2509,7 +2259,6 @@ final class ConversionsTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn249')] public function testAssertReturn250(): void { $this->runAssertReturnCommand( @@ -2519,7 +2268,6 @@ final class ConversionsTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn250')] public function testAssertReturn251(): void { $this->runAssertReturnCommand( @@ -2529,7 +2277,6 @@ final class ConversionsTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn251')] public function testAssertReturn252(): void { $this->runAssertReturnCommand( @@ -2539,7 +2286,6 @@ final class ConversionsTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn252')] public function testAssertReturn253(): void { $this->runAssertReturnCommand( @@ -2549,7 +2295,6 @@ final class ConversionsTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn253')] public function testAssertReturn254(): void { $this->runAssertReturnCommand( @@ -2559,7 +2304,6 @@ final class ConversionsTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn254')] public function testAssertReturn255(): void { $this->runAssertReturnCommand( @@ -2569,7 +2313,6 @@ final class ConversionsTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn255')] public function testAssertReturn256(): void { $this->runAssertReturnCommand( @@ -2579,7 +2322,6 @@ final class ConversionsTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn256')] public function testAssertReturn257(): void { $this->runAssertReturnCommand( @@ -2589,7 +2331,6 @@ final class ConversionsTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn257')] public function testAssertReturn258(): void { $this->runAssertReturnCommand( @@ -2599,7 +2340,6 @@ final class ConversionsTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn258')] public function testAssertReturn259(): void { $this->runAssertReturnCommand( @@ -2609,7 +2349,6 @@ final class ConversionsTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn259')] public function testAssertReturn260(): void { $this->runAssertReturnCommand( @@ -2619,7 +2358,6 @@ final class ConversionsTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn260')] public function testAssertReturn261(): void { $this->runAssertReturnCommand( @@ -2629,7 +2367,6 @@ final class ConversionsTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn261')] public function testAssertReturn262(): void { $this->runAssertReturnCommand( @@ -2639,7 +2376,6 @@ final class ConversionsTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn262')] public function testAssertReturn263(): void { $this->runAssertReturnCommand( @@ -2649,7 +2385,6 @@ final class ConversionsTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn263')] public function testAssertReturn264(): void { $this->runAssertReturnCommand( @@ -2659,7 +2394,6 @@ final class ConversionsTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn264')] public function testAssertReturn265(): void { $this->runAssertReturnCommand( @@ -2669,7 +2403,6 @@ final class ConversionsTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn265')] public function testAssertReturn266(): void { $this->runAssertReturnCommand( @@ -2679,7 +2412,6 @@ final class ConversionsTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn266')] public function testAssertReturn267(): void { $this->runAssertReturnCommand( @@ -2689,7 +2421,6 @@ final class ConversionsTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn267')] public function testAssertReturn268(): void { $this->runAssertReturnCommand( @@ -2699,7 +2430,6 @@ final class ConversionsTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn268')] public function testAssertReturn269(): void { $this->runAssertReturnCommand( @@ -2709,7 +2439,6 @@ final class ConversionsTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn269')] public function testAssertReturn270(): void { $this->runAssertReturnCommand( @@ -2719,7 +2448,6 @@ final class ConversionsTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn270')] public function testAssertReturn271(): void { $this->runAssertReturnCommand( @@ -2729,7 +2457,6 @@ final class ConversionsTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn271')] public function testAssertReturn272(): void { $this->runAssertReturnCommand( @@ -2739,7 +2466,6 @@ final class ConversionsTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn272')] public function testAssertReturn273(): void { $this->runAssertReturnCommand( @@ -2749,7 +2475,6 @@ final class ConversionsTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn273')] public function testAssertReturn274(): void { $this->runAssertReturnCommand( @@ -2759,7 +2484,6 @@ final class ConversionsTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn274')] public function testAssertReturn275(): void { $this->runAssertReturnCommand( @@ -2769,7 +2493,6 @@ final class ConversionsTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn275')] public function testAssertReturn276(): void { $this->runAssertReturnCommand( @@ -2779,7 +2502,6 @@ final class ConversionsTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn276')] public function testAssertReturn277(): void { $this->runAssertReturnCommand( @@ -2789,7 +2511,6 @@ final class ConversionsTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn277')] public function testAssertReturn278(): void { $this->runAssertReturnCommand( @@ -2799,7 +2520,6 @@ final class ConversionsTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn278')] public function testAssertReturn279(): void { $this->runAssertReturnCommand( @@ -2809,7 +2529,6 @@ final class ConversionsTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn279')] public function testAssertReturn280(): void { $this->runAssertReturnCommand( @@ -2819,7 +2538,6 @@ final class ConversionsTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn280')] public function testAssertReturn281(): void { $this->runAssertReturnCommand( @@ -2829,7 +2547,6 @@ final class ConversionsTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn281')] public function testAssertReturn282(): void { $this->runAssertReturnCommand( @@ -2839,7 +2556,6 @@ final class ConversionsTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn282')] public function testAssertReturn283(): void { $this->runAssertReturnCommand( @@ -2849,7 +2565,6 @@ final class ConversionsTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn283')] public function testAssertReturn284(): void { $this->runAssertReturnCommand( @@ -2859,7 +2574,6 @@ final class ConversionsTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn284')] public function testAssertReturn285(): void { $this->runAssertReturnCommand( @@ -2869,7 +2583,6 @@ final class ConversionsTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn285')] public function testAssertReturn286(): void { $this->runAssertReturnCommand( @@ -2879,7 +2592,6 @@ final class ConversionsTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn286')] public function testAssertReturn287(): void { $this->runAssertReturnCommand( @@ -2889,7 +2601,6 @@ final class ConversionsTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn287')] public function testAssertReturn288(): void { $this->runAssertReturnCommand( @@ -2899,7 +2610,6 @@ final class ConversionsTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn288')] public function testAssertReturn289(): void { $this->runAssertReturnCommand( @@ -2909,7 +2619,6 @@ final class ConversionsTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn289')] public function testAssertReturn290(): void { $this->runAssertReturnCommand( @@ -2919,7 +2628,6 @@ final class ConversionsTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn290')] public function testAssertReturn291(): void { $this->runAssertReturnCommand( @@ -2929,7 +2637,6 @@ final class ConversionsTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn291')] public function testAssertReturn292(): void { $this->runAssertReturnCommand( @@ -2939,7 +2646,6 @@ final class ConversionsTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn292')] public function testAssertReturn293(): void { $this->runAssertReturnCommand( @@ -2949,7 +2655,6 @@ final class ConversionsTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn293')] public function testAssertReturn294(): void { $this->runAssertReturnCommand( @@ -2959,7 +2664,6 @@ final class ConversionsTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn294')] public function testAssertReturn295(): void { $this->runAssertReturnCommand( @@ -2969,7 +2673,6 @@ final class ConversionsTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn295')] public function testAssertReturn296(): void { $this->runAssertReturnCommand( @@ -2979,7 +2682,6 @@ final class ConversionsTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn296')] public function testAssertReturn297(): void { $this->runAssertReturnCommand( @@ -2989,7 +2691,6 @@ final class ConversionsTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn297')] public function testAssertReturn298(): void { $this->runAssertReturnCommand( @@ -2999,7 +2700,6 @@ final class ConversionsTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn298')] public function testAssertReturn299(): void { $this->runAssertReturnCommand( @@ -3009,7 +2709,6 @@ final class ConversionsTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn299')] public function testAssertReturn300(): void { $this->runAssertReturnCommand( @@ -3019,7 +2718,6 @@ final class ConversionsTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn300')] public function testAssertReturn301(): void { $this->runAssertReturnCommand( @@ -3029,7 +2727,6 @@ final class ConversionsTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn301')] public function testAssertReturn302(): void { $this->runAssertReturnCommand( @@ -3039,7 +2736,6 @@ final class ConversionsTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn302')] public function testAssertReturn303(): void { $this->runAssertReturnCommand( @@ -3049,7 +2745,6 @@ final class ConversionsTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn303')] public function testAssertReturn304(): void { $this->runAssertReturnCommand( @@ -3059,7 +2754,6 @@ final class ConversionsTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn304')] public function testAssertReturn305(): void { $this->runAssertReturnCommand( @@ -3069,7 +2763,6 @@ final class ConversionsTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn305')] public function testAssertReturn306(): void { $this->runAssertReturnCommand( @@ -3079,7 +2772,6 @@ final class ConversionsTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn306')] public function testAssertReturn307(): void { $this->runAssertReturnCommand( @@ -3089,7 +2781,6 @@ final class ConversionsTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn307')] public function testAssertReturn308(): void { $this->runAssertReturnCommand( @@ -3099,7 +2790,6 @@ final class ConversionsTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn308')] public function testAssertReturn309(): void { $this->runAssertReturnCommand( @@ -3109,7 +2799,6 @@ final class ConversionsTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn309')] public function testAssertReturn310(): void { $this->runAssertReturnCommand( @@ -3119,7 +2808,6 @@ final class ConversionsTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn310')] public function testAssertReturn311(): void { $this->runAssertReturnCommand( @@ -3129,7 +2817,6 @@ final class ConversionsTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn311')] public function testAssertReturn312(): void { $this->runAssertReturnCommand( @@ -3139,7 +2826,6 @@ final class ConversionsTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn312')] public function testAssertReturn313(): void { $this->runAssertReturnCommand( @@ -3149,7 +2835,6 @@ final class ConversionsTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn313')] public function testAssertReturn314(): void { $this->runAssertReturnCommand( @@ -3159,7 +2844,6 @@ final class ConversionsTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn314')] public function testAssertReturn315(): void { $this->runAssertReturnCommand( @@ -3169,7 +2853,6 @@ final class ConversionsTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn315')] public function testAssertReturn316(): void { $this->runAssertReturnCommand( @@ -3179,7 +2862,6 @@ final class ConversionsTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn316')] public function testAssertReturn317(): void { $this->runAssertReturnCommand( @@ -3189,7 +2871,6 @@ final class ConversionsTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn317')] public function testAssertReturn318(): void { $this->runAssertReturnCommand( @@ -3199,7 +2880,6 @@ final class ConversionsTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn318')] public function testAssertReturn319(): void { $this->runAssertReturnCommand( @@ -3209,7 +2889,6 @@ final class ConversionsTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn319')] public function testAssertReturn320(): void { $this->runAssertReturnCommand( @@ -3219,7 +2898,6 @@ final class ConversionsTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn320')] public function testAssertReturn321(): void { $this->runAssertReturnCommand( @@ -3229,7 +2907,6 @@ final class ConversionsTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn321')] public function testAssertReturn322(): void { $this->runAssertReturnCommand( @@ -3239,7 +2916,6 @@ final class ConversionsTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn322')] public function testAssertReturn323(): void { $this->runAssertReturnCommand( @@ -3249,7 +2925,6 @@ final class ConversionsTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn323')] public function testAssertReturn324(): void { $this->runAssertReturnCommand( @@ -3259,7 +2934,6 @@ final class ConversionsTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn324')] public function testAssertReturn325(): void { $this->runAssertReturnCommand( @@ -3269,7 +2943,6 @@ final class ConversionsTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn325')] public function testAssertReturn326(): void { $this->runAssertReturnCommand( @@ -3279,7 +2952,6 @@ final class ConversionsTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn326')] public function testAssertReturn327(): void { $this->runAssertReturnCommand( @@ -3289,7 +2961,6 @@ final class ConversionsTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn327')] public function testAssertReturn328(): void { $this->runAssertReturnCommand( @@ -3299,7 +2970,6 @@ final class ConversionsTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn328')] public function testAssertReturn329(): void { $this->runAssertReturnCommand( @@ -3309,7 +2979,6 @@ final class ConversionsTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn329')] public function testAssertReturn330(): void { $this->runAssertReturnCommand( @@ -3319,7 +2988,6 @@ final class ConversionsTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn330')] public function testAssertReturn331(): void { $this->runAssertReturnCommand( @@ -3329,7 +2997,6 @@ final class ConversionsTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn331')] public function testAssertReturn332(): void { $this->runAssertReturnCommand( @@ -3339,7 +3006,6 @@ final class ConversionsTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn332')] public function testAssertReturn333(): void { $this->runAssertReturnCommand( @@ -3349,7 +3015,6 @@ final class ConversionsTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn333')] public function testAssertReturn334(): void { $this->runAssertReturnCommand( @@ -3359,7 +3024,6 @@ final class ConversionsTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn334')] public function testAssertReturn335(): void { $this->runAssertReturnCommand( @@ -3369,7 +3033,6 @@ final class ConversionsTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn335')] public function testAssertReturn336(): void { $this->runAssertReturnCommand( @@ -3379,7 +3042,6 @@ final class ConversionsTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn336')] public function testAssertReturn337(): void { $this->runAssertReturnCommand( @@ -3389,7 +3051,6 @@ final class ConversionsTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn337')] public function testAssertReturn338(): void { $this->runAssertReturnCommand( @@ -3399,7 +3060,6 @@ final class ConversionsTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn338')] public function testAssertReturn339(): void { $this->runAssertReturnCommand( @@ -3409,7 +3069,6 @@ final class ConversionsTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn339')] public function testAssertReturn340(): void { $this->runAssertReturnCommand( @@ -3419,7 +3078,6 @@ final class ConversionsTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn340')] public function testAssertReturn341(): void { $this->runAssertReturnCommand( @@ -3429,7 +3087,6 @@ final class ConversionsTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn341')] public function testAssertReturn342(): void { $this->runAssertReturnCommand( @@ -3439,7 +3096,6 @@ final class ConversionsTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn342')] public function testAssertReturn343(): void { $this->runAssertReturnCommand( @@ -3449,7 +3105,6 @@ final class ConversionsTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn343')] public function testAssertReturn344(): void { $this->runAssertReturnCommand( @@ -3459,7 +3114,6 @@ final class ConversionsTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn344')] public function testAssertReturn345(): void { $this->runAssertReturnCommand( @@ -3469,7 +3123,6 @@ final class ConversionsTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn345')] public function testAssertReturn346(): void { $this->runAssertReturnCommand( @@ -3479,7 +3132,6 @@ final class ConversionsTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn346')] public function testAssertReturn347(): void { $this->runAssertReturnCommand( @@ -3489,7 +3141,6 @@ final class ConversionsTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn347')] public function testAssertReturn348(): void { $this->runAssertReturnCommand( @@ -3499,7 +3150,6 @@ final class ConversionsTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn348')] public function testAssertReturn349(): void { $this->runAssertReturnCommand( @@ -3509,7 +3159,6 @@ final class ConversionsTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn349')] public function testAssertReturn350(): void { $this->runAssertReturnCommand( @@ -3519,7 +3168,6 @@ final class ConversionsTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn350')] public function testAssertReturn351(): void { $this->runAssertReturnCommand( @@ -3529,7 +3177,6 @@ final class ConversionsTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn351')] public function testAssertReturn352(): void { $this->runAssertReturnCommand( @@ -3539,7 +3186,6 @@ final class ConversionsTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn352')] public function testAssertReturn353(): void { $this->runAssertReturnCommand( @@ -3549,7 +3195,6 @@ final class ConversionsTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn353')] public function testAssertReturn354(): void { $this->runAssertReturnCommand( @@ -3559,7 +3204,6 @@ final class ConversionsTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn354')] public function testAssertReturn355(): void { $this->runAssertReturnCommand( @@ -3569,7 +3213,6 @@ final class ConversionsTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn355')] public function testAssertReturn356(): void { $this->runAssertReturnCommand( @@ -3579,7 +3222,6 @@ final class ConversionsTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn356')] public function testAssertReturn357(): void { $this->runAssertReturnCommand( @@ -3589,7 +3231,6 @@ final class ConversionsTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn357')] public function testAssertReturn358(): void { $this->runAssertReturnCommand( @@ -3599,7 +3240,6 @@ final class ConversionsTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn358')] public function testAssertReturn359(): void { $this->runAssertReturnCommand( @@ -3609,7 +3249,6 @@ final class ConversionsTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn359')] public function testAssertReturn360(): void { $this->runAssertReturnCommand( @@ -3619,7 +3258,6 @@ final class ConversionsTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn360')] public function testAssertReturn361(): void { $this->runAssertReturnCommand( @@ -3629,7 +3267,6 @@ final class ConversionsTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn361')] public function testAssertReturn362(): void { $this->runAssertReturnCommand( @@ -3639,7 +3276,6 @@ final class ConversionsTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn362')] public function testAssertReturn363(): void { $this->runAssertReturnCommand( @@ -3649,7 +3285,6 @@ final class ConversionsTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn363')] public function testAssertReturn364(): void { $this->runAssertReturnCommand( @@ -3659,7 +3294,6 @@ final class ConversionsTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn364')] public function testAssertReturn365(): void { $this->runAssertReturnCommand( @@ -3669,7 +3303,6 @@ final class ConversionsTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn365')] public function testAssertReturn366(): void { $this->runAssertReturnCommand( @@ -3679,7 +3312,6 @@ final class ConversionsTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn366')] public function testAssertReturn367(): void { $this->runAssertReturnCommand( @@ -3689,7 +3321,6 @@ final class ConversionsTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn367')] public function testAssertReturn368(): void { $this->runAssertReturnCommand( @@ -3699,7 +3330,6 @@ final class ConversionsTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn368')] public function testAssertReturn369(): void { $this->runAssertReturnCommand( @@ -3709,7 +3339,6 @@ final class ConversionsTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn369')] public function testAssertReturn370(): void { $this->runAssertReturnCommand( @@ -3719,7 +3348,6 @@ final class ConversionsTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn370')] public function testAssertReturn371(): void { $this->runAssertReturnCommand( @@ -3729,7 +3357,6 @@ final class ConversionsTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn371')] public function testAssertReturn372(): void { $this->runAssertReturnCommand( @@ -3739,7 +3366,6 @@ final class ConversionsTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn372')] public function testAssertReturn373(): void { $this->runAssertReturnCommand( @@ -3749,7 +3375,6 @@ final class ConversionsTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn373')] public function testAssertReturn374(): void { $this->runAssertReturnCommand( @@ -3759,7 +3384,6 @@ final class ConversionsTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn374')] public function testAssertReturn375(): void { $this->runAssertReturnCommand( @@ -3769,7 +3393,6 @@ final class ConversionsTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn375')] public function testAssertReturn376(): void { $this->runAssertReturnCommand( @@ -3779,7 +3402,6 @@ final class ConversionsTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn376')] public function testAssertReturn377(): void { $this->runAssertReturnCommand( @@ -3789,7 +3411,6 @@ final class ConversionsTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn377')] public function testAssertReturn378(): void { $this->runAssertReturnCommand( @@ -3799,7 +3420,6 @@ final class ConversionsTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn378')] public function testAssertReturn379(): void { $this->runAssertReturnCommand( @@ -3809,7 +3429,6 @@ final class ConversionsTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn379')] public function testAssertReturn380(): void { $this->runAssertReturnCommand( @@ -3819,7 +3438,6 @@ final class ConversionsTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn380')] public function testAssertReturn381(): void { $this->runAssertReturnCommand( @@ -3829,7 +3447,6 @@ final class ConversionsTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn381')] public function testAssertReturn382(): void { $this->runAssertReturnCommand( @@ -3839,7 +3456,6 @@ final class ConversionsTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn382')] public function testAssertReturn383(): void { $this->runAssertReturnCommand( @@ -3849,7 +3465,6 @@ final class ConversionsTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn383')] public function testAssertReturn384(): void { $this->runAssertReturnCommand( @@ -3859,7 +3474,6 @@ final class ConversionsTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn384')] public function testAssertReturn385(): void { $this->runAssertReturnCommand( @@ -3869,7 +3483,6 @@ final class ConversionsTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn385')] public function testAssertReturn386(): void { $this->runAssertReturnCommand( @@ -3879,7 +3492,6 @@ final class ConversionsTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn386')] public function testAssertReturn387(): void { $this->runAssertReturnCommand( @@ -3889,7 +3501,6 @@ final class ConversionsTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn387')] public function testAssertReturn388(): void { $this->runAssertReturnCommand( @@ -3899,7 +3510,6 @@ final class ConversionsTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn388')] public function testAssertReturn389(): void { $this->runAssertReturnCommand( @@ -3909,7 +3519,6 @@ final class ConversionsTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn389')] public function testAssertReturn390(): void { $this->runAssertReturnCommand( @@ -3919,7 +3528,6 @@ final class ConversionsTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn390')] public function testAssertReturn391(): void { $this->runAssertReturnCommand( @@ -3929,7 +3537,6 @@ final class ConversionsTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn391')] public function testAssertReturn392(): void { $this->runAssertReturnCommand( @@ -3939,7 +3546,6 @@ final class ConversionsTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn392')] public function testAssertReturn393(): void { $this->runAssertReturnCommand( @@ -3949,7 +3555,6 @@ final class ConversionsTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn393')] public function testAssertReturn394(): void { $this->runAssertReturnCommand( @@ -3959,7 +3564,6 @@ final class ConversionsTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn394')] public function testAssertReturn395(): void { $this->runAssertReturnCommand( @@ -3969,7 +3573,6 @@ final class ConversionsTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn395')] public function testAssertReturn396(): void { $this->runAssertReturnCommand( @@ -3979,7 +3582,6 @@ final class ConversionsTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn396')] public function testAssertReturn397(): void { $this->runAssertReturnCommand( @@ -3989,7 +3591,6 @@ final class ConversionsTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn397')] public function testAssertReturn398(): void { $this->runAssertReturnCommand( @@ -3999,7 +3600,6 @@ final class ConversionsTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn398')] public function testAssertReturn399(): void { $this->runAssertReturnCommand( @@ -4009,7 +3609,6 @@ final class ConversionsTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn399')] public function testAssertReturn400(): void { $this->runAssertReturnCommand( @@ -4019,7 +3618,6 @@ final class ConversionsTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn400')] public function testAssertReturn401(): void { $this->runAssertReturnCommand( @@ -4029,7 +3627,6 @@ final class ConversionsTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn401')] public function testAssertReturn402(): void { $this->runAssertReturnCommand( @@ -4039,7 +3636,6 @@ final class ConversionsTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn402')] public function testAssertReturn403(): void { $this->runAssertReturnCommand( @@ -4049,7 +3645,6 @@ final class ConversionsTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn403')] public function testAssertReturn404(): void { $this->runAssertReturnCommand( @@ -4059,7 +3654,6 @@ final class ConversionsTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn404')] public function testAssertReturn405(): void { $this->runAssertReturnCommand( @@ -4069,7 +3663,6 @@ final class ConversionsTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn405')] public function testAssertReturn406(): void { $this->runAssertReturnCommand( @@ -4079,7 +3672,6 @@ final class ConversionsTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn406')] public function testAssertReturn407(): void { $this->runAssertReturnCommand( @@ -4089,7 +3681,6 @@ final class ConversionsTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn407')] public function testAssertReturn408(): void { $this->runAssertReturnCommand( @@ -4099,7 +3690,6 @@ final class ConversionsTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn408')] public function testAssertReturn409(): void { $this->runAssertReturnCommand( @@ -4109,7 +3699,6 @@ final class ConversionsTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn409')] public function testAssertReturn410(): void { $this->runAssertReturnCommand( @@ -4119,7 +3708,6 @@ final class ConversionsTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn410')] public function testAssertReturn411(): void { $this->runAssertReturnCommand( @@ -4129,7 +3717,6 @@ final class ConversionsTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn411')] public function testAssertReturn412(): void { $this->runAssertReturnCommand( @@ -4139,7 +3726,6 @@ final class ConversionsTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn412')] public function testAssertReturn413(): void { $this->runAssertReturnCommand( @@ -4149,7 +3735,6 @@ final class ConversionsTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn413')] public function testAssertReturn414(): void { $this->runAssertReturnCommand( @@ -4159,7 +3744,6 @@ final class ConversionsTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn414')] public function testAssertReturn415(): void { $this->runAssertReturnCommand( @@ -4169,7 +3753,6 @@ final class ConversionsTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn415')] public function testAssertReturn416(): void { $this->runAssertReturnCommand( @@ -4179,7 +3762,6 @@ final class ConversionsTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn416')] public function testAssertReturn417(): void { $this->runAssertReturnCommand( @@ -4189,7 +3771,6 @@ final class ConversionsTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn417')] public function testAssertReturn418(): void { $this->runAssertReturnCommand( @@ -4199,7 +3780,6 @@ final class ConversionsTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn418')] public function testAssertReturn419(): void { $this->runAssertReturnCommand( @@ -4209,7 +3789,6 @@ final class ConversionsTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn419')] public function testAssertReturn420(): void { $this->runAssertReturnCommand( @@ -4219,7 +3798,6 @@ final class ConversionsTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn420')] public function testAssertReturn421(): void { $this->runAssertReturnCommand( @@ -4229,7 +3807,6 @@ final class ConversionsTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn421')] public function testAssertReturn422(): void { $this->runAssertReturnCommand( @@ -4239,7 +3816,6 @@ final class ConversionsTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn422')] public function testAssertReturn423(): void { $this->runAssertReturnCommand( @@ -4249,7 +3825,6 @@ final class ConversionsTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn423')] public function testAssertReturn424(): void { $this->runAssertReturnCommand( @@ -4259,7 +3834,6 @@ final class ConversionsTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn424')] public function testAssertReturn425(): void { $this->runAssertReturnCommand( @@ -4269,7 +3843,6 @@ final class ConversionsTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn425')] public function testAssertReturn426(): void { $this->runAssertReturnCommand( @@ -4279,7 +3852,6 @@ final class ConversionsTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn426')] public function testAssertReturn427(): void { $this->runAssertReturnCommand( @@ -4289,7 +3861,6 @@ final class ConversionsTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn427')] public function testAssertReturn428(): void { $this->runAssertReturnCommand( @@ -4299,7 +3870,6 @@ final class ConversionsTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn428')] public function testAssertReturn429(): void { $this->runAssertReturnCommand( @@ -4309,7 +3879,6 @@ final class ConversionsTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn429')] public function testAssertReturn430(): void { $this->runAssertReturnCommand( @@ -4319,7 +3888,6 @@ final class ConversionsTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn430')] public function testAssertReturn431(): void { $this->runAssertReturnCommand( @@ -4329,7 +3897,6 @@ final class ConversionsTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn431')] public function testAssertReturn432(): void { $this->runAssertReturnCommand( @@ -4339,7 +3906,6 @@ final class ConversionsTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn432')] public function testAssertReturn433(): void { $this->runAssertReturnCommand( @@ -4349,7 +3915,6 @@ final class ConversionsTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn433')] public function testAssertReturn434(): void { $this->runAssertReturnCommand( @@ -4359,7 +3924,6 @@ final class ConversionsTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn434')] public function testAssertReturn435(): void { $this->runAssertReturnCommand( @@ -4369,7 +3933,6 @@ final class ConversionsTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn435')] public function testAssertReturn436(): void { $this->runAssertReturnCommand( @@ -4379,7 +3942,6 @@ final class ConversionsTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn436')] public function testAssertReturn437(): void { $this->runAssertReturnCommand( @@ -4389,7 +3951,6 @@ final class ConversionsTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn437')] public function testAssertReturn438(): void { $this->runAssertReturnCommand( @@ -4399,7 +3960,6 @@ final class ConversionsTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn438')] public function testAssertReturn439(): void { $this->runAssertReturnCommand( @@ -4409,7 +3969,6 @@ final class ConversionsTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn439')] public function testAssertReturn440(): void { $this->runAssertReturnCommand( @@ -4419,7 +3978,6 @@ final class ConversionsTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn440')] public function testAssertReturn441(): void { $this->runAssertReturnCommand( @@ -4429,7 +3987,6 @@ final class ConversionsTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn441')] public function testAssertReturn442(): void { $this->runAssertReturnCommand( @@ -4439,7 +3996,6 @@ final class ConversionsTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn442')] public function testAssertReturn443(): void { $this->runAssertReturnCommand( @@ -4449,7 +4005,6 @@ final class ConversionsTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn443')] public function testAssertReturn444(): void { $this->runAssertReturnCommand( @@ -4459,7 +4014,6 @@ final class ConversionsTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn444')] public function testAssertReturn445(): void { $this->runAssertReturnCommand( @@ -4469,7 +4023,6 @@ final class ConversionsTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn445')] public function testAssertReturn446(): void { $this->runAssertReturnCommand( @@ -4479,7 +4032,6 @@ final class ConversionsTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn446')] public function testAssertReturn447(): void { $this->runAssertReturnCommand( @@ -4489,7 +4041,6 @@ final class ConversionsTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn447')] public function testAssertReturn448(): void { $this->runAssertReturnCommand( @@ -4499,7 +4050,6 @@ final class ConversionsTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn448')] public function testAssertReturn449(): void { $this->runAssertReturnCommand( @@ -4509,7 +4059,6 @@ final class ConversionsTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn449')] public function testAssertReturn450(): void { $this->runAssertReturnCommand( @@ -4519,7 +4068,6 @@ final class ConversionsTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn450')] public function testAssertReturn451(): void { $this->runAssertReturnCommand( @@ -4529,7 +4077,6 @@ final class ConversionsTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn451')] public function testAssertReturn452(): void { $this->runAssertReturnCommand( @@ -4539,7 +4086,6 @@ final class ConversionsTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn452')] public function testAssertReturn453(): void { $this->runAssertReturnCommand( @@ -4549,7 +4095,6 @@ final class ConversionsTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn453')] public function testAssertReturn454(): void { $this->runAssertReturnCommand( @@ -4559,7 +4104,6 @@ final class ConversionsTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn454')] public function testAssertReturn455(): void { $this->runAssertReturnCommand( @@ -4569,7 +4113,6 @@ final class ConversionsTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn455')] public function testAssertReturn456(): void { $this->runAssertReturnCommand( @@ -4579,7 +4122,6 @@ final class ConversionsTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn456')] public function testAssertReturn457(): void { $this->runAssertReturnCommand( @@ -4589,7 +4131,6 @@ final class ConversionsTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn457')] public function testAssertReturn458(): void { $this->runAssertReturnCommand( @@ -4599,7 +4140,6 @@ final class ConversionsTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn458')] public function testAssertReturn459(): void { $this->runAssertReturnCommand( @@ -4609,7 +4149,6 @@ final class ConversionsTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn459')] public function testAssertReturn460(): void { $this->runAssertReturnCommand( @@ -4619,7 +4158,6 @@ final class ConversionsTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn460')] public function testAssertReturn461(): void { $this->runAssertReturnCommand( @@ -4629,7 +4167,6 @@ final class ConversionsTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn461')] public function testAssertReturn462(): void { $this->runAssertReturnCommand( @@ -4639,7 +4176,6 @@ final class ConversionsTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn462')] public function testAssertReturn463(): void { $this->runAssertReturnCommand( @@ -4649,7 +4185,6 @@ final class ConversionsTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn463')] public function testAssertReturn464(): void { $this->runAssertReturnCommand( @@ -4659,7 +4194,6 @@ final class ConversionsTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn464')] public function testAssertReturn465(): void { $this->runAssertReturnCommand( @@ -4669,7 +4203,6 @@ final class ConversionsTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn465')] public function testAssertReturn466(): void { $this->runAssertReturnCommand( @@ -4679,7 +4212,6 @@ final class ConversionsTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn466')] public function testAssertReturn467(): void { $this->runAssertReturnCommand( @@ -4689,7 +4221,6 @@ final class ConversionsTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn467')] public function testAssertReturn468(): void { $this->runAssertReturnCommand( @@ -4699,7 +4230,6 @@ final class ConversionsTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn468')] public function testAssertReturn469(): void { $this->runAssertReturnCommand( @@ -4709,7 +4239,6 @@ final class ConversionsTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn469')] public function testAssertReturn470(): void { $this->runAssertReturnCommand( @@ -4719,7 +4248,6 @@ final class ConversionsTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn470')] public function testAssertReturn471(): void { $this->runAssertReturnCommand( @@ -4729,7 +4257,6 @@ final class ConversionsTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn471')] public function testAssertReturn472(): void { $this->runAssertReturnCommand( @@ -4739,7 +4266,6 @@ final class ConversionsTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn472')] public function testAssertReturn473(): void { $this->runAssertReturnCommand( @@ -4749,7 +4275,6 @@ final class ConversionsTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn473')] public function testAssertReturn474(): void { $this->runAssertReturnCommand( @@ -4759,7 +4284,6 @@ final class ConversionsTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn474')] public function testAssertReturn475(): void { $this->runAssertReturnCommand( @@ -4769,7 +4293,6 @@ final class ConversionsTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn475')] public function testAssertReturn476(): void { $this->runAssertReturnCommand( @@ -4779,7 +4302,6 @@ final class ConversionsTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn476')] public function testAssertReturn477(): void { $this->runAssertReturnCommand( @@ -4789,7 +4311,6 @@ final class ConversionsTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn477')] public function testAssertReturn478(): void { $this->runAssertReturnCommand( @@ -4799,7 +4320,6 @@ final class ConversionsTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn478')] public function testAssertReturn479(): void { $this->runAssertReturnCommand( @@ -4809,7 +4329,6 @@ final class ConversionsTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn479')] public function testAssertReturn480(): void { $this->runAssertReturnCommand( @@ -4819,7 +4338,6 @@ final class ConversionsTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn480')] public function testAssertReturn481(): void { $this->runAssertReturnCommand( @@ -4829,7 +4347,6 @@ final class ConversionsTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn481')] public function testAssertReturn482(): void { $this->runAssertReturnCommand( @@ -4839,7 +4356,6 @@ final class ConversionsTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn482')] public function testAssertReturn483(): void { $this->runAssertReturnCommand( @@ -4849,7 +4365,6 @@ final class ConversionsTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn483')] public function testAssertReturn484(): void { $this->runAssertReturnCommand( @@ -4859,7 +4374,6 @@ final class ConversionsTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn484')] public function testAssertReturn485(): void { $this->runAssertReturnCommand( @@ -4869,7 +4383,6 @@ final class ConversionsTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn485')] public function testAssertReturn486(): void { $this->runAssertReturnCommand( @@ -4879,7 +4392,6 @@ final class ConversionsTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn486')] public function testAssertReturn487(): void { $this->runAssertReturnCommand( @@ -4889,7 +4401,6 @@ final class ConversionsTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn487')] public function testAssertReturn488(): void { $this->runAssertReturnCommand( @@ -4899,7 +4410,6 @@ final class ConversionsTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn488')] public function testAssertReturn489(): void { $this->runAssertReturnCommand( @@ -4909,7 +4419,6 @@ final class ConversionsTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn489')] public function testAssertReturn490(): void { $this->runAssertReturnCommand( @@ -4919,7 +4428,6 @@ final class ConversionsTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn490')] public function testAssertReturn491(): void { $this->runAssertReturnCommand( @@ -4929,7 +4437,6 @@ final class ConversionsTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn491')] public function testAssertReturn492(): void { $this->runAssertReturnCommand( @@ -4939,7 +4446,6 @@ final class ConversionsTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn492')] public function testAssertReturn493(): void { $this->runAssertReturnCommand( @@ -4949,7 +4455,6 @@ final class ConversionsTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn493')] public function testAssertReturn494(): void { $this->runAssertReturnCommand( @@ -4959,7 +4464,6 @@ final class ConversionsTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn494')] public function testAssertReturn495(): void { $this->runAssertReturnCommand( @@ -4969,7 +4473,6 @@ final class ConversionsTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn495')] public function testAssertReturn496(): void { $this->runAssertReturnCommand( @@ -4979,7 +4482,6 @@ final class ConversionsTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn496')] public function testAssertReturn497(): void { $this->runAssertReturnCommand( @@ -4989,7 +4491,6 @@ final class ConversionsTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn497')] public function testAssertReturn498(): void { $this->runAssertReturnCommand( @@ -4999,7 +4500,6 @@ final class ConversionsTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn498')] public function testAssertReturn499(): void { $this->runAssertReturnCommand( @@ -5009,7 +4509,6 @@ final class ConversionsTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn499')] public function testAssertReturn500(): void { $this->runAssertReturnCommand( @@ -5019,7 +4518,6 @@ final class ConversionsTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn500')] public function testAssertReturn501(): void { $this->runAssertReturnCommand( @@ -5029,7 +4527,6 @@ final class ConversionsTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn501')] public function testAssertReturn502(): void { $this->runAssertReturnCommand( @@ -5039,7 +4536,6 @@ final class ConversionsTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn502')] public function testAssertReturn503(): void { $this->runAssertReturnCommand( @@ -5049,7 +4545,6 @@ final class ConversionsTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn503')] public function testAssertReturn504(): void { $this->runAssertReturnCommand( @@ -5059,7 +4554,6 @@ final class ConversionsTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn504')] public function testAssertReturn505(): void { $this->runAssertReturnCommand( @@ -5069,7 +4563,6 @@ final class ConversionsTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn505')] public function testAssertReturn506(): void { $this->runAssertReturnCommand( @@ -5079,7 +4572,6 @@ final class ConversionsTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn506')] public function testAssertReturn507(): void { $this->runAssertReturnCommand( @@ -5089,7 +4581,6 @@ final class ConversionsTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn507')] public function testAssertReturn508(): void { $this->runAssertReturnCommand( @@ -5099,7 +4590,6 @@ final class ConversionsTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn508')] public function testAssertReturn509(): void { $this->runAssertReturnCommand( @@ -5109,7 +4599,6 @@ final class ConversionsTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn509')] public function testAssertReturn510(): void { $this->runAssertReturnCommand( @@ -5119,7 +4608,6 @@ final class ConversionsTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn510')] public function testAssertReturn511(): void { $this->runAssertReturnCommand( @@ -5129,7 +4617,6 @@ final class ConversionsTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn511')] public function testAssertReturn512(): void { $this->runAssertReturnCommand( @@ -5139,7 +4626,6 @@ final class ConversionsTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn512')] public function testAssertReturn513(): void { $this->runAssertReturnCommand( @@ -5149,7 +4635,6 @@ final class ConversionsTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn513')] public function testAssertReturn514(): void { $this->runAssertReturnCommand( @@ -5159,7 +4644,6 @@ final class ConversionsTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn514')] public function testAssertReturn515(): void { $this->runAssertReturnCommand( @@ -5169,7 +4653,6 @@ final class ConversionsTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn515')] public function testAssertReturn516(): void { $this->runAssertReturnCommand( @@ -5179,7 +4662,6 @@ final class ConversionsTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn516')] public function testAssertReturn517(): void { $this->runAssertReturnCommand( @@ -5189,7 +4671,6 @@ final class ConversionsTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn517')] public function testAssertReturn518(): void { $this->runAssertReturnCommand( @@ -5199,7 +4680,6 @@ final class ConversionsTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn518')] public function testAssertReturn519(): void { $this->runAssertReturnCommand( @@ -5209,7 +4689,6 @@ final class ConversionsTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn519')] public function testAssertReturn520(): void { $this->runAssertReturnCommand( @@ -5219,7 +4698,6 @@ final class ConversionsTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn520')] public function testAssertReturn521(): void { $this->runAssertReturnCommand( @@ -5229,7 +4707,6 @@ final class ConversionsTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn521')] public function testAssertReturn522(): void { $this->runAssertReturnCommand( @@ -5239,7 +4716,6 @@ final class ConversionsTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn522')] public function testAssertReturn523(): void { $this->runAssertReturnCommand( @@ -5249,7 +4725,6 @@ final class ConversionsTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn523')] public function testAssertReturn524(): void { $this->runAssertReturnCommand( @@ -5259,7 +4734,6 @@ final class ConversionsTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn524')] public function testAssertReturn525(): void { $this->runAssertReturnCommand( @@ -5269,7 +4743,6 @@ final class ConversionsTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn525')] public function testAssertReturn526(): void { $this->runAssertReturnCommand( @@ -5279,7 +4752,6 @@ final class ConversionsTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn526')] public function testAssertReturn527(): void { $this->runAssertReturnCommand( @@ -5289,7 +4761,6 @@ final class ConversionsTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn527')] public function testAssertReturn528(): void { $this->runAssertReturnCommand( @@ -5299,7 +4770,6 @@ final class ConversionsTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn528')] public function testAssertReturn529(): void { $this->runAssertReturnCommand( @@ -5309,7 +4779,6 @@ final class ConversionsTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn529')] public function testAssertReturn530(): void { $this->runAssertReturnCommand( @@ -5319,7 +4788,6 @@ final class ConversionsTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn530')] public function testAssertReturn531(): void { $this->runAssertReturnCommand( @@ -5329,7 +4797,6 @@ final class ConversionsTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn531')] public function testAssertReturn532(): void { $this->runAssertReturnCommand( @@ -5339,7 +4806,6 @@ final class ConversionsTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn532')] public function testAssertReturn533(): void { $this->runAssertReturnCommand( @@ -5349,7 +4815,6 @@ final class ConversionsTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn533')] public function testAssertReturn534(): void { $this->runAssertReturnCommand( @@ -5359,7 +4824,6 @@ final class ConversionsTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn534')] public function testAssertReturn535(): void { $this->runAssertReturnCommand( @@ -5369,7 +4833,6 @@ final class ConversionsTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn535')] public function testAssertReturn536(): void { $this->runAssertReturnCommand( @@ -5379,7 +4842,6 @@ final class ConversionsTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn536')] public function testAssertReturn537(): void { $this->runAssertReturnCommand( @@ -5389,7 +4851,6 @@ final class ConversionsTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn537')] public function testAssertReturn538(): void { $this->runAssertReturnCommand( @@ -5399,7 +4860,6 @@ final class ConversionsTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn538')] public function testAssertReturn539(): void { $this->runAssertReturnCommand( @@ -5409,7 +4869,6 @@ final class ConversionsTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn539')] public function testAssertReturn540(): void { $this->runAssertReturnCommand( @@ -5419,7 +4878,6 @@ final class ConversionsTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn540')] public function testAssertReturn541(): void { $this->runAssertReturnCommand( @@ -5429,7 +4887,6 @@ final class ConversionsTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn541')] public function testAssertReturn542(): void { $this->runAssertReturnCommand( @@ -5439,7 +4896,6 @@ final class ConversionsTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn542')] public function testAssertReturn543(): void { $this->runAssertReturnCommand( @@ -5449,7 +4905,6 @@ final class ConversionsTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn543')] public function testAssertReturn544(): void { $this->runAssertReturnCommand( @@ -5459,7 +4914,6 @@ final class ConversionsTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn544')] public function testAssertReturn545(): void { $this->runAssertReturnCommand( @@ -5469,7 +4923,6 @@ final class ConversionsTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn545')] public function testAssertReturn546(): void { $this->runAssertReturnCommand( @@ -5479,7 +4932,6 @@ final class ConversionsTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn546')] public function testAssertReturn547(): void { $this->runAssertReturnCommand( @@ -5489,7 +4941,6 @@ final class ConversionsTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn547')] public function testAssertReturn548(): void { $this->runAssertReturnCommand( @@ -5499,7 +4950,6 @@ final class ConversionsTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn548')] public function testAssertReturn549(): void { $this->runAssertReturnCommand( @@ -5509,7 +4959,6 @@ final class ConversionsTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn549')] public function testAssertReturn550(): void { $this->runAssertReturnCommand( @@ -5519,7 +4968,6 @@ final class ConversionsTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn550')] public function testAssertReturn551(): void { $this->runAssertReturnCommand( @@ -5529,7 +4977,6 @@ final class ConversionsTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn551')] public function testAssertReturn552(): void { $this->runAssertReturnCommand( @@ -5539,7 +4986,6 @@ final class ConversionsTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn552')] public function testAssertReturn553(): void { $this->runAssertReturnCommand( @@ -5549,7 +4995,6 @@ final class ConversionsTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn553')] public function testAssertReturn554(): void { $this->runAssertReturnCommand( @@ -5559,7 +5004,6 @@ final class ConversionsTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn554')] public function testAssertReturn555(): void { $this->runAssertReturnCommand( @@ -5569,7 +5013,6 @@ final class ConversionsTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn555')] public function testAssertReturn556(): void { $this->runAssertReturnCommand( @@ -5579,7 +5022,6 @@ final class ConversionsTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn556')] public function testAssertReturn557(): void { $this->runAssertReturnCommand( @@ -5589,7 +5031,6 @@ final class ConversionsTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn557')] public function testAssertReturn558(): void { $this->runAssertReturnCommand( @@ -5599,7 +5040,6 @@ final class ConversionsTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn558')] public function testAssertReturn559(): void { $this->runAssertReturnCommand( @@ -5609,7 +5049,6 @@ final class ConversionsTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn559')] public function testAssertReturn560(): void { $this->runAssertReturnCommand( @@ -5619,7 +5058,6 @@ final class ConversionsTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn560')] public function testAssertReturn561(): void { $this->runAssertReturnCommand( @@ -5629,7 +5067,6 @@ final class ConversionsTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn561')] public function testAssertReturn562(): void { $this->runAssertReturnCommand( @@ -5639,7 +5076,6 @@ final class ConversionsTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn562')] public function testAssertReturn563(): void { $this->runAssertReturnCommand( @@ -5649,7 +5085,6 @@ final class ConversionsTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn563')] public function testAssertReturn564(): void { $this->runAssertReturnCommand( @@ -5659,7 +5094,6 @@ final class ConversionsTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn564')] public function testAssertReturn565(): void { $this->runAssertReturnCommand( @@ -5669,7 +5103,6 @@ final class ConversionsTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn565')] public function testAssertReturn566(): void { $this->runAssertReturnCommand( @@ -5679,7 +5112,6 @@ final class ConversionsTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn566')] public function testAssertReturn567(): void { $this->runAssertReturnCommand( @@ -5689,7 +5121,6 @@ final class ConversionsTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn567')] public function testAssertReturn568(): void { $this->runAssertReturnCommand( @@ -5699,7 +5130,6 @@ final class ConversionsTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn568')] public function testAssertReturn569(): void { $this->runAssertReturnCommand( @@ -5709,7 +5139,6 @@ final class ConversionsTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn569')] public function testAssertReturn570(): void { $this->runAssertReturnCommand( @@ -5719,7 +5148,6 @@ final class ConversionsTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn570')] public function testAssertReturn571(): void { $this->runAssertReturnCommand( @@ -5729,7 +5157,6 @@ final class ConversionsTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn571')] public function testAssertReturn572(): void { $this->runAssertReturnCommand( @@ -5739,7 +5166,6 @@ final class ConversionsTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn572')] public function testAssertReturn573(): void { $this->runAssertReturnCommand( @@ -5749,7 +5175,6 @@ final class ConversionsTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn573')] public function testAssertReturn574(): void { $this->runAssertReturnCommand( @@ -5759,7 +5184,6 @@ final class ConversionsTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn574')] public function testAssertReturn575(): void { $this->runAssertReturnCommand( @@ -5769,7 +5193,6 @@ final class ConversionsTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn575')] public function testAssertReturn576(): void { $this->runAssertReturnCommand( @@ -5779,7 +5202,6 @@ final class ConversionsTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn576')] public function testAssertReturn577(): void { $this->runAssertReturnCommand( @@ -5789,7 +5211,6 @@ final class ConversionsTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn577')] public function testAssertReturn578(): void { $this->runAssertReturnCommand( @@ -5799,7 +5220,6 @@ final class ConversionsTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn578')] public function testAssertReturn579(): void { $this->runAssertReturnCommand( @@ -5809,7 +5229,6 @@ final class ConversionsTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn579')] public function testAssertReturn580(): void { $this->runAssertReturnCommand( @@ -5819,7 +5238,6 @@ final class ConversionsTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn580')] public function testAssertReturn581(): void { $this->runAssertReturnCommand( @@ -5829,7 +5247,6 @@ final class ConversionsTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn581')] public function testAssertReturn582(): void { $this->runAssertReturnCommand( @@ -5839,7 +5256,6 @@ final class ConversionsTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn582')] public function testAssertReturn583(): void { $this->runAssertReturnCommand( @@ -5849,7 +5265,6 @@ final class ConversionsTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn583')] public function testAssertReturn584(): void { $this->runAssertReturnCommand( @@ -5859,7 +5274,6 @@ final class ConversionsTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn584')] public function testAssertReturn585(): void { $this->runAssertReturnCommand( @@ -5869,7 +5283,6 @@ final class ConversionsTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn585')] public function testAssertReturn586(): void { $this->runAssertReturnCommand( @@ -5879,7 +5292,6 @@ final class ConversionsTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn586')] public function testAssertReturn587(): void { $this->runAssertReturnCommand( @@ -5889,7 +5301,6 @@ final class ConversionsTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn587')] public function testAssertReturn588(): void { $this->runAssertReturnCommand( @@ -5899,7 +5310,6 @@ final class ConversionsTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn588')] public function testAssertReturn589(): void { $this->runAssertReturnCommand( @@ -5909,7 +5319,6 @@ final class ConversionsTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn589')] public function testAssertReturn590(): void { $this->runAssertReturnCommand( @@ -5919,7 +5328,6 @@ final class ConversionsTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn590')] public function testAssertReturn591(): void { $this->runAssertReturnCommand( @@ -5929,7 +5337,6 @@ final class ConversionsTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn591')] public function testAssertReturn592(): void { $this->runAssertReturnCommand( @@ -5939,7 +5346,6 @@ final class ConversionsTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn592')] public function testAssertReturn593(): void { $this->runAssertReturnCommand( @@ -5949,7 +5355,6 @@ final class ConversionsTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn593')] public function testAssertInvalid594(): void { $this->runAssertInvalidCommand( @@ -5959,7 +5364,6 @@ final class ConversionsTest extends SpecTestsuiteBase ); } - #[Depends('testAssertInvalid594')] public function testAssertInvalid595(): void { $this->runAssertInvalidCommand( @@ -5969,7 +5373,6 @@ final class ConversionsTest extends SpecTestsuiteBase ); } - #[Depends('testAssertInvalid595')] public function testAssertInvalid596(): void { $this->runAssertInvalidCommand( @@ -5979,7 +5382,6 @@ final class ConversionsTest extends SpecTestsuiteBase ); } - #[Depends('testAssertInvalid596')] public function testAssertInvalid597(): void { $this->runAssertInvalidCommand( @@ -5989,7 +5391,6 @@ final class ConversionsTest extends SpecTestsuiteBase ); } - #[Depends('testAssertInvalid597')] public function testAssertInvalid598(): void { $this->runAssertInvalidCommand( @@ -5999,7 +5400,6 @@ final class ConversionsTest extends SpecTestsuiteBase ); } - #[Depends('testAssertInvalid598')] public function testAssertInvalid599(): void { $this->runAssertInvalidCommand( @@ -6009,7 +5409,6 @@ final class ConversionsTest extends SpecTestsuiteBase ); } - #[Depends('testAssertInvalid599')] public function testAssertInvalid600(): void { $this->runAssertInvalidCommand( @@ -6019,7 +5418,6 @@ final class ConversionsTest extends SpecTestsuiteBase ); } - #[Depends('testAssertInvalid600')] public function testAssertInvalid601(): void { $this->runAssertInvalidCommand( @@ -6029,7 +5427,6 @@ final class ConversionsTest extends SpecTestsuiteBase ); } - #[Depends('testAssertInvalid601')] public function testAssertInvalid602(): void { $this->runAssertInvalidCommand( @@ -6039,7 +5436,6 @@ final class ConversionsTest extends SpecTestsuiteBase ); } - #[Depends('testAssertInvalid602')] public function testAssertInvalid603(): void { $this->runAssertInvalidCommand( @@ -6049,7 +5445,6 @@ final class ConversionsTest extends SpecTestsuiteBase ); } - #[Depends('testAssertInvalid603')] public function testAssertInvalid604(): void { $this->runAssertInvalidCommand( @@ -6059,7 +5454,6 @@ final class ConversionsTest extends SpecTestsuiteBase ); } - #[Depends('testAssertInvalid604')] public function testAssertInvalid605(): void { $this->runAssertInvalidCommand( @@ -6069,7 +5463,6 @@ final class ConversionsTest extends SpecTestsuiteBase ); } - #[Depends('testAssertInvalid605')] public function testAssertInvalid606(): void { $this->runAssertInvalidCommand( @@ -6079,7 +5472,6 @@ final class ConversionsTest extends SpecTestsuiteBase ); } - #[Depends('testAssertInvalid606')] public function testAssertInvalid607(): void { $this->runAssertInvalidCommand( @@ -6089,7 +5481,6 @@ final class ConversionsTest extends SpecTestsuiteBase ); } - #[Depends('testAssertInvalid607')] public function testAssertInvalid608(): void { $this->runAssertInvalidCommand( @@ -6099,7 +5490,6 @@ final class ConversionsTest extends SpecTestsuiteBase ); } - #[Depends('testAssertInvalid608')] public function testAssertInvalid609(): void { $this->runAssertInvalidCommand( @@ -6109,7 +5499,6 @@ final class ConversionsTest extends SpecTestsuiteBase ); } - #[Depends('testAssertInvalid609')] public function testAssertInvalid610(): void { $this->runAssertInvalidCommand( @@ -6119,7 +5508,6 @@ final class ConversionsTest extends SpecTestsuiteBase ); } - #[Depends('testAssertInvalid610')] public function testAssertInvalid611(): void { $this->runAssertInvalidCommand( @@ -6129,7 +5517,6 @@ final class ConversionsTest extends SpecTestsuiteBase ); } - #[Depends('testAssertInvalid611')] public function testAssertInvalid612(): void { $this->runAssertInvalidCommand( @@ -6139,7 +5526,6 @@ final class ConversionsTest extends SpecTestsuiteBase ); } - #[Depends('testAssertInvalid612')] public function testAssertInvalid613(): void { $this->runAssertInvalidCommand( @@ -6149,7 +5535,6 @@ final class ConversionsTest extends SpecTestsuiteBase ); } - #[Depends('testAssertInvalid613')] public function testAssertInvalid614(): void { $this->runAssertInvalidCommand( @@ -6159,7 +5544,6 @@ final class ConversionsTest extends SpecTestsuiteBase ); } - #[Depends('testAssertInvalid614')] public function testAssertInvalid615(): void { $this->runAssertInvalidCommand( @@ -6169,7 +5553,6 @@ final class ConversionsTest extends SpecTestsuiteBase ); } - #[Depends('testAssertInvalid615')] public function testAssertInvalid616(): void { $this->runAssertInvalidCommand( @@ -6179,7 +5562,6 @@ final class ConversionsTest extends SpecTestsuiteBase ); } - #[Depends('testAssertInvalid616')] public function testAssertInvalid617(): void { $this->runAssertInvalidCommand( @@ -6189,7 +5571,6 @@ final class ConversionsTest extends SpecTestsuiteBase ); } - #[Depends('testAssertInvalid617')] public function testAssertInvalid618(): void { $this->runAssertInvalidCommand( diff --git a/tests/src/SpecTestsuites/Core/CustomTest.php b/tests/src/SpecTestsuites/Core/CustomTest.php index a632344..c1a828e 100644 --- a/tests/src/SpecTestsuites/Core/CustomTest.php +++ b/tests/src/SpecTestsuites/Core/CustomTest.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 CustomTest extends SpecTestsuiteBase @@ -19,7 +18,6 @@ final class CustomTest extends SpecTestsuiteBase ); } - #[Depends('testModule0')] public function testModule1(): void { $this->runModuleCommand( @@ -29,7 +27,6 @@ final class CustomTest extends SpecTestsuiteBase ); } - #[Depends('testModule1')] public function testModule2(): void { $this->runModuleCommand( @@ -39,7 +36,6 @@ final class CustomTest extends SpecTestsuiteBase ); } - #[Depends('testModule2')] public function testAssertMalformed3(): void { $this->runAssertMalformedCommand( @@ -49,7 +45,6 @@ final class CustomTest extends SpecTestsuiteBase ); } - #[Depends('testAssertMalformed3')] public function testAssertMalformed4(): void { $this->runAssertMalformedCommand( @@ -59,7 +54,6 @@ final class CustomTest extends SpecTestsuiteBase ); } - #[Depends('testAssertMalformed4')] public function testAssertMalformed5(): void { $this->runAssertMalformedCommand( @@ -69,7 +63,6 @@ final class CustomTest extends SpecTestsuiteBase ); } - #[Depends('testAssertMalformed5')] public function testAssertMalformed6(): void { $this->runAssertMalformedCommand( @@ -79,7 +72,6 @@ final class CustomTest extends SpecTestsuiteBase ); } - #[Depends('testAssertMalformed6')] public function testAssertMalformed7(): void { $this->runAssertMalformedCommand( @@ -89,7 +81,6 @@ final class CustomTest extends SpecTestsuiteBase ); } - #[Depends('testAssertMalformed7')] public function testAssertMalformed8(): void { $this->runAssertMalformedCommand( @@ -99,7 +90,6 @@ final class CustomTest extends SpecTestsuiteBase ); } - #[Depends('testAssertMalformed8')] public function testAssertMalformed9(): void { $this->runAssertMalformedCommand( @@ -109,7 +99,6 @@ final class CustomTest extends SpecTestsuiteBase ); } - #[Depends('testAssertMalformed9')] public function testAssertMalformed10(): void { $this->runAssertMalformedCommand( diff --git a/tests/src/SpecTestsuites/Core/DataTest.php b/tests/src/SpecTestsuites/Core/DataTest.php index bd2c7d2..9deea28 100644 --- a/tests/src/SpecTestsuites/Core/DataTest.php +++ b/tests/src/SpecTestsuites/Core/DataTest.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 DataTest extends SpecTestsuiteBase @@ -19,7 +18,6 @@ final class DataTest extends SpecTestsuiteBase ); } - #[Depends('testModule0')] public function testModule1(): void { $this->runModuleCommand( @@ -29,7 +27,6 @@ final class DataTest extends SpecTestsuiteBase ); } - #[Depends('testModule1')] public function testModule2(): void { $this->runModuleCommand( @@ -39,7 +36,6 @@ final class DataTest extends SpecTestsuiteBase ); } - #[Depends('testModule2')] public function testModule3(): void { $this->runModuleCommand( @@ -49,7 +45,6 @@ final class DataTest extends SpecTestsuiteBase ); } - #[Depends('testModule3')] public function testModule4(): void { $this->runModuleCommand( @@ -59,7 +54,6 @@ final class DataTest extends SpecTestsuiteBase ); } - #[Depends('testModule4')] public function testModule5(): void { $this->runModuleCommand( @@ -69,7 +63,6 @@ final class DataTest extends SpecTestsuiteBase ); } - #[Depends('testModule5')] public function testModule6(): void { $this->runModuleCommand( @@ -79,7 +72,6 @@ final class DataTest extends SpecTestsuiteBase ); } - #[Depends('testModule6')] public function testModule7(): void { $this->runModuleCommand( @@ -89,7 +81,6 @@ final class DataTest extends SpecTestsuiteBase ); } - #[Depends('testModule7')] public function testModule8(): void { $this->runModuleCommand( @@ -99,7 +90,6 @@ final class DataTest extends SpecTestsuiteBase ); } - #[Depends('testModule8')] public function testAssertInvalid9(): void { $this->runAssertInvalidCommand( @@ -109,7 +99,6 @@ final class DataTest extends SpecTestsuiteBase ); } - #[Depends('testAssertInvalid9')] public function testAssertInvalid10(): void { $this->runAssertInvalidCommand( @@ -119,7 +108,6 @@ final class DataTest extends SpecTestsuiteBase ); } - #[Depends('testAssertInvalid10')] public function testModule11(): void { $this->runModuleCommand( @@ -129,7 +117,6 @@ final class DataTest extends SpecTestsuiteBase ); } - #[Depends('testModule11')] public function testModule12(): void { $this->runModuleCommand( @@ -139,7 +126,6 @@ final class DataTest extends SpecTestsuiteBase ); } - #[Depends('testModule12')] public function testModule13(): void { $this->runModuleCommand( @@ -149,7 +135,6 @@ final class DataTest extends SpecTestsuiteBase ); } - #[Depends('testModule13')] public function testModule14(): void { $this->runModuleCommand( @@ -159,7 +144,6 @@ final class DataTest extends SpecTestsuiteBase ); } - #[Depends('testModule14')] public function testModule15(): void { $this->runModuleCommand( @@ -169,7 +153,6 @@ final class DataTest extends SpecTestsuiteBase ); } - #[Depends('testModule15')] public function testModule16(): void { $this->runModuleCommand( @@ -179,7 +162,6 @@ final class DataTest extends SpecTestsuiteBase ); } - #[Depends('testModule16')] public function testModule17(): void { $this->runModuleCommand( @@ -189,7 +171,6 @@ final class DataTest extends SpecTestsuiteBase ); } - #[Depends('testModule17')] public function testModule18(): void { $this->runModuleCommand( @@ -199,7 +180,6 @@ final class DataTest extends SpecTestsuiteBase ); } - #[Depends('testModule18')] public function testModule19(): void { $this->runModuleCommand( @@ -209,7 +189,6 @@ final class DataTest extends SpecTestsuiteBase ); } - #[Depends('testModule19')] public function testModule20(): void { $this->runModuleCommand( @@ -219,7 +198,6 @@ final class DataTest extends SpecTestsuiteBase ); } - #[Depends('testModule20')] public function testModule21(): void { $this->runModuleCommand( @@ -229,7 +207,6 @@ final class DataTest extends SpecTestsuiteBase ); } - #[Depends('testModule21')] public function testModule22(): void { $this->runModuleCommand( @@ -239,7 +216,6 @@ final class DataTest extends SpecTestsuiteBase ); } - #[Depends('testModule22')] public function testModule23(): void { $this->runModuleCommand( @@ -249,7 +225,6 @@ final class DataTest extends SpecTestsuiteBase ); } - #[Depends('testModule23')] public function testModule24(): void { $this->runModuleCommand( @@ -259,7 +234,6 @@ final class DataTest extends SpecTestsuiteBase ); } - #[Depends('testModule24')] public function testModule25(): void { $this->runModuleCommand( @@ -269,7 +243,6 @@ final class DataTest extends SpecTestsuiteBase ); } - #[Depends('testModule25')] public function testModule26(): void { $this->runModuleCommand( @@ -279,7 +252,6 @@ final class DataTest extends SpecTestsuiteBase ); } - #[Depends('testModule26')] public function testAssertUninstantiable27(): void { $this->runAssertUninstantiableCommand( @@ -289,7 +261,6 @@ final class DataTest extends SpecTestsuiteBase ); } - #[Depends('testAssertUninstantiable27')] public function testAssertUninstantiable28(): void { $this->runAssertUninstantiableCommand( @@ -299,7 +270,6 @@ final class DataTest extends SpecTestsuiteBase ); } - #[Depends('testAssertUninstantiable28')] public function testAssertUninstantiable29(): void { $this->runAssertUninstantiableCommand( @@ -309,7 +279,6 @@ final class DataTest extends SpecTestsuiteBase ); } - #[Depends('testAssertUninstantiable29')] public function testAssertUninstantiable30(): void { $this->runAssertUninstantiableCommand( @@ -319,7 +288,6 @@ final class DataTest extends SpecTestsuiteBase ); } - #[Depends('testAssertUninstantiable30')] public function testAssertUninstantiable31(): void { $this->runAssertUninstantiableCommand( @@ -329,7 +297,6 @@ final class DataTest extends SpecTestsuiteBase ); } - #[Depends('testAssertUninstantiable31')] public function testAssertUninstantiable32(): void { $this->runAssertUninstantiableCommand( @@ -339,7 +306,6 @@ final class DataTest extends SpecTestsuiteBase ); } - #[Depends('testAssertUninstantiable32')] public function testAssertUninstantiable33(): void { $this->runAssertUninstantiableCommand( @@ -349,7 +315,6 @@ final class DataTest extends SpecTestsuiteBase ); } - #[Depends('testAssertUninstantiable33')] public function testAssertUninstantiable34(): void { $this->runAssertUninstantiableCommand( @@ -359,7 +324,6 @@ final class DataTest extends SpecTestsuiteBase ); } - #[Depends('testAssertUninstantiable34')] public function testAssertUninstantiable35(): void { $this->runAssertUninstantiableCommand( @@ -369,7 +333,6 @@ final class DataTest extends SpecTestsuiteBase ); } - #[Depends('testAssertUninstantiable35')] public function testAssertUninstantiable36(): void { $this->runAssertUninstantiableCommand( @@ -379,7 +342,6 @@ final class DataTest extends SpecTestsuiteBase ); } - #[Depends('testAssertUninstantiable36')] public function testAssertUninstantiable37(): void { $this->runAssertUninstantiableCommand( @@ -389,7 +351,6 @@ final class DataTest extends SpecTestsuiteBase ); } - #[Depends('testAssertUninstantiable37')] public function testAssertUninstantiable38(): void { $this->runAssertUninstantiableCommand( @@ -399,7 +360,6 @@ final class DataTest extends SpecTestsuiteBase ); } - #[Depends('testAssertUninstantiable38')] public function testAssertUninstantiable39(): void { $this->runAssertUninstantiableCommand( @@ -409,7 +369,6 @@ final class DataTest extends SpecTestsuiteBase ); } - #[Depends('testAssertUninstantiable39')] public function testAssertUninstantiable40(): void { $this->runAssertUninstantiableCommand( @@ -419,7 +378,6 @@ final class DataTest extends SpecTestsuiteBase ); } - #[Depends('testAssertUninstantiable40')] public function testAssertInvalid41(): void { $this->runAssertInvalidCommand( @@ -429,7 +387,6 @@ final class DataTest extends SpecTestsuiteBase ); } - #[Depends('testAssertInvalid41')] public function testAssertInvalid42(): void { $this->runAssertInvalidCommand( @@ -439,7 +396,6 @@ final class DataTest extends SpecTestsuiteBase ); } - #[Depends('testAssertInvalid42')] public function testAssertInvalid43(): void { $this->runAssertInvalidCommand( @@ -449,7 +405,6 @@ final class DataTest extends SpecTestsuiteBase ); } - #[Depends('testAssertInvalid43')] public function testAssertInvalid44(): void { $this->runAssertInvalidCommand( @@ -459,7 +414,6 @@ final class DataTest extends SpecTestsuiteBase ); } - #[Depends('testAssertInvalid44')] public function testAssertInvalid45(): void { $this->runAssertInvalidCommand( @@ -469,7 +423,6 @@ final class DataTest extends SpecTestsuiteBase ); } - #[Depends('testAssertInvalid45')] public function testAssertInvalid46(): void { $this->runAssertInvalidCommand( @@ -479,7 +432,6 @@ final class DataTest extends SpecTestsuiteBase ); } - #[Depends('testAssertInvalid46')] public function testAssertInvalid47(): void { $this->runAssertInvalidCommand( @@ -489,7 +441,6 @@ final class DataTest extends SpecTestsuiteBase ); } - #[Depends('testAssertInvalid47')] public function testAssertInvalid48(): void { $this->runAssertInvalidCommand( @@ -499,7 +450,6 @@ final class DataTest extends SpecTestsuiteBase ); } - #[Depends('testAssertInvalid48')] public function testAssertInvalid49(): void { $this->runAssertInvalidCommand( @@ -509,7 +459,6 @@ final class DataTest extends SpecTestsuiteBase ); } - #[Depends('testAssertInvalid49')] public function testAssertInvalid50(): void { $this->runAssertInvalidCommand( @@ -519,7 +468,6 @@ final class DataTest extends SpecTestsuiteBase ); } - #[Depends('testAssertInvalid50')] public function testAssertInvalid51(): void { $this->runAssertInvalidCommand( @@ -529,7 +477,6 @@ final class DataTest extends SpecTestsuiteBase ); } - #[Depends('testAssertInvalid51')] public function testAssertInvalid52(): void { $this->runAssertInvalidCommand( @@ -539,7 +486,6 @@ final class DataTest extends SpecTestsuiteBase ); } - #[Depends('testAssertInvalid52')] public function testAssertInvalid53(): void { $this->runAssertInvalidCommand( @@ -549,7 +495,6 @@ final class DataTest extends SpecTestsuiteBase ); } - #[Depends('testAssertInvalid53')] public function testAssertInvalid54(): void { $this->runAssertInvalidCommand( @@ -559,7 +504,6 @@ final class DataTest extends SpecTestsuiteBase ); } - #[Depends('testAssertInvalid54')] public function testAssertInvalid55(): void { $this->runAssertInvalidCommand( @@ -569,7 +513,6 @@ final class DataTest extends SpecTestsuiteBase ); } - #[Depends('testAssertInvalid55')] public function testAssertInvalid56(): void { $this->runAssertInvalidCommand( @@ -579,7 +522,6 @@ final class DataTest extends SpecTestsuiteBase ); } - #[Depends('testAssertInvalid56')] public function testAssertInvalid57(): void { $this->runAssertInvalidCommand( @@ -589,7 +531,6 @@ final class DataTest extends SpecTestsuiteBase ); } - #[Depends('testAssertInvalid57')] public function testAssertInvalid58(): void { $this->runAssertInvalidCommand( @@ -599,7 +540,6 @@ final class DataTest extends SpecTestsuiteBase ); } - #[Depends('testAssertInvalid58')] public function testAssertInvalid59(): void { $this->runAssertInvalidCommand( @@ -609,7 +549,6 @@ final class DataTest extends SpecTestsuiteBase ); } - #[Depends('testAssertInvalid59')] public function testAssertInvalid60(): void { $this->runAssertInvalidCommand( diff --git a/tests/src/SpecTestsuites/Core/ElemTest.php b/tests/src/SpecTestsuites/Core/ElemTest.php index c34f701..f110d9a 100644 --- a/tests/src/SpecTestsuites/Core/ElemTest.php +++ b/tests/src/SpecTestsuites/Core/ElemTest.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 ElemTest extends SpecTestsuiteBase @@ -19,7 +18,6 @@ final class ElemTest extends SpecTestsuiteBase ); } - #[Depends('testModule0')] public function testModule1(): void { $this->runModuleCommand( @@ -29,7 +27,6 @@ final class ElemTest extends SpecTestsuiteBase ); } - #[Depends('testModule1')] public function testModule2(): void { $this->runModuleCommand( @@ -39,7 +36,6 @@ final class ElemTest extends SpecTestsuiteBase ); } - #[Depends('testModule2')] public function testModule3(): void { $this->runModuleCommand( @@ -49,7 +45,6 @@ final class ElemTest extends SpecTestsuiteBase ); } - #[Depends('testModule3')] public function testModule4(): void { $this->runModuleCommand( @@ -59,7 +54,6 @@ final class ElemTest extends SpecTestsuiteBase ); } - #[Depends('testModule4')] public function testModule5(): void { $this->runModuleCommand( @@ -69,7 +63,6 @@ final class ElemTest extends SpecTestsuiteBase ); } - #[Depends('testModule5')] public function testModule6(): void { $this->runModuleCommand( @@ -79,7 +72,6 @@ final class ElemTest extends SpecTestsuiteBase ); } - #[Depends('testModule6')] public function testModule7(): void { $this->runModuleCommand( @@ -89,7 +81,6 @@ final class ElemTest extends SpecTestsuiteBase ); } - #[Depends('testModule7')] public function testModule8(): void { $this->runModuleCommand( @@ -99,7 +90,6 @@ final class ElemTest extends SpecTestsuiteBase ); } - #[Depends('testModule8')] public function testAssertReturn9(): void { $this->runAssertReturnCommand( @@ -109,7 +99,6 @@ final class ElemTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn9')] public function testAssertReturn10(): void { $this->runAssertReturnCommand( @@ -119,7 +108,6 @@ final class ElemTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn10')] public function testModule11(): void { $this->runModuleCommand( @@ -129,7 +117,6 @@ final class ElemTest extends SpecTestsuiteBase ); } - #[Depends('testModule11')] public function testAssertReturn12(): void { $this->runAssertReturnCommand( @@ -139,7 +126,6 @@ final class ElemTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn12')] public function testAssertReturn13(): void { $this->runAssertReturnCommand( @@ -149,7 +135,6 @@ final class ElemTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn13')] public function testAssertInvalid14(): void { $this->runAssertInvalidCommand( @@ -159,7 +144,6 @@ final class ElemTest extends SpecTestsuiteBase ); } - #[Depends('testAssertInvalid14')] public function testAssertInvalid15(): void { $this->runAssertInvalidCommand( @@ -169,7 +153,6 @@ final class ElemTest extends SpecTestsuiteBase ); } - #[Depends('testAssertInvalid15')] public function testModule16(): void { $this->runModuleCommand( @@ -179,7 +162,6 @@ final class ElemTest extends SpecTestsuiteBase ); } - #[Depends('testModule16')] public function testModule17(): void { $this->runModuleCommand( @@ -189,7 +171,6 @@ final class ElemTest extends SpecTestsuiteBase ); } - #[Depends('testModule17')] public function testModule18(): void { $this->runModuleCommand( @@ -199,7 +180,6 @@ final class ElemTest extends SpecTestsuiteBase ); } - #[Depends('testModule18')] public function testModule19(): void { $this->runModuleCommand( @@ -209,7 +189,6 @@ final class ElemTest extends SpecTestsuiteBase ); } - #[Depends('testModule19')] public function testModule20(): void { $this->runModuleCommand( @@ -219,7 +198,6 @@ final class ElemTest extends SpecTestsuiteBase ); } - #[Depends('testModule20')] public function testModule21(): void { $this->runModuleCommand( @@ -229,7 +207,6 @@ final class ElemTest extends SpecTestsuiteBase ); } - #[Depends('testModule21')] public function testModule22(): void { $this->runModuleCommand( @@ -239,7 +216,6 @@ final class ElemTest extends SpecTestsuiteBase ); } - #[Depends('testModule22')] public function testModule23(): void { $this->runModuleCommand( @@ -249,7 +225,6 @@ final class ElemTest extends SpecTestsuiteBase ); } - #[Depends('testModule23')] public function testModule24(): void { $this->runModuleCommand( @@ -259,7 +234,6 @@ final class ElemTest extends SpecTestsuiteBase ); } - #[Depends('testModule24')] public function testModule25(): void { $this->runModuleCommand( @@ -269,7 +243,6 @@ final class ElemTest extends SpecTestsuiteBase ); } - #[Depends('testModule25')] public function testAssertUninstantiable26(): void { $this->runAssertUninstantiableCommand( @@ -279,7 +252,6 @@ final class ElemTest extends SpecTestsuiteBase ); } - #[Depends('testAssertUninstantiable26')] public function testAssertUninstantiable27(): void { $this->runAssertUninstantiableCommand( @@ -289,7 +261,6 @@ final class ElemTest extends SpecTestsuiteBase ); } - #[Depends('testAssertUninstantiable27')] public function testAssertUninstantiable28(): void { $this->runAssertUninstantiableCommand( @@ -299,7 +270,6 @@ final class ElemTest extends SpecTestsuiteBase ); } - #[Depends('testAssertUninstantiable28')] public function testAssertUninstantiable29(): void { $this->runAssertUninstantiableCommand( @@ -309,7 +279,6 @@ final class ElemTest extends SpecTestsuiteBase ); } - #[Depends('testAssertUninstantiable29')] public function testAssertUninstantiable30(): void { $this->runAssertUninstantiableCommand( @@ -319,7 +288,6 @@ final class ElemTest extends SpecTestsuiteBase ); } - #[Depends('testAssertUninstantiable30')] public function testAssertUninstantiable31(): void { $this->runAssertUninstantiableCommand( @@ -329,7 +297,6 @@ final class ElemTest extends SpecTestsuiteBase ); } - #[Depends('testAssertUninstantiable31')] public function testAssertUninstantiable32(): void { $this->runAssertUninstantiableCommand( @@ -339,7 +306,6 @@ final class ElemTest extends SpecTestsuiteBase ); } - #[Depends('testAssertUninstantiable32')] public function testAssertUninstantiable33(): void { $this->runAssertUninstantiableCommand( @@ -349,7 +315,6 @@ final class ElemTest extends SpecTestsuiteBase ); } - #[Depends('testAssertUninstantiable33')] public function testAssertUninstantiable34(): void { $this->runAssertUninstantiableCommand( @@ -359,7 +324,6 @@ final class ElemTest extends SpecTestsuiteBase ); } - #[Depends('testAssertUninstantiable34')] public function testAssertUninstantiable35(): void { $this->runAssertUninstantiableCommand( @@ -369,7 +333,6 @@ final class ElemTest extends SpecTestsuiteBase ); } - #[Depends('testAssertUninstantiable35')] public function testAssertUninstantiable36(): void { $this->runAssertUninstantiableCommand( @@ -379,7 +342,6 @@ final class ElemTest extends SpecTestsuiteBase ); } - #[Depends('testAssertUninstantiable36')] public function testAssertUninstantiable37(): void { $this->runAssertUninstantiableCommand( @@ -389,7 +351,6 @@ final class ElemTest extends SpecTestsuiteBase ); } - #[Depends('testAssertUninstantiable37')] public function testModule38(): void { $this->runModuleCommand( @@ -399,7 +360,6 @@ final class ElemTest extends SpecTestsuiteBase ); } - #[Depends('testModule38')] public function testAssertTrap39(): void { $this->runAssertTrapCommand( @@ -409,7 +369,6 @@ final class ElemTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap39')] public function testModule40(): void { $this->runModuleCommand( @@ -419,7 +378,6 @@ final class ElemTest extends SpecTestsuiteBase ); } - #[Depends('testModule40')] public function testAssertTrap41(): void { $this->runAssertTrapCommand( @@ -429,7 +387,6 @@ final class ElemTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap41')] public function testAssertInvalid42(): void { $this->runAssertInvalidCommand( @@ -439,7 +396,6 @@ final class ElemTest extends SpecTestsuiteBase ); } - #[Depends('testAssertInvalid42')] public function testAssertInvalid43(): void { $this->runAssertInvalidCommand( @@ -449,7 +405,6 @@ final class ElemTest extends SpecTestsuiteBase ); } - #[Depends('testAssertInvalid43')] public function testAssertInvalid44(): void { $this->runAssertInvalidCommand( @@ -459,7 +414,6 @@ final class ElemTest extends SpecTestsuiteBase ); } - #[Depends('testAssertInvalid44')] public function testAssertInvalid45(): void { $this->runAssertInvalidCommand( @@ -469,7 +423,6 @@ final class ElemTest extends SpecTestsuiteBase ); } - #[Depends('testAssertInvalid45')] public function testAssertInvalid46(): void { $this->runAssertInvalidCommand( @@ -479,7 +432,6 @@ final class ElemTest extends SpecTestsuiteBase ); } - #[Depends('testAssertInvalid46')] public function testAssertInvalid47(): void { $this->runAssertInvalidCommand( @@ -489,7 +441,6 @@ final class ElemTest extends SpecTestsuiteBase ); } - #[Depends('testAssertInvalid47')] public function testAssertInvalid48(): void { $this->runAssertInvalidCommand( @@ -499,7 +450,6 @@ final class ElemTest extends SpecTestsuiteBase ); } - #[Depends('testAssertInvalid48')] public function testAssertInvalid49(): void { $this->runAssertInvalidCommand( @@ -509,7 +459,6 @@ final class ElemTest extends SpecTestsuiteBase ); } - #[Depends('testAssertInvalid49')] public function testAssertInvalid50(): void { $this->runAssertInvalidCommand( @@ -519,7 +468,6 @@ final class ElemTest extends SpecTestsuiteBase ); } - #[Depends('testAssertInvalid50')] public function testAssertInvalid51(): void { $this->runAssertInvalidCommand( @@ -529,7 +477,6 @@ final class ElemTest extends SpecTestsuiteBase ); } - #[Depends('testAssertInvalid51')] public function testAssertInvalid52(): void { $this->runAssertInvalidCommand( @@ -539,7 +486,6 @@ final class ElemTest extends SpecTestsuiteBase ); } - #[Depends('testAssertInvalid52')] public function testAssertInvalid53(): void { $this->runAssertInvalidCommand( @@ -549,7 +495,6 @@ final class ElemTest extends SpecTestsuiteBase ); } - #[Depends('testAssertInvalid53')] public function testAssertInvalid54(): void { $this->runAssertInvalidCommand( @@ -559,7 +504,6 @@ final class ElemTest extends SpecTestsuiteBase ); } - #[Depends('testAssertInvalid54')] public function testAssertInvalid55(): void { $this->runAssertInvalidCommand( @@ -569,7 +513,6 @@ final class ElemTest extends SpecTestsuiteBase ); } - #[Depends('testAssertInvalid55')] public function testAssertInvalid56(): void { $this->runAssertInvalidCommand( @@ -579,7 +522,6 @@ final class ElemTest extends SpecTestsuiteBase ); } - #[Depends('testAssertInvalid56')] public function testAssertInvalid57(): void { $this->runAssertInvalidCommand( @@ -589,7 +531,6 @@ final class ElemTest extends SpecTestsuiteBase ); } - #[Depends('testAssertInvalid57')] public function testAssertInvalid58(): void { $this->runAssertInvalidCommand( @@ -599,7 +540,6 @@ final class ElemTest extends SpecTestsuiteBase ); } - #[Depends('testAssertInvalid58')] public function testAssertInvalid59(): void { $this->runAssertInvalidCommand( @@ -609,7 +549,6 @@ final class ElemTest extends SpecTestsuiteBase ); } - #[Depends('testAssertInvalid59')] public function testAssertInvalid60(): void { $this->runAssertInvalidCommand( @@ -619,7 +558,6 @@ final class ElemTest extends SpecTestsuiteBase ); } - #[Depends('testAssertInvalid60')] public function testAssertInvalid61(): void { $this->runAssertInvalidCommand( @@ -629,7 +567,6 @@ final class ElemTest extends SpecTestsuiteBase ); } - #[Depends('testAssertInvalid61')] public function testModule62(): void { $this->runModuleCommand( @@ -639,7 +576,6 @@ final class ElemTest extends SpecTestsuiteBase ); } - #[Depends('testModule62')] public function testAssertReturn63(): void { $this->runAssertReturnCommand( @@ -649,7 +585,6 @@ final class ElemTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn63')] public function testModule64(): void { $this->runModuleCommand( @@ -659,7 +594,6 @@ final class ElemTest extends SpecTestsuiteBase ); } - #[Depends('testModule64')] public function testAssertReturn65(): void { $this->runAssertReturnCommand( @@ -669,7 +603,6 @@ final class ElemTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn65')] public function testModule66(): void { $this->runModuleCommand( @@ -679,7 +612,6 @@ final class ElemTest extends SpecTestsuiteBase ); } - #[Depends('testModule66')] public function testRegister67(): void { $this->runRegisterCommand( @@ -689,7 +621,6 @@ final class ElemTest extends SpecTestsuiteBase ); } - #[Depends('testRegister67')] public function testAssertTrap68(): void { $this->runAssertTrapCommand( @@ -699,7 +630,6 @@ final class ElemTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap68')] public function testAssertReturn69(): void { $this->runAssertReturnCommand( @@ -709,7 +639,6 @@ final class ElemTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn69')] public function testAssertReturn70(): void { $this->runAssertReturnCommand( @@ -719,7 +648,6 @@ final class ElemTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn70')] public function testModule71(): void { $this->runModuleCommand( @@ -729,7 +657,6 @@ final class ElemTest extends SpecTestsuiteBase ); } - #[Depends('testModule71')] public function testAssertReturn72(): void { $this->runAssertReturnCommand( @@ -739,7 +666,6 @@ final class ElemTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn72')] public function testAssertReturn73(): void { $this->runAssertReturnCommand( @@ -749,7 +675,6 @@ final class ElemTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn73')] public function testAssertReturn74(): void { $this->runAssertReturnCommand( @@ -759,7 +684,6 @@ final class ElemTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn74')] public function testModule75(): void { $this->runModuleCommand( @@ -769,7 +693,6 @@ final class ElemTest extends SpecTestsuiteBase ); } - #[Depends('testModule75')] public function testAssertReturn76(): void { $this->runAssertReturnCommand( @@ -779,7 +702,6 @@ final class ElemTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn76')] public function testAssertReturn77(): void { $this->runAssertReturnCommand( @@ -789,7 +711,6 @@ final class ElemTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn77')] public function testAssertReturn78(): void { $this->runAssertReturnCommand( @@ -799,7 +720,6 @@ final class ElemTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn78')] public function testAssertInvalid79(): void { $this->runAssertInvalidCommand( @@ -809,7 +729,6 @@ final class ElemTest extends SpecTestsuiteBase ); } - #[Depends('testAssertInvalid79')] public function testAssertInvalid80(): void { $this->runAssertInvalidCommand( @@ -819,7 +738,6 @@ final class ElemTest extends SpecTestsuiteBase ); } - #[Depends('testAssertInvalid80')] public function testAssertInvalid81(): void { $this->runAssertInvalidCommand( @@ -829,7 +747,6 @@ final class ElemTest extends SpecTestsuiteBase ); } - #[Depends('testAssertInvalid81')] public function testAssertInvalid82(): void { $this->runAssertInvalidCommand( @@ -839,7 +756,6 @@ final class ElemTest extends SpecTestsuiteBase ); } - #[Depends('testAssertInvalid82')] public function testModule83(): void { $this->runModuleCommand( @@ -849,7 +765,6 @@ final class ElemTest extends SpecTestsuiteBase ); } - #[Depends('testModule83')] public function testRegister84(): void { $this->runRegisterCommand( @@ -859,7 +774,6 @@ final class ElemTest extends SpecTestsuiteBase ); } - #[Depends('testRegister84')] public function testAssertReturn85(): void { $this->runAssertReturnCommand( @@ -869,7 +783,6 @@ final class ElemTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn85')] public function testAssertReturn86(): void { $this->runAssertReturnCommand( @@ -879,7 +792,6 @@ final class ElemTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn86')] public function testAssertReturn87(): void { $this->runAssertReturnCommand( @@ -889,7 +801,6 @@ final class ElemTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn87')] public function testAssertReturn88(): void { $this->runAssertReturnCommand( @@ -899,7 +810,6 @@ final class ElemTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn88')] public function testAssertReturn89(): void { $this->runAssertReturnCommand( @@ -909,7 +819,6 @@ final class ElemTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn89')] public function testAssertReturn90(): void { $this->runAssertReturnCommand( @@ -919,7 +828,6 @@ final class ElemTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn90')] public function testModule91(): void { $this->runModuleCommand( @@ -929,7 +837,6 @@ final class ElemTest extends SpecTestsuiteBase ); } - #[Depends('testModule91')] public function testAssertReturn92(): void { $this->runAssertReturnCommand( @@ -939,7 +846,6 @@ final class ElemTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn92')] public function testAssertReturn93(): void { $this->runAssertReturnCommand( @@ -949,7 +855,6 @@ final class ElemTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn93')] public function testModule94(): void { $this->runModuleCommand( @@ -959,7 +864,6 @@ final class ElemTest extends SpecTestsuiteBase ); } - #[Depends('testModule94')] public function testRegister95(): void { $this->runRegisterCommand( @@ -969,7 +873,6 @@ final class ElemTest extends SpecTestsuiteBase ); } - #[Depends('testRegister95')] public function testModule96(): void { $this->runModuleCommand( @@ -979,7 +882,6 @@ final class ElemTest extends SpecTestsuiteBase ); } - #[Depends('testModule96')] public function testAssertReturn97(): void { $this->runAssertReturnCommand( diff --git a/tests/src/SpecTestsuites/Core/EndiannessTest.php b/tests/src/SpecTestsuites/Core/EndiannessTest.php index 781e219..517144f 100644 --- a/tests/src/SpecTestsuites/Core/EndiannessTest.php +++ b/tests/src/SpecTestsuites/Core/EndiannessTest.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 EndiannessTest extends SpecTestsuiteBase @@ -19,7 +18,6 @@ final class EndiannessTest extends SpecTestsuiteBase ); } - #[Depends('testModule0')] public function testAssertReturn1(): void { $this->runAssertReturnCommand( @@ -29,7 +27,6 @@ final class EndiannessTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1')] public function testAssertReturn2(): void { $this->runAssertReturnCommand( @@ -39,7 +36,6 @@ final class EndiannessTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2')] public function testAssertReturn3(): void { $this->runAssertReturnCommand( @@ -49,7 +45,6 @@ final class EndiannessTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn3')] public function testAssertReturn4(): void { $this->runAssertReturnCommand( @@ -59,7 +54,6 @@ final class EndiannessTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn4')] public function testAssertReturn5(): void { $this->runAssertReturnCommand( @@ -69,7 +63,6 @@ final class EndiannessTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn5')] public function testAssertReturn6(): void { $this->runAssertReturnCommand( @@ -79,7 +72,6 @@ final class EndiannessTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn6')] public function testAssertReturn7(): void { $this->runAssertReturnCommand( @@ -89,7 +81,6 @@ final class EndiannessTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn7')] public function testAssertReturn8(): void { $this->runAssertReturnCommand( @@ -99,7 +90,6 @@ final class EndiannessTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn8')] public function testAssertReturn9(): void { $this->runAssertReturnCommand( @@ -109,7 +99,6 @@ final class EndiannessTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn9')] public function testAssertReturn10(): void { $this->runAssertReturnCommand( @@ -119,7 +108,6 @@ final class EndiannessTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn10')] public function testAssertReturn11(): void { $this->runAssertReturnCommand( @@ -129,7 +117,6 @@ final class EndiannessTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn11')] public function testAssertReturn12(): void { $this->runAssertReturnCommand( @@ -139,7 +126,6 @@ final class EndiannessTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn12')] public function testAssertReturn13(): void { $this->runAssertReturnCommand( @@ -149,7 +135,6 @@ final class EndiannessTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn13')] public function testAssertReturn14(): void { $this->runAssertReturnCommand( @@ -159,7 +144,6 @@ final class EndiannessTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn14')] public function testAssertReturn15(): void { $this->runAssertReturnCommand( @@ -169,7 +153,6 @@ final class EndiannessTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn15')] public function testAssertReturn16(): void { $this->runAssertReturnCommand( @@ -179,7 +162,6 @@ final class EndiannessTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn16')] public function testAssertReturn17(): void { $this->runAssertReturnCommand( @@ -189,7 +171,6 @@ final class EndiannessTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn17')] public function testAssertReturn18(): void { $this->runAssertReturnCommand( @@ -199,7 +180,6 @@ final class EndiannessTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn18')] public function testAssertReturn19(): void { $this->runAssertReturnCommand( @@ -209,7 +189,6 @@ final class EndiannessTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn19')] public function testAssertReturn20(): void { $this->runAssertReturnCommand( @@ -219,7 +198,6 @@ final class EndiannessTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn20')] public function testAssertReturn21(): void { $this->runAssertReturnCommand( @@ -229,7 +207,6 @@ final class EndiannessTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn21')] public function testAssertReturn22(): void { $this->runAssertReturnCommand( @@ -239,7 +216,6 @@ final class EndiannessTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn22')] public function testAssertReturn23(): void { $this->runAssertReturnCommand( @@ -249,7 +225,6 @@ final class EndiannessTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn23')] public function testAssertReturn24(): void { $this->runAssertReturnCommand( @@ -259,7 +234,6 @@ final class EndiannessTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn24')] public function testAssertReturn25(): void { $this->runAssertReturnCommand( @@ -269,7 +243,6 @@ final class EndiannessTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn25')] public function testAssertReturn26(): void { $this->runAssertReturnCommand( @@ -279,7 +252,6 @@ final class EndiannessTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn26')] public function testAssertReturn27(): void { $this->runAssertReturnCommand( @@ -289,7 +261,6 @@ final class EndiannessTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn27')] public function testAssertReturn28(): void { $this->runAssertReturnCommand( @@ -299,7 +270,6 @@ final class EndiannessTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn28')] public function testAssertReturn29(): void { $this->runAssertReturnCommand( @@ -309,7 +279,6 @@ final class EndiannessTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn29')] public function testAssertReturn30(): void { $this->runAssertReturnCommand( @@ -319,7 +288,6 @@ final class EndiannessTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn30')] public function testAssertReturn31(): void { $this->runAssertReturnCommand( @@ -329,7 +297,6 @@ final class EndiannessTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn31')] public function testAssertReturn32(): void { $this->runAssertReturnCommand( @@ -339,7 +306,6 @@ final class EndiannessTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn32')] public function testAssertReturn33(): void { $this->runAssertReturnCommand( @@ -349,7 +315,6 @@ final class EndiannessTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn33')] public function testAssertReturn34(): void { $this->runAssertReturnCommand( @@ -359,7 +324,6 @@ final class EndiannessTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn34')] public function testAssertReturn35(): void { $this->runAssertReturnCommand( @@ -369,7 +333,6 @@ final class EndiannessTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn35')] public function testAssertReturn36(): void { $this->runAssertReturnCommand( @@ -379,7 +342,6 @@ final class EndiannessTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn36')] public function testAssertReturn37(): void { $this->runAssertReturnCommand( @@ -389,7 +351,6 @@ final class EndiannessTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn37')] public function testAssertReturn38(): void { $this->runAssertReturnCommand( @@ -399,7 +360,6 @@ final class EndiannessTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn38')] public function testAssertReturn39(): void { $this->runAssertReturnCommand( @@ -409,7 +369,6 @@ final class EndiannessTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn39')] public function testAssertReturn40(): void { $this->runAssertReturnCommand( @@ -419,7 +378,6 @@ final class EndiannessTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn40')] public function testAssertReturn41(): void { $this->runAssertReturnCommand( @@ -429,7 +387,6 @@ final class EndiannessTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn41')] public function testAssertReturn42(): void { $this->runAssertReturnCommand( @@ -439,7 +396,6 @@ final class EndiannessTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn42')] public function testAssertReturn43(): void { $this->runAssertReturnCommand( @@ -449,7 +405,6 @@ final class EndiannessTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn43')] public function testAssertReturn44(): void { $this->runAssertReturnCommand( @@ -459,7 +414,6 @@ final class EndiannessTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn44')] public function testAssertReturn45(): void { $this->runAssertReturnCommand( @@ -469,7 +423,6 @@ final class EndiannessTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn45')] public function testAssertReturn46(): void { $this->runAssertReturnCommand( @@ -479,7 +432,6 @@ final class EndiannessTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn46')] public function testAssertReturn47(): void { $this->runAssertReturnCommand( @@ -489,7 +441,6 @@ final class EndiannessTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn47')] public function testAssertReturn48(): void { $this->runAssertReturnCommand( @@ -499,7 +450,6 @@ final class EndiannessTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn48')] public function testAssertReturn49(): void { $this->runAssertReturnCommand( @@ -509,7 +459,6 @@ final class EndiannessTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn49')] public function testAssertReturn50(): void { $this->runAssertReturnCommand( @@ -519,7 +468,6 @@ final class EndiannessTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn50')] public function testAssertReturn51(): void { $this->runAssertReturnCommand( @@ -529,7 +477,6 @@ final class EndiannessTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn51')] public function testAssertReturn52(): void { $this->runAssertReturnCommand( @@ -539,7 +486,6 @@ final class EndiannessTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn52')] public function testAssertReturn53(): void { $this->runAssertReturnCommand( @@ -549,7 +495,6 @@ final class EndiannessTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn53')] public function testAssertReturn54(): void { $this->runAssertReturnCommand( @@ -559,7 +504,6 @@ final class EndiannessTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn54')] public function testAssertReturn55(): void { $this->runAssertReturnCommand( @@ -569,7 +513,6 @@ final class EndiannessTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn55')] public function testAssertReturn56(): void { $this->runAssertReturnCommand( @@ -579,7 +522,6 @@ final class EndiannessTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn56')] public function testAssertReturn57(): void { $this->runAssertReturnCommand( @@ -589,7 +531,6 @@ final class EndiannessTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn57')] public function testAssertReturn58(): void { $this->runAssertReturnCommand( @@ -599,7 +540,6 @@ final class EndiannessTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn58')] public function testAssertReturn59(): void { $this->runAssertReturnCommand( @@ -609,7 +549,6 @@ final class EndiannessTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn59')] public function testAssertReturn60(): void { $this->runAssertReturnCommand( @@ -619,7 +558,6 @@ final class EndiannessTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn60')] public function testAssertReturn61(): void { $this->runAssertReturnCommand( @@ -629,7 +567,6 @@ final class EndiannessTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn61')] public function testAssertReturn62(): void { $this->runAssertReturnCommand( @@ -639,7 +576,6 @@ final class EndiannessTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn62')] public function testAssertReturn63(): void { $this->runAssertReturnCommand( @@ -649,7 +585,6 @@ final class EndiannessTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn63')] public function testAssertReturn64(): void { $this->runAssertReturnCommand( @@ -659,7 +594,6 @@ final class EndiannessTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn64')] public function testAssertReturn65(): void { $this->runAssertReturnCommand( @@ -669,7 +603,6 @@ final class EndiannessTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn65')] public function testAssertReturn66(): void { $this->runAssertReturnCommand( @@ -679,7 +612,6 @@ final class EndiannessTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn66')] public function testAssertReturn67(): void { $this->runAssertReturnCommand( @@ -689,7 +621,6 @@ final class EndiannessTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn67')] public function testAssertReturn68(): void { $this->runAssertReturnCommand( diff --git a/tests/src/SpecTestsuites/Core/ExportsTest.php b/tests/src/SpecTestsuites/Core/ExportsTest.php index 2c5209b..1d263ee 100644 --- a/tests/src/SpecTestsuites/Core/ExportsTest.php +++ b/tests/src/SpecTestsuites/Core/ExportsTest.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 ExportsTest extends SpecTestsuiteBase @@ -19,7 +18,6 @@ final class ExportsTest extends SpecTestsuiteBase ); } - #[Depends('testModule0')] public function testModule1(): void { $this->runModuleCommand( @@ -29,7 +27,6 @@ final class ExportsTest extends SpecTestsuiteBase ); } - #[Depends('testModule1')] public function testModule2(): void { $this->runModuleCommand( @@ -39,7 +36,6 @@ final class ExportsTest extends SpecTestsuiteBase ); } - #[Depends('testModule2')] public function testModule3(): void { $this->runModuleCommand( @@ -49,7 +45,6 @@ final class ExportsTest extends SpecTestsuiteBase ); } - #[Depends('testModule3')] public function testModule4(): void { $this->runModuleCommand( @@ -59,7 +54,6 @@ final class ExportsTest extends SpecTestsuiteBase ); } - #[Depends('testModule4')] public function testModule5(): void { $this->runModuleCommand( @@ -69,7 +63,6 @@ final class ExportsTest extends SpecTestsuiteBase ); } - #[Depends('testModule5')] public function testModule6(): void { $this->runModuleCommand( @@ -79,7 +72,6 @@ final class ExportsTest extends SpecTestsuiteBase ); } - #[Depends('testModule6')] public function testModule7(): void { $this->runModuleCommand( @@ -89,7 +81,6 @@ final class ExportsTest extends SpecTestsuiteBase ); } - #[Depends('testModule7')] public function testModule8(): void { $this->runModuleCommand( @@ -99,7 +90,6 @@ final class ExportsTest extends SpecTestsuiteBase ); } - #[Depends('testModule8')] public function testModule9(): void { $this->runModuleCommand( @@ -109,7 +99,6 @@ final class ExportsTest extends SpecTestsuiteBase ); } - #[Depends('testModule9')] public function testModule10(): void { $this->runModuleCommand( @@ -119,7 +108,6 @@ final class ExportsTest extends SpecTestsuiteBase ); } - #[Depends('testModule10')] public function testModule11(): void { $this->runModuleCommand( @@ -129,7 +117,6 @@ final class ExportsTest extends SpecTestsuiteBase ); } - #[Depends('testModule11')] public function testAssertReturn12(): void { $this->runAssertReturnCommand( @@ -139,7 +126,6 @@ final class ExportsTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn12')] public function testAssertReturn13(): void { $this->runAssertReturnCommand( @@ -149,7 +135,6 @@ final class ExportsTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn13')] public function testModule14(): void { $this->runModuleCommand( @@ -159,7 +144,6 @@ final class ExportsTest extends SpecTestsuiteBase ); } - #[Depends('testModule14')] public function testModule15(): void { $this->runModuleCommand( @@ -169,7 +153,6 @@ final class ExportsTest extends SpecTestsuiteBase ); } - #[Depends('testModule15')] public function testAssertReturn16(): void { $this->runAssertReturnCommand( @@ -179,7 +162,6 @@ final class ExportsTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn16')] public function testModule17(): void { $this->runModuleCommand( @@ -189,7 +171,6 @@ final class ExportsTest extends SpecTestsuiteBase ); } - #[Depends('testModule17')] public function testAssertReturn18(): void { $this->runAssertReturnCommand( @@ -199,7 +180,6 @@ final class ExportsTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn18')] public function testAssertReturn19(): void { $this->runAssertReturnCommand( @@ -209,7 +189,6 @@ final class ExportsTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn19')] public function testAssertReturn20(): void { $this->runAssertReturnCommand( @@ -219,7 +198,6 @@ final class ExportsTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn20')] public function testAssertInvalid21(): void { $this->runAssertInvalidCommand( @@ -229,7 +207,6 @@ final class ExportsTest extends SpecTestsuiteBase ); } - #[Depends('testAssertInvalid21')] public function testAssertInvalid22(): void { $this->runAssertInvalidCommand( @@ -239,7 +216,6 @@ final class ExportsTest extends SpecTestsuiteBase ); } - #[Depends('testAssertInvalid22')] public function testAssertInvalid23(): void { $this->runAssertInvalidCommand( @@ -249,7 +225,6 @@ final class ExportsTest extends SpecTestsuiteBase ); } - #[Depends('testAssertInvalid23')] public function testAssertInvalid24(): void { $this->runAssertInvalidCommand( @@ -259,7 +234,6 @@ final class ExportsTest extends SpecTestsuiteBase ); } - #[Depends('testAssertInvalid24')] public function testAssertInvalid25(): void { $this->runAssertInvalidCommand( @@ -269,7 +243,6 @@ final class ExportsTest extends SpecTestsuiteBase ); } - #[Depends('testAssertInvalid25')] public function testAssertInvalid26(): void { $this->runAssertInvalidCommand( @@ -279,7 +252,6 @@ final class ExportsTest extends SpecTestsuiteBase ); } - #[Depends('testAssertInvalid26')] public function testAssertInvalid27(): void { $this->runAssertInvalidCommand( @@ -289,7 +261,6 @@ final class ExportsTest extends SpecTestsuiteBase ); } - #[Depends('testAssertInvalid27')] public function testAssertInvalid28(): void { $this->runAssertInvalidCommand( @@ -299,7 +270,6 @@ final class ExportsTest extends SpecTestsuiteBase ); } - #[Depends('testAssertInvalid28')] public function testModule29(): void { $this->runModuleCommand( @@ -309,7 +279,6 @@ final class ExportsTest extends SpecTestsuiteBase ); } - #[Depends('testModule29')] public function testModule30(): void { $this->runModuleCommand( @@ -319,7 +288,6 @@ final class ExportsTest extends SpecTestsuiteBase ); } - #[Depends('testModule30')] public function testModule31(): void { $this->runModuleCommand( @@ -329,7 +297,6 @@ final class ExportsTest extends SpecTestsuiteBase ); } - #[Depends('testModule31')] public function testModule32(): void { $this->runModuleCommand( @@ -339,7 +306,6 @@ final class ExportsTest extends SpecTestsuiteBase ); } - #[Depends('testModule32')] public function testModule33(): void { $this->runModuleCommand( @@ -349,7 +315,6 @@ final class ExportsTest extends SpecTestsuiteBase ); } - #[Depends('testModule33')] public function testModule34(): void { $this->runModuleCommand( @@ -359,7 +324,6 @@ final class ExportsTest extends SpecTestsuiteBase ); } - #[Depends('testModule34')] public function testModule35(): void { $this->runModuleCommand( @@ -369,7 +333,6 @@ final class ExportsTest extends SpecTestsuiteBase ); } - #[Depends('testModule35')] public function testModule36(): void { $this->runModuleCommand( @@ -379,7 +342,6 @@ final class ExportsTest extends SpecTestsuiteBase ); } - #[Depends('testModule36')] public function testModule37(): void { $this->runModuleCommand( @@ -389,7 +351,6 @@ final class ExportsTest extends SpecTestsuiteBase ); } - #[Depends('testModule37')] public function testModule38(): void { $this->runModuleCommand( @@ -399,7 +360,6 @@ final class ExportsTest extends SpecTestsuiteBase ); } - #[Depends('testModule38')] public function testAssertReturn39(): void { $this->runAssertReturnCommand( @@ -409,7 +369,6 @@ final class ExportsTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn39')] public function testAssertReturn40(): void { $this->runAssertReturnCommand( @@ -419,7 +378,6 @@ final class ExportsTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn40')] public function testModule41(): void { $this->runModuleCommand( @@ -429,7 +387,6 @@ final class ExportsTest extends SpecTestsuiteBase ); } - #[Depends('testModule41')] public function testModule42(): void { $this->runModuleCommand( @@ -439,7 +396,6 @@ final class ExportsTest extends SpecTestsuiteBase ); } - #[Depends('testModule42')] public function testAssertReturn43(): void { $this->runAssertReturnCommand( @@ -449,7 +405,6 @@ final class ExportsTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn43')] public function testAssertInvalid44(): void { $this->runAssertInvalidCommand( @@ -459,7 +414,6 @@ final class ExportsTest extends SpecTestsuiteBase ); } - #[Depends('testAssertInvalid44')] public function testAssertInvalid45(): void { $this->runAssertInvalidCommand( @@ -469,7 +423,6 @@ final class ExportsTest extends SpecTestsuiteBase ); } - #[Depends('testAssertInvalid45')] public function testAssertInvalid46(): void { $this->runAssertInvalidCommand( @@ -479,7 +432,6 @@ final class ExportsTest extends SpecTestsuiteBase ); } - #[Depends('testAssertInvalid46')] public function testAssertInvalid47(): void { $this->runAssertInvalidCommand( @@ -489,7 +441,6 @@ final class ExportsTest extends SpecTestsuiteBase ); } - #[Depends('testAssertInvalid47')] public function testAssertInvalid48(): void { $this->runAssertInvalidCommand( @@ -499,7 +450,6 @@ final class ExportsTest extends SpecTestsuiteBase ); } - #[Depends('testAssertInvalid48')] public function testAssertInvalid49(): void { $this->runAssertInvalidCommand( @@ -509,7 +459,6 @@ final class ExportsTest extends SpecTestsuiteBase ); } - #[Depends('testAssertInvalid49')] public function testAssertInvalid50(): void { $this->runAssertInvalidCommand( @@ -519,7 +468,6 @@ final class ExportsTest extends SpecTestsuiteBase ); } - #[Depends('testAssertInvalid50')] public function testAssertInvalid51(): void { $this->runAssertInvalidCommand( @@ -529,7 +477,6 @@ final class ExportsTest extends SpecTestsuiteBase ); } - #[Depends('testAssertInvalid51')] public function testModule52(): void { $this->runModuleCommand( @@ -539,7 +486,6 @@ final class ExportsTest extends SpecTestsuiteBase ); } - #[Depends('testModule52')] public function testModule53(): void { $this->runModuleCommand( @@ -549,7 +495,6 @@ final class ExportsTest extends SpecTestsuiteBase ); } - #[Depends('testModule53')] public function testModule54(): void { $this->runModuleCommand( @@ -559,7 +504,6 @@ final class ExportsTest extends SpecTestsuiteBase ); } - #[Depends('testModule54')] public function testModule55(): void { $this->runModuleCommand( @@ -569,7 +513,6 @@ final class ExportsTest extends SpecTestsuiteBase ); } - #[Depends('testModule55')] public function testModule56(): void { $this->runModuleCommand( @@ -579,7 +522,6 @@ final class ExportsTest extends SpecTestsuiteBase ); } - #[Depends('testModule56')] public function testModule57(): void { $this->runModuleCommand( @@ -589,7 +531,6 @@ final class ExportsTest extends SpecTestsuiteBase ); } - #[Depends('testModule57')] public function testModule58(): void { $this->runModuleCommand( @@ -599,7 +540,6 @@ final class ExportsTest extends SpecTestsuiteBase ); } - #[Depends('testModule58')] public function testModule59(): void { $this->runModuleCommand( @@ -609,7 +549,6 @@ final class ExportsTest extends SpecTestsuiteBase ); } - #[Depends('testModule59')] public function testModule60(): void { $this->runModuleCommand( @@ -619,7 +558,6 @@ final class ExportsTest extends SpecTestsuiteBase ); } - #[Depends('testModule60')] public function testModule61(): void { $this->runModuleCommand( @@ -629,7 +567,6 @@ final class ExportsTest extends SpecTestsuiteBase ); } - #[Depends('testModule61')] public function testModule62(): void { $this->runModuleCommand( @@ -639,7 +576,6 @@ final class ExportsTest extends SpecTestsuiteBase ); } - #[Depends('testModule62')] public function testModule63(): void { $this->runModuleCommand( @@ -649,7 +585,6 @@ final class ExportsTest extends SpecTestsuiteBase ); } - #[Depends('testModule63')] public function testModule64(): void { $this->runModuleCommand( @@ -659,7 +594,6 @@ final class ExportsTest extends SpecTestsuiteBase ); } - #[Depends('testModule64')] public function testModule65(): void { $this->runModuleCommand( @@ -669,7 +603,6 @@ final class ExportsTest extends SpecTestsuiteBase ); } - #[Depends('testModule65')] public function testModule66(): void { $this->runModuleCommand( @@ -679,7 +612,6 @@ final class ExportsTest extends SpecTestsuiteBase ); } - #[Depends('testModule66')] public function testAssertInvalid67(): void { $this->runAssertInvalidCommand( @@ -689,7 +621,6 @@ final class ExportsTest extends SpecTestsuiteBase ); } - #[Depends('testAssertInvalid67')] public function testAssertInvalid68(): void { $this->runAssertInvalidCommand( @@ -699,7 +630,6 @@ final class ExportsTest extends SpecTestsuiteBase ); } - #[Depends('testAssertInvalid68')] public function testAssertInvalid69(): void { $this->runAssertInvalidCommand( @@ -709,7 +639,6 @@ final class ExportsTest extends SpecTestsuiteBase ); } - #[Depends('testAssertInvalid69')] public function testAssertInvalid70(): void { $this->runAssertInvalidCommand( @@ -719,7 +648,6 @@ final class ExportsTest extends SpecTestsuiteBase ); } - #[Depends('testAssertInvalid70')] public function testAssertInvalid71(): void { $this->runAssertInvalidCommand( @@ -729,7 +657,6 @@ final class ExportsTest extends SpecTestsuiteBase ); } - #[Depends('testAssertInvalid71')] public function testAssertInvalid72(): void { $this->runAssertInvalidCommand( @@ -739,7 +666,6 @@ final class ExportsTest extends SpecTestsuiteBase ); } - #[Depends('testAssertInvalid72')] public function testAssertInvalid73(): void { $this->runAssertInvalidCommand( @@ -749,7 +675,6 @@ final class ExportsTest extends SpecTestsuiteBase ); } - #[Depends('testAssertInvalid73')] public function testAssertInvalid74(): void { $this->runAssertInvalidCommand( @@ -759,7 +684,6 @@ final class ExportsTest extends SpecTestsuiteBase ); } - #[Depends('testAssertInvalid74')] public function testModule75(): void { $this->runModuleCommand( @@ -769,7 +693,6 @@ final class ExportsTest extends SpecTestsuiteBase ); } - #[Depends('testModule75')] public function testModule76(): void { $this->runModuleCommand( @@ -779,7 +702,6 @@ final class ExportsTest extends SpecTestsuiteBase ); } - #[Depends('testModule76')] public function testModule77(): void { $this->runModuleCommand( @@ -789,7 +711,6 @@ final class ExportsTest extends SpecTestsuiteBase ); } - #[Depends('testModule77')] public function testModule78(): void { $this->runModuleCommand( @@ -799,7 +720,6 @@ final class ExportsTest extends SpecTestsuiteBase ); } - #[Depends('testModule78')] public function testModule79(): void { $this->runModuleCommand( @@ -809,7 +729,6 @@ final class ExportsTest extends SpecTestsuiteBase ); } - #[Depends('testModule79')] public function testModule80(): void { $this->runModuleCommand( @@ -819,7 +738,6 @@ final class ExportsTest extends SpecTestsuiteBase ); } - #[Depends('testModule80')] public function testModule81(): void { $this->runModuleCommand( @@ -829,7 +747,6 @@ final class ExportsTest extends SpecTestsuiteBase ); } - #[Depends('testModule81')] public function testModule82(): void { $this->runModuleCommand( @@ -839,7 +756,6 @@ final class ExportsTest extends SpecTestsuiteBase ); } - #[Depends('testModule82')] public function testModule83(): void { $this->runModuleCommand( @@ -849,7 +765,6 @@ final class ExportsTest extends SpecTestsuiteBase ); } - #[Depends('testModule83')] public function testModule84(): void { $this->runModuleCommand( @@ -859,7 +774,6 @@ final class ExportsTest extends SpecTestsuiteBase ); } - #[Depends('testModule84')] public function testModule85(): void { $this->runModuleCommand( @@ -869,7 +783,6 @@ final class ExportsTest extends SpecTestsuiteBase ); } - #[Depends('testModule85')] public function testModule86(): void { $this->runModuleCommand( @@ -879,7 +792,6 @@ final class ExportsTest extends SpecTestsuiteBase ); } - #[Depends('testModule86')] public function testModule87(): void { $this->runModuleCommand( @@ -889,7 +801,6 @@ final class ExportsTest extends SpecTestsuiteBase ); } - #[Depends('testModule87')] public function testModule88(): void { $this->runModuleCommand( @@ -899,7 +810,6 @@ final class ExportsTest extends SpecTestsuiteBase ); } - #[Depends('testModule88')] public function testAssertInvalid89(): void { $this->runAssertInvalidCommand( @@ -909,7 +819,6 @@ final class ExportsTest extends SpecTestsuiteBase ); } - #[Depends('testAssertInvalid89')] public function testAssertInvalid90(): void { $this->runAssertInvalidCommand( @@ -919,7 +828,6 @@ final class ExportsTest extends SpecTestsuiteBase ); } - #[Depends('testAssertInvalid90')] public function testAssertInvalid91(): void { $this->runAssertInvalidCommand( @@ -929,7 +837,6 @@ final class ExportsTest extends SpecTestsuiteBase ); } - #[Depends('testAssertInvalid91')] public function testAssertInvalid92(): void { $this->runAssertInvalidCommand( @@ -939,7 +846,6 @@ final class ExportsTest extends SpecTestsuiteBase ); } - #[Depends('testAssertInvalid92')] public function testAssertInvalid93(): void { $this->runAssertInvalidCommand( @@ -949,7 +855,6 @@ final class ExportsTest extends SpecTestsuiteBase ); } - #[Depends('testAssertInvalid93')] public function testAssertInvalid94(): void { $this->runAssertInvalidCommand( @@ -959,7 +864,6 @@ final class ExportsTest extends SpecTestsuiteBase ); } - #[Depends('testAssertInvalid94')] public function testAssertInvalid95(): void { $this->runAssertInvalidCommand( diff --git a/tests/src/SpecTestsuites/Core/F32BitwiseTest.php b/tests/src/SpecTestsuites/Core/F32BitwiseTest.php index 753d8ec..f60cc18 100644 --- a/tests/src/SpecTestsuites/Core/F32BitwiseTest.php +++ b/tests/src/SpecTestsuites/Core/F32BitwiseTest.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 F32BitwiseTest extends SpecTestsuiteBase @@ -19,7 +18,6 @@ final class F32BitwiseTest extends SpecTestsuiteBase ); } - #[Depends('testModule0')] public function testAssertReturn1(): void { $this->runAssertReturnCommand( @@ -29,7 +27,6 @@ final class F32BitwiseTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1')] public function testAssertReturn2(): void { $this->runAssertReturnCommand( @@ -39,7 +36,6 @@ final class F32BitwiseTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2')] public function testAssertReturn3(): void { $this->runAssertReturnCommand( @@ -49,7 +45,6 @@ final class F32BitwiseTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn3')] public function testAssertReturn4(): void { $this->runAssertReturnCommand( @@ -59,7 +54,6 @@ final class F32BitwiseTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn4')] public function testAssertReturn5(): void { $this->runAssertReturnCommand( @@ -69,7 +63,6 @@ final class F32BitwiseTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn5')] public function testAssertReturn6(): void { $this->runAssertReturnCommand( @@ -79,7 +72,6 @@ final class F32BitwiseTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn6')] public function testAssertReturn7(): void { $this->runAssertReturnCommand( @@ -89,7 +81,6 @@ final class F32BitwiseTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn7')] public function testAssertReturn8(): void { $this->runAssertReturnCommand( @@ -99,7 +90,6 @@ final class F32BitwiseTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn8')] public function testAssertReturn9(): void { $this->runAssertReturnCommand( @@ -109,7 +99,6 @@ final class F32BitwiseTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn9')] public function testAssertReturn10(): void { $this->runAssertReturnCommand( @@ -119,7 +108,6 @@ final class F32BitwiseTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn10')] public function testAssertReturn11(): void { $this->runAssertReturnCommand( @@ -129,7 +117,6 @@ final class F32BitwiseTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn11')] public function testAssertReturn12(): void { $this->runAssertReturnCommand( @@ -139,7 +126,6 @@ final class F32BitwiseTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn12')] public function testAssertReturn13(): void { $this->runAssertReturnCommand( @@ -149,7 +135,6 @@ final class F32BitwiseTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn13')] public function testAssertReturn14(): void { $this->runAssertReturnCommand( @@ -159,7 +144,6 @@ final class F32BitwiseTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn14')] public function testAssertReturn15(): void { $this->runAssertReturnCommand( @@ -169,7 +153,6 @@ final class F32BitwiseTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn15')] public function testAssertReturn16(): void { $this->runAssertReturnCommand( @@ -179,7 +162,6 @@ final class F32BitwiseTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn16')] public function testAssertReturn17(): void { $this->runAssertReturnCommand( @@ -189,7 +171,6 @@ final class F32BitwiseTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn17')] public function testAssertReturn18(): void { $this->runAssertReturnCommand( @@ -199,7 +180,6 @@ final class F32BitwiseTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn18')] public function testAssertReturn19(): void { $this->runAssertReturnCommand( @@ -209,7 +189,6 @@ final class F32BitwiseTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn19')] public function testAssertReturn20(): void { $this->runAssertReturnCommand( @@ -219,7 +198,6 @@ final class F32BitwiseTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn20')] public function testAssertReturn21(): void { $this->runAssertReturnCommand( @@ -229,7 +207,6 @@ final class F32BitwiseTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn21')] public function testAssertReturn22(): void { $this->runAssertReturnCommand( @@ -239,7 +216,6 @@ final class F32BitwiseTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn22')] public function testAssertReturn23(): void { $this->runAssertReturnCommand( @@ -249,7 +225,6 @@ final class F32BitwiseTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn23')] public function testAssertReturn24(): void { $this->runAssertReturnCommand( @@ -259,7 +234,6 @@ final class F32BitwiseTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn24')] public function testAssertReturn25(): void { $this->runAssertReturnCommand( @@ -269,7 +243,6 @@ final class F32BitwiseTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn25')] public function testAssertReturn26(): void { $this->runAssertReturnCommand( @@ -279,7 +252,6 @@ final class F32BitwiseTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn26')] public function testAssertReturn27(): void { $this->runAssertReturnCommand( @@ -289,7 +261,6 @@ final class F32BitwiseTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn27')] public function testAssertReturn28(): void { $this->runAssertReturnCommand( @@ -299,7 +270,6 @@ final class F32BitwiseTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn28')] public function testAssertReturn29(): void { $this->runAssertReturnCommand( @@ -309,7 +279,6 @@ final class F32BitwiseTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn29')] public function testAssertReturn30(): void { $this->runAssertReturnCommand( @@ -319,7 +288,6 @@ final class F32BitwiseTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn30')] public function testAssertReturn31(): void { $this->runAssertReturnCommand( @@ -329,7 +297,6 @@ final class F32BitwiseTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn31')] public function testAssertReturn32(): void { $this->runAssertReturnCommand( @@ -339,7 +306,6 @@ final class F32BitwiseTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn32')] public function testAssertReturn33(): void { $this->runAssertReturnCommand( @@ -349,7 +315,6 @@ final class F32BitwiseTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn33')] public function testAssertReturn34(): void { $this->runAssertReturnCommand( @@ -359,7 +324,6 @@ final class F32BitwiseTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn34')] public function testAssertReturn35(): void { $this->runAssertReturnCommand( @@ -369,7 +333,6 @@ final class F32BitwiseTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn35')] public function testAssertReturn36(): void { $this->runAssertReturnCommand( @@ -379,7 +342,6 @@ final class F32BitwiseTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn36')] public function testAssertReturn37(): void { $this->runAssertReturnCommand( @@ -389,7 +351,6 @@ final class F32BitwiseTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn37')] public function testAssertReturn38(): void { $this->runAssertReturnCommand( @@ -399,7 +360,6 @@ final class F32BitwiseTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn38')] public function testAssertReturn39(): void { $this->runAssertReturnCommand( @@ -409,7 +369,6 @@ final class F32BitwiseTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn39')] public function testAssertReturn40(): void { $this->runAssertReturnCommand( @@ -419,7 +378,6 @@ final class F32BitwiseTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn40')] public function testAssertReturn41(): void { $this->runAssertReturnCommand( @@ -429,7 +387,6 @@ final class F32BitwiseTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn41')] public function testAssertReturn42(): void { $this->runAssertReturnCommand( @@ -439,7 +396,6 @@ final class F32BitwiseTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn42')] public function testAssertReturn43(): void { $this->runAssertReturnCommand( @@ -449,7 +405,6 @@ final class F32BitwiseTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn43')] public function testAssertReturn44(): void { $this->runAssertReturnCommand( @@ -459,7 +414,6 @@ final class F32BitwiseTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn44')] public function testAssertReturn45(): void { $this->runAssertReturnCommand( @@ -469,7 +423,6 @@ final class F32BitwiseTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn45')] public function testAssertReturn46(): void { $this->runAssertReturnCommand( @@ -479,7 +432,6 @@ final class F32BitwiseTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn46')] public function testAssertReturn47(): void { $this->runAssertReturnCommand( @@ -489,7 +441,6 @@ final class F32BitwiseTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn47')] public function testAssertReturn48(): void { $this->runAssertReturnCommand( @@ -499,7 +450,6 @@ final class F32BitwiseTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn48')] public function testAssertReturn49(): void { $this->runAssertReturnCommand( @@ -509,7 +459,6 @@ final class F32BitwiseTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn49')] public function testAssertReturn50(): void { $this->runAssertReturnCommand( @@ -519,7 +468,6 @@ final class F32BitwiseTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn50')] public function testAssertReturn51(): void { $this->runAssertReturnCommand( @@ -529,7 +477,6 @@ final class F32BitwiseTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn51')] public function testAssertReturn52(): void { $this->runAssertReturnCommand( @@ -539,7 +486,6 @@ final class F32BitwiseTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn52')] public function testAssertReturn53(): void { $this->runAssertReturnCommand( @@ -549,7 +495,6 @@ final class F32BitwiseTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn53')] public function testAssertReturn54(): void { $this->runAssertReturnCommand( @@ -559,7 +504,6 @@ final class F32BitwiseTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn54')] public function testAssertReturn55(): void { $this->runAssertReturnCommand( @@ -569,7 +513,6 @@ final class F32BitwiseTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn55')] public function testAssertReturn56(): void { $this->runAssertReturnCommand( @@ -579,7 +522,6 @@ final class F32BitwiseTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn56')] public function testAssertReturn57(): void { $this->runAssertReturnCommand( @@ -589,7 +531,6 @@ final class F32BitwiseTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn57')] public function testAssertReturn58(): void { $this->runAssertReturnCommand( @@ -599,7 +540,6 @@ final class F32BitwiseTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn58')] public function testAssertReturn59(): void { $this->runAssertReturnCommand( @@ -609,7 +549,6 @@ final class F32BitwiseTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn59')] public function testAssertReturn60(): void { $this->runAssertReturnCommand( @@ -619,7 +558,6 @@ final class F32BitwiseTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn60')] public function testAssertReturn61(): void { $this->runAssertReturnCommand( @@ -629,7 +567,6 @@ final class F32BitwiseTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn61')] public function testAssertReturn62(): void { $this->runAssertReturnCommand( @@ -639,7 +576,6 @@ final class F32BitwiseTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn62')] public function testAssertReturn63(): void { $this->runAssertReturnCommand( @@ -649,7 +585,6 @@ final class F32BitwiseTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn63')] public function testAssertReturn64(): void { $this->runAssertReturnCommand( @@ -659,7 +594,6 @@ final class F32BitwiseTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn64')] public function testAssertReturn65(): void { $this->runAssertReturnCommand( @@ -669,7 +603,6 @@ final class F32BitwiseTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn65')] public function testAssertReturn66(): void { $this->runAssertReturnCommand( @@ -679,7 +612,6 @@ final class F32BitwiseTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn66')] public function testAssertReturn67(): void { $this->runAssertReturnCommand( @@ -689,7 +621,6 @@ final class F32BitwiseTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn67')] public function testAssertReturn68(): void { $this->runAssertReturnCommand( @@ -699,7 +630,6 @@ final class F32BitwiseTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn68')] public function testAssertReturn69(): void { $this->runAssertReturnCommand( @@ -709,7 +639,6 @@ final class F32BitwiseTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn69')] public function testAssertReturn70(): void { $this->runAssertReturnCommand( @@ -719,7 +648,6 @@ final class F32BitwiseTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn70')] public function testAssertReturn71(): void { $this->runAssertReturnCommand( @@ -729,7 +657,6 @@ final class F32BitwiseTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn71')] public function testAssertReturn72(): void { $this->runAssertReturnCommand( @@ -739,7 +666,6 @@ final class F32BitwiseTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn72')] public function testAssertReturn73(): void { $this->runAssertReturnCommand( @@ -749,7 +675,6 @@ final class F32BitwiseTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn73')] public function testAssertReturn74(): void { $this->runAssertReturnCommand( @@ -759,7 +684,6 @@ final class F32BitwiseTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn74')] public function testAssertReturn75(): void { $this->runAssertReturnCommand( @@ -769,7 +693,6 @@ final class F32BitwiseTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn75')] public function testAssertReturn76(): void { $this->runAssertReturnCommand( @@ -779,7 +702,6 @@ final class F32BitwiseTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn76')] public function testAssertReturn77(): void { $this->runAssertReturnCommand( @@ -789,7 +711,6 @@ final class F32BitwiseTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn77')] public function testAssertReturn78(): void { $this->runAssertReturnCommand( @@ -799,7 +720,6 @@ final class F32BitwiseTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn78')] public function testAssertReturn79(): void { $this->runAssertReturnCommand( @@ -809,7 +729,6 @@ final class F32BitwiseTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn79')] public function testAssertReturn80(): void { $this->runAssertReturnCommand( @@ -819,7 +738,6 @@ final class F32BitwiseTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn80')] public function testAssertReturn81(): void { $this->runAssertReturnCommand( @@ -829,7 +747,6 @@ final class F32BitwiseTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn81')] public function testAssertReturn82(): void { $this->runAssertReturnCommand( @@ -839,7 +756,6 @@ final class F32BitwiseTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn82')] public function testAssertReturn83(): void { $this->runAssertReturnCommand( @@ -849,7 +765,6 @@ final class F32BitwiseTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn83')] public function testAssertReturn84(): void { $this->runAssertReturnCommand( @@ -859,7 +774,6 @@ final class F32BitwiseTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn84')] public function testAssertReturn85(): void { $this->runAssertReturnCommand( @@ -869,7 +783,6 @@ final class F32BitwiseTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn85')] public function testAssertReturn86(): void { $this->runAssertReturnCommand( @@ -879,7 +792,6 @@ final class F32BitwiseTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn86')] public function testAssertReturn87(): void { $this->runAssertReturnCommand( @@ -889,7 +801,6 @@ final class F32BitwiseTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn87')] public function testAssertReturn88(): void { $this->runAssertReturnCommand( @@ -899,7 +810,6 @@ final class F32BitwiseTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn88')] public function testAssertReturn89(): void { $this->runAssertReturnCommand( @@ -909,7 +819,6 @@ final class F32BitwiseTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn89')] public function testAssertReturn90(): void { $this->runAssertReturnCommand( @@ -919,7 +828,6 @@ final class F32BitwiseTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn90')] public function testAssertReturn91(): void { $this->runAssertReturnCommand( @@ -929,7 +837,6 @@ final class F32BitwiseTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn91')] public function testAssertReturn92(): void { $this->runAssertReturnCommand( @@ -939,7 +846,6 @@ final class F32BitwiseTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn92')] public function testAssertReturn93(): void { $this->runAssertReturnCommand( @@ -949,7 +855,6 @@ final class F32BitwiseTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn93')] public function testAssertReturn94(): void { $this->runAssertReturnCommand( @@ -959,7 +864,6 @@ final class F32BitwiseTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn94')] public function testAssertReturn95(): void { $this->runAssertReturnCommand( @@ -969,7 +873,6 @@ final class F32BitwiseTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn95')] public function testAssertReturn96(): void { $this->runAssertReturnCommand( @@ -979,7 +882,6 @@ final class F32BitwiseTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn96')] public function testAssertReturn97(): void { $this->runAssertReturnCommand( @@ -989,7 +891,6 @@ final class F32BitwiseTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn97')] public function testAssertReturn98(): void { $this->runAssertReturnCommand( @@ -999,7 +900,6 @@ final class F32BitwiseTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn98')] public function testAssertReturn99(): void { $this->runAssertReturnCommand( @@ -1009,7 +909,6 @@ final class F32BitwiseTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn99')] public function testAssertReturn100(): void { $this->runAssertReturnCommand( @@ -1019,7 +918,6 @@ final class F32BitwiseTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn100')] public function testAssertReturn101(): void { $this->runAssertReturnCommand( @@ -1029,7 +927,6 @@ final class F32BitwiseTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn101')] public function testAssertReturn102(): void { $this->runAssertReturnCommand( @@ -1039,7 +936,6 @@ final class F32BitwiseTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn102')] public function testAssertReturn103(): void { $this->runAssertReturnCommand( @@ -1049,7 +945,6 @@ final class F32BitwiseTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn103')] public function testAssertReturn104(): void { $this->runAssertReturnCommand( @@ -1059,7 +954,6 @@ final class F32BitwiseTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn104')] public function testAssertReturn105(): void { $this->runAssertReturnCommand( @@ -1069,7 +963,6 @@ final class F32BitwiseTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn105')] public function testAssertReturn106(): void { $this->runAssertReturnCommand( @@ -1079,7 +972,6 @@ final class F32BitwiseTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn106')] public function testAssertReturn107(): void { $this->runAssertReturnCommand( @@ -1089,7 +981,6 @@ final class F32BitwiseTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn107')] public function testAssertReturn108(): void { $this->runAssertReturnCommand( @@ -1099,7 +990,6 @@ final class F32BitwiseTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn108')] public function testAssertReturn109(): void { $this->runAssertReturnCommand( @@ -1109,7 +999,6 @@ final class F32BitwiseTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn109')] public function testAssertReturn110(): void { $this->runAssertReturnCommand( @@ -1119,7 +1008,6 @@ final class F32BitwiseTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn110')] public function testAssertReturn111(): void { $this->runAssertReturnCommand( @@ -1129,7 +1017,6 @@ final class F32BitwiseTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn111')] public function testAssertReturn112(): void { $this->runAssertReturnCommand( @@ -1139,7 +1026,6 @@ final class F32BitwiseTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn112')] public function testAssertReturn113(): void { $this->runAssertReturnCommand( @@ -1149,7 +1035,6 @@ final class F32BitwiseTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn113')] public function testAssertReturn114(): void { $this->runAssertReturnCommand( @@ -1159,7 +1044,6 @@ final class F32BitwiseTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn114')] public function testAssertReturn115(): void { $this->runAssertReturnCommand( @@ -1169,7 +1053,6 @@ final class F32BitwiseTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn115')] public function testAssertReturn116(): void { $this->runAssertReturnCommand( @@ -1179,7 +1062,6 @@ final class F32BitwiseTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn116')] public function testAssertReturn117(): void { $this->runAssertReturnCommand( @@ -1189,7 +1071,6 @@ final class F32BitwiseTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn117')] public function testAssertReturn118(): void { $this->runAssertReturnCommand( @@ -1199,7 +1080,6 @@ final class F32BitwiseTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn118')] public function testAssertReturn119(): void { $this->runAssertReturnCommand( @@ -1209,7 +1089,6 @@ final class F32BitwiseTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn119')] public function testAssertReturn120(): void { $this->runAssertReturnCommand( @@ -1219,7 +1098,6 @@ final class F32BitwiseTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn120')] public function testAssertReturn121(): void { $this->runAssertReturnCommand( @@ -1229,7 +1107,6 @@ final class F32BitwiseTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn121')] public function testAssertReturn122(): void { $this->runAssertReturnCommand( @@ -1239,7 +1116,6 @@ final class F32BitwiseTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn122')] public function testAssertReturn123(): void { $this->runAssertReturnCommand( @@ -1249,7 +1125,6 @@ final class F32BitwiseTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn123')] public function testAssertReturn124(): void { $this->runAssertReturnCommand( @@ -1259,7 +1134,6 @@ final class F32BitwiseTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn124')] public function testAssertReturn125(): void { $this->runAssertReturnCommand( @@ -1269,7 +1143,6 @@ final class F32BitwiseTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn125')] public function testAssertReturn126(): void { $this->runAssertReturnCommand( @@ -1279,7 +1152,6 @@ final class F32BitwiseTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn126')] public function testAssertReturn127(): void { $this->runAssertReturnCommand( @@ -1289,7 +1161,6 @@ final class F32BitwiseTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn127')] public function testAssertReturn128(): void { $this->runAssertReturnCommand( @@ -1299,7 +1170,6 @@ final class F32BitwiseTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn128')] public function testAssertReturn129(): void { $this->runAssertReturnCommand( @@ -1309,7 +1179,6 @@ final class F32BitwiseTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn129')] public function testAssertReturn130(): void { $this->runAssertReturnCommand( @@ -1319,7 +1188,6 @@ final class F32BitwiseTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn130')] public function testAssertReturn131(): void { $this->runAssertReturnCommand( @@ -1329,7 +1197,6 @@ final class F32BitwiseTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn131')] public function testAssertReturn132(): void { $this->runAssertReturnCommand( @@ -1339,7 +1206,6 @@ final class F32BitwiseTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn132')] public function testAssertReturn133(): void { $this->runAssertReturnCommand( @@ -1349,7 +1215,6 @@ final class F32BitwiseTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn133')] public function testAssertReturn134(): void { $this->runAssertReturnCommand( @@ -1359,7 +1224,6 @@ final class F32BitwiseTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn134')] public function testAssertReturn135(): void { $this->runAssertReturnCommand( @@ -1369,7 +1233,6 @@ final class F32BitwiseTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn135')] public function testAssertReturn136(): void { $this->runAssertReturnCommand( @@ -1379,7 +1242,6 @@ final class F32BitwiseTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn136')] public function testAssertReturn137(): void { $this->runAssertReturnCommand( @@ -1389,7 +1251,6 @@ final class F32BitwiseTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn137')] public function testAssertReturn138(): void { $this->runAssertReturnCommand( @@ -1399,7 +1260,6 @@ final class F32BitwiseTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn138')] public function testAssertReturn139(): void { $this->runAssertReturnCommand( @@ -1409,7 +1269,6 @@ final class F32BitwiseTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn139')] public function testAssertReturn140(): void { $this->runAssertReturnCommand( @@ -1419,7 +1278,6 @@ final class F32BitwiseTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn140')] public function testAssertReturn141(): void { $this->runAssertReturnCommand( @@ -1429,7 +1287,6 @@ final class F32BitwiseTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn141')] public function testAssertReturn142(): void { $this->runAssertReturnCommand( @@ -1439,7 +1296,6 @@ final class F32BitwiseTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn142')] public function testAssertReturn143(): void { $this->runAssertReturnCommand( @@ -1449,7 +1305,6 @@ final class F32BitwiseTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn143')] public function testAssertReturn144(): void { $this->runAssertReturnCommand( @@ -1459,7 +1314,6 @@ final class F32BitwiseTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn144')] public function testAssertReturn145(): void { $this->runAssertReturnCommand( @@ -1469,7 +1323,6 @@ final class F32BitwiseTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn145')] public function testAssertReturn146(): void { $this->runAssertReturnCommand( @@ -1479,7 +1332,6 @@ final class F32BitwiseTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn146')] public function testAssertReturn147(): void { $this->runAssertReturnCommand( @@ -1489,7 +1341,6 @@ final class F32BitwiseTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn147')] public function testAssertReturn148(): void { $this->runAssertReturnCommand( @@ -1499,7 +1350,6 @@ final class F32BitwiseTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn148')] public function testAssertReturn149(): void { $this->runAssertReturnCommand( @@ -1509,7 +1359,6 @@ final class F32BitwiseTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn149')] public function testAssertReturn150(): void { $this->runAssertReturnCommand( @@ -1519,7 +1368,6 @@ final class F32BitwiseTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn150')] public function testAssertReturn151(): void { $this->runAssertReturnCommand( @@ -1529,7 +1377,6 @@ final class F32BitwiseTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn151')] public function testAssertReturn152(): void { $this->runAssertReturnCommand( @@ -1539,7 +1386,6 @@ final class F32BitwiseTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn152')] public function testAssertReturn153(): void { $this->runAssertReturnCommand( @@ -1549,7 +1395,6 @@ final class F32BitwiseTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn153')] public function testAssertReturn154(): void { $this->runAssertReturnCommand( @@ -1559,7 +1404,6 @@ final class F32BitwiseTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn154')] public function testAssertReturn155(): void { $this->runAssertReturnCommand( @@ -1569,7 +1413,6 @@ final class F32BitwiseTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn155')] public function testAssertReturn156(): void { $this->runAssertReturnCommand( @@ -1579,7 +1422,6 @@ final class F32BitwiseTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn156')] public function testAssertReturn157(): void { $this->runAssertReturnCommand( @@ -1589,7 +1431,6 @@ final class F32BitwiseTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn157')] public function testAssertReturn158(): void { $this->runAssertReturnCommand( @@ -1599,7 +1440,6 @@ final class F32BitwiseTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn158')] public function testAssertReturn159(): void { $this->runAssertReturnCommand( @@ -1609,7 +1449,6 @@ final class F32BitwiseTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn159')] public function testAssertReturn160(): void { $this->runAssertReturnCommand( @@ -1619,7 +1458,6 @@ final class F32BitwiseTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn160')] public function testAssertReturn161(): void { $this->runAssertReturnCommand( @@ -1629,7 +1467,6 @@ final class F32BitwiseTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn161')] public function testAssertReturn162(): void { $this->runAssertReturnCommand( @@ -1639,7 +1476,6 @@ final class F32BitwiseTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn162')] public function testAssertReturn163(): void { $this->runAssertReturnCommand( @@ -1649,7 +1485,6 @@ final class F32BitwiseTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn163')] public function testAssertReturn164(): void { $this->runAssertReturnCommand( @@ -1659,7 +1494,6 @@ final class F32BitwiseTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn164')] public function testAssertReturn165(): void { $this->runAssertReturnCommand( @@ -1669,7 +1503,6 @@ final class F32BitwiseTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn165')] public function testAssertReturn166(): void { $this->runAssertReturnCommand( @@ -1679,7 +1512,6 @@ final class F32BitwiseTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn166')] public function testAssertReturn167(): void { $this->runAssertReturnCommand( @@ -1689,7 +1521,6 @@ final class F32BitwiseTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn167')] public function testAssertReturn168(): void { $this->runAssertReturnCommand( @@ -1699,7 +1530,6 @@ final class F32BitwiseTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn168')] public function testAssertReturn169(): void { $this->runAssertReturnCommand( @@ -1709,7 +1539,6 @@ final class F32BitwiseTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn169')] public function testAssertReturn170(): void { $this->runAssertReturnCommand( @@ -1719,7 +1548,6 @@ final class F32BitwiseTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn170')] public function testAssertReturn171(): void { $this->runAssertReturnCommand( @@ -1729,7 +1557,6 @@ final class F32BitwiseTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn171')] public function testAssertReturn172(): void { $this->runAssertReturnCommand( @@ -1739,7 +1566,6 @@ final class F32BitwiseTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn172')] public function testAssertReturn173(): void { $this->runAssertReturnCommand( @@ -1749,7 +1575,6 @@ final class F32BitwiseTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn173')] public function testAssertReturn174(): void { $this->runAssertReturnCommand( @@ -1759,7 +1584,6 @@ final class F32BitwiseTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn174')] public function testAssertReturn175(): void { $this->runAssertReturnCommand( @@ -1769,7 +1593,6 @@ final class F32BitwiseTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn175')] public function testAssertReturn176(): void { $this->runAssertReturnCommand( @@ -1779,7 +1602,6 @@ final class F32BitwiseTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn176')] public function testAssertReturn177(): void { $this->runAssertReturnCommand( @@ -1789,7 +1611,6 @@ final class F32BitwiseTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn177')] public function testAssertReturn178(): void { $this->runAssertReturnCommand( @@ -1799,7 +1620,6 @@ final class F32BitwiseTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn178')] public function testAssertReturn179(): void { $this->runAssertReturnCommand( @@ -1809,7 +1629,6 @@ final class F32BitwiseTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn179')] public function testAssertReturn180(): void { $this->runAssertReturnCommand( @@ -1819,7 +1638,6 @@ final class F32BitwiseTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn180')] public function testAssertReturn181(): void { $this->runAssertReturnCommand( @@ -1829,7 +1647,6 @@ final class F32BitwiseTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn181')] public function testAssertReturn182(): void { $this->runAssertReturnCommand( @@ -1839,7 +1656,6 @@ final class F32BitwiseTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn182')] public function testAssertReturn183(): void { $this->runAssertReturnCommand( @@ -1849,7 +1665,6 @@ final class F32BitwiseTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn183')] public function testAssertReturn184(): void { $this->runAssertReturnCommand( @@ -1859,7 +1674,6 @@ final class F32BitwiseTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn184')] public function testAssertReturn185(): void { $this->runAssertReturnCommand( @@ -1869,7 +1683,6 @@ final class F32BitwiseTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn185')] public function testAssertReturn186(): void { $this->runAssertReturnCommand( @@ -1879,7 +1692,6 @@ final class F32BitwiseTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn186')] public function testAssertReturn187(): void { $this->runAssertReturnCommand( @@ -1889,7 +1701,6 @@ final class F32BitwiseTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn187')] public function testAssertReturn188(): void { $this->runAssertReturnCommand( @@ -1899,7 +1710,6 @@ final class F32BitwiseTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn188')] public function testAssertReturn189(): void { $this->runAssertReturnCommand( @@ -1909,7 +1719,6 @@ final class F32BitwiseTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn189')] public function testAssertReturn190(): void { $this->runAssertReturnCommand( @@ -1919,7 +1728,6 @@ final class F32BitwiseTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn190')] public function testAssertReturn191(): void { $this->runAssertReturnCommand( @@ -1929,7 +1737,6 @@ final class F32BitwiseTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn191')] public function testAssertReturn192(): void { $this->runAssertReturnCommand( @@ -1939,7 +1746,6 @@ final class F32BitwiseTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn192')] public function testAssertReturn193(): void { $this->runAssertReturnCommand( @@ -1949,7 +1755,6 @@ final class F32BitwiseTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn193')] public function testAssertReturn194(): void { $this->runAssertReturnCommand( @@ -1959,7 +1764,6 @@ final class F32BitwiseTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn194')] public function testAssertReturn195(): void { $this->runAssertReturnCommand( @@ -1969,7 +1773,6 @@ final class F32BitwiseTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn195')] public function testAssertReturn196(): void { $this->runAssertReturnCommand( @@ -1979,7 +1782,6 @@ final class F32BitwiseTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn196')] public function testAssertReturn197(): void { $this->runAssertReturnCommand( @@ -1989,7 +1791,6 @@ final class F32BitwiseTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn197')] public function testAssertReturn198(): void { $this->runAssertReturnCommand( @@ -1999,7 +1800,6 @@ final class F32BitwiseTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn198')] public function testAssertReturn199(): void { $this->runAssertReturnCommand( @@ -2009,7 +1809,6 @@ final class F32BitwiseTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn199')] public function testAssertReturn200(): void { $this->runAssertReturnCommand( @@ -2019,7 +1818,6 @@ final class F32BitwiseTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn200')] public function testAssertReturn201(): void { $this->runAssertReturnCommand( @@ -2029,7 +1827,6 @@ final class F32BitwiseTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn201')] public function testAssertReturn202(): void { $this->runAssertReturnCommand( @@ -2039,7 +1836,6 @@ final class F32BitwiseTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn202')] public function testAssertReturn203(): void { $this->runAssertReturnCommand( @@ -2049,7 +1845,6 @@ final class F32BitwiseTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn203')] public function testAssertReturn204(): void { $this->runAssertReturnCommand( @@ -2059,7 +1854,6 @@ final class F32BitwiseTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn204')] public function testAssertReturn205(): void { $this->runAssertReturnCommand( @@ -2069,7 +1863,6 @@ final class F32BitwiseTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn205')] public function testAssertReturn206(): void { $this->runAssertReturnCommand( @@ -2079,7 +1872,6 @@ final class F32BitwiseTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn206')] public function testAssertReturn207(): void { $this->runAssertReturnCommand( @@ -2089,7 +1881,6 @@ final class F32BitwiseTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn207')] public function testAssertReturn208(): void { $this->runAssertReturnCommand( @@ -2099,7 +1890,6 @@ final class F32BitwiseTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn208')] public function testAssertReturn209(): void { $this->runAssertReturnCommand( @@ -2109,7 +1899,6 @@ final class F32BitwiseTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn209')] public function testAssertReturn210(): void { $this->runAssertReturnCommand( @@ -2119,7 +1908,6 @@ final class F32BitwiseTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn210')] public function testAssertReturn211(): void { $this->runAssertReturnCommand( @@ -2129,7 +1917,6 @@ final class F32BitwiseTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn211')] public function testAssertReturn212(): void { $this->runAssertReturnCommand( @@ -2139,7 +1926,6 @@ final class F32BitwiseTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn212')] public function testAssertReturn213(): void { $this->runAssertReturnCommand( @@ -2149,7 +1935,6 @@ final class F32BitwiseTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn213')] public function testAssertReturn214(): void { $this->runAssertReturnCommand( @@ -2159,7 +1944,6 @@ final class F32BitwiseTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn214')] public function testAssertReturn215(): void { $this->runAssertReturnCommand( @@ -2169,7 +1953,6 @@ final class F32BitwiseTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn215')] public function testAssertReturn216(): void { $this->runAssertReturnCommand( @@ -2179,7 +1962,6 @@ final class F32BitwiseTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn216')] public function testAssertReturn217(): void { $this->runAssertReturnCommand( @@ -2189,7 +1971,6 @@ final class F32BitwiseTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn217')] public function testAssertReturn218(): void { $this->runAssertReturnCommand( @@ -2199,7 +1980,6 @@ final class F32BitwiseTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn218')] public function testAssertReturn219(): void { $this->runAssertReturnCommand( @@ -2209,7 +1989,6 @@ final class F32BitwiseTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn219')] public function testAssertReturn220(): void { $this->runAssertReturnCommand( @@ -2219,7 +1998,6 @@ final class F32BitwiseTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn220')] public function testAssertReturn221(): void { $this->runAssertReturnCommand( @@ -2229,7 +2007,6 @@ final class F32BitwiseTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn221')] public function testAssertReturn222(): void { $this->runAssertReturnCommand( @@ -2239,7 +2016,6 @@ final class F32BitwiseTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn222')] public function testAssertReturn223(): void { $this->runAssertReturnCommand( @@ -2249,7 +2025,6 @@ final class F32BitwiseTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn223')] public function testAssertReturn224(): void { $this->runAssertReturnCommand( @@ -2259,7 +2034,6 @@ final class F32BitwiseTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn224')] public function testAssertReturn225(): void { $this->runAssertReturnCommand( @@ -2269,7 +2043,6 @@ final class F32BitwiseTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn225')] public function testAssertReturn226(): void { $this->runAssertReturnCommand( @@ -2279,7 +2052,6 @@ final class F32BitwiseTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn226')] public function testAssertReturn227(): void { $this->runAssertReturnCommand( @@ -2289,7 +2061,6 @@ final class F32BitwiseTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn227')] public function testAssertReturn228(): void { $this->runAssertReturnCommand( @@ -2299,7 +2070,6 @@ final class F32BitwiseTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn228')] public function testAssertReturn229(): void { $this->runAssertReturnCommand( @@ -2309,7 +2079,6 @@ final class F32BitwiseTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn229')] public function testAssertReturn230(): void { $this->runAssertReturnCommand( @@ -2319,7 +2088,6 @@ final class F32BitwiseTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn230')] public function testAssertReturn231(): void { $this->runAssertReturnCommand( @@ -2329,7 +2097,6 @@ final class F32BitwiseTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn231')] public function testAssertReturn232(): void { $this->runAssertReturnCommand( @@ -2339,7 +2106,6 @@ final class F32BitwiseTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn232')] public function testAssertReturn233(): void { $this->runAssertReturnCommand( @@ -2349,7 +2115,6 @@ final class F32BitwiseTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn233')] public function testAssertReturn234(): void { $this->runAssertReturnCommand( @@ -2359,7 +2124,6 @@ final class F32BitwiseTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn234')] public function testAssertReturn235(): void { $this->runAssertReturnCommand( @@ -2369,7 +2133,6 @@ final class F32BitwiseTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn235')] public function testAssertReturn236(): void { $this->runAssertReturnCommand( @@ -2379,7 +2142,6 @@ final class F32BitwiseTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn236')] public function testAssertReturn237(): void { $this->runAssertReturnCommand( @@ -2389,7 +2151,6 @@ final class F32BitwiseTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn237')] public function testAssertReturn238(): void { $this->runAssertReturnCommand( @@ -2399,7 +2160,6 @@ final class F32BitwiseTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn238')] public function testAssertReturn239(): void { $this->runAssertReturnCommand( @@ -2409,7 +2169,6 @@ final class F32BitwiseTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn239')] public function testAssertReturn240(): void { $this->runAssertReturnCommand( @@ -2419,7 +2178,6 @@ final class F32BitwiseTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn240')] public function testAssertReturn241(): void { $this->runAssertReturnCommand( @@ -2429,7 +2187,6 @@ final class F32BitwiseTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn241')] public function testAssertReturn242(): void { $this->runAssertReturnCommand( @@ -2439,7 +2196,6 @@ final class F32BitwiseTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn242')] public function testAssertReturn243(): void { $this->runAssertReturnCommand( @@ -2449,7 +2205,6 @@ final class F32BitwiseTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn243')] public function testAssertReturn244(): void { $this->runAssertReturnCommand( @@ -2459,7 +2214,6 @@ final class F32BitwiseTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn244')] public function testAssertReturn245(): void { $this->runAssertReturnCommand( @@ -2469,7 +2223,6 @@ final class F32BitwiseTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn245')] public function testAssertReturn246(): void { $this->runAssertReturnCommand( @@ -2479,7 +2232,6 @@ final class F32BitwiseTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn246')] public function testAssertReturn247(): void { $this->runAssertReturnCommand( @@ -2489,7 +2241,6 @@ final class F32BitwiseTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn247')] public function testAssertReturn248(): void { $this->runAssertReturnCommand( @@ -2499,7 +2250,6 @@ final class F32BitwiseTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn248')] public function testAssertReturn249(): void { $this->runAssertReturnCommand( @@ -2509,7 +2259,6 @@ final class F32BitwiseTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn249')] public function testAssertReturn250(): void { $this->runAssertReturnCommand( @@ -2519,7 +2268,6 @@ final class F32BitwiseTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn250')] public function testAssertReturn251(): void { $this->runAssertReturnCommand( @@ -2529,7 +2277,6 @@ final class F32BitwiseTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn251')] public function testAssertReturn252(): void { $this->runAssertReturnCommand( @@ -2539,7 +2286,6 @@ final class F32BitwiseTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn252')] public function testAssertReturn253(): void { $this->runAssertReturnCommand( @@ -2549,7 +2295,6 @@ final class F32BitwiseTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn253')] public function testAssertReturn254(): void { $this->runAssertReturnCommand( @@ -2559,7 +2304,6 @@ final class F32BitwiseTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn254')] public function testAssertReturn255(): void { $this->runAssertReturnCommand( @@ -2569,7 +2313,6 @@ final class F32BitwiseTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn255')] public function testAssertReturn256(): void { $this->runAssertReturnCommand( @@ -2579,7 +2322,6 @@ final class F32BitwiseTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn256')] public function testAssertReturn257(): void { $this->runAssertReturnCommand( @@ -2589,7 +2331,6 @@ final class F32BitwiseTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn257')] public function testAssertReturn258(): void { $this->runAssertReturnCommand( @@ -2599,7 +2340,6 @@ final class F32BitwiseTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn258')] public function testAssertReturn259(): void { $this->runAssertReturnCommand( @@ -2609,7 +2349,6 @@ final class F32BitwiseTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn259')] public function testAssertReturn260(): void { $this->runAssertReturnCommand( @@ -2619,7 +2358,6 @@ final class F32BitwiseTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn260')] public function testAssertReturn261(): void { $this->runAssertReturnCommand( @@ -2629,7 +2367,6 @@ final class F32BitwiseTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn261')] public function testAssertReturn262(): void { $this->runAssertReturnCommand( @@ -2639,7 +2376,6 @@ final class F32BitwiseTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn262')] public function testAssertReturn263(): void { $this->runAssertReturnCommand( @@ -2649,7 +2385,6 @@ final class F32BitwiseTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn263')] public function testAssertReturn264(): void { $this->runAssertReturnCommand( @@ -2659,7 +2394,6 @@ final class F32BitwiseTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn264')] public function testAssertReturn265(): void { $this->runAssertReturnCommand( @@ -2669,7 +2403,6 @@ final class F32BitwiseTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn265')] public function testAssertReturn266(): void { $this->runAssertReturnCommand( @@ -2679,7 +2412,6 @@ final class F32BitwiseTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn266')] public function testAssertReturn267(): void { $this->runAssertReturnCommand( @@ -2689,7 +2421,6 @@ final class F32BitwiseTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn267')] public function testAssertReturn268(): void { $this->runAssertReturnCommand( @@ -2699,7 +2430,6 @@ final class F32BitwiseTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn268')] public function testAssertReturn269(): void { $this->runAssertReturnCommand( @@ -2709,7 +2439,6 @@ final class F32BitwiseTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn269')] public function testAssertReturn270(): void { $this->runAssertReturnCommand( @@ -2719,7 +2448,6 @@ final class F32BitwiseTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn270')] public function testAssertReturn271(): void { $this->runAssertReturnCommand( @@ -2729,7 +2457,6 @@ final class F32BitwiseTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn271')] public function testAssertReturn272(): void { $this->runAssertReturnCommand( @@ -2739,7 +2466,6 @@ final class F32BitwiseTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn272')] public function testAssertReturn273(): void { $this->runAssertReturnCommand( @@ -2749,7 +2475,6 @@ final class F32BitwiseTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn273')] public function testAssertReturn274(): void { $this->runAssertReturnCommand( @@ -2759,7 +2484,6 @@ final class F32BitwiseTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn274')] public function testAssertReturn275(): void { $this->runAssertReturnCommand( @@ -2769,7 +2493,6 @@ final class F32BitwiseTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn275')] public function testAssertReturn276(): void { $this->runAssertReturnCommand( @@ -2779,7 +2502,6 @@ final class F32BitwiseTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn276')] public function testAssertReturn277(): void { $this->runAssertReturnCommand( @@ -2789,7 +2511,6 @@ final class F32BitwiseTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn277')] public function testAssertReturn278(): void { $this->runAssertReturnCommand( @@ -2799,7 +2520,6 @@ final class F32BitwiseTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn278')] public function testAssertReturn279(): void { $this->runAssertReturnCommand( @@ -2809,7 +2529,6 @@ final class F32BitwiseTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn279')] public function testAssertReturn280(): void { $this->runAssertReturnCommand( @@ -2819,7 +2538,6 @@ final class F32BitwiseTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn280')] public function testAssertReturn281(): void { $this->runAssertReturnCommand( @@ -2829,7 +2547,6 @@ final class F32BitwiseTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn281')] public function testAssertReturn282(): void { $this->runAssertReturnCommand( @@ -2839,7 +2556,6 @@ final class F32BitwiseTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn282')] public function testAssertReturn283(): void { $this->runAssertReturnCommand( @@ -2849,7 +2565,6 @@ final class F32BitwiseTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn283')] public function testAssertReturn284(): void { $this->runAssertReturnCommand( @@ -2859,7 +2574,6 @@ final class F32BitwiseTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn284')] public function testAssertReturn285(): void { $this->runAssertReturnCommand( @@ -2869,7 +2583,6 @@ final class F32BitwiseTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn285')] public function testAssertReturn286(): void { $this->runAssertReturnCommand( @@ -2879,7 +2592,6 @@ final class F32BitwiseTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn286')] public function testAssertReturn287(): void { $this->runAssertReturnCommand( @@ -2889,7 +2601,6 @@ final class F32BitwiseTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn287')] public function testAssertReturn288(): void { $this->runAssertReturnCommand( @@ -2899,7 +2610,6 @@ final class F32BitwiseTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn288')] public function testAssertReturn289(): void { $this->runAssertReturnCommand( @@ -2909,7 +2619,6 @@ final class F32BitwiseTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn289')] public function testAssertReturn290(): void { $this->runAssertReturnCommand( @@ -2919,7 +2628,6 @@ final class F32BitwiseTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn290')] public function testAssertReturn291(): void { $this->runAssertReturnCommand( @@ -2929,7 +2637,6 @@ final class F32BitwiseTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn291')] public function testAssertReturn292(): void { $this->runAssertReturnCommand( @@ -2939,7 +2646,6 @@ final class F32BitwiseTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn292')] public function testAssertReturn293(): void { $this->runAssertReturnCommand( @@ -2949,7 +2655,6 @@ final class F32BitwiseTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn293')] public function testAssertReturn294(): void { $this->runAssertReturnCommand( @@ -2959,7 +2664,6 @@ final class F32BitwiseTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn294')] public function testAssertReturn295(): void { $this->runAssertReturnCommand( @@ -2969,7 +2673,6 @@ final class F32BitwiseTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn295')] public function testAssertReturn296(): void { $this->runAssertReturnCommand( @@ -2979,7 +2682,6 @@ final class F32BitwiseTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn296')] public function testAssertReturn297(): void { $this->runAssertReturnCommand( @@ -2989,7 +2691,6 @@ final class F32BitwiseTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn297')] public function testAssertReturn298(): void { $this->runAssertReturnCommand( @@ -2999,7 +2700,6 @@ final class F32BitwiseTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn298')] public function testAssertReturn299(): void { $this->runAssertReturnCommand( @@ -3009,7 +2709,6 @@ final class F32BitwiseTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn299')] public function testAssertReturn300(): void { $this->runAssertReturnCommand( @@ -3019,7 +2718,6 @@ final class F32BitwiseTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn300')] public function testAssertReturn301(): void { $this->runAssertReturnCommand( @@ -3029,7 +2727,6 @@ final class F32BitwiseTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn301')] public function testAssertReturn302(): void { $this->runAssertReturnCommand( @@ -3039,7 +2736,6 @@ final class F32BitwiseTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn302')] public function testAssertReturn303(): void { $this->runAssertReturnCommand( @@ -3049,7 +2745,6 @@ final class F32BitwiseTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn303')] public function testAssertReturn304(): void { $this->runAssertReturnCommand( @@ -3059,7 +2754,6 @@ final class F32BitwiseTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn304')] public function testAssertReturn305(): void { $this->runAssertReturnCommand( @@ -3069,7 +2763,6 @@ final class F32BitwiseTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn305')] public function testAssertReturn306(): void { $this->runAssertReturnCommand( @@ -3079,7 +2772,6 @@ final class F32BitwiseTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn306')] public function testAssertReturn307(): void { $this->runAssertReturnCommand( @@ -3089,7 +2781,6 @@ final class F32BitwiseTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn307')] public function testAssertReturn308(): void { $this->runAssertReturnCommand( @@ -3099,7 +2790,6 @@ final class F32BitwiseTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn308')] public function testAssertReturn309(): void { $this->runAssertReturnCommand( @@ -3109,7 +2799,6 @@ final class F32BitwiseTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn309')] public function testAssertReturn310(): void { $this->runAssertReturnCommand( @@ -3119,7 +2808,6 @@ final class F32BitwiseTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn310')] public function testAssertReturn311(): void { $this->runAssertReturnCommand( @@ -3129,7 +2817,6 @@ final class F32BitwiseTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn311')] public function testAssertReturn312(): void { $this->runAssertReturnCommand( @@ -3139,7 +2826,6 @@ final class F32BitwiseTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn312')] public function testAssertReturn313(): void { $this->runAssertReturnCommand( @@ -3149,7 +2835,6 @@ final class F32BitwiseTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn313')] public function testAssertReturn314(): void { $this->runAssertReturnCommand( @@ -3159,7 +2844,6 @@ final class F32BitwiseTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn314')] public function testAssertReturn315(): void { $this->runAssertReturnCommand( @@ -3169,7 +2853,6 @@ final class F32BitwiseTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn315')] public function testAssertReturn316(): void { $this->runAssertReturnCommand( @@ -3179,7 +2862,6 @@ final class F32BitwiseTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn316')] public function testAssertReturn317(): void { $this->runAssertReturnCommand( @@ -3189,7 +2871,6 @@ final class F32BitwiseTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn317')] public function testAssertReturn318(): void { $this->runAssertReturnCommand( @@ -3199,7 +2880,6 @@ final class F32BitwiseTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn318')] public function testAssertReturn319(): void { $this->runAssertReturnCommand( @@ -3209,7 +2889,6 @@ final class F32BitwiseTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn319')] public function testAssertReturn320(): void { $this->runAssertReturnCommand( @@ -3219,7 +2898,6 @@ final class F32BitwiseTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn320')] public function testAssertReturn321(): void { $this->runAssertReturnCommand( @@ -3229,7 +2907,6 @@ final class F32BitwiseTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn321')] public function testAssertReturn322(): void { $this->runAssertReturnCommand( @@ -3239,7 +2916,6 @@ final class F32BitwiseTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn322')] public function testAssertReturn323(): void { $this->runAssertReturnCommand( @@ -3249,7 +2925,6 @@ final class F32BitwiseTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn323')] public function testAssertReturn324(): void { $this->runAssertReturnCommand( @@ -3259,7 +2934,6 @@ final class F32BitwiseTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn324')] public function testAssertReturn325(): void { $this->runAssertReturnCommand( @@ -3269,7 +2943,6 @@ final class F32BitwiseTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn325')] public function testAssertReturn326(): void { $this->runAssertReturnCommand( @@ -3279,7 +2952,6 @@ final class F32BitwiseTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn326')] public function testAssertReturn327(): void { $this->runAssertReturnCommand( @@ -3289,7 +2961,6 @@ final class F32BitwiseTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn327')] public function testAssertReturn328(): void { $this->runAssertReturnCommand( @@ -3299,7 +2970,6 @@ final class F32BitwiseTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn328')] public function testAssertReturn329(): void { $this->runAssertReturnCommand( @@ -3309,7 +2979,6 @@ final class F32BitwiseTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn329')] public function testAssertReturn330(): void { $this->runAssertReturnCommand( @@ -3319,7 +2988,6 @@ final class F32BitwiseTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn330')] public function testAssertReturn331(): void { $this->runAssertReturnCommand( @@ -3329,7 +2997,6 @@ final class F32BitwiseTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn331')] public function testAssertReturn332(): void { $this->runAssertReturnCommand( @@ -3339,7 +3006,6 @@ final class F32BitwiseTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn332')] public function testAssertReturn333(): void { $this->runAssertReturnCommand( @@ -3349,7 +3015,6 @@ final class F32BitwiseTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn333')] public function testAssertReturn334(): void { $this->runAssertReturnCommand( @@ -3359,7 +3024,6 @@ final class F32BitwiseTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn334')] public function testAssertReturn335(): void { $this->runAssertReturnCommand( @@ -3369,7 +3033,6 @@ final class F32BitwiseTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn335')] public function testAssertReturn336(): void { $this->runAssertReturnCommand( @@ -3379,7 +3042,6 @@ final class F32BitwiseTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn336')] public function testAssertReturn337(): void { $this->runAssertReturnCommand( @@ -3389,7 +3051,6 @@ final class F32BitwiseTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn337')] public function testAssertReturn338(): void { $this->runAssertReturnCommand( @@ -3399,7 +3060,6 @@ final class F32BitwiseTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn338')] public function testAssertReturn339(): void { $this->runAssertReturnCommand( @@ -3409,7 +3069,6 @@ final class F32BitwiseTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn339')] public function testAssertReturn340(): void { $this->runAssertReturnCommand( @@ -3419,7 +3078,6 @@ final class F32BitwiseTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn340')] public function testAssertReturn341(): void { $this->runAssertReturnCommand( @@ -3429,7 +3087,6 @@ final class F32BitwiseTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn341')] public function testAssertReturn342(): void { $this->runAssertReturnCommand( @@ -3439,7 +3096,6 @@ final class F32BitwiseTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn342')] public function testAssertReturn343(): void { $this->runAssertReturnCommand( @@ -3449,7 +3105,6 @@ final class F32BitwiseTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn343')] public function testAssertReturn344(): void { $this->runAssertReturnCommand( @@ -3459,7 +3114,6 @@ final class F32BitwiseTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn344')] public function testAssertReturn345(): void { $this->runAssertReturnCommand( @@ -3469,7 +3123,6 @@ final class F32BitwiseTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn345')] public function testAssertReturn346(): void { $this->runAssertReturnCommand( @@ -3479,7 +3132,6 @@ final class F32BitwiseTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn346')] public function testAssertReturn347(): void { $this->runAssertReturnCommand( @@ -3489,7 +3141,6 @@ final class F32BitwiseTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn347')] public function testAssertReturn348(): void { $this->runAssertReturnCommand( @@ -3499,7 +3150,6 @@ final class F32BitwiseTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn348')] public function testAssertReturn349(): void { $this->runAssertReturnCommand( @@ -3509,7 +3159,6 @@ final class F32BitwiseTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn349')] public function testAssertReturn350(): void { $this->runAssertReturnCommand( @@ -3519,7 +3168,6 @@ final class F32BitwiseTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn350')] public function testAssertReturn351(): void { $this->runAssertReturnCommand( @@ -3529,7 +3177,6 @@ final class F32BitwiseTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn351')] public function testAssertReturn352(): void { $this->runAssertReturnCommand( @@ -3539,7 +3186,6 @@ final class F32BitwiseTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn352')] public function testAssertReturn353(): void { $this->runAssertReturnCommand( @@ -3549,7 +3195,6 @@ final class F32BitwiseTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn353')] public function testAssertReturn354(): void { $this->runAssertReturnCommand( @@ -3559,7 +3204,6 @@ final class F32BitwiseTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn354')] public function testAssertReturn355(): void { $this->runAssertReturnCommand( @@ -3569,7 +3213,6 @@ final class F32BitwiseTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn355')] public function testAssertReturn356(): void { $this->runAssertReturnCommand( @@ -3579,7 +3222,6 @@ final class F32BitwiseTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn356')] public function testAssertReturn357(): void { $this->runAssertReturnCommand( @@ -3589,7 +3231,6 @@ final class F32BitwiseTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn357')] public function testAssertReturn358(): void { $this->runAssertReturnCommand( @@ -3599,7 +3240,6 @@ final class F32BitwiseTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn358')] public function testAssertReturn359(): void { $this->runAssertReturnCommand( @@ -3609,7 +3249,6 @@ final class F32BitwiseTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn359')] public function testAssertReturn360(): void { $this->runAssertReturnCommand( @@ -3619,7 +3258,6 @@ final class F32BitwiseTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn360')] public function testAssertInvalid361(): void { $this->runAssertInvalidCommand( @@ -3629,7 +3267,6 @@ final class F32BitwiseTest extends SpecTestsuiteBase ); } - #[Depends('testAssertInvalid361')] public function testAssertInvalid362(): void { $this->runAssertInvalidCommand( @@ -3639,7 +3276,6 @@ final class F32BitwiseTest extends SpecTestsuiteBase ); } - #[Depends('testAssertInvalid362')] public function testAssertInvalid363(): void { $this->runAssertInvalidCommand( diff --git a/tests/src/SpecTestsuites/Core/F32CmpTest.php b/tests/src/SpecTestsuites/Core/F32CmpTest.php index e1156e6..4fbb669 100644 --- a/tests/src/SpecTestsuites/Core/F32CmpTest.php +++ b/tests/src/SpecTestsuites/Core/F32CmpTest.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 F32CmpTest extends SpecTestsuiteBase @@ -19,7 +18,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testModule0')] public function testAssertReturn1(): void { $this->runAssertReturnCommand( @@ -29,7 +27,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1')] public function testAssertReturn2(): void { $this->runAssertReturnCommand( @@ -39,7 +36,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2')] public function testAssertReturn3(): void { $this->runAssertReturnCommand( @@ -49,7 +45,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn3')] public function testAssertReturn4(): void { $this->runAssertReturnCommand( @@ -59,7 +54,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn4')] public function testAssertReturn5(): void { $this->runAssertReturnCommand( @@ -69,7 +63,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn5')] public function testAssertReturn6(): void { $this->runAssertReturnCommand( @@ -79,7 +72,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn6')] public function testAssertReturn7(): void { $this->runAssertReturnCommand( @@ -89,7 +81,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn7')] public function testAssertReturn8(): void { $this->runAssertReturnCommand( @@ -99,7 +90,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn8')] public function testAssertReturn9(): void { $this->runAssertReturnCommand( @@ -109,7 +99,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn9')] public function testAssertReturn10(): void { $this->runAssertReturnCommand( @@ -119,7 +108,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn10')] public function testAssertReturn11(): void { $this->runAssertReturnCommand( @@ -129,7 +117,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn11')] public function testAssertReturn12(): void { $this->runAssertReturnCommand( @@ -139,7 +126,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn12')] public function testAssertReturn13(): void { $this->runAssertReturnCommand( @@ -149,7 +135,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn13')] public function testAssertReturn14(): void { $this->runAssertReturnCommand( @@ -159,7 +144,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn14')] public function testAssertReturn15(): void { $this->runAssertReturnCommand( @@ -169,7 +153,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn15')] public function testAssertReturn16(): void { $this->runAssertReturnCommand( @@ -179,7 +162,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn16')] public function testAssertReturn17(): void { $this->runAssertReturnCommand( @@ -189,7 +171,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn17')] public function testAssertReturn18(): void { $this->runAssertReturnCommand( @@ -199,7 +180,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn18')] public function testAssertReturn19(): void { $this->runAssertReturnCommand( @@ -209,7 +189,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn19')] public function testAssertReturn20(): void { $this->runAssertReturnCommand( @@ -219,7 +198,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn20')] public function testAssertReturn21(): void { $this->runAssertReturnCommand( @@ -229,7 +207,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn21')] public function testAssertReturn22(): void { $this->runAssertReturnCommand( @@ -239,7 +216,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn22')] public function testAssertReturn23(): void { $this->runAssertReturnCommand( @@ -249,7 +225,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn23')] public function testAssertReturn24(): void { $this->runAssertReturnCommand( @@ -259,7 +234,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn24')] public function testAssertReturn25(): void { $this->runAssertReturnCommand( @@ -269,7 +243,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn25')] public function testAssertReturn26(): void { $this->runAssertReturnCommand( @@ -279,7 +252,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn26')] public function testAssertReturn27(): void { $this->runAssertReturnCommand( @@ -289,7 +261,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn27')] public function testAssertReturn28(): void { $this->runAssertReturnCommand( @@ -299,7 +270,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn28')] public function testAssertReturn29(): void { $this->runAssertReturnCommand( @@ -309,7 +279,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn29')] public function testAssertReturn30(): void { $this->runAssertReturnCommand( @@ -319,7 +288,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn30')] public function testAssertReturn31(): void { $this->runAssertReturnCommand( @@ -329,7 +297,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn31')] public function testAssertReturn32(): void { $this->runAssertReturnCommand( @@ -339,7 +306,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn32')] public function testAssertReturn33(): void { $this->runAssertReturnCommand( @@ -349,7 +315,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn33')] public function testAssertReturn34(): void { $this->runAssertReturnCommand( @@ -359,7 +324,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn34')] public function testAssertReturn35(): void { $this->runAssertReturnCommand( @@ -369,7 +333,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn35')] public function testAssertReturn36(): void { $this->runAssertReturnCommand( @@ -379,7 +342,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn36')] public function testAssertReturn37(): void { $this->runAssertReturnCommand( @@ -389,7 +351,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn37')] public function testAssertReturn38(): void { $this->runAssertReturnCommand( @@ -399,7 +360,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn38')] public function testAssertReturn39(): void { $this->runAssertReturnCommand( @@ -409,7 +369,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn39')] public function testAssertReturn40(): void { $this->runAssertReturnCommand( @@ -419,7 +378,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn40')] public function testAssertReturn41(): void { $this->runAssertReturnCommand( @@ -429,7 +387,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn41')] public function testAssertReturn42(): void { $this->runAssertReturnCommand( @@ -439,7 +396,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn42')] public function testAssertReturn43(): void { $this->runAssertReturnCommand( @@ -449,7 +405,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn43')] public function testAssertReturn44(): void { $this->runAssertReturnCommand( @@ -459,7 +414,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn44')] public function testAssertReturn45(): void { $this->runAssertReturnCommand( @@ -469,7 +423,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn45')] public function testAssertReturn46(): void { $this->runAssertReturnCommand( @@ -479,7 +432,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn46')] public function testAssertReturn47(): void { $this->runAssertReturnCommand( @@ -489,7 +441,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn47')] public function testAssertReturn48(): void { $this->runAssertReturnCommand( @@ -499,7 +450,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn48')] public function testAssertReturn49(): void { $this->runAssertReturnCommand( @@ -509,7 +459,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn49')] public function testAssertReturn50(): void { $this->runAssertReturnCommand( @@ -519,7 +468,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn50')] public function testAssertReturn51(): void { $this->runAssertReturnCommand( @@ -529,7 +477,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn51')] public function testAssertReturn52(): void { $this->runAssertReturnCommand( @@ -539,7 +486,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn52')] public function testAssertReturn53(): void { $this->runAssertReturnCommand( @@ -549,7 +495,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn53')] public function testAssertReturn54(): void { $this->runAssertReturnCommand( @@ -559,7 +504,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn54')] public function testAssertReturn55(): void { $this->runAssertReturnCommand( @@ -569,7 +513,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn55')] public function testAssertReturn56(): void { $this->runAssertReturnCommand( @@ -579,7 +522,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn56')] public function testAssertReturn57(): void { $this->runAssertReturnCommand( @@ -589,7 +531,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn57')] public function testAssertReturn58(): void { $this->runAssertReturnCommand( @@ -599,7 +540,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn58')] public function testAssertReturn59(): void { $this->runAssertReturnCommand( @@ -609,7 +549,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn59')] public function testAssertReturn60(): void { $this->runAssertReturnCommand( @@ -619,7 +558,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn60')] public function testAssertReturn61(): void { $this->runAssertReturnCommand( @@ -629,7 +567,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn61')] public function testAssertReturn62(): void { $this->runAssertReturnCommand( @@ -639,7 +576,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn62')] public function testAssertReturn63(): void { $this->runAssertReturnCommand( @@ -649,7 +585,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn63')] public function testAssertReturn64(): void { $this->runAssertReturnCommand( @@ -659,7 +594,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn64')] public function testAssertReturn65(): void { $this->runAssertReturnCommand( @@ -669,7 +603,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn65')] public function testAssertReturn66(): void { $this->runAssertReturnCommand( @@ -679,7 +612,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn66')] public function testAssertReturn67(): void { $this->runAssertReturnCommand( @@ -689,7 +621,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn67')] public function testAssertReturn68(): void { $this->runAssertReturnCommand( @@ -699,7 +630,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn68')] public function testAssertReturn69(): void { $this->runAssertReturnCommand( @@ -709,7 +639,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn69')] public function testAssertReturn70(): void { $this->runAssertReturnCommand( @@ -719,7 +648,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn70')] public function testAssertReturn71(): void { $this->runAssertReturnCommand( @@ -729,7 +657,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn71')] public function testAssertReturn72(): void { $this->runAssertReturnCommand( @@ -739,7 +666,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn72')] public function testAssertReturn73(): void { $this->runAssertReturnCommand( @@ -749,7 +675,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn73')] public function testAssertReturn74(): void { $this->runAssertReturnCommand( @@ -759,7 +684,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn74')] public function testAssertReturn75(): void { $this->runAssertReturnCommand( @@ -769,7 +693,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn75')] public function testAssertReturn76(): void { $this->runAssertReturnCommand( @@ -779,7 +702,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn76')] public function testAssertReturn77(): void { $this->runAssertReturnCommand( @@ -789,7 +711,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn77')] public function testAssertReturn78(): void { $this->runAssertReturnCommand( @@ -799,7 +720,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn78')] public function testAssertReturn79(): void { $this->runAssertReturnCommand( @@ -809,7 +729,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn79')] public function testAssertReturn80(): void { $this->runAssertReturnCommand( @@ -819,7 +738,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn80')] public function testAssertReturn81(): void { $this->runAssertReturnCommand( @@ -829,7 +747,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn81')] public function testAssertReturn82(): void { $this->runAssertReturnCommand( @@ -839,7 +756,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn82')] public function testAssertReturn83(): void { $this->runAssertReturnCommand( @@ -849,7 +765,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn83')] public function testAssertReturn84(): void { $this->runAssertReturnCommand( @@ -859,7 +774,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn84')] public function testAssertReturn85(): void { $this->runAssertReturnCommand( @@ -869,7 +783,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn85')] public function testAssertReturn86(): void { $this->runAssertReturnCommand( @@ -879,7 +792,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn86')] public function testAssertReturn87(): void { $this->runAssertReturnCommand( @@ -889,7 +801,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn87')] public function testAssertReturn88(): void { $this->runAssertReturnCommand( @@ -899,7 +810,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn88')] public function testAssertReturn89(): void { $this->runAssertReturnCommand( @@ -909,7 +819,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn89')] public function testAssertReturn90(): void { $this->runAssertReturnCommand( @@ -919,7 +828,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn90')] public function testAssertReturn91(): void { $this->runAssertReturnCommand( @@ -929,7 +837,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn91')] public function testAssertReturn92(): void { $this->runAssertReturnCommand( @@ -939,7 +846,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn92')] public function testAssertReturn93(): void { $this->runAssertReturnCommand( @@ -949,7 +855,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn93')] public function testAssertReturn94(): void { $this->runAssertReturnCommand( @@ -959,7 +864,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn94')] public function testAssertReturn95(): void { $this->runAssertReturnCommand( @@ -969,7 +873,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn95')] public function testAssertReturn96(): void { $this->runAssertReturnCommand( @@ -979,7 +882,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn96')] public function testAssertReturn97(): void { $this->runAssertReturnCommand( @@ -989,7 +891,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn97')] public function testAssertReturn98(): void { $this->runAssertReturnCommand( @@ -999,7 +900,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn98')] public function testAssertReturn99(): void { $this->runAssertReturnCommand( @@ -1009,7 +909,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn99')] public function testAssertReturn100(): void { $this->runAssertReturnCommand( @@ -1019,7 +918,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn100')] public function testAssertReturn101(): void { $this->runAssertReturnCommand( @@ -1029,7 +927,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn101')] public function testAssertReturn102(): void { $this->runAssertReturnCommand( @@ -1039,7 +936,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn102')] public function testAssertReturn103(): void { $this->runAssertReturnCommand( @@ -1049,7 +945,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn103')] public function testAssertReturn104(): void { $this->runAssertReturnCommand( @@ -1059,7 +954,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn104')] public function testAssertReturn105(): void { $this->runAssertReturnCommand( @@ -1069,7 +963,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn105')] public function testAssertReturn106(): void { $this->runAssertReturnCommand( @@ -1079,7 +972,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn106')] public function testAssertReturn107(): void { $this->runAssertReturnCommand( @@ -1089,7 +981,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn107')] public function testAssertReturn108(): void { $this->runAssertReturnCommand( @@ -1099,7 +990,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn108')] public function testAssertReturn109(): void { $this->runAssertReturnCommand( @@ -1109,7 +999,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn109')] public function testAssertReturn110(): void { $this->runAssertReturnCommand( @@ -1119,7 +1008,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn110')] public function testAssertReturn111(): void { $this->runAssertReturnCommand( @@ -1129,7 +1017,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn111')] public function testAssertReturn112(): void { $this->runAssertReturnCommand( @@ -1139,7 +1026,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn112')] public function testAssertReturn113(): void { $this->runAssertReturnCommand( @@ -1149,7 +1035,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn113')] public function testAssertReturn114(): void { $this->runAssertReturnCommand( @@ -1159,7 +1044,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn114')] public function testAssertReturn115(): void { $this->runAssertReturnCommand( @@ -1169,7 +1053,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn115')] public function testAssertReturn116(): void { $this->runAssertReturnCommand( @@ -1179,7 +1062,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn116')] public function testAssertReturn117(): void { $this->runAssertReturnCommand( @@ -1189,7 +1071,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn117')] public function testAssertReturn118(): void { $this->runAssertReturnCommand( @@ -1199,7 +1080,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn118')] public function testAssertReturn119(): void { $this->runAssertReturnCommand( @@ -1209,7 +1089,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn119')] public function testAssertReturn120(): void { $this->runAssertReturnCommand( @@ -1219,7 +1098,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn120')] public function testAssertReturn121(): void { $this->runAssertReturnCommand( @@ -1229,7 +1107,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn121')] public function testAssertReturn122(): void { $this->runAssertReturnCommand( @@ -1239,7 +1116,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn122')] public function testAssertReturn123(): void { $this->runAssertReturnCommand( @@ -1249,7 +1125,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn123')] public function testAssertReturn124(): void { $this->runAssertReturnCommand( @@ -1259,7 +1134,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn124')] public function testAssertReturn125(): void { $this->runAssertReturnCommand( @@ -1269,7 +1143,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn125')] public function testAssertReturn126(): void { $this->runAssertReturnCommand( @@ -1279,7 +1152,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn126')] public function testAssertReturn127(): void { $this->runAssertReturnCommand( @@ -1289,7 +1161,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn127')] public function testAssertReturn128(): void { $this->runAssertReturnCommand( @@ -1299,7 +1170,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn128')] public function testAssertReturn129(): void { $this->runAssertReturnCommand( @@ -1309,7 +1179,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn129')] public function testAssertReturn130(): void { $this->runAssertReturnCommand( @@ -1319,7 +1188,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn130')] public function testAssertReturn131(): void { $this->runAssertReturnCommand( @@ -1329,7 +1197,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn131')] public function testAssertReturn132(): void { $this->runAssertReturnCommand( @@ -1339,7 +1206,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn132')] public function testAssertReturn133(): void { $this->runAssertReturnCommand( @@ -1349,7 +1215,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn133')] public function testAssertReturn134(): void { $this->runAssertReturnCommand( @@ -1359,7 +1224,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn134')] public function testAssertReturn135(): void { $this->runAssertReturnCommand( @@ -1369,7 +1233,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn135')] public function testAssertReturn136(): void { $this->runAssertReturnCommand( @@ -1379,7 +1242,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn136')] public function testAssertReturn137(): void { $this->runAssertReturnCommand( @@ -1389,7 +1251,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn137')] public function testAssertReturn138(): void { $this->runAssertReturnCommand( @@ -1399,7 +1260,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn138')] public function testAssertReturn139(): void { $this->runAssertReturnCommand( @@ -1409,7 +1269,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn139')] public function testAssertReturn140(): void { $this->runAssertReturnCommand( @@ -1419,7 +1278,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn140')] public function testAssertReturn141(): void { $this->runAssertReturnCommand( @@ -1429,7 +1287,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn141')] public function testAssertReturn142(): void { $this->runAssertReturnCommand( @@ -1439,7 +1296,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn142')] public function testAssertReturn143(): void { $this->runAssertReturnCommand( @@ -1449,7 +1305,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn143')] public function testAssertReturn144(): void { $this->runAssertReturnCommand( @@ -1459,7 +1314,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn144')] public function testAssertReturn145(): void { $this->runAssertReturnCommand( @@ -1469,7 +1323,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn145')] public function testAssertReturn146(): void { $this->runAssertReturnCommand( @@ -1479,7 +1332,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn146')] public function testAssertReturn147(): void { $this->runAssertReturnCommand( @@ -1489,7 +1341,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn147')] public function testAssertReturn148(): void { $this->runAssertReturnCommand( @@ -1499,7 +1350,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn148')] public function testAssertReturn149(): void { $this->runAssertReturnCommand( @@ -1509,7 +1359,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn149')] public function testAssertReturn150(): void { $this->runAssertReturnCommand( @@ -1519,7 +1368,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn150')] public function testAssertReturn151(): void { $this->runAssertReturnCommand( @@ -1529,7 +1377,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn151')] public function testAssertReturn152(): void { $this->runAssertReturnCommand( @@ -1539,7 +1386,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn152')] public function testAssertReturn153(): void { $this->runAssertReturnCommand( @@ -1549,7 +1395,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn153')] public function testAssertReturn154(): void { $this->runAssertReturnCommand( @@ -1559,7 +1404,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn154')] public function testAssertReturn155(): void { $this->runAssertReturnCommand( @@ -1569,7 +1413,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn155')] public function testAssertReturn156(): void { $this->runAssertReturnCommand( @@ -1579,7 +1422,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn156')] public function testAssertReturn157(): void { $this->runAssertReturnCommand( @@ -1589,7 +1431,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn157')] public function testAssertReturn158(): void { $this->runAssertReturnCommand( @@ -1599,7 +1440,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn158')] public function testAssertReturn159(): void { $this->runAssertReturnCommand( @@ -1609,7 +1449,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn159')] public function testAssertReturn160(): void { $this->runAssertReturnCommand( @@ -1619,7 +1458,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn160')] public function testAssertReturn161(): void { $this->runAssertReturnCommand( @@ -1629,7 +1467,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn161')] public function testAssertReturn162(): void { $this->runAssertReturnCommand( @@ -1639,7 +1476,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn162')] public function testAssertReturn163(): void { $this->runAssertReturnCommand( @@ -1649,7 +1485,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn163')] public function testAssertReturn164(): void { $this->runAssertReturnCommand( @@ -1659,7 +1494,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn164')] public function testAssertReturn165(): void { $this->runAssertReturnCommand( @@ -1669,7 +1503,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn165')] public function testAssertReturn166(): void { $this->runAssertReturnCommand( @@ -1679,7 +1512,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn166')] public function testAssertReturn167(): void { $this->runAssertReturnCommand( @@ -1689,7 +1521,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn167')] public function testAssertReturn168(): void { $this->runAssertReturnCommand( @@ -1699,7 +1530,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn168')] public function testAssertReturn169(): void { $this->runAssertReturnCommand( @@ -1709,7 +1539,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn169')] public function testAssertReturn170(): void { $this->runAssertReturnCommand( @@ -1719,7 +1548,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn170')] public function testAssertReturn171(): void { $this->runAssertReturnCommand( @@ -1729,7 +1557,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn171')] public function testAssertReturn172(): void { $this->runAssertReturnCommand( @@ -1739,7 +1566,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn172')] public function testAssertReturn173(): void { $this->runAssertReturnCommand( @@ -1749,7 +1575,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn173')] public function testAssertReturn174(): void { $this->runAssertReturnCommand( @@ -1759,7 +1584,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn174')] public function testAssertReturn175(): void { $this->runAssertReturnCommand( @@ -1769,7 +1593,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn175')] public function testAssertReturn176(): void { $this->runAssertReturnCommand( @@ -1779,7 +1602,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn176')] public function testAssertReturn177(): void { $this->runAssertReturnCommand( @@ -1789,7 +1611,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn177')] public function testAssertReturn178(): void { $this->runAssertReturnCommand( @@ -1799,7 +1620,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn178')] public function testAssertReturn179(): void { $this->runAssertReturnCommand( @@ -1809,7 +1629,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn179')] public function testAssertReturn180(): void { $this->runAssertReturnCommand( @@ -1819,7 +1638,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn180')] public function testAssertReturn181(): void { $this->runAssertReturnCommand( @@ -1829,7 +1647,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn181')] public function testAssertReturn182(): void { $this->runAssertReturnCommand( @@ -1839,7 +1656,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn182')] public function testAssertReturn183(): void { $this->runAssertReturnCommand( @@ -1849,7 +1665,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn183')] public function testAssertReturn184(): void { $this->runAssertReturnCommand( @@ -1859,7 +1674,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn184')] public function testAssertReturn185(): void { $this->runAssertReturnCommand( @@ -1869,7 +1683,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn185')] public function testAssertReturn186(): void { $this->runAssertReturnCommand( @@ -1879,7 +1692,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn186')] public function testAssertReturn187(): void { $this->runAssertReturnCommand( @@ -1889,7 +1701,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn187')] public function testAssertReturn188(): void { $this->runAssertReturnCommand( @@ -1899,7 +1710,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn188')] public function testAssertReturn189(): void { $this->runAssertReturnCommand( @@ -1909,7 +1719,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn189')] public function testAssertReturn190(): void { $this->runAssertReturnCommand( @@ -1919,7 +1728,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn190')] public function testAssertReturn191(): void { $this->runAssertReturnCommand( @@ -1929,7 +1737,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn191')] public function testAssertReturn192(): void { $this->runAssertReturnCommand( @@ -1939,7 +1746,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn192')] public function testAssertReturn193(): void { $this->runAssertReturnCommand( @@ -1949,7 +1755,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn193')] public function testAssertReturn194(): void { $this->runAssertReturnCommand( @@ -1959,7 +1764,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn194')] public function testAssertReturn195(): void { $this->runAssertReturnCommand( @@ -1969,7 +1773,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn195')] public function testAssertReturn196(): void { $this->runAssertReturnCommand( @@ -1979,7 +1782,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn196')] public function testAssertReturn197(): void { $this->runAssertReturnCommand( @@ -1989,7 +1791,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn197')] public function testAssertReturn198(): void { $this->runAssertReturnCommand( @@ -1999,7 +1800,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn198')] public function testAssertReturn199(): void { $this->runAssertReturnCommand( @@ -2009,7 +1809,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn199')] public function testAssertReturn200(): void { $this->runAssertReturnCommand( @@ -2019,7 +1818,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn200')] public function testAssertReturn201(): void { $this->runAssertReturnCommand( @@ -2029,7 +1827,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn201')] public function testAssertReturn202(): void { $this->runAssertReturnCommand( @@ -2039,7 +1836,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn202')] public function testAssertReturn203(): void { $this->runAssertReturnCommand( @@ -2049,7 +1845,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn203')] public function testAssertReturn204(): void { $this->runAssertReturnCommand( @@ -2059,7 +1854,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn204')] public function testAssertReturn205(): void { $this->runAssertReturnCommand( @@ -2069,7 +1863,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn205')] public function testAssertReturn206(): void { $this->runAssertReturnCommand( @@ -2079,7 +1872,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn206')] public function testAssertReturn207(): void { $this->runAssertReturnCommand( @@ -2089,7 +1881,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn207')] public function testAssertReturn208(): void { $this->runAssertReturnCommand( @@ -2099,7 +1890,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn208')] public function testAssertReturn209(): void { $this->runAssertReturnCommand( @@ -2109,7 +1899,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn209')] public function testAssertReturn210(): void { $this->runAssertReturnCommand( @@ -2119,7 +1908,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn210')] public function testAssertReturn211(): void { $this->runAssertReturnCommand( @@ -2129,7 +1917,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn211')] public function testAssertReturn212(): void { $this->runAssertReturnCommand( @@ -2139,7 +1926,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn212')] public function testAssertReturn213(): void { $this->runAssertReturnCommand( @@ -2149,7 +1935,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn213')] public function testAssertReturn214(): void { $this->runAssertReturnCommand( @@ -2159,7 +1944,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn214')] public function testAssertReturn215(): void { $this->runAssertReturnCommand( @@ -2169,7 +1953,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn215')] public function testAssertReturn216(): void { $this->runAssertReturnCommand( @@ -2179,7 +1962,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn216')] public function testAssertReturn217(): void { $this->runAssertReturnCommand( @@ -2189,7 +1971,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn217')] public function testAssertReturn218(): void { $this->runAssertReturnCommand( @@ -2199,7 +1980,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn218')] public function testAssertReturn219(): void { $this->runAssertReturnCommand( @@ -2209,7 +1989,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn219')] public function testAssertReturn220(): void { $this->runAssertReturnCommand( @@ -2219,7 +1998,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn220')] public function testAssertReturn221(): void { $this->runAssertReturnCommand( @@ -2229,7 +2007,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn221')] public function testAssertReturn222(): void { $this->runAssertReturnCommand( @@ -2239,7 +2016,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn222')] public function testAssertReturn223(): void { $this->runAssertReturnCommand( @@ -2249,7 +2025,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn223')] public function testAssertReturn224(): void { $this->runAssertReturnCommand( @@ -2259,7 +2034,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn224')] public function testAssertReturn225(): void { $this->runAssertReturnCommand( @@ -2269,7 +2043,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn225')] public function testAssertReturn226(): void { $this->runAssertReturnCommand( @@ -2279,7 +2052,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn226')] public function testAssertReturn227(): void { $this->runAssertReturnCommand( @@ -2289,7 +2061,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn227')] public function testAssertReturn228(): void { $this->runAssertReturnCommand( @@ -2299,7 +2070,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn228')] public function testAssertReturn229(): void { $this->runAssertReturnCommand( @@ -2309,7 +2079,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn229')] public function testAssertReturn230(): void { $this->runAssertReturnCommand( @@ -2319,7 +2088,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn230')] public function testAssertReturn231(): void { $this->runAssertReturnCommand( @@ -2329,7 +2097,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn231')] public function testAssertReturn232(): void { $this->runAssertReturnCommand( @@ -2339,7 +2106,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn232')] public function testAssertReturn233(): void { $this->runAssertReturnCommand( @@ -2349,7 +2115,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn233')] public function testAssertReturn234(): void { $this->runAssertReturnCommand( @@ -2359,7 +2124,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn234')] public function testAssertReturn235(): void { $this->runAssertReturnCommand( @@ -2369,7 +2133,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn235')] public function testAssertReturn236(): void { $this->runAssertReturnCommand( @@ -2379,7 +2142,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn236')] public function testAssertReturn237(): void { $this->runAssertReturnCommand( @@ -2389,7 +2151,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn237')] public function testAssertReturn238(): void { $this->runAssertReturnCommand( @@ -2399,7 +2160,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn238')] public function testAssertReturn239(): void { $this->runAssertReturnCommand( @@ -2409,7 +2169,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn239')] public function testAssertReturn240(): void { $this->runAssertReturnCommand( @@ -2419,7 +2178,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn240')] public function testAssertReturn241(): void { $this->runAssertReturnCommand( @@ -2429,7 +2187,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn241')] public function testAssertReturn242(): void { $this->runAssertReturnCommand( @@ -2439,7 +2196,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn242')] public function testAssertReturn243(): void { $this->runAssertReturnCommand( @@ -2449,7 +2205,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn243')] public function testAssertReturn244(): void { $this->runAssertReturnCommand( @@ -2459,7 +2214,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn244')] public function testAssertReturn245(): void { $this->runAssertReturnCommand( @@ -2469,7 +2223,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn245')] public function testAssertReturn246(): void { $this->runAssertReturnCommand( @@ -2479,7 +2232,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn246')] public function testAssertReturn247(): void { $this->runAssertReturnCommand( @@ -2489,7 +2241,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn247')] public function testAssertReturn248(): void { $this->runAssertReturnCommand( @@ -2499,7 +2250,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn248')] public function testAssertReturn249(): void { $this->runAssertReturnCommand( @@ -2509,7 +2259,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn249')] public function testAssertReturn250(): void { $this->runAssertReturnCommand( @@ -2519,7 +2268,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn250')] public function testAssertReturn251(): void { $this->runAssertReturnCommand( @@ -2529,7 +2277,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn251')] public function testAssertReturn252(): void { $this->runAssertReturnCommand( @@ -2539,7 +2286,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn252')] public function testAssertReturn253(): void { $this->runAssertReturnCommand( @@ -2549,7 +2295,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn253')] public function testAssertReturn254(): void { $this->runAssertReturnCommand( @@ -2559,7 +2304,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn254')] public function testAssertReturn255(): void { $this->runAssertReturnCommand( @@ -2569,7 +2313,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn255')] public function testAssertReturn256(): void { $this->runAssertReturnCommand( @@ -2579,7 +2322,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn256')] public function testAssertReturn257(): void { $this->runAssertReturnCommand( @@ -2589,7 +2331,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn257')] public function testAssertReturn258(): void { $this->runAssertReturnCommand( @@ -2599,7 +2340,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn258')] public function testAssertReturn259(): void { $this->runAssertReturnCommand( @@ -2609,7 +2349,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn259')] public function testAssertReturn260(): void { $this->runAssertReturnCommand( @@ -2619,7 +2358,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn260')] public function testAssertReturn261(): void { $this->runAssertReturnCommand( @@ -2629,7 +2367,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn261')] public function testAssertReturn262(): void { $this->runAssertReturnCommand( @@ -2639,7 +2376,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn262')] public function testAssertReturn263(): void { $this->runAssertReturnCommand( @@ -2649,7 +2385,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn263')] public function testAssertReturn264(): void { $this->runAssertReturnCommand( @@ -2659,7 +2394,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn264')] public function testAssertReturn265(): void { $this->runAssertReturnCommand( @@ -2669,7 +2403,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn265')] public function testAssertReturn266(): void { $this->runAssertReturnCommand( @@ -2679,7 +2412,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn266')] public function testAssertReturn267(): void { $this->runAssertReturnCommand( @@ -2689,7 +2421,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn267')] public function testAssertReturn268(): void { $this->runAssertReturnCommand( @@ -2699,7 +2430,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn268')] public function testAssertReturn269(): void { $this->runAssertReturnCommand( @@ -2709,7 +2439,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn269')] public function testAssertReturn270(): void { $this->runAssertReturnCommand( @@ -2719,7 +2448,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn270')] public function testAssertReturn271(): void { $this->runAssertReturnCommand( @@ -2729,7 +2457,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn271')] public function testAssertReturn272(): void { $this->runAssertReturnCommand( @@ -2739,7 +2466,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn272')] public function testAssertReturn273(): void { $this->runAssertReturnCommand( @@ -2749,7 +2475,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn273')] public function testAssertReturn274(): void { $this->runAssertReturnCommand( @@ -2759,7 +2484,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn274')] public function testAssertReturn275(): void { $this->runAssertReturnCommand( @@ -2769,7 +2493,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn275')] public function testAssertReturn276(): void { $this->runAssertReturnCommand( @@ -2779,7 +2502,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn276')] public function testAssertReturn277(): void { $this->runAssertReturnCommand( @@ -2789,7 +2511,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn277')] public function testAssertReturn278(): void { $this->runAssertReturnCommand( @@ -2799,7 +2520,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn278')] public function testAssertReturn279(): void { $this->runAssertReturnCommand( @@ -2809,7 +2529,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn279')] public function testAssertReturn280(): void { $this->runAssertReturnCommand( @@ -2819,7 +2538,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn280')] public function testAssertReturn281(): void { $this->runAssertReturnCommand( @@ -2829,7 +2547,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn281')] public function testAssertReturn282(): void { $this->runAssertReturnCommand( @@ -2839,7 +2556,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn282')] public function testAssertReturn283(): void { $this->runAssertReturnCommand( @@ -2849,7 +2565,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn283')] public function testAssertReturn284(): void { $this->runAssertReturnCommand( @@ -2859,7 +2574,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn284')] public function testAssertReturn285(): void { $this->runAssertReturnCommand( @@ -2869,7 +2583,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn285')] public function testAssertReturn286(): void { $this->runAssertReturnCommand( @@ -2879,7 +2592,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn286')] public function testAssertReturn287(): void { $this->runAssertReturnCommand( @@ -2889,7 +2601,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn287')] public function testAssertReturn288(): void { $this->runAssertReturnCommand( @@ -2899,7 +2610,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn288')] public function testAssertReturn289(): void { $this->runAssertReturnCommand( @@ -2909,7 +2619,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn289')] public function testAssertReturn290(): void { $this->runAssertReturnCommand( @@ -2919,7 +2628,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn290')] public function testAssertReturn291(): void { $this->runAssertReturnCommand( @@ -2929,7 +2637,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn291')] public function testAssertReturn292(): void { $this->runAssertReturnCommand( @@ -2939,7 +2646,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn292')] public function testAssertReturn293(): void { $this->runAssertReturnCommand( @@ -2949,7 +2655,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn293')] public function testAssertReturn294(): void { $this->runAssertReturnCommand( @@ -2959,7 +2664,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn294')] public function testAssertReturn295(): void { $this->runAssertReturnCommand( @@ -2969,7 +2673,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn295')] public function testAssertReturn296(): void { $this->runAssertReturnCommand( @@ -2979,7 +2682,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn296')] public function testAssertReturn297(): void { $this->runAssertReturnCommand( @@ -2989,7 +2691,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn297')] public function testAssertReturn298(): void { $this->runAssertReturnCommand( @@ -2999,7 +2700,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn298')] public function testAssertReturn299(): void { $this->runAssertReturnCommand( @@ -3009,7 +2709,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn299')] public function testAssertReturn300(): void { $this->runAssertReturnCommand( @@ -3019,7 +2718,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn300')] public function testAssertReturn301(): void { $this->runAssertReturnCommand( @@ -3029,7 +2727,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn301')] public function testAssertReturn302(): void { $this->runAssertReturnCommand( @@ -3039,7 +2736,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn302')] public function testAssertReturn303(): void { $this->runAssertReturnCommand( @@ -3049,7 +2745,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn303')] public function testAssertReturn304(): void { $this->runAssertReturnCommand( @@ -3059,7 +2754,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn304')] public function testAssertReturn305(): void { $this->runAssertReturnCommand( @@ -3069,7 +2763,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn305')] public function testAssertReturn306(): void { $this->runAssertReturnCommand( @@ -3079,7 +2772,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn306')] public function testAssertReturn307(): void { $this->runAssertReturnCommand( @@ -3089,7 +2781,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn307')] public function testAssertReturn308(): void { $this->runAssertReturnCommand( @@ -3099,7 +2790,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn308')] public function testAssertReturn309(): void { $this->runAssertReturnCommand( @@ -3109,7 +2799,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn309')] public function testAssertReturn310(): void { $this->runAssertReturnCommand( @@ -3119,7 +2808,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn310')] public function testAssertReturn311(): void { $this->runAssertReturnCommand( @@ -3129,7 +2817,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn311')] public function testAssertReturn312(): void { $this->runAssertReturnCommand( @@ -3139,7 +2826,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn312')] public function testAssertReturn313(): void { $this->runAssertReturnCommand( @@ -3149,7 +2835,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn313')] public function testAssertReturn314(): void { $this->runAssertReturnCommand( @@ -3159,7 +2844,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn314')] public function testAssertReturn315(): void { $this->runAssertReturnCommand( @@ -3169,7 +2853,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn315')] public function testAssertReturn316(): void { $this->runAssertReturnCommand( @@ -3179,7 +2862,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn316')] public function testAssertReturn317(): void { $this->runAssertReturnCommand( @@ -3189,7 +2871,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn317')] public function testAssertReturn318(): void { $this->runAssertReturnCommand( @@ -3199,7 +2880,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn318')] public function testAssertReturn319(): void { $this->runAssertReturnCommand( @@ -3209,7 +2889,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn319')] public function testAssertReturn320(): void { $this->runAssertReturnCommand( @@ -3219,7 +2898,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn320')] public function testAssertReturn321(): void { $this->runAssertReturnCommand( @@ -3229,7 +2907,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn321')] public function testAssertReturn322(): void { $this->runAssertReturnCommand( @@ -3239,7 +2916,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn322')] public function testAssertReturn323(): void { $this->runAssertReturnCommand( @@ -3249,7 +2925,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn323')] public function testAssertReturn324(): void { $this->runAssertReturnCommand( @@ -3259,7 +2934,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn324')] public function testAssertReturn325(): void { $this->runAssertReturnCommand( @@ -3269,7 +2943,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn325')] public function testAssertReturn326(): void { $this->runAssertReturnCommand( @@ -3279,7 +2952,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn326')] public function testAssertReturn327(): void { $this->runAssertReturnCommand( @@ -3289,7 +2961,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn327')] public function testAssertReturn328(): void { $this->runAssertReturnCommand( @@ -3299,7 +2970,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn328')] public function testAssertReturn329(): void { $this->runAssertReturnCommand( @@ -3309,7 +2979,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn329')] public function testAssertReturn330(): void { $this->runAssertReturnCommand( @@ -3319,7 +2988,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn330')] public function testAssertReturn331(): void { $this->runAssertReturnCommand( @@ -3329,7 +2997,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn331')] public function testAssertReturn332(): void { $this->runAssertReturnCommand( @@ -3339,7 +3006,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn332')] public function testAssertReturn333(): void { $this->runAssertReturnCommand( @@ -3349,7 +3015,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn333')] public function testAssertReturn334(): void { $this->runAssertReturnCommand( @@ -3359,7 +3024,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn334')] public function testAssertReturn335(): void { $this->runAssertReturnCommand( @@ -3369,7 +3033,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn335')] public function testAssertReturn336(): void { $this->runAssertReturnCommand( @@ -3379,7 +3042,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn336')] public function testAssertReturn337(): void { $this->runAssertReturnCommand( @@ -3389,7 +3051,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn337')] public function testAssertReturn338(): void { $this->runAssertReturnCommand( @@ -3399,7 +3060,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn338')] public function testAssertReturn339(): void { $this->runAssertReturnCommand( @@ -3409,7 +3069,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn339')] public function testAssertReturn340(): void { $this->runAssertReturnCommand( @@ -3419,7 +3078,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn340')] public function testAssertReturn341(): void { $this->runAssertReturnCommand( @@ -3429,7 +3087,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn341')] public function testAssertReturn342(): void { $this->runAssertReturnCommand( @@ -3439,7 +3096,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn342')] public function testAssertReturn343(): void { $this->runAssertReturnCommand( @@ -3449,7 +3105,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn343')] public function testAssertReturn344(): void { $this->runAssertReturnCommand( @@ -3459,7 +3114,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn344')] public function testAssertReturn345(): void { $this->runAssertReturnCommand( @@ -3469,7 +3123,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn345')] public function testAssertReturn346(): void { $this->runAssertReturnCommand( @@ -3479,7 +3132,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn346')] public function testAssertReturn347(): void { $this->runAssertReturnCommand( @@ -3489,7 +3141,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn347')] public function testAssertReturn348(): void { $this->runAssertReturnCommand( @@ -3499,7 +3150,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn348')] public function testAssertReturn349(): void { $this->runAssertReturnCommand( @@ -3509,7 +3159,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn349')] public function testAssertReturn350(): void { $this->runAssertReturnCommand( @@ -3519,7 +3168,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn350')] public function testAssertReturn351(): void { $this->runAssertReturnCommand( @@ -3529,7 +3177,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn351')] public function testAssertReturn352(): void { $this->runAssertReturnCommand( @@ -3539,7 +3186,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn352')] public function testAssertReturn353(): void { $this->runAssertReturnCommand( @@ -3549,7 +3195,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn353')] public function testAssertReturn354(): void { $this->runAssertReturnCommand( @@ -3559,7 +3204,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn354')] public function testAssertReturn355(): void { $this->runAssertReturnCommand( @@ -3569,7 +3213,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn355')] public function testAssertReturn356(): void { $this->runAssertReturnCommand( @@ -3579,7 +3222,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn356')] public function testAssertReturn357(): void { $this->runAssertReturnCommand( @@ -3589,7 +3231,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn357')] public function testAssertReturn358(): void { $this->runAssertReturnCommand( @@ -3599,7 +3240,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn358')] public function testAssertReturn359(): void { $this->runAssertReturnCommand( @@ -3609,7 +3249,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn359')] public function testAssertReturn360(): void { $this->runAssertReturnCommand( @@ -3619,7 +3258,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn360')] public function testAssertReturn361(): void { $this->runAssertReturnCommand( @@ -3629,7 +3267,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn361')] public function testAssertReturn362(): void { $this->runAssertReturnCommand( @@ -3639,7 +3276,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn362')] public function testAssertReturn363(): void { $this->runAssertReturnCommand( @@ -3649,7 +3285,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn363')] public function testAssertReturn364(): void { $this->runAssertReturnCommand( @@ -3659,7 +3294,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn364')] public function testAssertReturn365(): void { $this->runAssertReturnCommand( @@ -3669,7 +3303,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn365')] public function testAssertReturn366(): void { $this->runAssertReturnCommand( @@ -3679,7 +3312,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn366')] public function testAssertReturn367(): void { $this->runAssertReturnCommand( @@ -3689,7 +3321,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn367')] public function testAssertReturn368(): void { $this->runAssertReturnCommand( @@ -3699,7 +3330,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn368')] public function testAssertReturn369(): void { $this->runAssertReturnCommand( @@ -3709,7 +3339,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn369')] public function testAssertReturn370(): void { $this->runAssertReturnCommand( @@ -3719,7 +3348,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn370')] public function testAssertReturn371(): void { $this->runAssertReturnCommand( @@ -3729,7 +3357,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn371')] public function testAssertReturn372(): void { $this->runAssertReturnCommand( @@ -3739,7 +3366,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn372')] public function testAssertReturn373(): void { $this->runAssertReturnCommand( @@ -3749,7 +3375,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn373')] public function testAssertReturn374(): void { $this->runAssertReturnCommand( @@ -3759,7 +3384,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn374')] public function testAssertReturn375(): void { $this->runAssertReturnCommand( @@ -3769,7 +3393,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn375')] public function testAssertReturn376(): void { $this->runAssertReturnCommand( @@ -3779,7 +3402,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn376')] public function testAssertReturn377(): void { $this->runAssertReturnCommand( @@ -3789,7 +3411,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn377')] public function testAssertReturn378(): void { $this->runAssertReturnCommand( @@ -3799,7 +3420,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn378')] public function testAssertReturn379(): void { $this->runAssertReturnCommand( @@ -3809,7 +3429,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn379')] public function testAssertReturn380(): void { $this->runAssertReturnCommand( @@ -3819,7 +3438,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn380')] public function testAssertReturn381(): void { $this->runAssertReturnCommand( @@ -3829,7 +3447,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn381')] public function testAssertReturn382(): void { $this->runAssertReturnCommand( @@ -3839,7 +3456,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn382')] public function testAssertReturn383(): void { $this->runAssertReturnCommand( @@ -3849,7 +3465,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn383')] public function testAssertReturn384(): void { $this->runAssertReturnCommand( @@ -3859,7 +3474,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn384')] public function testAssertReturn385(): void { $this->runAssertReturnCommand( @@ -3869,7 +3483,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn385')] public function testAssertReturn386(): void { $this->runAssertReturnCommand( @@ -3879,7 +3492,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn386')] public function testAssertReturn387(): void { $this->runAssertReturnCommand( @@ -3889,7 +3501,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn387')] public function testAssertReturn388(): void { $this->runAssertReturnCommand( @@ -3899,7 +3510,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn388')] public function testAssertReturn389(): void { $this->runAssertReturnCommand( @@ -3909,7 +3519,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn389')] public function testAssertReturn390(): void { $this->runAssertReturnCommand( @@ -3919,7 +3528,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn390')] public function testAssertReturn391(): void { $this->runAssertReturnCommand( @@ -3929,7 +3537,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn391')] public function testAssertReturn392(): void { $this->runAssertReturnCommand( @@ -3939,7 +3546,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn392')] public function testAssertReturn393(): void { $this->runAssertReturnCommand( @@ -3949,7 +3555,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn393')] public function testAssertReturn394(): void { $this->runAssertReturnCommand( @@ -3959,7 +3564,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn394')] public function testAssertReturn395(): void { $this->runAssertReturnCommand( @@ -3969,7 +3573,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn395')] public function testAssertReturn396(): void { $this->runAssertReturnCommand( @@ -3979,7 +3582,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn396')] public function testAssertReturn397(): void { $this->runAssertReturnCommand( @@ -3989,7 +3591,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn397')] public function testAssertReturn398(): void { $this->runAssertReturnCommand( @@ -3999,7 +3600,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn398')] public function testAssertReturn399(): void { $this->runAssertReturnCommand( @@ -4009,7 +3609,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn399')] public function testAssertReturn400(): void { $this->runAssertReturnCommand( @@ -4019,7 +3618,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn400')] public function testAssertReturn401(): void { $this->runAssertReturnCommand( @@ -4029,7 +3627,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn401')] public function testAssertReturn402(): void { $this->runAssertReturnCommand( @@ -4039,7 +3636,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn402')] public function testAssertReturn403(): void { $this->runAssertReturnCommand( @@ -4049,7 +3645,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn403')] public function testAssertReturn404(): void { $this->runAssertReturnCommand( @@ -4059,7 +3654,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn404')] public function testAssertReturn405(): void { $this->runAssertReturnCommand( @@ -4069,7 +3663,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn405')] public function testAssertReturn406(): void { $this->runAssertReturnCommand( @@ -4079,7 +3672,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn406')] public function testAssertReturn407(): void { $this->runAssertReturnCommand( @@ -4089,7 +3681,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn407')] public function testAssertReturn408(): void { $this->runAssertReturnCommand( @@ -4099,7 +3690,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn408')] public function testAssertReturn409(): void { $this->runAssertReturnCommand( @@ -4109,7 +3699,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn409')] public function testAssertReturn410(): void { $this->runAssertReturnCommand( @@ -4119,7 +3708,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn410')] public function testAssertReturn411(): void { $this->runAssertReturnCommand( @@ -4129,7 +3717,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn411')] public function testAssertReturn412(): void { $this->runAssertReturnCommand( @@ -4139,7 +3726,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn412')] public function testAssertReturn413(): void { $this->runAssertReturnCommand( @@ -4149,7 +3735,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn413')] public function testAssertReturn414(): void { $this->runAssertReturnCommand( @@ -4159,7 +3744,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn414')] public function testAssertReturn415(): void { $this->runAssertReturnCommand( @@ -4169,7 +3753,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn415')] public function testAssertReturn416(): void { $this->runAssertReturnCommand( @@ -4179,7 +3762,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn416')] public function testAssertReturn417(): void { $this->runAssertReturnCommand( @@ -4189,7 +3771,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn417')] public function testAssertReturn418(): void { $this->runAssertReturnCommand( @@ -4199,7 +3780,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn418')] public function testAssertReturn419(): void { $this->runAssertReturnCommand( @@ -4209,7 +3789,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn419')] public function testAssertReturn420(): void { $this->runAssertReturnCommand( @@ -4219,7 +3798,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn420')] public function testAssertReturn421(): void { $this->runAssertReturnCommand( @@ -4229,7 +3807,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn421')] public function testAssertReturn422(): void { $this->runAssertReturnCommand( @@ -4239,7 +3816,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn422')] public function testAssertReturn423(): void { $this->runAssertReturnCommand( @@ -4249,7 +3825,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn423')] public function testAssertReturn424(): void { $this->runAssertReturnCommand( @@ -4259,7 +3834,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn424')] public function testAssertReturn425(): void { $this->runAssertReturnCommand( @@ -4269,7 +3843,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn425')] public function testAssertReturn426(): void { $this->runAssertReturnCommand( @@ -4279,7 +3852,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn426')] public function testAssertReturn427(): void { $this->runAssertReturnCommand( @@ -4289,7 +3861,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn427')] public function testAssertReturn428(): void { $this->runAssertReturnCommand( @@ -4299,7 +3870,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn428')] public function testAssertReturn429(): void { $this->runAssertReturnCommand( @@ -4309,7 +3879,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn429')] public function testAssertReturn430(): void { $this->runAssertReturnCommand( @@ -4319,7 +3888,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn430')] public function testAssertReturn431(): void { $this->runAssertReturnCommand( @@ -4329,7 +3897,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn431')] public function testAssertReturn432(): void { $this->runAssertReturnCommand( @@ -4339,7 +3906,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn432')] public function testAssertReturn433(): void { $this->runAssertReturnCommand( @@ -4349,7 +3915,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn433')] public function testAssertReturn434(): void { $this->runAssertReturnCommand( @@ -4359,7 +3924,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn434')] public function testAssertReturn435(): void { $this->runAssertReturnCommand( @@ -4369,7 +3933,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn435')] public function testAssertReturn436(): void { $this->runAssertReturnCommand( @@ -4379,7 +3942,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn436')] public function testAssertReturn437(): void { $this->runAssertReturnCommand( @@ -4389,7 +3951,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn437')] public function testAssertReturn438(): void { $this->runAssertReturnCommand( @@ -4399,7 +3960,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn438')] public function testAssertReturn439(): void { $this->runAssertReturnCommand( @@ -4409,7 +3969,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn439')] public function testAssertReturn440(): void { $this->runAssertReturnCommand( @@ -4419,7 +3978,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn440')] public function testAssertReturn441(): void { $this->runAssertReturnCommand( @@ -4429,7 +3987,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn441')] public function testAssertReturn442(): void { $this->runAssertReturnCommand( @@ -4439,7 +3996,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn442')] public function testAssertReturn443(): void { $this->runAssertReturnCommand( @@ -4449,7 +4005,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn443')] public function testAssertReturn444(): void { $this->runAssertReturnCommand( @@ -4459,7 +4014,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn444')] public function testAssertReturn445(): void { $this->runAssertReturnCommand( @@ -4469,7 +4023,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn445')] public function testAssertReturn446(): void { $this->runAssertReturnCommand( @@ -4479,7 +4032,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn446')] public function testAssertReturn447(): void { $this->runAssertReturnCommand( @@ -4489,7 +4041,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn447')] public function testAssertReturn448(): void { $this->runAssertReturnCommand( @@ -4499,7 +4050,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn448')] public function testAssertReturn449(): void { $this->runAssertReturnCommand( @@ -4509,7 +4059,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn449')] public function testAssertReturn450(): void { $this->runAssertReturnCommand( @@ -4519,7 +4068,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn450')] public function testAssertReturn451(): void { $this->runAssertReturnCommand( @@ -4529,7 +4077,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn451')] public function testAssertReturn452(): void { $this->runAssertReturnCommand( @@ -4539,7 +4086,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn452')] public function testAssertReturn453(): void { $this->runAssertReturnCommand( @@ -4549,7 +4095,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn453')] public function testAssertReturn454(): void { $this->runAssertReturnCommand( @@ -4559,7 +4104,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn454')] public function testAssertReturn455(): void { $this->runAssertReturnCommand( @@ -4569,7 +4113,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn455')] public function testAssertReturn456(): void { $this->runAssertReturnCommand( @@ -4579,7 +4122,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn456')] public function testAssertReturn457(): void { $this->runAssertReturnCommand( @@ -4589,7 +4131,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn457')] public function testAssertReturn458(): void { $this->runAssertReturnCommand( @@ -4599,7 +4140,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn458')] public function testAssertReturn459(): void { $this->runAssertReturnCommand( @@ -4609,7 +4149,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn459')] public function testAssertReturn460(): void { $this->runAssertReturnCommand( @@ -4619,7 +4158,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn460')] public function testAssertReturn461(): void { $this->runAssertReturnCommand( @@ -4629,7 +4167,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn461')] public function testAssertReturn462(): void { $this->runAssertReturnCommand( @@ -4639,7 +4176,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn462')] public function testAssertReturn463(): void { $this->runAssertReturnCommand( @@ -4649,7 +4185,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn463')] public function testAssertReturn464(): void { $this->runAssertReturnCommand( @@ -4659,7 +4194,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn464')] public function testAssertReturn465(): void { $this->runAssertReturnCommand( @@ -4669,7 +4203,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn465')] public function testAssertReturn466(): void { $this->runAssertReturnCommand( @@ -4679,7 +4212,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn466')] public function testAssertReturn467(): void { $this->runAssertReturnCommand( @@ -4689,7 +4221,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn467')] public function testAssertReturn468(): void { $this->runAssertReturnCommand( @@ -4699,7 +4230,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn468')] public function testAssertReturn469(): void { $this->runAssertReturnCommand( @@ -4709,7 +4239,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn469')] public function testAssertReturn470(): void { $this->runAssertReturnCommand( @@ -4719,7 +4248,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn470')] public function testAssertReturn471(): void { $this->runAssertReturnCommand( @@ -4729,7 +4257,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn471')] public function testAssertReturn472(): void { $this->runAssertReturnCommand( @@ -4739,7 +4266,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn472')] public function testAssertReturn473(): void { $this->runAssertReturnCommand( @@ -4749,7 +4275,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn473')] public function testAssertReturn474(): void { $this->runAssertReturnCommand( @@ -4759,7 +4284,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn474')] public function testAssertReturn475(): void { $this->runAssertReturnCommand( @@ -4769,7 +4293,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn475')] public function testAssertReturn476(): void { $this->runAssertReturnCommand( @@ -4779,7 +4302,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn476')] public function testAssertReturn477(): void { $this->runAssertReturnCommand( @@ -4789,7 +4311,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn477')] public function testAssertReturn478(): void { $this->runAssertReturnCommand( @@ -4799,7 +4320,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn478')] public function testAssertReturn479(): void { $this->runAssertReturnCommand( @@ -4809,7 +4329,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn479')] public function testAssertReturn480(): void { $this->runAssertReturnCommand( @@ -4819,7 +4338,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn480')] public function testAssertReturn481(): void { $this->runAssertReturnCommand( @@ -4829,7 +4347,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn481')] public function testAssertReturn482(): void { $this->runAssertReturnCommand( @@ -4839,7 +4356,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn482')] public function testAssertReturn483(): void { $this->runAssertReturnCommand( @@ -4849,7 +4365,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn483')] public function testAssertReturn484(): void { $this->runAssertReturnCommand( @@ -4859,7 +4374,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn484')] public function testAssertReturn485(): void { $this->runAssertReturnCommand( @@ -4869,7 +4383,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn485')] public function testAssertReturn486(): void { $this->runAssertReturnCommand( @@ -4879,7 +4392,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn486')] public function testAssertReturn487(): void { $this->runAssertReturnCommand( @@ -4889,7 +4401,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn487')] public function testAssertReturn488(): void { $this->runAssertReturnCommand( @@ -4899,7 +4410,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn488')] public function testAssertReturn489(): void { $this->runAssertReturnCommand( @@ -4909,7 +4419,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn489')] public function testAssertReturn490(): void { $this->runAssertReturnCommand( @@ -4919,7 +4428,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn490')] public function testAssertReturn491(): void { $this->runAssertReturnCommand( @@ -4929,7 +4437,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn491')] public function testAssertReturn492(): void { $this->runAssertReturnCommand( @@ -4939,7 +4446,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn492')] public function testAssertReturn493(): void { $this->runAssertReturnCommand( @@ -4949,7 +4455,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn493')] public function testAssertReturn494(): void { $this->runAssertReturnCommand( @@ -4959,7 +4464,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn494')] public function testAssertReturn495(): void { $this->runAssertReturnCommand( @@ -4969,7 +4473,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn495')] public function testAssertReturn496(): void { $this->runAssertReturnCommand( @@ -4979,7 +4482,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn496')] public function testAssertReturn497(): void { $this->runAssertReturnCommand( @@ -4989,7 +4491,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn497')] public function testAssertReturn498(): void { $this->runAssertReturnCommand( @@ -4999,7 +4500,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn498')] public function testAssertReturn499(): void { $this->runAssertReturnCommand( @@ -5009,7 +4509,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn499')] public function testAssertReturn500(): void { $this->runAssertReturnCommand( @@ -5019,7 +4518,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn500')] public function testAssertReturn501(): void { $this->runAssertReturnCommand( @@ -5029,7 +4527,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn501')] public function testAssertReturn502(): void { $this->runAssertReturnCommand( @@ -5039,7 +4536,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn502')] public function testAssertReturn503(): void { $this->runAssertReturnCommand( @@ -5049,7 +4545,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn503')] public function testAssertReturn504(): void { $this->runAssertReturnCommand( @@ -5059,7 +4554,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn504')] public function testAssertReturn505(): void { $this->runAssertReturnCommand( @@ -5069,7 +4563,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn505')] public function testAssertReturn506(): void { $this->runAssertReturnCommand( @@ -5079,7 +4572,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn506')] public function testAssertReturn507(): void { $this->runAssertReturnCommand( @@ -5089,7 +4581,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn507')] public function testAssertReturn508(): void { $this->runAssertReturnCommand( @@ -5099,7 +4590,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn508')] public function testAssertReturn509(): void { $this->runAssertReturnCommand( @@ -5109,7 +4599,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn509')] public function testAssertReturn510(): void { $this->runAssertReturnCommand( @@ -5119,7 +4608,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn510')] public function testAssertReturn511(): void { $this->runAssertReturnCommand( @@ -5129,7 +4617,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn511')] public function testAssertReturn512(): void { $this->runAssertReturnCommand( @@ -5139,7 +4626,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn512')] public function testAssertReturn513(): void { $this->runAssertReturnCommand( @@ -5149,7 +4635,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn513')] public function testAssertReturn514(): void { $this->runAssertReturnCommand( @@ -5159,7 +4644,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn514')] public function testAssertReturn515(): void { $this->runAssertReturnCommand( @@ -5169,7 +4653,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn515')] public function testAssertReturn516(): void { $this->runAssertReturnCommand( @@ -5179,7 +4662,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn516')] public function testAssertReturn517(): void { $this->runAssertReturnCommand( @@ -5189,7 +4671,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn517')] public function testAssertReturn518(): void { $this->runAssertReturnCommand( @@ -5199,7 +4680,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn518')] public function testAssertReturn519(): void { $this->runAssertReturnCommand( @@ -5209,7 +4689,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn519')] public function testAssertReturn520(): void { $this->runAssertReturnCommand( @@ -5219,7 +4698,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn520')] public function testAssertReturn521(): void { $this->runAssertReturnCommand( @@ -5229,7 +4707,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn521')] public function testAssertReturn522(): void { $this->runAssertReturnCommand( @@ -5239,7 +4716,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn522')] public function testAssertReturn523(): void { $this->runAssertReturnCommand( @@ -5249,7 +4725,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn523')] public function testAssertReturn524(): void { $this->runAssertReturnCommand( @@ -5259,7 +4734,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn524')] public function testAssertReturn525(): void { $this->runAssertReturnCommand( @@ -5269,7 +4743,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn525')] public function testAssertReturn526(): void { $this->runAssertReturnCommand( @@ -5279,7 +4752,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn526')] public function testAssertReturn527(): void { $this->runAssertReturnCommand( @@ -5289,7 +4761,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn527')] public function testAssertReturn528(): void { $this->runAssertReturnCommand( @@ -5299,7 +4770,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn528')] public function testAssertReturn529(): void { $this->runAssertReturnCommand( @@ -5309,7 +4779,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn529')] public function testAssertReturn530(): void { $this->runAssertReturnCommand( @@ -5319,7 +4788,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn530')] public function testAssertReturn531(): void { $this->runAssertReturnCommand( @@ -5329,7 +4797,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn531')] public function testAssertReturn532(): void { $this->runAssertReturnCommand( @@ -5339,7 +4806,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn532')] public function testAssertReturn533(): void { $this->runAssertReturnCommand( @@ -5349,7 +4815,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn533')] public function testAssertReturn534(): void { $this->runAssertReturnCommand( @@ -5359,7 +4824,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn534')] public function testAssertReturn535(): void { $this->runAssertReturnCommand( @@ -5369,7 +4833,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn535')] public function testAssertReturn536(): void { $this->runAssertReturnCommand( @@ -5379,7 +4842,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn536')] public function testAssertReturn537(): void { $this->runAssertReturnCommand( @@ -5389,7 +4851,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn537')] public function testAssertReturn538(): void { $this->runAssertReturnCommand( @@ -5399,7 +4860,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn538')] public function testAssertReturn539(): void { $this->runAssertReturnCommand( @@ -5409,7 +4869,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn539')] public function testAssertReturn540(): void { $this->runAssertReturnCommand( @@ -5419,7 +4878,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn540')] public function testAssertReturn541(): void { $this->runAssertReturnCommand( @@ -5429,7 +4887,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn541')] public function testAssertReturn542(): void { $this->runAssertReturnCommand( @@ -5439,7 +4896,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn542')] public function testAssertReturn543(): void { $this->runAssertReturnCommand( @@ -5449,7 +4905,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn543')] public function testAssertReturn544(): void { $this->runAssertReturnCommand( @@ -5459,7 +4914,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn544')] public function testAssertReturn545(): void { $this->runAssertReturnCommand( @@ -5469,7 +4923,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn545')] public function testAssertReturn546(): void { $this->runAssertReturnCommand( @@ -5479,7 +4932,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn546')] public function testAssertReturn547(): void { $this->runAssertReturnCommand( @@ -5489,7 +4941,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn547')] public function testAssertReturn548(): void { $this->runAssertReturnCommand( @@ -5499,7 +4950,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn548')] public function testAssertReturn549(): void { $this->runAssertReturnCommand( @@ -5509,7 +4959,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn549')] public function testAssertReturn550(): void { $this->runAssertReturnCommand( @@ -5519,7 +4968,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn550')] public function testAssertReturn551(): void { $this->runAssertReturnCommand( @@ -5529,7 +4977,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn551')] public function testAssertReturn552(): void { $this->runAssertReturnCommand( @@ -5539,7 +4986,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn552')] public function testAssertReturn553(): void { $this->runAssertReturnCommand( @@ -5549,7 +4995,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn553')] public function testAssertReturn554(): void { $this->runAssertReturnCommand( @@ -5559,7 +5004,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn554')] public function testAssertReturn555(): void { $this->runAssertReturnCommand( @@ -5569,7 +5013,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn555')] public function testAssertReturn556(): void { $this->runAssertReturnCommand( @@ -5579,7 +5022,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn556')] public function testAssertReturn557(): void { $this->runAssertReturnCommand( @@ -5589,7 +5031,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn557')] public function testAssertReturn558(): void { $this->runAssertReturnCommand( @@ -5599,7 +5040,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn558')] public function testAssertReturn559(): void { $this->runAssertReturnCommand( @@ -5609,7 +5049,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn559')] public function testAssertReturn560(): void { $this->runAssertReturnCommand( @@ -5619,7 +5058,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn560')] public function testAssertReturn561(): void { $this->runAssertReturnCommand( @@ -5629,7 +5067,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn561')] public function testAssertReturn562(): void { $this->runAssertReturnCommand( @@ -5639,7 +5076,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn562')] public function testAssertReturn563(): void { $this->runAssertReturnCommand( @@ -5649,7 +5085,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn563')] public function testAssertReturn564(): void { $this->runAssertReturnCommand( @@ -5659,7 +5094,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn564')] public function testAssertReturn565(): void { $this->runAssertReturnCommand( @@ -5669,7 +5103,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn565')] public function testAssertReturn566(): void { $this->runAssertReturnCommand( @@ -5679,7 +5112,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn566')] public function testAssertReturn567(): void { $this->runAssertReturnCommand( @@ -5689,7 +5121,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn567')] public function testAssertReturn568(): void { $this->runAssertReturnCommand( @@ -5699,7 +5130,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn568')] public function testAssertReturn569(): void { $this->runAssertReturnCommand( @@ -5709,7 +5139,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn569')] public function testAssertReturn570(): void { $this->runAssertReturnCommand( @@ -5719,7 +5148,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn570')] public function testAssertReturn571(): void { $this->runAssertReturnCommand( @@ -5729,7 +5157,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn571')] public function testAssertReturn572(): void { $this->runAssertReturnCommand( @@ -5739,7 +5166,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn572')] public function testAssertReturn573(): void { $this->runAssertReturnCommand( @@ -5749,7 +5175,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn573')] public function testAssertReturn574(): void { $this->runAssertReturnCommand( @@ -5759,7 +5184,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn574')] public function testAssertReturn575(): void { $this->runAssertReturnCommand( @@ -5769,7 +5193,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn575')] public function testAssertReturn576(): void { $this->runAssertReturnCommand( @@ -5779,7 +5202,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn576')] public function testAssertReturn577(): void { $this->runAssertReturnCommand( @@ -5789,7 +5211,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn577')] public function testAssertReturn578(): void { $this->runAssertReturnCommand( @@ -5799,7 +5220,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn578')] public function testAssertReturn579(): void { $this->runAssertReturnCommand( @@ -5809,7 +5229,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn579')] public function testAssertReturn580(): void { $this->runAssertReturnCommand( @@ -5819,7 +5238,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn580')] public function testAssertReturn581(): void { $this->runAssertReturnCommand( @@ -5829,7 +5247,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn581')] public function testAssertReturn582(): void { $this->runAssertReturnCommand( @@ -5839,7 +5256,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn582')] public function testAssertReturn583(): void { $this->runAssertReturnCommand( @@ -5849,7 +5265,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn583')] public function testAssertReturn584(): void { $this->runAssertReturnCommand( @@ -5859,7 +5274,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn584')] public function testAssertReturn585(): void { $this->runAssertReturnCommand( @@ -5869,7 +5283,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn585')] public function testAssertReturn586(): void { $this->runAssertReturnCommand( @@ -5879,7 +5292,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn586')] public function testAssertReturn587(): void { $this->runAssertReturnCommand( @@ -5889,7 +5301,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn587')] public function testAssertReturn588(): void { $this->runAssertReturnCommand( @@ -5899,7 +5310,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn588')] public function testAssertReturn589(): void { $this->runAssertReturnCommand( @@ -5909,7 +5319,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn589')] public function testAssertReturn590(): void { $this->runAssertReturnCommand( @@ -5919,7 +5328,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn590')] public function testAssertReturn591(): void { $this->runAssertReturnCommand( @@ -5929,7 +5337,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn591')] public function testAssertReturn592(): void { $this->runAssertReturnCommand( @@ -5939,7 +5346,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn592')] public function testAssertReturn593(): void { $this->runAssertReturnCommand( @@ -5949,7 +5355,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn593')] public function testAssertReturn594(): void { $this->runAssertReturnCommand( @@ -5959,7 +5364,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn594')] public function testAssertReturn595(): void { $this->runAssertReturnCommand( @@ -5969,7 +5373,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn595')] public function testAssertReturn596(): void { $this->runAssertReturnCommand( @@ -5979,7 +5382,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn596')] public function testAssertReturn597(): void { $this->runAssertReturnCommand( @@ -5989,7 +5391,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn597')] public function testAssertReturn598(): void { $this->runAssertReturnCommand( @@ -5999,7 +5400,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn598')] public function testAssertReturn599(): void { $this->runAssertReturnCommand( @@ -6009,7 +5409,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn599')] public function testAssertReturn600(): void { $this->runAssertReturnCommand( @@ -6019,7 +5418,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn600')] public function testAssertReturn601(): void { $this->runAssertReturnCommand( @@ -6029,7 +5427,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn601')] public function testAssertReturn602(): void { $this->runAssertReturnCommand( @@ -6039,7 +5436,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn602')] public function testAssertReturn603(): void { $this->runAssertReturnCommand( @@ -6049,7 +5445,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn603')] public function testAssertReturn604(): void { $this->runAssertReturnCommand( @@ -6059,7 +5454,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn604')] public function testAssertReturn605(): void { $this->runAssertReturnCommand( @@ -6069,7 +5463,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn605')] public function testAssertReturn606(): void { $this->runAssertReturnCommand( @@ -6079,7 +5472,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn606')] public function testAssertReturn607(): void { $this->runAssertReturnCommand( @@ -6089,7 +5481,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn607')] public function testAssertReturn608(): void { $this->runAssertReturnCommand( @@ -6099,7 +5490,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn608')] public function testAssertReturn609(): void { $this->runAssertReturnCommand( @@ -6109,7 +5499,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn609')] public function testAssertReturn610(): void { $this->runAssertReturnCommand( @@ -6119,7 +5508,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn610')] public function testAssertReturn611(): void { $this->runAssertReturnCommand( @@ -6129,7 +5517,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn611')] public function testAssertReturn612(): void { $this->runAssertReturnCommand( @@ -6139,7 +5526,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn612')] public function testAssertReturn613(): void { $this->runAssertReturnCommand( @@ -6149,7 +5535,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn613')] public function testAssertReturn614(): void { $this->runAssertReturnCommand( @@ -6159,7 +5544,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn614')] public function testAssertReturn615(): void { $this->runAssertReturnCommand( @@ -6169,7 +5553,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn615')] public function testAssertReturn616(): void { $this->runAssertReturnCommand( @@ -6179,7 +5562,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn616')] public function testAssertReturn617(): void { $this->runAssertReturnCommand( @@ -6189,7 +5571,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn617')] public function testAssertReturn618(): void { $this->runAssertReturnCommand( @@ -6199,7 +5580,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn618')] public function testAssertReturn619(): void { $this->runAssertReturnCommand( @@ -6209,7 +5589,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn619')] public function testAssertReturn620(): void { $this->runAssertReturnCommand( @@ -6219,7 +5598,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn620')] public function testAssertReturn621(): void { $this->runAssertReturnCommand( @@ -6229,7 +5607,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn621')] public function testAssertReturn622(): void { $this->runAssertReturnCommand( @@ -6239,7 +5616,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn622')] public function testAssertReturn623(): void { $this->runAssertReturnCommand( @@ -6249,7 +5625,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn623')] public function testAssertReturn624(): void { $this->runAssertReturnCommand( @@ -6259,7 +5634,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn624')] public function testAssertReturn625(): void { $this->runAssertReturnCommand( @@ -6269,7 +5643,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn625')] public function testAssertReturn626(): void { $this->runAssertReturnCommand( @@ -6279,7 +5652,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn626')] public function testAssertReturn627(): void { $this->runAssertReturnCommand( @@ -6289,7 +5661,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn627')] public function testAssertReturn628(): void { $this->runAssertReturnCommand( @@ -6299,7 +5670,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn628')] public function testAssertReturn629(): void { $this->runAssertReturnCommand( @@ -6309,7 +5679,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn629')] public function testAssertReturn630(): void { $this->runAssertReturnCommand( @@ -6319,7 +5688,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn630')] public function testAssertReturn631(): void { $this->runAssertReturnCommand( @@ -6329,7 +5697,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn631')] public function testAssertReturn632(): void { $this->runAssertReturnCommand( @@ -6339,7 +5706,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn632')] public function testAssertReturn633(): void { $this->runAssertReturnCommand( @@ -6349,7 +5715,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn633')] public function testAssertReturn634(): void { $this->runAssertReturnCommand( @@ -6359,7 +5724,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn634')] public function testAssertReturn635(): void { $this->runAssertReturnCommand( @@ -6369,7 +5733,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn635')] public function testAssertReturn636(): void { $this->runAssertReturnCommand( @@ -6379,7 +5742,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn636')] public function testAssertReturn637(): void { $this->runAssertReturnCommand( @@ -6389,7 +5751,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn637')] public function testAssertReturn638(): void { $this->runAssertReturnCommand( @@ -6399,7 +5760,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn638')] public function testAssertReturn639(): void { $this->runAssertReturnCommand( @@ -6409,7 +5769,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn639')] public function testAssertReturn640(): void { $this->runAssertReturnCommand( @@ -6419,7 +5778,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn640')] public function testAssertReturn641(): void { $this->runAssertReturnCommand( @@ -6429,7 +5787,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn641')] public function testAssertReturn642(): void { $this->runAssertReturnCommand( @@ -6439,7 +5796,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn642')] public function testAssertReturn643(): void { $this->runAssertReturnCommand( @@ -6449,7 +5805,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn643')] public function testAssertReturn644(): void { $this->runAssertReturnCommand( @@ -6459,7 +5814,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn644')] public function testAssertReturn645(): void { $this->runAssertReturnCommand( @@ -6469,7 +5823,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn645')] public function testAssertReturn646(): void { $this->runAssertReturnCommand( @@ -6479,7 +5832,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn646')] public function testAssertReturn647(): void { $this->runAssertReturnCommand( @@ -6489,7 +5841,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn647')] public function testAssertReturn648(): void { $this->runAssertReturnCommand( @@ -6499,7 +5850,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn648')] public function testAssertReturn649(): void { $this->runAssertReturnCommand( @@ -6509,7 +5859,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn649')] public function testAssertReturn650(): void { $this->runAssertReturnCommand( @@ -6519,7 +5868,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn650')] public function testAssertReturn651(): void { $this->runAssertReturnCommand( @@ -6529,7 +5877,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn651')] public function testAssertReturn652(): void { $this->runAssertReturnCommand( @@ -6539,7 +5886,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn652')] public function testAssertReturn653(): void { $this->runAssertReturnCommand( @@ -6549,7 +5895,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn653')] public function testAssertReturn654(): void { $this->runAssertReturnCommand( @@ -6559,7 +5904,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn654')] public function testAssertReturn655(): void { $this->runAssertReturnCommand( @@ -6569,7 +5913,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn655')] public function testAssertReturn656(): void { $this->runAssertReturnCommand( @@ -6579,7 +5922,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn656')] public function testAssertReturn657(): void { $this->runAssertReturnCommand( @@ -6589,7 +5931,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn657')] public function testAssertReturn658(): void { $this->runAssertReturnCommand( @@ -6599,7 +5940,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn658')] public function testAssertReturn659(): void { $this->runAssertReturnCommand( @@ -6609,7 +5949,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn659')] public function testAssertReturn660(): void { $this->runAssertReturnCommand( @@ -6619,7 +5958,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn660')] public function testAssertReturn661(): void { $this->runAssertReturnCommand( @@ -6629,7 +5967,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn661')] public function testAssertReturn662(): void { $this->runAssertReturnCommand( @@ -6639,7 +5976,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn662')] public function testAssertReturn663(): void { $this->runAssertReturnCommand( @@ -6649,7 +5985,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn663')] public function testAssertReturn664(): void { $this->runAssertReturnCommand( @@ -6659,7 +5994,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn664')] public function testAssertReturn665(): void { $this->runAssertReturnCommand( @@ -6669,7 +6003,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn665')] public function testAssertReturn666(): void { $this->runAssertReturnCommand( @@ -6679,7 +6012,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn666')] public function testAssertReturn667(): void { $this->runAssertReturnCommand( @@ -6689,7 +6021,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn667')] public function testAssertReturn668(): void { $this->runAssertReturnCommand( @@ -6699,7 +6030,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn668')] public function testAssertReturn669(): void { $this->runAssertReturnCommand( @@ -6709,7 +6039,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn669')] public function testAssertReturn670(): void { $this->runAssertReturnCommand( @@ -6719,7 +6048,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn670')] public function testAssertReturn671(): void { $this->runAssertReturnCommand( @@ -6729,7 +6057,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn671')] public function testAssertReturn672(): void { $this->runAssertReturnCommand( @@ -6739,7 +6066,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn672')] public function testAssertReturn673(): void { $this->runAssertReturnCommand( @@ -6749,7 +6075,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn673')] public function testAssertReturn674(): void { $this->runAssertReturnCommand( @@ -6759,7 +6084,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn674')] public function testAssertReturn675(): void { $this->runAssertReturnCommand( @@ -6769,7 +6093,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn675')] public function testAssertReturn676(): void { $this->runAssertReturnCommand( @@ -6779,7 +6102,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn676')] public function testAssertReturn677(): void { $this->runAssertReturnCommand( @@ -6789,7 +6111,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn677')] public function testAssertReturn678(): void { $this->runAssertReturnCommand( @@ -6799,7 +6120,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn678')] public function testAssertReturn679(): void { $this->runAssertReturnCommand( @@ -6809,7 +6129,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn679')] public function testAssertReturn680(): void { $this->runAssertReturnCommand( @@ -6819,7 +6138,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn680')] public function testAssertReturn681(): void { $this->runAssertReturnCommand( @@ -6829,7 +6147,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn681')] public function testAssertReturn682(): void { $this->runAssertReturnCommand( @@ -6839,7 +6156,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn682')] public function testAssertReturn683(): void { $this->runAssertReturnCommand( @@ -6849,7 +6165,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn683')] public function testAssertReturn684(): void { $this->runAssertReturnCommand( @@ -6859,7 +6174,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn684')] public function testAssertReturn685(): void { $this->runAssertReturnCommand( @@ -6869,7 +6183,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn685')] public function testAssertReturn686(): void { $this->runAssertReturnCommand( @@ -6879,7 +6192,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn686')] public function testAssertReturn687(): void { $this->runAssertReturnCommand( @@ -6889,7 +6201,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn687')] public function testAssertReturn688(): void { $this->runAssertReturnCommand( @@ -6899,7 +6210,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn688')] public function testAssertReturn689(): void { $this->runAssertReturnCommand( @@ -6909,7 +6219,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn689')] public function testAssertReturn690(): void { $this->runAssertReturnCommand( @@ -6919,7 +6228,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn690')] public function testAssertReturn691(): void { $this->runAssertReturnCommand( @@ -6929,7 +6237,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn691')] public function testAssertReturn692(): void { $this->runAssertReturnCommand( @@ -6939,7 +6246,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn692')] public function testAssertReturn693(): void { $this->runAssertReturnCommand( @@ -6949,7 +6255,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn693')] public function testAssertReturn694(): void { $this->runAssertReturnCommand( @@ -6959,7 +6264,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn694')] public function testAssertReturn695(): void { $this->runAssertReturnCommand( @@ -6969,7 +6273,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn695')] public function testAssertReturn696(): void { $this->runAssertReturnCommand( @@ -6979,7 +6282,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn696')] public function testAssertReturn697(): void { $this->runAssertReturnCommand( @@ -6989,7 +6291,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn697')] public function testAssertReturn698(): void { $this->runAssertReturnCommand( @@ -6999,7 +6300,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn698')] public function testAssertReturn699(): void { $this->runAssertReturnCommand( @@ -7009,7 +6309,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn699')] public function testAssertReturn700(): void { $this->runAssertReturnCommand( @@ -7019,7 +6318,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn700')] public function testAssertReturn701(): void { $this->runAssertReturnCommand( @@ -7029,7 +6327,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn701')] public function testAssertReturn702(): void { $this->runAssertReturnCommand( @@ -7039,7 +6336,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn702')] public function testAssertReturn703(): void { $this->runAssertReturnCommand( @@ -7049,7 +6345,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn703')] public function testAssertReturn704(): void { $this->runAssertReturnCommand( @@ -7059,7 +6354,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn704')] public function testAssertReturn705(): void { $this->runAssertReturnCommand( @@ -7069,7 +6363,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn705')] public function testAssertReturn706(): void { $this->runAssertReturnCommand( @@ -7079,7 +6372,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn706')] public function testAssertReturn707(): void { $this->runAssertReturnCommand( @@ -7089,7 +6381,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn707')] public function testAssertReturn708(): void { $this->runAssertReturnCommand( @@ -7099,7 +6390,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn708')] public function testAssertReturn709(): void { $this->runAssertReturnCommand( @@ -7109,7 +6399,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn709')] public function testAssertReturn710(): void { $this->runAssertReturnCommand( @@ -7119,7 +6408,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn710')] public function testAssertReturn711(): void { $this->runAssertReturnCommand( @@ -7129,7 +6417,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn711')] public function testAssertReturn712(): void { $this->runAssertReturnCommand( @@ -7139,7 +6426,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn712')] public function testAssertReturn713(): void { $this->runAssertReturnCommand( @@ -7149,7 +6435,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn713')] public function testAssertReturn714(): void { $this->runAssertReturnCommand( @@ -7159,7 +6444,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn714')] public function testAssertReturn715(): void { $this->runAssertReturnCommand( @@ -7169,7 +6453,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn715')] public function testAssertReturn716(): void { $this->runAssertReturnCommand( @@ -7179,7 +6462,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn716')] public function testAssertReturn717(): void { $this->runAssertReturnCommand( @@ -7189,7 +6471,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn717')] public function testAssertReturn718(): void { $this->runAssertReturnCommand( @@ -7199,7 +6480,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn718')] public function testAssertReturn719(): void { $this->runAssertReturnCommand( @@ -7209,7 +6489,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn719')] public function testAssertReturn720(): void { $this->runAssertReturnCommand( @@ -7219,7 +6498,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn720')] public function testAssertReturn721(): void { $this->runAssertReturnCommand( @@ -7229,7 +6507,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn721')] public function testAssertReturn722(): void { $this->runAssertReturnCommand( @@ -7239,7 +6516,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn722')] public function testAssertReturn723(): void { $this->runAssertReturnCommand( @@ -7249,7 +6525,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn723')] public function testAssertReturn724(): void { $this->runAssertReturnCommand( @@ -7259,7 +6534,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn724')] public function testAssertReturn725(): void { $this->runAssertReturnCommand( @@ -7269,7 +6543,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn725')] public function testAssertReturn726(): void { $this->runAssertReturnCommand( @@ -7279,7 +6552,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn726')] public function testAssertReturn727(): void { $this->runAssertReturnCommand( @@ -7289,7 +6561,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn727')] public function testAssertReturn728(): void { $this->runAssertReturnCommand( @@ -7299,7 +6570,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn728')] public function testAssertReturn729(): void { $this->runAssertReturnCommand( @@ -7309,7 +6579,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn729')] public function testAssertReturn730(): void { $this->runAssertReturnCommand( @@ -7319,7 +6588,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn730')] public function testAssertReturn731(): void { $this->runAssertReturnCommand( @@ -7329,7 +6597,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn731')] public function testAssertReturn732(): void { $this->runAssertReturnCommand( @@ -7339,7 +6606,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn732')] public function testAssertReturn733(): void { $this->runAssertReturnCommand( @@ -7349,7 +6615,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn733')] public function testAssertReturn734(): void { $this->runAssertReturnCommand( @@ -7359,7 +6624,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn734')] public function testAssertReturn735(): void { $this->runAssertReturnCommand( @@ -7369,7 +6633,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn735')] public function testAssertReturn736(): void { $this->runAssertReturnCommand( @@ -7379,7 +6642,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn736')] public function testAssertReturn737(): void { $this->runAssertReturnCommand( @@ -7389,7 +6651,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn737')] public function testAssertReturn738(): void { $this->runAssertReturnCommand( @@ -7399,7 +6660,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn738')] public function testAssertReturn739(): void { $this->runAssertReturnCommand( @@ -7409,7 +6669,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn739')] public function testAssertReturn740(): void { $this->runAssertReturnCommand( @@ -7419,7 +6678,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn740')] public function testAssertReturn741(): void { $this->runAssertReturnCommand( @@ -7429,7 +6687,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn741')] public function testAssertReturn742(): void { $this->runAssertReturnCommand( @@ -7439,7 +6696,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn742')] public function testAssertReturn743(): void { $this->runAssertReturnCommand( @@ -7449,7 +6705,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn743')] public function testAssertReturn744(): void { $this->runAssertReturnCommand( @@ -7459,7 +6714,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn744')] public function testAssertReturn745(): void { $this->runAssertReturnCommand( @@ -7469,7 +6723,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn745')] public function testAssertReturn746(): void { $this->runAssertReturnCommand( @@ -7479,7 +6732,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn746')] public function testAssertReturn747(): void { $this->runAssertReturnCommand( @@ -7489,7 +6741,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn747')] public function testAssertReturn748(): void { $this->runAssertReturnCommand( @@ -7499,7 +6750,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn748')] public function testAssertReturn749(): void { $this->runAssertReturnCommand( @@ -7509,7 +6759,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn749')] public function testAssertReturn750(): void { $this->runAssertReturnCommand( @@ -7519,7 +6768,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn750')] public function testAssertReturn751(): void { $this->runAssertReturnCommand( @@ -7529,7 +6777,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn751')] public function testAssertReturn752(): void { $this->runAssertReturnCommand( @@ -7539,7 +6786,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn752')] public function testAssertReturn753(): void { $this->runAssertReturnCommand( @@ -7549,7 +6795,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn753')] public function testAssertReturn754(): void { $this->runAssertReturnCommand( @@ -7559,7 +6804,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn754')] public function testAssertReturn755(): void { $this->runAssertReturnCommand( @@ -7569,7 +6813,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn755')] public function testAssertReturn756(): void { $this->runAssertReturnCommand( @@ -7579,7 +6822,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn756')] public function testAssertReturn757(): void { $this->runAssertReturnCommand( @@ -7589,7 +6831,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn757')] public function testAssertReturn758(): void { $this->runAssertReturnCommand( @@ -7599,7 +6840,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn758')] public function testAssertReturn759(): void { $this->runAssertReturnCommand( @@ -7609,7 +6849,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn759')] public function testAssertReturn760(): void { $this->runAssertReturnCommand( @@ -7619,7 +6858,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn760')] public function testAssertReturn761(): void { $this->runAssertReturnCommand( @@ -7629,7 +6867,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn761')] public function testAssertReturn762(): void { $this->runAssertReturnCommand( @@ -7639,7 +6876,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn762')] public function testAssertReturn763(): void { $this->runAssertReturnCommand( @@ -7649,7 +6885,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn763')] public function testAssertReturn764(): void { $this->runAssertReturnCommand( @@ -7659,7 +6894,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn764')] public function testAssertReturn765(): void { $this->runAssertReturnCommand( @@ -7669,7 +6903,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn765')] public function testAssertReturn766(): void { $this->runAssertReturnCommand( @@ -7679,7 +6912,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn766')] public function testAssertReturn767(): void { $this->runAssertReturnCommand( @@ -7689,7 +6921,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn767')] public function testAssertReturn768(): void { $this->runAssertReturnCommand( @@ -7699,7 +6930,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn768')] public function testAssertReturn769(): void { $this->runAssertReturnCommand( @@ -7709,7 +6939,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn769')] public function testAssertReturn770(): void { $this->runAssertReturnCommand( @@ -7719,7 +6948,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn770')] public function testAssertReturn771(): void { $this->runAssertReturnCommand( @@ -7729,7 +6957,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn771')] public function testAssertReturn772(): void { $this->runAssertReturnCommand( @@ -7739,7 +6966,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn772')] public function testAssertReturn773(): void { $this->runAssertReturnCommand( @@ -7749,7 +6975,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn773')] public function testAssertReturn774(): void { $this->runAssertReturnCommand( @@ -7759,7 +6984,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn774')] public function testAssertReturn775(): void { $this->runAssertReturnCommand( @@ -7769,7 +6993,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn775')] public function testAssertReturn776(): void { $this->runAssertReturnCommand( @@ -7779,7 +7002,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn776')] public function testAssertReturn777(): void { $this->runAssertReturnCommand( @@ -7789,7 +7011,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn777')] public function testAssertReturn778(): void { $this->runAssertReturnCommand( @@ -7799,7 +7020,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn778')] public function testAssertReturn779(): void { $this->runAssertReturnCommand( @@ -7809,7 +7029,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn779')] public function testAssertReturn780(): void { $this->runAssertReturnCommand( @@ -7819,7 +7038,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn780')] public function testAssertReturn781(): void { $this->runAssertReturnCommand( @@ -7829,7 +7047,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn781')] public function testAssertReturn782(): void { $this->runAssertReturnCommand( @@ -7839,7 +7056,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn782')] public function testAssertReturn783(): void { $this->runAssertReturnCommand( @@ -7849,7 +7065,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn783')] public function testAssertReturn784(): void { $this->runAssertReturnCommand( @@ -7859,7 +7074,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn784')] public function testAssertReturn785(): void { $this->runAssertReturnCommand( @@ -7869,7 +7083,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn785')] public function testAssertReturn786(): void { $this->runAssertReturnCommand( @@ -7879,7 +7092,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn786')] public function testAssertReturn787(): void { $this->runAssertReturnCommand( @@ -7889,7 +7101,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn787')] public function testAssertReturn788(): void { $this->runAssertReturnCommand( @@ -7899,7 +7110,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn788')] public function testAssertReturn789(): void { $this->runAssertReturnCommand( @@ -7909,7 +7119,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn789')] public function testAssertReturn790(): void { $this->runAssertReturnCommand( @@ -7919,7 +7128,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn790')] public function testAssertReturn791(): void { $this->runAssertReturnCommand( @@ -7929,7 +7137,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn791')] public function testAssertReturn792(): void { $this->runAssertReturnCommand( @@ -7939,7 +7146,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn792')] public function testAssertReturn793(): void { $this->runAssertReturnCommand( @@ -7949,7 +7155,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn793')] public function testAssertReturn794(): void { $this->runAssertReturnCommand( @@ -7959,7 +7164,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn794')] public function testAssertReturn795(): void { $this->runAssertReturnCommand( @@ -7969,7 +7173,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn795')] public function testAssertReturn796(): void { $this->runAssertReturnCommand( @@ -7979,7 +7182,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn796')] public function testAssertReturn797(): void { $this->runAssertReturnCommand( @@ -7989,7 +7191,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn797')] public function testAssertReturn798(): void { $this->runAssertReturnCommand( @@ -7999,7 +7200,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn798')] public function testAssertReturn799(): void { $this->runAssertReturnCommand( @@ -8009,7 +7209,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn799')] public function testAssertReturn800(): void { $this->runAssertReturnCommand( @@ -8019,7 +7218,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn800')] public function testAssertReturn801(): void { $this->runAssertReturnCommand( @@ -8029,7 +7227,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn801')] public function testAssertReturn802(): void { $this->runAssertReturnCommand( @@ -8039,7 +7236,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn802')] public function testAssertReturn803(): void { $this->runAssertReturnCommand( @@ -8049,7 +7245,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn803')] public function testAssertReturn804(): void { $this->runAssertReturnCommand( @@ -8059,7 +7254,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn804')] public function testAssertReturn805(): void { $this->runAssertReturnCommand( @@ -8069,7 +7263,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn805')] public function testAssertReturn806(): void { $this->runAssertReturnCommand( @@ -8079,7 +7272,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn806')] public function testAssertReturn807(): void { $this->runAssertReturnCommand( @@ -8089,7 +7281,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn807')] public function testAssertReturn808(): void { $this->runAssertReturnCommand( @@ -8099,7 +7290,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn808')] public function testAssertReturn809(): void { $this->runAssertReturnCommand( @@ -8109,7 +7299,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn809')] public function testAssertReturn810(): void { $this->runAssertReturnCommand( @@ -8119,7 +7308,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn810')] public function testAssertReturn811(): void { $this->runAssertReturnCommand( @@ -8129,7 +7317,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn811')] public function testAssertReturn812(): void { $this->runAssertReturnCommand( @@ -8139,7 +7326,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn812')] public function testAssertReturn813(): void { $this->runAssertReturnCommand( @@ -8149,7 +7335,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn813')] public function testAssertReturn814(): void { $this->runAssertReturnCommand( @@ -8159,7 +7344,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn814')] public function testAssertReturn815(): void { $this->runAssertReturnCommand( @@ -8169,7 +7353,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn815')] public function testAssertReturn816(): void { $this->runAssertReturnCommand( @@ -8179,7 +7362,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn816')] public function testAssertReturn817(): void { $this->runAssertReturnCommand( @@ -8189,7 +7371,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn817')] public function testAssertReturn818(): void { $this->runAssertReturnCommand( @@ -8199,7 +7380,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn818')] public function testAssertReturn819(): void { $this->runAssertReturnCommand( @@ -8209,7 +7389,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn819')] public function testAssertReturn820(): void { $this->runAssertReturnCommand( @@ -8219,7 +7398,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn820')] public function testAssertReturn821(): void { $this->runAssertReturnCommand( @@ -8229,7 +7407,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn821')] public function testAssertReturn822(): void { $this->runAssertReturnCommand( @@ -8239,7 +7416,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn822')] public function testAssertReturn823(): void { $this->runAssertReturnCommand( @@ -8249,7 +7425,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn823')] public function testAssertReturn824(): void { $this->runAssertReturnCommand( @@ -8259,7 +7434,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn824')] public function testAssertReturn825(): void { $this->runAssertReturnCommand( @@ -8269,7 +7443,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn825')] public function testAssertReturn826(): void { $this->runAssertReturnCommand( @@ -8279,7 +7452,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn826')] public function testAssertReturn827(): void { $this->runAssertReturnCommand( @@ -8289,7 +7461,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn827')] public function testAssertReturn828(): void { $this->runAssertReturnCommand( @@ -8299,7 +7470,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn828')] public function testAssertReturn829(): void { $this->runAssertReturnCommand( @@ -8309,7 +7479,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn829')] public function testAssertReturn830(): void { $this->runAssertReturnCommand( @@ -8319,7 +7488,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn830')] public function testAssertReturn831(): void { $this->runAssertReturnCommand( @@ -8329,7 +7497,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn831')] public function testAssertReturn832(): void { $this->runAssertReturnCommand( @@ -8339,7 +7506,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn832')] public function testAssertReturn833(): void { $this->runAssertReturnCommand( @@ -8349,7 +7515,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn833')] public function testAssertReturn834(): void { $this->runAssertReturnCommand( @@ -8359,7 +7524,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn834')] public function testAssertReturn835(): void { $this->runAssertReturnCommand( @@ -8369,7 +7533,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn835')] public function testAssertReturn836(): void { $this->runAssertReturnCommand( @@ -8379,7 +7542,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn836')] public function testAssertReturn837(): void { $this->runAssertReturnCommand( @@ -8389,7 +7551,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn837')] public function testAssertReturn838(): void { $this->runAssertReturnCommand( @@ -8399,7 +7560,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn838')] public function testAssertReturn839(): void { $this->runAssertReturnCommand( @@ -8409,7 +7569,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn839')] public function testAssertReturn840(): void { $this->runAssertReturnCommand( @@ -8419,7 +7578,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn840')] public function testAssertReturn841(): void { $this->runAssertReturnCommand( @@ -8429,7 +7587,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn841')] public function testAssertReturn842(): void { $this->runAssertReturnCommand( @@ -8439,7 +7596,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn842')] public function testAssertReturn843(): void { $this->runAssertReturnCommand( @@ -8449,7 +7605,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn843')] public function testAssertReturn844(): void { $this->runAssertReturnCommand( @@ -8459,7 +7614,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn844')] public function testAssertReturn845(): void { $this->runAssertReturnCommand( @@ -8469,7 +7623,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn845')] public function testAssertReturn846(): void { $this->runAssertReturnCommand( @@ -8479,7 +7632,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn846')] public function testAssertReturn847(): void { $this->runAssertReturnCommand( @@ -8489,7 +7641,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn847')] public function testAssertReturn848(): void { $this->runAssertReturnCommand( @@ -8499,7 +7650,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn848')] public function testAssertReturn849(): void { $this->runAssertReturnCommand( @@ -8509,7 +7659,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn849')] public function testAssertReturn850(): void { $this->runAssertReturnCommand( @@ -8519,7 +7668,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn850')] public function testAssertReturn851(): void { $this->runAssertReturnCommand( @@ -8529,7 +7677,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn851')] public function testAssertReturn852(): void { $this->runAssertReturnCommand( @@ -8539,7 +7686,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn852')] public function testAssertReturn853(): void { $this->runAssertReturnCommand( @@ -8549,7 +7695,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn853')] public function testAssertReturn854(): void { $this->runAssertReturnCommand( @@ -8559,7 +7704,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn854')] public function testAssertReturn855(): void { $this->runAssertReturnCommand( @@ -8569,7 +7713,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn855')] public function testAssertReturn856(): void { $this->runAssertReturnCommand( @@ -8579,7 +7722,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn856')] public function testAssertReturn857(): void { $this->runAssertReturnCommand( @@ -8589,7 +7731,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn857')] public function testAssertReturn858(): void { $this->runAssertReturnCommand( @@ -8599,7 +7740,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn858')] public function testAssertReturn859(): void { $this->runAssertReturnCommand( @@ -8609,7 +7749,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn859')] public function testAssertReturn860(): void { $this->runAssertReturnCommand( @@ -8619,7 +7758,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn860')] public function testAssertReturn861(): void { $this->runAssertReturnCommand( @@ -8629,7 +7767,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn861')] public function testAssertReturn862(): void { $this->runAssertReturnCommand( @@ -8639,7 +7776,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn862')] public function testAssertReturn863(): void { $this->runAssertReturnCommand( @@ -8649,7 +7785,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn863')] public function testAssertReturn864(): void { $this->runAssertReturnCommand( @@ -8659,7 +7794,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn864')] public function testAssertReturn865(): void { $this->runAssertReturnCommand( @@ -8669,7 +7803,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn865')] public function testAssertReturn866(): void { $this->runAssertReturnCommand( @@ -8679,7 +7812,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn866')] public function testAssertReturn867(): void { $this->runAssertReturnCommand( @@ -8689,7 +7821,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn867')] public function testAssertReturn868(): void { $this->runAssertReturnCommand( @@ -8699,7 +7830,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn868')] public function testAssertReturn869(): void { $this->runAssertReturnCommand( @@ -8709,7 +7839,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn869')] public function testAssertReturn870(): void { $this->runAssertReturnCommand( @@ -8719,7 +7848,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn870')] public function testAssertReturn871(): void { $this->runAssertReturnCommand( @@ -8729,7 +7857,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn871')] public function testAssertReturn872(): void { $this->runAssertReturnCommand( @@ -8739,7 +7866,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn872')] public function testAssertReturn873(): void { $this->runAssertReturnCommand( @@ -8749,7 +7875,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn873')] public function testAssertReturn874(): void { $this->runAssertReturnCommand( @@ -8759,7 +7884,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn874')] public function testAssertReturn875(): void { $this->runAssertReturnCommand( @@ -8769,7 +7893,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn875')] public function testAssertReturn876(): void { $this->runAssertReturnCommand( @@ -8779,7 +7902,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn876')] public function testAssertReturn877(): void { $this->runAssertReturnCommand( @@ -8789,7 +7911,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn877')] public function testAssertReturn878(): void { $this->runAssertReturnCommand( @@ -8799,7 +7920,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn878')] public function testAssertReturn879(): void { $this->runAssertReturnCommand( @@ -8809,7 +7929,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn879')] public function testAssertReturn880(): void { $this->runAssertReturnCommand( @@ -8819,7 +7938,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn880')] public function testAssertReturn881(): void { $this->runAssertReturnCommand( @@ -8829,7 +7947,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn881')] public function testAssertReturn882(): void { $this->runAssertReturnCommand( @@ -8839,7 +7956,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn882')] public function testAssertReturn883(): void { $this->runAssertReturnCommand( @@ -8849,7 +7965,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn883')] public function testAssertReturn884(): void { $this->runAssertReturnCommand( @@ -8859,7 +7974,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn884')] public function testAssertReturn885(): void { $this->runAssertReturnCommand( @@ -8869,7 +7983,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn885')] public function testAssertReturn886(): void { $this->runAssertReturnCommand( @@ -8879,7 +7992,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn886')] public function testAssertReturn887(): void { $this->runAssertReturnCommand( @@ -8889,7 +8001,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn887')] public function testAssertReturn888(): void { $this->runAssertReturnCommand( @@ -8899,7 +8010,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn888')] public function testAssertReturn889(): void { $this->runAssertReturnCommand( @@ -8909,7 +8019,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn889')] public function testAssertReturn890(): void { $this->runAssertReturnCommand( @@ -8919,7 +8028,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn890')] public function testAssertReturn891(): void { $this->runAssertReturnCommand( @@ -8929,7 +8037,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn891')] public function testAssertReturn892(): void { $this->runAssertReturnCommand( @@ -8939,7 +8046,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn892')] public function testAssertReturn893(): void { $this->runAssertReturnCommand( @@ -8949,7 +8055,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn893')] public function testAssertReturn894(): void { $this->runAssertReturnCommand( @@ -8959,7 +8064,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn894')] public function testAssertReturn895(): void { $this->runAssertReturnCommand( @@ -8969,7 +8073,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn895')] public function testAssertReturn896(): void { $this->runAssertReturnCommand( @@ -8979,7 +8082,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn896')] public function testAssertReturn897(): void { $this->runAssertReturnCommand( @@ -8989,7 +8091,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn897')] public function testAssertReturn898(): void { $this->runAssertReturnCommand( @@ -8999,7 +8100,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn898')] public function testAssertReturn899(): void { $this->runAssertReturnCommand( @@ -9009,7 +8109,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn899')] public function testAssertReturn900(): void { $this->runAssertReturnCommand( @@ -9019,7 +8118,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn900')] public function testAssertReturn901(): void { $this->runAssertReturnCommand( @@ -9029,7 +8127,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn901')] public function testAssertReturn902(): void { $this->runAssertReturnCommand( @@ -9039,7 +8136,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn902')] public function testAssertReturn903(): void { $this->runAssertReturnCommand( @@ -9049,7 +8145,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn903')] public function testAssertReturn904(): void { $this->runAssertReturnCommand( @@ -9059,7 +8154,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn904')] public function testAssertReturn905(): void { $this->runAssertReturnCommand( @@ -9069,7 +8163,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn905')] public function testAssertReturn906(): void { $this->runAssertReturnCommand( @@ -9079,7 +8172,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn906')] public function testAssertReturn907(): void { $this->runAssertReturnCommand( @@ -9089,7 +8181,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn907')] public function testAssertReturn908(): void { $this->runAssertReturnCommand( @@ -9099,7 +8190,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn908')] public function testAssertReturn909(): void { $this->runAssertReturnCommand( @@ -9109,7 +8199,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn909')] public function testAssertReturn910(): void { $this->runAssertReturnCommand( @@ -9119,7 +8208,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn910')] public function testAssertReturn911(): void { $this->runAssertReturnCommand( @@ -9129,7 +8217,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn911')] public function testAssertReturn912(): void { $this->runAssertReturnCommand( @@ -9139,7 +8226,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn912')] public function testAssertReturn913(): void { $this->runAssertReturnCommand( @@ -9149,7 +8235,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn913')] public function testAssertReturn914(): void { $this->runAssertReturnCommand( @@ -9159,7 +8244,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn914')] public function testAssertReturn915(): void { $this->runAssertReturnCommand( @@ -9169,7 +8253,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn915')] public function testAssertReturn916(): void { $this->runAssertReturnCommand( @@ -9179,7 +8262,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn916')] public function testAssertReturn917(): void { $this->runAssertReturnCommand( @@ -9189,7 +8271,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn917')] public function testAssertReturn918(): void { $this->runAssertReturnCommand( @@ -9199,7 +8280,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn918')] public function testAssertReturn919(): void { $this->runAssertReturnCommand( @@ -9209,7 +8289,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn919')] public function testAssertReturn920(): void { $this->runAssertReturnCommand( @@ -9219,7 +8298,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn920')] public function testAssertReturn921(): void { $this->runAssertReturnCommand( @@ -9229,7 +8307,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn921')] public function testAssertReturn922(): void { $this->runAssertReturnCommand( @@ -9239,7 +8316,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn922')] public function testAssertReturn923(): void { $this->runAssertReturnCommand( @@ -9249,7 +8325,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn923')] public function testAssertReturn924(): void { $this->runAssertReturnCommand( @@ -9259,7 +8334,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn924')] public function testAssertReturn925(): void { $this->runAssertReturnCommand( @@ -9269,7 +8343,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn925')] public function testAssertReturn926(): void { $this->runAssertReturnCommand( @@ -9279,7 +8352,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn926')] public function testAssertReturn927(): void { $this->runAssertReturnCommand( @@ -9289,7 +8361,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn927')] public function testAssertReturn928(): void { $this->runAssertReturnCommand( @@ -9299,7 +8370,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn928')] public function testAssertReturn929(): void { $this->runAssertReturnCommand( @@ -9309,7 +8379,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn929')] public function testAssertReturn930(): void { $this->runAssertReturnCommand( @@ -9319,7 +8388,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn930')] public function testAssertReturn931(): void { $this->runAssertReturnCommand( @@ -9329,7 +8397,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn931')] public function testAssertReturn932(): void { $this->runAssertReturnCommand( @@ -9339,7 +8406,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn932')] public function testAssertReturn933(): void { $this->runAssertReturnCommand( @@ -9349,7 +8415,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn933')] public function testAssertReturn934(): void { $this->runAssertReturnCommand( @@ -9359,7 +8424,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn934')] public function testAssertReturn935(): void { $this->runAssertReturnCommand( @@ -9369,7 +8433,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn935')] public function testAssertReturn936(): void { $this->runAssertReturnCommand( @@ -9379,7 +8442,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn936')] public function testAssertReturn937(): void { $this->runAssertReturnCommand( @@ -9389,7 +8451,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn937')] public function testAssertReturn938(): void { $this->runAssertReturnCommand( @@ -9399,7 +8460,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn938')] public function testAssertReturn939(): void { $this->runAssertReturnCommand( @@ -9409,7 +8469,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn939')] public function testAssertReturn940(): void { $this->runAssertReturnCommand( @@ -9419,7 +8478,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn940')] public function testAssertReturn941(): void { $this->runAssertReturnCommand( @@ -9429,7 +8487,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn941')] public function testAssertReturn942(): void { $this->runAssertReturnCommand( @@ -9439,7 +8496,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn942')] public function testAssertReturn943(): void { $this->runAssertReturnCommand( @@ -9449,7 +8505,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn943')] public function testAssertReturn944(): void { $this->runAssertReturnCommand( @@ -9459,7 +8514,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn944')] public function testAssertReturn945(): void { $this->runAssertReturnCommand( @@ -9469,7 +8523,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn945')] public function testAssertReturn946(): void { $this->runAssertReturnCommand( @@ -9479,7 +8532,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn946')] public function testAssertReturn947(): void { $this->runAssertReturnCommand( @@ -9489,7 +8541,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn947')] public function testAssertReturn948(): void { $this->runAssertReturnCommand( @@ -9499,7 +8550,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn948')] public function testAssertReturn949(): void { $this->runAssertReturnCommand( @@ -9509,7 +8559,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn949')] public function testAssertReturn950(): void { $this->runAssertReturnCommand( @@ -9519,7 +8568,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn950')] public function testAssertReturn951(): void { $this->runAssertReturnCommand( @@ -9529,7 +8577,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn951')] public function testAssertReturn952(): void { $this->runAssertReturnCommand( @@ -9539,7 +8586,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn952')] public function testAssertReturn953(): void { $this->runAssertReturnCommand( @@ -9549,7 +8595,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn953')] public function testAssertReturn954(): void { $this->runAssertReturnCommand( @@ -9559,7 +8604,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn954')] public function testAssertReturn955(): void { $this->runAssertReturnCommand( @@ -9569,7 +8613,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn955')] public function testAssertReturn956(): void { $this->runAssertReturnCommand( @@ -9579,7 +8622,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn956')] public function testAssertReturn957(): void { $this->runAssertReturnCommand( @@ -9589,7 +8631,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn957')] public function testAssertReturn958(): void { $this->runAssertReturnCommand( @@ -9599,7 +8640,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn958')] public function testAssertReturn959(): void { $this->runAssertReturnCommand( @@ -9609,7 +8649,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn959')] public function testAssertReturn960(): void { $this->runAssertReturnCommand( @@ -9619,7 +8658,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn960')] public function testAssertReturn961(): void { $this->runAssertReturnCommand( @@ -9629,7 +8667,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn961')] public function testAssertReturn962(): void { $this->runAssertReturnCommand( @@ -9639,7 +8676,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn962')] public function testAssertReturn963(): void { $this->runAssertReturnCommand( @@ -9649,7 +8685,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn963')] public function testAssertReturn964(): void { $this->runAssertReturnCommand( @@ -9659,7 +8694,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn964')] public function testAssertReturn965(): void { $this->runAssertReturnCommand( @@ -9669,7 +8703,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn965')] public function testAssertReturn966(): void { $this->runAssertReturnCommand( @@ -9679,7 +8712,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn966')] public function testAssertReturn967(): void { $this->runAssertReturnCommand( @@ -9689,7 +8721,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn967')] public function testAssertReturn968(): void { $this->runAssertReturnCommand( @@ -9699,7 +8730,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn968')] public function testAssertReturn969(): void { $this->runAssertReturnCommand( @@ -9709,7 +8739,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn969')] public function testAssertReturn970(): void { $this->runAssertReturnCommand( @@ -9719,7 +8748,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn970')] public function testAssertReturn971(): void { $this->runAssertReturnCommand( @@ -9729,7 +8757,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn971')] public function testAssertReturn972(): void { $this->runAssertReturnCommand( @@ -9739,7 +8766,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn972')] public function testAssertReturn973(): void { $this->runAssertReturnCommand( @@ -9749,7 +8775,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn973')] public function testAssertReturn974(): void { $this->runAssertReturnCommand( @@ -9759,7 +8784,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn974')] public function testAssertReturn975(): void { $this->runAssertReturnCommand( @@ -9769,7 +8793,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn975')] public function testAssertReturn976(): void { $this->runAssertReturnCommand( @@ -9779,7 +8802,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn976')] public function testAssertReturn977(): void { $this->runAssertReturnCommand( @@ -9789,7 +8811,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn977')] public function testAssertReturn978(): void { $this->runAssertReturnCommand( @@ -9799,7 +8820,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn978')] public function testAssertReturn979(): void { $this->runAssertReturnCommand( @@ -9809,7 +8829,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn979')] public function testAssertReturn980(): void { $this->runAssertReturnCommand( @@ -9819,7 +8838,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn980')] public function testAssertReturn981(): void { $this->runAssertReturnCommand( @@ -9829,7 +8847,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn981')] public function testAssertReturn982(): void { $this->runAssertReturnCommand( @@ -9839,7 +8856,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn982')] public function testAssertReturn983(): void { $this->runAssertReturnCommand( @@ -9849,7 +8865,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn983')] public function testAssertReturn984(): void { $this->runAssertReturnCommand( @@ -9859,7 +8874,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn984')] public function testAssertReturn985(): void { $this->runAssertReturnCommand( @@ -9869,7 +8883,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn985')] public function testAssertReturn986(): void { $this->runAssertReturnCommand( @@ -9879,7 +8892,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn986')] public function testAssertReturn987(): void { $this->runAssertReturnCommand( @@ -9889,7 +8901,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn987')] public function testAssertReturn988(): void { $this->runAssertReturnCommand( @@ -9899,7 +8910,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn988')] public function testAssertReturn989(): void { $this->runAssertReturnCommand( @@ -9909,7 +8919,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn989')] public function testAssertReturn990(): void { $this->runAssertReturnCommand( @@ -9919,7 +8928,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn990')] public function testAssertReturn991(): void { $this->runAssertReturnCommand( @@ -9929,7 +8937,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn991')] public function testAssertReturn992(): void { $this->runAssertReturnCommand( @@ -9939,7 +8946,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn992')] public function testAssertReturn993(): void { $this->runAssertReturnCommand( @@ -9949,7 +8955,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn993')] public function testAssertReturn994(): void { $this->runAssertReturnCommand( @@ -9959,7 +8964,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn994')] public function testAssertReturn995(): void { $this->runAssertReturnCommand( @@ -9969,7 +8973,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn995')] public function testAssertReturn996(): void { $this->runAssertReturnCommand( @@ -9979,7 +8982,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn996')] public function testAssertReturn997(): void { $this->runAssertReturnCommand( @@ -9989,7 +8991,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn997')] public function testAssertReturn998(): void { $this->runAssertReturnCommand( @@ -9999,7 +9000,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn998')] public function testAssertReturn999(): void { $this->runAssertReturnCommand( @@ -10009,7 +9009,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn999')] public function testAssertReturn1000(): void { $this->runAssertReturnCommand( @@ -10019,7 +9018,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1000')] public function testAssertReturn1001(): void { $this->runAssertReturnCommand( @@ -10029,7 +9027,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1001')] public function testAssertReturn1002(): void { $this->runAssertReturnCommand( @@ -10039,7 +9036,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1002')] public function testAssertReturn1003(): void { $this->runAssertReturnCommand( @@ -10049,7 +9045,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1003')] public function testAssertReturn1004(): void { $this->runAssertReturnCommand( @@ -10059,7 +9054,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1004')] public function testAssertReturn1005(): void { $this->runAssertReturnCommand( @@ -10069,7 +9063,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1005')] public function testAssertReturn1006(): void { $this->runAssertReturnCommand( @@ -10079,7 +9072,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1006')] public function testAssertReturn1007(): void { $this->runAssertReturnCommand( @@ -10089,7 +9081,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1007')] public function testAssertReturn1008(): void { $this->runAssertReturnCommand( @@ -10099,7 +9090,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1008')] public function testAssertReturn1009(): void { $this->runAssertReturnCommand( @@ -10109,7 +9099,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1009')] public function testAssertReturn1010(): void { $this->runAssertReturnCommand( @@ -10119,7 +9108,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1010')] public function testAssertReturn1011(): void { $this->runAssertReturnCommand( @@ -10129,7 +9117,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1011')] public function testAssertReturn1012(): void { $this->runAssertReturnCommand( @@ -10139,7 +9126,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1012')] public function testAssertReturn1013(): void { $this->runAssertReturnCommand( @@ -10149,7 +9135,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1013')] public function testAssertReturn1014(): void { $this->runAssertReturnCommand( @@ -10159,7 +9144,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1014')] public function testAssertReturn1015(): void { $this->runAssertReturnCommand( @@ -10169,7 +9153,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1015')] public function testAssertReturn1016(): void { $this->runAssertReturnCommand( @@ -10179,7 +9162,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1016')] public function testAssertReturn1017(): void { $this->runAssertReturnCommand( @@ -10189,7 +9171,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1017')] public function testAssertReturn1018(): void { $this->runAssertReturnCommand( @@ -10199,7 +9180,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1018')] public function testAssertReturn1019(): void { $this->runAssertReturnCommand( @@ -10209,7 +9189,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1019')] public function testAssertReturn1020(): void { $this->runAssertReturnCommand( @@ -10219,7 +9198,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1020')] public function testAssertReturn1021(): void { $this->runAssertReturnCommand( @@ -10229,7 +9207,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1021')] public function testAssertReturn1022(): void { $this->runAssertReturnCommand( @@ -10239,7 +9216,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1022')] public function testAssertReturn1023(): void { $this->runAssertReturnCommand( @@ -10249,7 +9225,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1023')] public function testAssertReturn1024(): void { $this->runAssertReturnCommand( @@ -10259,7 +9234,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1024')] public function testAssertReturn1025(): void { $this->runAssertReturnCommand( @@ -10269,7 +9243,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1025')] public function testAssertReturn1026(): void { $this->runAssertReturnCommand( @@ -10279,7 +9252,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1026')] public function testAssertReturn1027(): void { $this->runAssertReturnCommand( @@ -10289,7 +9261,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1027')] public function testAssertReturn1028(): void { $this->runAssertReturnCommand( @@ -10299,7 +9270,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1028')] public function testAssertReturn1029(): void { $this->runAssertReturnCommand( @@ -10309,7 +9279,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1029')] public function testAssertReturn1030(): void { $this->runAssertReturnCommand( @@ -10319,7 +9288,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1030')] public function testAssertReturn1031(): void { $this->runAssertReturnCommand( @@ -10329,7 +9297,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1031')] public function testAssertReturn1032(): void { $this->runAssertReturnCommand( @@ -10339,7 +9306,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1032')] public function testAssertReturn1033(): void { $this->runAssertReturnCommand( @@ -10349,7 +9315,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1033')] public function testAssertReturn1034(): void { $this->runAssertReturnCommand( @@ -10359,7 +9324,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1034')] public function testAssertReturn1035(): void { $this->runAssertReturnCommand( @@ -10369,7 +9333,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1035')] public function testAssertReturn1036(): void { $this->runAssertReturnCommand( @@ -10379,7 +9342,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1036')] public function testAssertReturn1037(): void { $this->runAssertReturnCommand( @@ -10389,7 +9351,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1037')] public function testAssertReturn1038(): void { $this->runAssertReturnCommand( @@ -10399,7 +9360,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1038')] public function testAssertReturn1039(): void { $this->runAssertReturnCommand( @@ -10409,7 +9369,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1039')] public function testAssertReturn1040(): void { $this->runAssertReturnCommand( @@ -10419,7 +9378,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1040')] public function testAssertReturn1041(): void { $this->runAssertReturnCommand( @@ -10429,7 +9387,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1041')] public function testAssertReturn1042(): void { $this->runAssertReturnCommand( @@ -10439,7 +9396,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1042')] public function testAssertReturn1043(): void { $this->runAssertReturnCommand( @@ -10449,7 +9405,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1043')] public function testAssertReturn1044(): void { $this->runAssertReturnCommand( @@ -10459,7 +9414,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1044')] public function testAssertReturn1045(): void { $this->runAssertReturnCommand( @@ -10469,7 +9423,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1045')] public function testAssertReturn1046(): void { $this->runAssertReturnCommand( @@ -10479,7 +9432,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1046')] public function testAssertReturn1047(): void { $this->runAssertReturnCommand( @@ -10489,7 +9441,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1047')] public function testAssertReturn1048(): void { $this->runAssertReturnCommand( @@ -10499,7 +9450,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1048')] public function testAssertReturn1049(): void { $this->runAssertReturnCommand( @@ -10509,7 +9459,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1049')] public function testAssertReturn1050(): void { $this->runAssertReturnCommand( @@ -10519,7 +9468,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1050')] public function testAssertReturn1051(): void { $this->runAssertReturnCommand( @@ -10529,7 +9477,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1051')] public function testAssertReturn1052(): void { $this->runAssertReturnCommand( @@ -10539,7 +9486,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1052')] public function testAssertReturn1053(): void { $this->runAssertReturnCommand( @@ -10549,7 +9495,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1053')] public function testAssertReturn1054(): void { $this->runAssertReturnCommand( @@ -10559,7 +9504,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1054')] public function testAssertReturn1055(): void { $this->runAssertReturnCommand( @@ -10569,7 +9513,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1055')] public function testAssertReturn1056(): void { $this->runAssertReturnCommand( @@ -10579,7 +9522,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1056')] public function testAssertReturn1057(): void { $this->runAssertReturnCommand( @@ -10589,7 +9531,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1057')] public function testAssertReturn1058(): void { $this->runAssertReturnCommand( @@ -10599,7 +9540,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1058')] public function testAssertReturn1059(): void { $this->runAssertReturnCommand( @@ -10609,7 +9549,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1059')] public function testAssertReturn1060(): void { $this->runAssertReturnCommand( @@ -10619,7 +9558,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1060')] public function testAssertReturn1061(): void { $this->runAssertReturnCommand( @@ -10629,7 +9567,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1061')] public function testAssertReturn1062(): void { $this->runAssertReturnCommand( @@ -10639,7 +9576,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1062')] public function testAssertReturn1063(): void { $this->runAssertReturnCommand( @@ -10649,7 +9585,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1063')] public function testAssertReturn1064(): void { $this->runAssertReturnCommand( @@ -10659,7 +9594,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1064')] public function testAssertReturn1065(): void { $this->runAssertReturnCommand( @@ -10669,7 +9603,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1065')] public function testAssertReturn1066(): void { $this->runAssertReturnCommand( @@ -10679,7 +9612,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1066')] public function testAssertReturn1067(): void { $this->runAssertReturnCommand( @@ -10689,7 +9621,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1067')] public function testAssertReturn1068(): void { $this->runAssertReturnCommand( @@ -10699,7 +9630,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1068')] public function testAssertReturn1069(): void { $this->runAssertReturnCommand( @@ -10709,7 +9639,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1069')] public function testAssertReturn1070(): void { $this->runAssertReturnCommand( @@ -10719,7 +9648,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1070')] public function testAssertReturn1071(): void { $this->runAssertReturnCommand( @@ -10729,7 +9657,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1071')] public function testAssertReturn1072(): void { $this->runAssertReturnCommand( @@ -10739,7 +9666,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1072')] public function testAssertReturn1073(): void { $this->runAssertReturnCommand( @@ -10749,7 +9675,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1073')] public function testAssertReturn1074(): void { $this->runAssertReturnCommand( @@ -10759,7 +9684,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1074')] public function testAssertReturn1075(): void { $this->runAssertReturnCommand( @@ -10769,7 +9693,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1075')] public function testAssertReturn1076(): void { $this->runAssertReturnCommand( @@ -10779,7 +9702,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1076')] public function testAssertReturn1077(): void { $this->runAssertReturnCommand( @@ -10789,7 +9711,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1077')] public function testAssertReturn1078(): void { $this->runAssertReturnCommand( @@ -10799,7 +9720,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1078')] public function testAssertReturn1079(): void { $this->runAssertReturnCommand( @@ -10809,7 +9729,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1079')] public function testAssertReturn1080(): void { $this->runAssertReturnCommand( @@ -10819,7 +9738,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1080')] public function testAssertReturn1081(): void { $this->runAssertReturnCommand( @@ -10829,7 +9747,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1081')] public function testAssertReturn1082(): void { $this->runAssertReturnCommand( @@ -10839,7 +9756,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1082')] public function testAssertReturn1083(): void { $this->runAssertReturnCommand( @@ -10849,7 +9765,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1083')] public function testAssertReturn1084(): void { $this->runAssertReturnCommand( @@ -10859,7 +9774,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1084')] public function testAssertReturn1085(): void { $this->runAssertReturnCommand( @@ -10869,7 +9783,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1085')] public function testAssertReturn1086(): void { $this->runAssertReturnCommand( @@ -10879,7 +9792,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1086')] public function testAssertReturn1087(): void { $this->runAssertReturnCommand( @@ -10889,7 +9801,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1087')] public function testAssertReturn1088(): void { $this->runAssertReturnCommand( @@ -10899,7 +9810,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1088')] public function testAssertReturn1089(): void { $this->runAssertReturnCommand( @@ -10909,7 +9819,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1089')] public function testAssertReturn1090(): void { $this->runAssertReturnCommand( @@ -10919,7 +9828,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1090')] public function testAssertReturn1091(): void { $this->runAssertReturnCommand( @@ -10929,7 +9837,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1091')] public function testAssertReturn1092(): void { $this->runAssertReturnCommand( @@ -10939,7 +9846,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1092')] public function testAssertReturn1093(): void { $this->runAssertReturnCommand( @@ -10949,7 +9855,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1093')] public function testAssertReturn1094(): void { $this->runAssertReturnCommand( @@ -10959,7 +9864,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1094')] public function testAssertReturn1095(): void { $this->runAssertReturnCommand( @@ -10969,7 +9873,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1095')] public function testAssertReturn1096(): void { $this->runAssertReturnCommand( @@ -10979,7 +9882,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1096')] public function testAssertReturn1097(): void { $this->runAssertReturnCommand( @@ -10989,7 +9891,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1097')] public function testAssertReturn1098(): void { $this->runAssertReturnCommand( @@ -10999,7 +9900,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1098')] public function testAssertReturn1099(): void { $this->runAssertReturnCommand( @@ -11009,7 +9909,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1099')] public function testAssertReturn1100(): void { $this->runAssertReturnCommand( @@ -11019,7 +9918,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1100')] public function testAssertReturn1101(): void { $this->runAssertReturnCommand( @@ -11029,7 +9927,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1101')] public function testAssertReturn1102(): void { $this->runAssertReturnCommand( @@ -11039,7 +9936,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1102')] public function testAssertReturn1103(): void { $this->runAssertReturnCommand( @@ -11049,7 +9945,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1103')] public function testAssertReturn1104(): void { $this->runAssertReturnCommand( @@ -11059,7 +9954,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1104')] public function testAssertReturn1105(): void { $this->runAssertReturnCommand( @@ -11069,7 +9963,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1105')] public function testAssertReturn1106(): void { $this->runAssertReturnCommand( @@ -11079,7 +9972,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1106')] public function testAssertReturn1107(): void { $this->runAssertReturnCommand( @@ -11089,7 +9981,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1107')] public function testAssertReturn1108(): void { $this->runAssertReturnCommand( @@ -11099,7 +9990,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1108')] public function testAssertReturn1109(): void { $this->runAssertReturnCommand( @@ -11109,7 +9999,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1109')] public function testAssertReturn1110(): void { $this->runAssertReturnCommand( @@ -11119,7 +10008,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1110')] public function testAssertReturn1111(): void { $this->runAssertReturnCommand( @@ -11129,7 +10017,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1111')] public function testAssertReturn1112(): void { $this->runAssertReturnCommand( @@ -11139,7 +10026,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1112')] public function testAssertReturn1113(): void { $this->runAssertReturnCommand( @@ -11149,7 +10035,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1113')] public function testAssertReturn1114(): void { $this->runAssertReturnCommand( @@ -11159,7 +10044,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1114')] public function testAssertReturn1115(): void { $this->runAssertReturnCommand( @@ -11169,7 +10053,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1115')] public function testAssertReturn1116(): void { $this->runAssertReturnCommand( @@ -11179,7 +10062,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1116')] public function testAssertReturn1117(): void { $this->runAssertReturnCommand( @@ -11189,7 +10071,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1117')] public function testAssertReturn1118(): void { $this->runAssertReturnCommand( @@ -11199,7 +10080,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1118')] public function testAssertReturn1119(): void { $this->runAssertReturnCommand( @@ -11209,7 +10089,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1119')] public function testAssertReturn1120(): void { $this->runAssertReturnCommand( @@ -11219,7 +10098,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1120')] public function testAssertReturn1121(): void { $this->runAssertReturnCommand( @@ -11229,7 +10107,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1121')] public function testAssertReturn1122(): void { $this->runAssertReturnCommand( @@ -11239,7 +10116,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1122')] public function testAssertReturn1123(): void { $this->runAssertReturnCommand( @@ -11249,7 +10125,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1123')] public function testAssertReturn1124(): void { $this->runAssertReturnCommand( @@ -11259,7 +10134,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1124')] public function testAssertReturn1125(): void { $this->runAssertReturnCommand( @@ -11269,7 +10143,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1125')] public function testAssertReturn1126(): void { $this->runAssertReturnCommand( @@ -11279,7 +10152,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1126')] public function testAssertReturn1127(): void { $this->runAssertReturnCommand( @@ -11289,7 +10161,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1127')] public function testAssertReturn1128(): void { $this->runAssertReturnCommand( @@ -11299,7 +10170,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1128')] public function testAssertReturn1129(): void { $this->runAssertReturnCommand( @@ -11309,7 +10179,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1129')] public function testAssertReturn1130(): void { $this->runAssertReturnCommand( @@ -11319,7 +10188,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1130')] public function testAssertReturn1131(): void { $this->runAssertReturnCommand( @@ -11329,7 +10197,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1131')] public function testAssertReturn1132(): void { $this->runAssertReturnCommand( @@ -11339,7 +10206,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1132')] public function testAssertReturn1133(): void { $this->runAssertReturnCommand( @@ -11349,7 +10215,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1133')] public function testAssertReturn1134(): void { $this->runAssertReturnCommand( @@ -11359,7 +10224,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1134')] public function testAssertReturn1135(): void { $this->runAssertReturnCommand( @@ -11369,7 +10233,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1135')] public function testAssertReturn1136(): void { $this->runAssertReturnCommand( @@ -11379,7 +10242,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1136')] public function testAssertReturn1137(): void { $this->runAssertReturnCommand( @@ -11389,7 +10251,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1137')] public function testAssertReturn1138(): void { $this->runAssertReturnCommand( @@ -11399,7 +10260,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1138')] public function testAssertReturn1139(): void { $this->runAssertReturnCommand( @@ -11409,7 +10269,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1139')] public function testAssertReturn1140(): void { $this->runAssertReturnCommand( @@ -11419,7 +10278,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1140')] public function testAssertReturn1141(): void { $this->runAssertReturnCommand( @@ -11429,7 +10287,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1141')] public function testAssertReturn1142(): void { $this->runAssertReturnCommand( @@ -11439,7 +10296,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1142')] public function testAssertReturn1143(): void { $this->runAssertReturnCommand( @@ -11449,7 +10305,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1143')] public function testAssertReturn1144(): void { $this->runAssertReturnCommand( @@ -11459,7 +10314,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1144')] public function testAssertReturn1145(): void { $this->runAssertReturnCommand( @@ -11469,7 +10323,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1145')] public function testAssertReturn1146(): void { $this->runAssertReturnCommand( @@ -11479,7 +10332,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1146')] public function testAssertReturn1147(): void { $this->runAssertReturnCommand( @@ -11489,7 +10341,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1147')] public function testAssertReturn1148(): void { $this->runAssertReturnCommand( @@ -11499,7 +10350,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1148')] public function testAssertReturn1149(): void { $this->runAssertReturnCommand( @@ -11509,7 +10359,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1149')] public function testAssertReturn1150(): void { $this->runAssertReturnCommand( @@ -11519,7 +10368,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1150')] public function testAssertReturn1151(): void { $this->runAssertReturnCommand( @@ -11529,7 +10377,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1151')] public function testAssertReturn1152(): void { $this->runAssertReturnCommand( @@ -11539,7 +10386,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1152')] public function testAssertReturn1153(): void { $this->runAssertReturnCommand( @@ -11549,7 +10395,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1153')] public function testAssertReturn1154(): void { $this->runAssertReturnCommand( @@ -11559,7 +10404,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1154')] public function testAssertReturn1155(): void { $this->runAssertReturnCommand( @@ -11569,7 +10413,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1155')] public function testAssertReturn1156(): void { $this->runAssertReturnCommand( @@ -11579,7 +10422,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1156')] public function testAssertReturn1157(): void { $this->runAssertReturnCommand( @@ -11589,7 +10431,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1157')] public function testAssertReturn1158(): void { $this->runAssertReturnCommand( @@ -11599,7 +10440,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1158')] public function testAssertReturn1159(): void { $this->runAssertReturnCommand( @@ -11609,7 +10449,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1159')] public function testAssertReturn1160(): void { $this->runAssertReturnCommand( @@ -11619,7 +10458,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1160')] public function testAssertReturn1161(): void { $this->runAssertReturnCommand( @@ -11629,7 +10467,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1161')] public function testAssertReturn1162(): void { $this->runAssertReturnCommand( @@ -11639,7 +10476,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1162')] public function testAssertReturn1163(): void { $this->runAssertReturnCommand( @@ -11649,7 +10485,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1163')] public function testAssertReturn1164(): void { $this->runAssertReturnCommand( @@ -11659,7 +10494,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1164')] public function testAssertReturn1165(): void { $this->runAssertReturnCommand( @@ -11669,7 +10503,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1165')] public function testAssertReturn1166(): void { $this->runAssertReturnCommand( @@ -11679,7 +10512,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1166')] public function testAssertReturn1167(): void { $this->runAssertReturnCommand( @@ -11689,7 +10521,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1167')] public function testAssertReturn1168(): void { $this->runAssertReturnCommand( @@ -11699,7 +10530,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1168')] public function testAssertReturn1169(): void { $this->runAssertReturnCommand( @@ -11709,7 +10539,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1169')] public function testAssertReturn1170(): void { $this->runAssertReturnCommand( @@ -11719,7 +10548,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1170')] public function testAssertReturn1171(): void { $this->runAssertReturnCommand( @@ -11729,7 +10557,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1171')] public function testAssertReturn1172(): void { $this->runAssertReturnCommand( @@ -11739,7 +10566,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1172')] public function testAssertReturn1173(): void { $this->runAssertReturnCommand( @@ -11749,7 +10575,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1173')] public function testAssertReturn1174(): void { $this->runAssertReturnCommand( @@ -11759,7 +10584,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1174')] public function testAssertReturn1175(): void { $this->runAssertReturnCommand( @@ -11769,7 +10593,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1175')] public function testAssertReturn1176(): void { $this->runAssertReturnCommand( @@ -11779,7 +10602,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1176')] public function testAssertReturn1177(): void { $this->runAssertReturnCommand( @@ -11789,7 +10611,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1177')] public function testAssertReturn1178(): void { $this->runAssertReturnCommand( @@ -11799,7 +10620,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1178')] public function testAssertReturn1179(): void { $this->runAssertReturnCommand( @@ -11809,7 +10629,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1179')] public function testAssertReturn1180(): void { $this->runAssertReturnCommand( @@ -11819,7 +10638,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1180')] public function testAssertReturn1181(): void { $this->runAssertReturnCommand( @@ -11829,7 +10647,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1181')] public function testAssertReturn1182(): void { $this->runAssertReturnCommand( @@ -11839,7 +10656,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1182')] public function testAssertReturn1183(): void { $this->runAssertReturnCommand( @@ -11849,7 +10665,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1183')] public function testAssertReturn1184(): void { $this->runAssertReturnCommand( @@ -11859,7 +10674,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1184')] public function testAssertReturn1185(): void { $this->runAssertReturnCommand( @@ -11869,7 +10683,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1185')] public function testAssertReturn1186(): void { $this->runAssertReturnCommand( @@ -11879,7 +10692,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1186')] public function testAssertReturn1187(): void { $this->runAssertReturnCommand( @@ -11889,7 +10701,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1187')] public function testAssertReturn1188(): void { $this->runAssertReturnCommand( @@ -11899,7 +10710,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1188')] public function testAssertReturn1189(): void { $this->runAssertReturnCommand( @@ -11909,7 +10719,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1189')] public function testAssertReturn1190(): void { $this->runAssertReturnCommand( @@ -11919,7 +10728,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1190')] public function testAssertReturn1191(): void { $this->runAssertReturnCommand( @@ -11929,7 +10737,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1191')] public function testAssertReturn1192(): void { $this->runAssertReturnCommand( @@ -11939,7 +10746,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1192')] public function testAssertReturn1193(): void { $this->runAssertReturnCommand( @@ -11949,7 +10755,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1193')] public function testAssertReturn1194(): void { $this->runAssertReturnCommand( @@ -11959,7 +10764,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1194')] public function testAssertReturn1195(): void { $this->runAssertReturnCommand( @@ -11969,7 +10773,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1195')] public function testAssertReturn1196(): void { $this->runAssertReturnCommand( @@ -11979,7 +10782,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1196')] public function testAssertReturn1197(): void { $this->runAssertReturnCommand( @@ -11989,7 +10791,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1197')] public function testAssertReturn1198(): void { $this->runAssertReturnCommand( @@ -11999,7 +10800,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1198')] public function testAssertReturn1199(): void { $this->runAssertReturnCommand( @@ -12009,7 +10809,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1199')] public function testAssertReturn1200(): void { $this->runAssertReturnCommand( @@ -12019,7 +10818,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1200')] public function testAssertReturn1201(): void { $this->runAssertReturnCommand( @@ -12029,7 +10827,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1201')] public function testAssertReturn1202(): void { $this->runAssertReturnCommand( @@ -12039,7 +10836,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1202')] public function testAssertReturn1203(): void { $this->runAssertReturnCommand( @@ -12049,7 +10845,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1203')] public function testAssertReturn1204(): void { $this->runAssertReturnCommand( @@ -12059,7 +10854,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1204')] public function testAssertReturn1205(): void { $this->runAssertReturnCommand( @@ -12069,7 +10863,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1205')] public function testAssertReturn1206(): void { $this->runAssertReturnCommand( @@ -12079,7 +10872,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1206')] public function testAssertReturn1207(): void { $this->runAssertReturnCommand( @@ -12089,7 +10881,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1207')] public function testAssertReturn1208(): void { $this->runAssertReturnCommand( @@ -12099,7 +10890,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1208')] public function testAssertReturn1209(): void { $this->runAssertReturnCommand( @@ -12109,7 +10899,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1209')] public function testAssertReturn1210(): void { $this->runAssertReturnCommand( @@ -12119,7 +10908,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1210')] public function testAssertReturn1211(): void { $this->runAssertReturnCommand( @@ -12129,7 +10917,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1211')] public function testAssertReturn1212(): void { $this->runAssertReturnCommand( @@ -12139,7 +10926,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1212')] public function testAssertReturn1213(): void { $this->runAssertReturnCommand( @@ -12149,7 +10935,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1213')] public function testAssertReturn1214(): void { $this->runAssertReturnCommand( @@ -12159,7 +10944,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1214')] public function testAssertReturn1215(): void { $this->runAssertReturnCommand( @@ -12169,7 +10953,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1215')] public function testAssertReturn1216(): void { $this->runAssertReturnCommand( @@ -12179,7 +10962,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1216')] public function testAssertReturn1217(): void { $this->runAssertReturnCommand( @@ -12189,7 +10971,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1217')] public function testAssertReturn1218(): void { $this->runAssertReturnCommand( @@ -12199,7 +10980,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1218')] public function testAssertReturn1219(): void { $this->runAssertReturnCommand( @@ -12209,7 +10989,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1219')] public function testAssertReturn1220(): void { $this->runAssertReturnCommand( @@ -12219,7 +10998,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1220')] public function testAssertReturn1221(): void { $this->runAssertReturnCommand( @@ -12229,7 +11007,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1221')] public function testAssertReturn1222(): void { $this->runAssertReturnCommand( @@ -12239,7 +11016,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1222')] public function testAssertReturn1223(): void { $this->runAssertReturnCommand( @@ -12249,7 +11025,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1223')] public function testAssertReturn1224(): void { $this->runAssertReturnCommand( @@ -12259,7 +11034,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1224')] public function testAssertReturn1225(): void { $this->runAssertReturnCommand( @@ -12269,7 +11043,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1225')] public function testAssertReturn1226(): void { $this->runAssertReturnCommand( @@ -12279,7 +11052,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1226')] public function testAssertReturn1227(): void { $this->runAssertReturnCommand( @@ -12289,7 +11061,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1227')] public function testAssertReturn1228(): void { $this->runAssertReturnCommand( @@ -12299,7 +11070,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1228')] public function testAssertReturn1229(): void { $this->runAssertReturnCommand( @@ -12309,7 +11079,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1229')] public function testAssertReturn1230(): void { $this->runAssertReturnCommand( @@ -12319,7 +11088,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1230')] public function testAssertReturn1231(): void { $this->runAssertReturnCommand( @@ -12329,7 +11097,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1231')] public function testAssertReturn1232(): void { $this->runAssertReturnCommand( @@ -12339,7 +11106,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1232')] public function testAssertReturn1233(): void { $this->runAssertReturnCommand( @@ -12349,7 +11115,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1233')] public function testAssertReturn1234(): void { $this->runAssertReturnCommand( @@ -12359,7 +11124,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1234')] public function testAssertReturn1235(): void { $this->runAssertReturnCommand( @@ -12369,7 +11133,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1235')] public function testAssertReturn1236(): void { $this->runAssertReturnCommand( @@ -12379,7 +11142,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1236')] public function testAssertReturn1237(): void { $this->runAssertReturnCommand( @@ -12389,7 +11151,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1237')] public function testAssertReturn1238(): void { $this->runAssertReturnCommand( @@ -12399,7 +11160,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1238')] public function testAssertReturn1239(): void { $this->runAssertReturnCommand( @@ -12409,7 +11169,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1239')] public function testAssertReturn1240(): void { $this->runAssertReturnCommand( @@ -12419,7 +11178,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1240')] public function testAssertReturn1241(): void { $this->runAssertReturnCommand( @@ -12429,7 +11187,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1241')] public function testAssertReturn1242(): void { $this->runAssertReturnCommand( @@ -12439,7 +11196,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1242')] public function testAssertReturn1243(): void { $this->runAssertReturnCommand( @@ -12449,7 +11205,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1243')] public function testAssertReturn1244(): void { $this->runAssertReturnCommand( @@ -12459,7 +11214,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1244')] public function testAssertReturn1245(): void { $this->runAssertReturnCommand( @@ -12469,7 +11223,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1245')] public function testAssertReturn1246(): void { $this->runAssertReturnCommand( @@ -12479,7 +11232,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1246')] public function testAssertReturn1247(): void { $this->runAssertReturnCommand( @@ -12489,7 +11241,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1247')] public function testAssertReturn1248(): void { $this->runAssertReturnCommand( @@ -12499,7 +11250,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1248')] public function testAssertReturn1249(): void { $this->runAssertReturnCommand( @@ -12509,7 +11259,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1249')] public function testAssertReturn1250(): void { $this->runAssertReturnCommand( @@ -12519,7 +11268,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1250')] public function testAssertReturn1251(): void { $this->runAssertReturnCommand( @@ -12529,7 +11277,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1251')] public function testAssertReturn1252(): void { $this->runAssertReturnCommand( @@ -12539,7 +11286,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1252')] public function testAssertReturn1253(): void { $this->runAssertReturnCommand( @@ -12549,7 +11295,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1253')] public function testAssertReturn1254(): void { $this->runAssertReturnCommand( @@ -12559,7 +11304,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1254')] public function testAssertReturn1255(): void { $this->runAssertReturnCommand( @@ -12569,7 +11313,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1255')] public function testAssertReturn1256(): void { $this->runAssertReturnCommand( @@ -12579,7 +11322,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1256')] public function testAssertReturn1257(): void { $this->runAssertReturnCommand( @@ -12589,7 +11331,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1257')] public function testAssertReturn1258(): void { $this->runAssertReturnCommand( @@ -12599,7 +11340,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1258')] public function testAssertReturn1259(): void { $this->runAssertReturnCommand( @@ -12609,7 +11349,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1259')] public function testAssertReturn1260(): void { $this->runAssertReturnCommand( @@ -12619,7 +11358,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1260')] public function testAssertReturn1261(): void { $this->runAssertReturnCommand( @@ -12629,7 +11367,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1261')] public function testAssertReturn1262(): void { $this->runAssertReturnCommand( @@ -12639,7 +11376,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1262')] public function testAssertReturn1263(): void { $this->runAssertReturnCommand( @@ -12649,7 +11385,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1263')] public function testAssertReturn1264(): void { $this->runAssertReturnCommand( @@ -12659,7 +11394,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1264')] public function testAssertReturn1265(): void { $this->runAssertReturnCommand( @@ -12669,7 +11403,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1265')] public function testAssertReturn1266(): void { $this->runAssertReturnCommand( @@ -12679,7 +11412,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1266')] public function testAssertReturn1267(): void { $this->runAssertReturnCommand( @@ -12689,7 +11421,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1267')] public function testAssertReturn1268(): void { $this->runAssertReturnCommand( @@ -12699,7 +11430,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1268')] public function testAssertReturn1269(): void { $this->runAssertReturnCommand( @@ -12709,7 +11439,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1269')] public function testAssertReturn1270(): void { $this->runAssertReturnCommand( @@ -12719,7 +11448,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1270')] public function testAssertReturn1271(): void { $this->runAssertReturnCommand( @@ -12729,7 +11457,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1271')] public function testAssertReturn1272(): void { $this->runAssertReturnCommand( @@ -12739,7 +11466,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1272')] public function testAssertReturn1273(): void { $this->runAssertReturnCommand( @@ -12749,7 +11475,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1273')] public function testAssertReturn1274(): void { $this->runAssertReturnCommand( @@ -12759,7 +11484,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1274')] public function testAssertReturn1275(): void { $this->runAssertReturnCommand( @@ -12769,7 +11493,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1275')] public function testAssertReturn1276(): void { $this->runAssertReturnCommand( @@ -12779,7 +11502,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1276')] public function testAssertReturn1277(): void { $this->runAssertReturnCommand( @@ -12789,7 +11511,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1277')] public function testAssertReturn1278(): void { $this->runAssertReturnCommand( @@ -12799,7 +11520,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1278')] public function testAssertReturn1279(): void { $this->runAssertReturnCommand( @@ -12809,7 +11529,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1279')] public function testAssertReturn1280(): void { $this->runAssertReturnCommand( @@ -12819,7 +11538,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1280')] public function testAssertReturn1281(): void { $this->runAssertReturnCommand( @@ -12829,7 +11547,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1281')] public function testAssertReturn1282(): void { $this->runAssertReturnCommand( @@ -12839,7 +11556,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1282')] public function testAssertReturn1283(): void { $this->runAssertReturnCommand( @@ -12849,7 +11565,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1283')] public function testAssertReturn1284(): void { $this->runAssertReturnCommand( @@ -12859,7 +11574,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1284')] public function testAssertReturn1285(): void { $this->runAssertReturnCommand( @@ -12869,7 +11583,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1285')] public function testAssertReturn1286(): void { $this->runAssertReturnCommand( @@ -12879,7 +11592,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1286')] public function testAssertReturn1287(): void { $this->runAssertReturnCommand( @@ -12889,7 +11601,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1287')] public function testAssertReturn1288(): void { $this->runAssertReturnCommand( @@ -12899,7 +11610,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1288')] public function testAssertReturn1289(): void { $this->runAssertReturnCommand( @@ -12909,7 +11619,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1289')] public function testAssertReturn1290(): void { $this->runAssertReturnCommand( @@ -12919,7 +11628,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1290')] public function testAssertReturn1291(): void { $this->runAssertReturnCommand( @@ -12929,7 +11637,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1291')] public function testAssertReturn1292(): void { $this->runAssertReturnCommand( @@ -12939,7 +11646,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1292')] public function testAssertReturn1293(): void { $this->runAssertReturnCommand( @@ -12949,7 +11655,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1293')] public function testAssertReturn1294(): void { $this->runAssertReturnCommand( @@ -12959,7 +11664,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1294')] public function testAssertReturn1295(): void { $this->runAssertReturnCommand( @@ -12969,7 +11673,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1295')] public function testAssertReturn1296(): void { $this->runAssertReturnCommand( @@ -12979,7 +11682,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1296')] public function testAssertReturn1297(): void { $this->runAssertReturnCommand( @@ -12989,7 +11691,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1297')] public function testAssertReturn1298(): void { $this->runAssertReturnCommand( @@ -12999,7 +11700,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1298')] public function testAssertReturn1299(): void { $this->runAssertReturnCommand( @@ -13009,7 +11709,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1299')] public function testAssertReturn1300(): void { $this->runAssertReturnCommand( @@ -13019,7 +11718,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1300')] public function testAssertReturn1301(): void { $this->runAssertReturnCommand( @@ -13029,7 +11727,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1301')] public function testAssertReturn1302(): void { $this->runAssertReturnCommand( @@ -13039,7 +11736,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1302')] public function testAssertReturn1303(): void { $this->runAssertReturnCommand( @@ -13049,7 +11745,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1303')] public function testAssertReturn1304(): void { $this->runAssertReturnCommand( @@ -13059,7 +11754,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1304')] public function testAssertReturn1305(): void { $this->runAssertReturnCommand( @@ -13069,7 +11763,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1305')] public function testAssertReturn1306(): void { $this->runAssertReturnCommand( @@ -13079,7 +11772,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1306')] public function testAssertReturn1307(): void { $this->runAssertReturnCommand( @@ -13089,7 +11781,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1307')] public function testAssertReturn1308(): void { $this->runAssertReturnCommand( @@ -13099,7 +11790,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1308')] public function testAssertReturn1309(): void { $this->runAssertReturnCommand( @@ -13109,7 +11799,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1309')] public function testAssertReturn1310(): void { $this->runAssertReturnCommand( @@ -13119,7 +11808,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1310')] public function testAssertReturn1311(): void { $this->runAssertReturnCommand( @@ -13129,7 +11817,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1311')] public function testAssertReturn1312(): void { $this->runAssertReturnCommand( @@ -13139,7 +11826,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1312')] public function testAssertReturn1313(): void { $this->runAssertReturnCommand( @@ -13149,7 +11835,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1313')] public function testAssertReturn1314(): void { $this->runAssertReturnCommand( @@ -13159,7 +11844,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1314')] public function testAssertReturn1315(): void { $this->runAssertReturnCommand( @@ -13169,7 +11853,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1315')] public function testAssertReturn1316(): void { $this->runAssertReturnCommand( @@ -13179,7 +11862,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1316')] public function testAssertReturn1317(): void { $this->runAssertReturnCommand( @@ -13189,7 +11871,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1317')] public function testAssertReturn1318(): void { $this->runAssertReturnCommand( @@ -13199,7 +11880,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1318')] public function testAssertReturn1319(): void { $this->runAssertReturnCommand( @@ -13209,7 +11889,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1319')] public function testAssertReturn1320(): void { $this->runAssertReturnCommand( @@ -13219,7 +11898,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1320')] public function testAssertReturn1321(): void { $this->runAssertReturnCommand( @@ -13229,7 +11907,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1321')] public function testAssertReturn1322(): void { $this->runAssertReturnCommand( @@ -13239,7 +11916,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1322')] public function testAssertReturn1323(): void { $this->runAssertReturnCommand( @@ -13249,7 +11925,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1323')] public function testAssertReturn1324(): void { $this->runAssertReturnCommand( @@ -13259,7 +11934,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1324')] public function testAssertReturn1325(): void { $this->runAssertReturnCommand( @@ -13269,7 +11943,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1325')] public function testAssertReturn1326(): void { $this->runAssertReturnCommand( @@ -13279,7 +11952,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1326')] public function testAssertReturn1327(): void { $this->runAssertReturnCommand( @@ -13289,7 +11961,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1327')] public function testAssertReturn1328(): void { $this->runAssertReturnCommand( @@ -13299,7 +11970,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1328')] public function testAssertReturn1329(): void { $this->runAssertReturnCommand( @@ -13309,7 +11979,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1329')] public function testAssertReturn1330(): void { $this->runAssertReturnCommand( @@ -13319,7 +11988,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1330')] public function testAssertReturn1331(): void { $this->runAssertReturnCommand( @@ -13329,7 +11997,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1331')] public function testAssertReturn1332(): void { $this->runAssertReturnCommand( @@ -13339,7 +12006,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1332')] public function testAssertReturn1333(): void { $this->runAssertReturnCommand( @@ -13349,7 +12015,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1333')] public function testAssertReturn1334(): void { $this->runAssertReturnCommand( @@ -13359,7 +12024,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1334')] public function testAssertReturn1335(): void { $this->runAssertReturnCommand( @@ -13369,7 +12033,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1335')] public function testAssertReturn1336(): void { $this->runAssertReturnCommand( @@ -13379,7 +12042,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1336')] public function testAssertReturn1337(): void { $this->runAssertReturnCommand( @@ -13389,7 +12051,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1337')] public function testAssertReturn1338(): void { $this->runAssertReturnCommand( @@ -13399,7 +12060,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1338')] public function testAssertReturn1339(): void { $this->runAssertReturnCommand( @@ -13409,7 +12069,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1339')] public function testAssertReturn1340(): void { $this->runAssertReturnCommand( @@ -13419,7 +12078,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1340')] public function testAssertReturn1341(): void { $this->runAssertReturnCommand( @@ -13429,7 +12087,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1341')] public function testAssertReturn1342(): void { $this->runAssertReturnCommand( @@ -13439,7 +12096,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1342')] public function testAssertReturn1343(): void { $this->runAssertReturnCommand( @@ -13449,7 +12105,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1343')] public function testAssertReturn1344(): void { $this->runAssertReturnCommand( @@ -13459,7 +12114,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1344')] public function testAssertReturn1345(): void { $this->runAssertReturnCommand( @@ -13469,7 +12123,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1345')] public function testAssertReturn1346(): void { $this->runAssertReturnCommand( @@ -13479,7 +12132,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1346')] public function testAssertReturn1347(): void { $this->runAssertReturnCommand( @@ -13489,7 +12141,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1347')] public function testAssertReturn1348(): void { $this->runAssertReturnCommand( @@ -13499,7 +12150,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1348')] public function testAssertReturn1349(): void { $this->runAssertReturnCommand( @@ -13509,7 +12159,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1349')] public function testAssertReturn1350(): void { $this->runAssertReturnCommand( @@ -13519,7 +12168,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1350')] public function testAssertReturn1351(): void { $this->runAssertReturnCommand( @@ -13529,7 +12177,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1351')] public function testAssertReturn1352(): void { $this->runAssertReturnCommand( @@ -13539,7 +12186,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1352')] public function testAssertReturn1353(): void { $this->runAssertReturnCommand( @@ -13549,7 +12195,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1353')] public function testAssertReturn1354(): void { $this->runAssertReturnCommand( @@ -13559,7 +12204,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1354')] public function testAssertReturn1355(): void { $this->runAssertReturnCommand( @@ -13569,7 +12213,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1355')] public function testAssertReturn1356(): void { $this->runAssertReturnCommand( @@ -13579,7 +12222,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1356')] public function testAssertReturn1357(): void { $this->runAssertReturnCommand( @@ -13589,7 +12231,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1357')] public function testAssertReturn1358(): void { $this->runAssertReturnCommand( @@ -13599,7 +12240,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1358')] public function testAssertReturn1359(): void { $this->runAssertReturnCommand( @@ -13609,7 +12249,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1359')] public function testAssertReturn1360(): void { $this->runAssertReturnCommand( @@ -13619,7 +12258,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1360')] public function testAssertReturn1361(): void { $this->runAssertReturnCommand( @@ -13629,7 +12267,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1361')] public function testAssertReturn1362(): void { $this->runAssertReturnCommand( @@ -13639,7 +12276,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1362')] public function testAssertReturn1363(): void { $this->runAssertReturnCommand( @@ -13649,7 +12285,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1363')] public function testAssertReturn1364(): void { $this->runAssertReturnCommand( @@ -13659,7 +12294,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1364')] public function testAssertReturn1365(): void { $this->runAssertReturnCommand( @@ -13669,7 +12303,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1365')] public function testAssertReturn1366(): void { $this->runAssertReturnCommand( @@ -13679,7 +12312,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1366')] public function testAssertReturn1367(): void { $this->runAssertReturnCommand( @@ -13689,7 +12321,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1367')] public function testAssertReturn1368(): void { $this->runAssertReturnCommand( @@ -13699,7 +12330,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1368')] public function testAssertReturn1369(): void { $this->runAssertReturnCommand( @@ -13709,7 +12339,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1369')] public function testAssertReturn1370(): void { $this->runAssertReturnCommand( @@ -13719,7 +12348,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1370')] public function testAssertReturn1371(): void { $this->runAssertReturnCommand( @@ -13729,7 +12357,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1371')] public function testAssertReturn1372(): void { $this->runAssertReturnCommand( @@ -13739,7 +12366,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1372')] public function testAssertReturn1373(): void { $this->runAssertReturnCommand( @@ -13749,7 +12375,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1373')] public function testAssertReturn1374(): void { $this->runAssertReturnCommand( @@ -13759,7 +12384,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1374')] public function testAssertReturn1375(): void { $this->runAssertReturnCommand( @@ -13769,7 +12393,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1375')] public function testAssertReturn1376(): void { $this->runAssertReturnCommand( @@ -13779,7 +12402,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1376')] public function testAssertReturn1377(): void { $this->runAssertReturnCommand( @@ -13789,7 +12411,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1377')] public function testAssertReturn1378(): void { $this->runAssertReturnCommand( @@ -13799,7 +12420,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1378')] public function testAssertReturn1379(): void { $this->runAssertReturnCommand( @@ -13809,7 +12429,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1379')] public function testAssertReturn1380(): void { $this->runAssertReturnCommand( @@ -13819,7 +12438,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1380')] public function testAssertReturn1381(): void { $this->runAssertReturnCommand( @@ -13829,7 +12447,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1381')] public function testAssertReturn1382(): void { $this->runAssertReturnCommand( @@ -13839,7 +12456,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1382')] public function testAssertReturn1383(): void { $this->runAssertReturnCommand( @@ -13849,7 +12465,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1383')] public function testAssertReturn1384(): void { $this->runAssertReturnCommand( @@ -13859,7 +12474,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1384')] public function testAssertReturn1385(): void { $this->runAssertReturnCommand( @@ -13869,7 +12483,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1385')] public function testAssertReturn1386(): void { $this->runAssertReturnCommand( @@ -13879,7 +12492,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1386')] public function testAssertReturn1387(): void { $this->runAssertReturnCommand( @@ -13889,7 +12501,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1387')] public function testAssertReturn1388(): void { $this->runAssertReturnCommand( @@ -13899,7 +12510,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1388')] public function testAssertReturn1389(): void { $this->runAssertReturnCommand( @@ -13909,7 +12519,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1389')] public function testAssertReturn1390(): void { $this->runAssertReturnCommand( @@ -13919,7 +12528,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1390')] public function testAssertReturn1391(): void { $this->runAssertReturnCommand( @@ -13929,7 +12537,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1391')] public function testAssertReturn1392(): void { $this->runAssertReturnCommand( @@ -13939,7 +12546,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1392')] public function testAssertReturn1393(): void { $this->runAssertReturnCommand( @@ -13949,7 +12555,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1393')] public function testAssertReturn1394(): void { $this->runAssertReturnCommand( @@ -13959,7 +12564,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1394')] public function testAssertReturn1395(): void { $this->runAssertReturnCommand( @@ -13969,7 +12573,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1395')] public function testAssertReturn1396(): void { $this->runAssertReturnCommand( @@ -13979,7 +12582,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1396')] public function testAssertReturn1397(): void { $this->runAssertReturnCommand( @@ -13989,7 +12591,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1397')] public function testAssertReturn1398(): void { $this->runAssertReturnCommand( @@ -13999,7 +12600,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1398')] public function testAssertReturn1399(): void { $this->runAssertReturnCommand( @@ -14009,7 +12609,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1399')] public function testAssertReturn1400(): void { $this->runAssertReturnCommand( @@ -14019,7 +12618,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1400')] public function testAssertReturn1401(): void { $this->runAssertReturnCommand( @@ -14029,7 +12627,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1401')] public function testAssertReturn1402(): void { $this->runAssertReturnCommand( @@ -14039,7 +12636,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1402')] public function testAssertReturn1403(): void { $this->runAssertReturnCommand( @@ -14049,7 +12645,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1403')] public function testAssertReturn1404(): void { $this->runAssertReturnCommand( @@ -14059,7 +12654,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1404')] public function testAssertReturn1405(): void { $this->runAssertReturnCommand( @@ -14069,7 +12663,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1405')] public function testAssertReturn1406(): void { $this->runAssertReturnCommand( @@ -14079,7 +12672,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1406')] public function testAssertReturn1407(): void { $this->runAssertReturnCommand( @@ -14089,7 +12681,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1407')] public function testAssertReturn1408(): void { $this->runAssertReturnCommand( @@ -14099,7 +12690,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1408')] public function testAssertReturn1409(): void { $this->runAssertReturnCommand( @@ -14109,7 +12699,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1409')] public function testAssertReturn1410(): void { $this->runAssertReturnCommand( @@ -14119,7 +12708,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1410')] public function testAssertReturn1411(): void { $this->runAssertReturnCommand( @@ -14129,7 +12717,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1411')] public function testAssertReturn1412(): void { $this->runAssertReturnCommand( @@ -14139,7 +12726,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1412')] public function testAssertReturn1413(): void { $this->runAssertReturnCommand( @@ -14149,7 +12735,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1413')] public function testAssertReturn1414(): void { $this->runAssertReturnCommand( @@ -14159,7 +12744,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1414')] public function testAssertReturn1415(): void { $this->runAssertReturnCommand( @@ -14169,7 +12753,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1415')] public function testAssertReturn1416(): void { $this->runAssertReturnCommand( @@ -14179,7 +12762,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1416')] public function testAssertReturn1417(): void { $this->runAssertReturnCommand( @@ -14189,7 +12771,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1417')] public function testAssertReturn1418(): void { $this->runAssertReturnCommand( @@ -14199,7 +12780,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1418')] public function testAssertReturn1419(): void { $this->runAssertReturnCommand( @@ -14209,7 +12789,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1419')] public function testAssertReturn1420(): void { $this->runAssertReturnCommand( @@ -14219,7 +12798,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1420')] public function testAssertReturn1421(): void { $this->runAssertReturnCommand( @@ -14229,7 +12807,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1421')] public function testAssertReturn1422(): void { $this->runAssertReturnCommand( @@ -14239,7 +12816,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1422')] public function testAssertReturn1423(): void { $this->runAssertReturnCommand( @@ -14249,7 +12825,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1423')] public function testAssertReturn1424(): void { $this->runAssertReturnCommand( @@ -14259,7 +12834,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1424')] public function testAssertReturn1425(): void { $this->runAssertReturnCommand( @@ -14269,7 +12843,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1425')] public function testAssertReturn1426(): void { $this->runAssertReturnCommand( @@ -14279,7 +12852,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1426')] public function testAssertReturn1427(): void { $this->runAssertReturnCommand( @@ -14289,7 +12861,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1427')] public function testAssertReturn1428(): void { $this->runAssertReturnCommand( @@ -14299,7 +12870,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1428')] public function testAssertReturn1429(): void { $this->runAssertReturnCommand( @@ -14309,7 +12879,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1429')] public function testAssertReturn1430(): void { $this->runAssertReturnCommand( @@ -14319,7 +12888,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1430')] public function testAssertReturn1431(): void { $this->runAssertReturnCommand( @@ -14329,7 +12897,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1431')] public function testAssertReturn1432(): void { $this->runAssertReturnCommand( @@ -14339,7 +12906,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1432')] public function testAssertReturn1433(): void { $this->runAssertReturnCommand( @@ -14349,7 +12915,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1433')] public function testAssertReturn1434(): void { $this->runAssertReturnCommand( @@ -14359,7 +12924,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1434')] public function testAssertReturn1435(): void { $this->runAssertReturnCommand( @@ -14369,7 +12933,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1435')] public function testAssertReturn1436(): void { $this->runAssertReturnCommand( @@ -14379,7 +12942,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1436')] public function testAssertReturn1437(): void { $this->runAssertReturnCommand( @@ -14389,7 +12951,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1437')] public function testAssertReturn1438(): void { $this->runAssertReturnCommand( @@ -14399,7 +12960,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1438')] public function testAssertReturn1439(): void { $this->runAssertReturnCommand( @@ -14409,7 +12969,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1439')] public function testAssertReturn1440(): void { $this->runAssertReturnCommand( @@ -14419,7 +12978,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1440')] public function testAssertReturn1441(): void { $this->runAssertReturnCommand( @@ -14429,7 +12987,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1441')] public function testAssertReturn1442(): void { $this->runAssertReturnCommand( @@ -14439,7 +12996,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1442')] public function testAssertReturn1443(): void { $this->runAssertReturnCommand( @@ -14449,7 +13005,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1443')] public function testAssertReturn1444(): void { $this->runAssertReturnCommand( @@ -14459,7 +13014,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1444')] public function testAssertReturn1445(): void { $this->runAssertReturnCommand( @@ -14469,7 +13023,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1445')] public function testAssertReturn1446(): void { $this->runAssertReturnCommand( @@ -14479,7 +13032,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1446')] public function testAssertReturn1447(): void { $this->runAssertReturnCommand( @@ -14489,7 +13041,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1447')] public function testAssertReturn1448(): void { $this->runAssertReturnCommand( @@ -14499,7 +13050,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1448')] public function testAssertReturn1449(): void { $this->runAssertReturnCommand( @@ -14509,7 +13059,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1449')] public function testAssertReturn1450(): void { $this->runAssertReturnCommand( @@ -14519,7 +13068,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1450')] public function testAssertReturn1451(): void { $this->runAssertReturnCommand( @@ -14529,7 +13077,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1451')] public function testAssertReturn1452(): void { $this->runAssertReturnCommand( @@ -14539,7 +13086,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1452')] public function testAssertReturn1453(): void { $this->runAssertReturnCommand( @@ -14549,7 +13095,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1453')] public function testAssertReturn1454(): void { $this->runAssertReturnCommand( @@ -14559,7 +13104,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1454')] public function testAssertReturn1455(): void { $this->runAssertReturnCommand( @@ -14569,7 +13113,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1455')] public function testAssertReturn1456(): void { $this->runAssertReturnCommand( @@ -14579,7 +13122,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1456')] public function testAssertReturn1457(): void { $this->runAssertReturnCommand( @@ -14589,7 +13131,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1457')] public function testAssertReturn1458(): void { $this->runAssertReturnCommand( @@ -14599,7 +13140,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1458')] public function testAssertReturn1459(): void { $this->runAssertReturnCommand( @@ -14609,7 +13149,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1459')] public function testAssertReturn1460(): void { $this->runAssertReturnCommand( @@ -14619,7 +13158,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1460')] public function testAssertReturn1461(): void { $this->runAssertReturnCommand( @@ -14629,7 +13167,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1461')] public function testAssertReturn1462(): void { $this->runAssertReturnCommand( @@ -14639,7 +13176,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1462')] public function testAssertReturn1463(): void { $this->runAssertReturnCommand( @@ -14649,7 +13185,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1463')] public function testAssertReturn1464(): void { $this->runAssertReturnCommand( @@ -14659,7 +13194,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1464')] public function testAssertReturn1465(): void { $this->runAssertReturnCommand( @@ -14669,7 +13203,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1465')] public function testAssertReturn1466(): void { $this->runAssertReturnCommand( @@ -14679,7 +13212,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1466')] public function testAssertReturn1467(): void { $this->runAssertReturnCommand( @@ -14689,7 +13221,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1467')] public function testAssertReturn1468(): void { $this->runAssertReturnCommand( @@ -14699,7 +13230,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1468')] public function testAssertReturn1469(): void { $this->runAssertReturnCommand( @@ -14709,7 +13239,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1469')] public function testAssertReturn1470(): void { $this->runAssertReturnCommand( @@ -14719,7 +13248,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1470')] public function testAssertReturn1471(): void { $this->runAssertReturnCommand( @@ -14729,7 +13257,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1471')] public function testAssertReturn1472(): void { $this->runAssertReturnCommand( @@ -14739,7 +13266,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1472')] public function testAssertReturn1473(): void { $this->runAssertReturnCommand( @@ -14749,7 +13275,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1473')] public function testAssertReturn1474(): void { $this->runAssertReturnCommand( @@ -14759,7 +13284,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1474')] public function testAssertReturn1475(): void { $this->runAssertReturnCommand( @@ -14769,7 +13293,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1475')] public function testAssertReturn1476(): void { $this->runAssertReturnCommand( @@ -14779,7 +13302,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1476')] public function testAssertReturn1477(): void { $this->runAssertReturnCommand( @@ -14789,7 +13311,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1477')] public function testAssertReturn1478(): void { $this->runAssertReturnCommand( @@ -14799,7 +13320,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1478')] public function testAssertReturn1479(): void { $this->runAssertReturnCommand( @@ -14809,7 +13329,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1479')] public function testAssertReturn1480(): void { $this->runAssertReturnCommand( @@ -14819,7 +13338,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1480')] public function testAssertReturn1481(): void { $this->runAssertReturnCommand( @@ -14829,7 +13347,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1481')] public function testAssertReturn1482(): void { $this->runAssertReturnCommand( @@ -14839,7 +13356,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1482')] public function testAssertReturn1483(): void { $this->runAssertReturnCommand( @@ -14849,7 +13365,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1483')] public function testAssertReturn1484(): void { $this->runAssertReturnCommand( @@ -14859,7 +13374,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1484')] public function testAssertReturn1485(): void { $this->runAssertReturnCommand( @@ -14869,7 +13383,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1485')] public function testAssertReturn1486(): void { $this->runAssertReturnCommand( @@ -14879,7 +13392,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1486')] public function testAssertReturn1487(): void { $this->runAssertReturnCommand( @@ -14889,7 +13401,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1487')] public function testAssertReturn1488(): void { $this->runAssertReturnCommand( @@ -14899,7 +13410,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1488')] public function testAssertReturn1489(): void { $this->runAssertReturnCommand( @@ -14909,7 +13419,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1489')] public function testAssertReturn1490(): void { $this->runAssertReturnCommand( @@ -14919,7 +13428,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1490')] public function testAssertReturn1491(): void { $this->runAssertReturnCommand( @@ -14929,7 +13437,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1491')] public function testAssertReturn1492(): void { $this->runAssertReturnCommand( @@ -14939,7 +13446,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1492')] public function testAssertReturn1493(): void { $this->runAssertReturnCommand( @@ -14949,7 +13455,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1493')] public function testAssertReturn1494(): void { $this->runAssertReturnCommand( @@ -14959,7 +13464,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1494')] public function testAssertReturn1495(): void { $this->runAssertReturnCommand( @@ -14969,7 +13473,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1495')] public function testAssertReturn1496(): void { $this->runAssertReturnCommand( @@ -14979,7 +13482,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1496')] public function testAssertReturn1497(): void { $this->runAssertReturnCommand( @@ -14989,7 +13491,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1497')] public function testAssertReturn1498(): void { $this->runAssertReturnCommand( @@ -14999,7 +13500,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1498')] public function testAssertReturn1499(): void { $this->runAssertReturnCommand( @@ -15009,7 +13509,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1499')] public function testAssertReturn1500(): void { $this->runAssertReturnCommand( @@ -15019,7 +13518,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1500')] public function testAssertReturn1501(): void { $this->runAssertReturnCommand( @@ -15029,7 +13527,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1501')] public function testAssertReturn1502(): void { $this->runAssertReturnCommand( @@ -15039,7 +13536,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1502')] public function testAssertReturn1503(): void { $this->runAssertReturnCommand( @@ -15049,7 +13545,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1503')] public function testAssertReturn1504(): void { $this->runAssertReturnCommand( @@ -15059,7 +13554,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1504')] public function testAssertReturn1505(): void { $this->runAssertReturnCommand( @@ -15069,7 +13563,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1505')] public function testAssertReturn1506(): void { $this->runAssertReturnCommand( @@ -15079,7 +13572,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1506')] public function testAssertReturn1507(): void { $this->runAssertReturnCommand( @@ -15089,7 +13581,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1507')] public function testAssertReturn1508(): void { $this->runAssertReturnCommand( @@ -15099,7 +13590,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1508')] public function testAssertReturn1509(): void { $this->runAssertReturnCommand( @@ -15109,7 +13599,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1509')] public function testAssertReturn1510(): void { $this->runAssertReturnCommand( @@ -15119,7 +13608,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1510')] public function testAssertReturn1511(): void { $this->runAssertReturnCommand( @@ -15129,7 +13617,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1511')] public function testAssertReturn1512(): void { $this->runAssertReturnCommand( @@ -15139,7 +13626,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1512')] public function testAssertReturn1513(): void { $this->runAssertReturnCommand( @@ -15149,7 +13635,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1513')] public function testAssertReturn1514(): void { $this->runAssertReturnCommand( @@ -15159,7 +13644,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1514')] public function testAssertReturn1515(): void { $this->runAssertReturnCommand( @@ -15169,7 +13653,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1515')] public function testAssertReturn1516(): void { $this->runAssertReturnCommand( @@ -15179,7 +13662,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1516')] public function testAssertReturn1517(): void { $this->runAssertReturnCommand( @@ -15189,7 +13671,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1517')] public function testAssertReturn1518(): void { $this->runAssertReturnCommand( @@ -15199,7 +13680,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1518')] public function testAssertReturn1519(): void { $this->runAssertReturnCommand( @@ -15209,7 +13689,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1519')] public function testAssertReturn1520(): void { $this->runAssertReturnCommand( @@ -15219,7 +13698,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1520')] public function testAssertReturn1521(): void { $this->runAssertReturnCommand( @@ -15229,7 +13707,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1521')] public function testAssertReturn1522(): void { $this->runAssertReturnCommand( @@ -15239,7 +13716,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1522')] public function testAssertReturn1523(): void { $this->runAssertReturnCommand( @@ -15249,7 +13725,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1523')] public function testAssertReturn1524(): void { $this->runAssertReturnCommand( @@ -15259,7 +13734,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1524')] public function testAssertReturn1525(): void { $this->runAssertReturnCommand( @@ -15269,7 +13743,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1525')] public function testAssertReturn1526(): void { $this->runAssertReturnCommand( @@ -15279,7 +13752,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1526')] public function testAssertReturn1527(): void { $this->runAssertReturnCommand( @@ -15289,7 +13761,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1527')] public function testAssertReturn1528(): void { $this->runAssertReturnCommand( @@ -15299,7 +13770,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1528')] public function testAssertReturn1529(): void { $this->runAssertReturnCommand( @@ -15309,7 +13779,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1529')] public function testAssertReturn1530(): void { $this->runAssertReturnCommand( @@ -15319,7 +13788,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1530')] public function testAssertReturn1531(): void { $this->runAssertReturnCommand( @@ -15329,7 +13797,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1531')] public function testAssertReturn1532(): void { $this->runAssertReturnCommand( @@ -15339,7 +13806,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1532')] public function testAssertReturn1533(): void { $this->runAssertReturnCommand( @@ -15349,7 +13815,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1533')] public function testAssertReturn1534(): void { $this->runAssertReturnCommand( @@ -15359,7 +13824,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1534')] public function testAssertReturn1535(): void { $this->runAssertReturnCommand( @@ -15369,7 +13833,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1535')] public function testAssertReturn1536(): void { $this->runAssertReturnCommand( @@ -15379,7 +13842,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1536')] public function testAssertReturn1537(): void { $this->runAssertReturnCommand( @@ -15389,7 +13851,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1537')] public function testAssertReturn1538(): void { $this->runAssertReturnCommand( @@ -15399,7 +13860,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1538')] public function testAssertReturn1539(): void { $this->runAssertReturnCommand( @@ -15409,7 +13869,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1539')] public function testAssertReturn1540(): void { $this->runAssertReturnCommand( @@ -15419,7 +13878,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1540')] public function testAssertReturn1541(): void { $this->runAssertReturnCommand( @@ -15429,7 +13887,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1541')] public function testAssertReturn1542(): void { $this->runAssertReturnCommand( @@ -15439,7 +13896,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1542')] public function testAssertReturn1543(): void { $this->runAssertReturnCommand( @@ -15449,7 +13905,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1543')] public function testAssertReturn1544(): void { $this->runAssertReturnCommand( @@ -15459,7 +13914,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1544')] public function testAssertReturn1545(): void { $this->runAssertReturnCommand( @@ -15469,7 +13923,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1545')] public function testAssertReturn1546(): void { $this->runAssertReturnCommand( @@ -15479,7 +13932,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1546')] public function testAssertReturn1547(): void { $this->runAssertReturnCommand( @@ -15489,7 +13941,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1547')] public function testAssertReturn1548(): void { $this->runAssertReturnCommand( @@ -15499,7 +13950,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1548')] public function testAssertReturn1549(): void { $this->runAssertReturnCommand( @@ -15509,7 +13959,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1549')] public function testAssertReturn1550(): void { $this->runAssertReturnCommand( @@ -15519,7 +13968,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1550')] public function testAssertReturn1551(): void { $this->runAssertReturnCommand( @@ -15529,7 +13977,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1551')] public function testAssertReturn1552(): void { $this->runAssertReturnCommand( @@ -15539,7 +13986,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1552')] public function testAssertReturn1553(): void { $this->runAssertReturnCommand( @@ -15549,7 +13995,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1553')] public function testAssertReturn1554(): void { $this->runAssertReturnCommand( @@ -15559,7 +14004,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1554')] public function testAssertReturn1555(): void { $this->runAssertReturnCommand( @@ -15569,7 +14013,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1555')] public function testAssertReturn1556(): void { $this->runAssertReturnCommand( @@ -15579,7 +14022,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1556')] public function testAssertReturn1557(): void { $this->runAssertReturnCommand( @@ -15589,7 +14031,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1557')] public function testAssertReturn1558(): void { $this->runAssertReturnCommand( @@ -15599,7 +14040,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1558')] public function testAssertReturn1559(): void { $this->runAssertReturnCommand( @@ -15609,7 +14049,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1559')] public function testAssertReturn1560(): void { $this->runAssertReturnCommand( @@ -15619,7 +14058,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1560')] public function testAssertReturn1561(): void { $this->runAssertReturnCommand( @@ -15629,7 +14067,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1561')] public function testAssertReturn1562(): void { $this->runAssertReturnCommand( @@ -15639,7 +14076,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1562')] public function testAssertReturn1563(): void { $this->runAssertReturnCommand( @@ -15649,7 +14085,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1563')] public function testAssertReturn1564(): void { $this->runAssertReturnCommand( @@ -15659,7 +14094,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1564')] public function testAssertReturn1565(): void { $this->runAssertReturnCommand( @@ -15669,7 +14103,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1565')] public function testAssertReturn1566(): void { $this->runAssertReturnCommand( @@ -15679,7 +14112,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1566')] public function testAssertReturn1567(): void { $this->runAssertReturnCommand( @@ -15689,7 +14121,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1567')] public function testAssertReturn1568(): void { $this->runAssertReturnCommand( @@ -15699,7 +14130,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1568')] public function testAssertReturn1569(): void { $this->runAssertReturnCommand( @@ -15709,7 +14139,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1569')] public function testAssertReturn1570(): void { $this->runAssertReturnCommand( @@ -15719,7 +14148,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1570')] public function testAssertReturn1571(): void { $this->runAssertReturnCommand( @@ -15729,7 +14157,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1571')] public function testAssertReturn1572(): void { $this->runAssertReturnCommand( @@ -15739,7 +14166,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1572')] public function testAssertReturn1573(): void { $this->runAssertReturnCommand( @@ -15749,7 +14175,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1573')] public function testAssertReturn1574(): void { $this->runAssertReturnCommand( @@ -15759,7 +14184,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1574')] public function testAssertReturn1575(): void { $this->runAssertReturnCommand( @@ -15769,7 +14193,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1575')] public function testAssertReturn1576(): void { $this->runAssertReturnCommand( @@ -15779,7 +14202,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1576')] public function testAssertReturn1577(): void { $this->runAssertReturnCommand( @@ -15789,7 +14211,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1577')] public function testAssertReturn1578(): void { $this->runAssertReturnCommand( @@ -15799,7 +14220,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1578')] public function testAssertReturn1579(): void { $this->runAssertReturnCommand( @@ -15809,7 +14229,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1579')] public function testAssertReturn1580(): void { $this->runAssertReturnCommand( @@ -15819,7 +14238,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1580')] public function testAssertReturn1581(): void { $this->runAssertReturnCommand( @@ -15829,7 +14247,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1581')] public function testAssertReturn1582(): void { $this->runAssertReturnCommand( @@ -15839,7 +14256,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1582')] public function testAssertReturn1583(): void { $this->runAssertReturnCommand( @@ -15849,7 +14265,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1583')] public function testAssertReturn1584(): void { $this->runAssertReturnCommand( @@ -15859,7 +14274,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1584')] public function testAssertReturn1585(): void { $this->runAssertReturnCommand( @@ -15869,7 +14283,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1585')] public function testAssertReturn1586(): void { $this->runAssertReturnCommand( @@ -15879,7 +14292,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1586')] public function testAssertReturn1587(): void { $this->runAssertReturnCommand( @@ -15889,7 +14301,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1587')] public function testAssertReturn1588(): void { $this->runAssertReturnCommand( @@ -15899,7 +14310,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1588')] public function testAssertReturn1589(): void { $this->runAssertReturnCommand( @@ -15909,7 +14319,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1589')] public function testAssertReturn1590(): void { $this->runAssertReturnCommand( @@ -15919,7 +14328,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1590')] public function testAssertReturn1591(): void { $this->runAssertReturnCommand( @@ -15929,7 +14337,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1591')] public function testAssertReturn1592(): void { $this->runAssertReturnCommand( @@ -15939,7 +14346,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1592')] public function testAssertReturn1593(): void { $this->runAssertReturnCommand( @@ -15949,7 +14355,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1593')] public function testAssertReturn1594(): void { $this->runAssertReturnCommand( @@ -15959,7 +14364,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1594')] public function testAssertReturn1595(): void { $this->runAssertReturnCommand( @@ -15969,7 +14373,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1595')] public function testAssertReturn1596(): void { $this->runAssertReturnCommand( @@ -15979,7 +14382,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1596')] public function testAssertReturn1597(): void { $this->runAssertReturnCommand( @@ -15989,7 +14391,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1597')] public function testAssertReturn1598(): void { $this->runAssertReturnCommand( @@ -15999,7 +14400,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1598')] public function testAssertReturn1599(): void { $this->runAssertReturnCommand( @@ -16009,7 +14409,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1599')] public function testAssertReturn1600(): void { $this->runAssertReturnCommand( @@ -16019,7 +14418,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1600')] public function testAssertReturn1601(): void { $this->runAssertReturnCommand( @@ -16029,7 +14427,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1601')] public function testAssertReturn1602(): void { $this->runAssertReturnCommand( @@ -16039,7 +14436,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1602')] public function testAssertReturn1603(): void { $this->runAssertReturnCommand( @@ -16049,7 +14445,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1603')] public function testAssertReturn1604(): void { $this->runAssertReturnCommand( @@ -16059,7 +14454,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1604')] public function testAssertReturn1605(): void { $this->runAssertReturnCommand( @@ -16069,7 +14463,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1605')] public function testAssertReturn1606(): void { $this->runAssertReturnCommand( @@ -16079,7 +14472,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1606')] public function testAssertReturn1607(): void { $this->runAssertReturnCommand( @@ -16089,7 +14481,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1607')] public function testAssertReturn1608(): void { $this->runAssertReturnCommand( @@ -16099,7 +14490,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1608')] public function testAssertReturn1609(): void { $this->runAssertReturnCommand( @@ -16109,7 +14499,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1609')] public function testAssertReturn1610(): void { $this->runAssertReturnCommand( @@ -16119,7 +14508,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1610')] public function testAssertReturn1611(): void { $this->runAssertReturnCommand( @@ -16129,7 +14517,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1611')] public function testAssertReturn1612(): void { $this->runAssertReturnCommand( @@ -16139,7 +14526,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1612')] public function testAssertReturn1613(): void { $this->runAssertReturnCommand( @@ -16149,7 +14535,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1613')] public function testAssertReturn1614(): void { $this->runAssertReturnCommand( @@ -16159,7 +14544,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1614')] public function testAssertReturn1615(): void { $this->runAssertReturnCommand( @@ -16169,7 +14553,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1615')] public function testAssertReturn1616(): void { $this->runAssertReturnCommand( @@ -16179,7 +14562,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1616')] public function testAssertReturn1617(): void { $this->runAssertReturnCommand( @@ -16189,7 +14571,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1617')] public function testAssertReturn1618(): void { $this->runAssertReturnCommand( @@ -16199,7 +14580,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1618')] public function testAssertReturn1619(): void { $this->runAssertReturnCommand( @@ -16209,7 +14589,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1619')] public function testAssertReturn1620(): void { $this->runAssertReturnCommand( @@ -16219,7 +14598,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1620')] public function testAssertReturn1621(): void { $this->runAssertReturnCommand( @@ -16229,7 +14607,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1621')] public function testAssertReturn1622(): void { $this->runAssertReturnCommand( @@ -16239,7 +14616,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1622')] public function testAssertReturn1623(): void { $this->runAssertReturnCommand( @@ -16249,7 +14625,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1623')] public function testAssertReturn1624(): void { $this->runAssertReturnCommand( @@ -16259,7 +14634,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1624')] public function testAssertReturn1625(): void { $this->runAssertReturnCommand( @@ -16269,7 +14643,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1625')] public function testAssertReturn1626(): void { $this->runAssertReturnCommand( @@ -16279,7 +14652,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1626')] public function testAssertReturn1627(): void { $this->runAssertReturnCommand( @@ -16289,7 +14661,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1627')] public function testAssertReturn1628(): void { $this->runAssertReturnCommand( @@ -16299,7 +14670,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1628')] public function testAssertReturn1629(): void { $this->runAssertReturnCommand( @@ -16309,7 +14679,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1629')] public function testAssertReturn1630(): void { $this->runAssertReturnCommand( @@ -16319,7 +14688,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1630')] public function testAssertReturn1631(): void { $this->runAssertReturnCommand( @@ -16329,7 +14697,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1631')] public function testAssertReturn1632(): void { $this->runAssertReturnCommand( @@ -16339,7 +14706,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1632')] public function testAssertReturn1633(): void { $this->runAssertReturnCommand( @@ -16349,7 +14715,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1633')] public function testAssertReturn1634(): void { $this->runAssertReturnCommand( @@ -16359,7 +14724,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1634')] public function testAssertReturn1635(): void { $this->runAssertReturnCommand( @@ -16369,7 +14733,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1635')] public function testAssertReturn1636(): void { $this->runAssertReturnCommand( @@ -16379,7 +14742,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1636')] public function testAssertReturn1637(): void { $this->runAssertReturnCommand( @@ -16389,7 +14751,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1637')] public function testAssertReturn1638(): void { $this->runAssertReturnCommand( @@ -16399,7 +14760,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1638')] public function testAssertReturn1639(): void { $this->runAssertReturnCommand( @@ -16409,7 +14769,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1639')] public function testAssertReturn1640(): void { $this->runAssertReturnCommand( @@ -16419,7 +14778,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1640')] public function testAssertReturn1641(): void { $this->runAssertReturnCommand( @@ -16429,7 +14787,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1641')] public function testAssertReturn1642(): void { $this->runAssertReturnCommand( @@ -16439,7 +14796,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1642')] public function testAssertReturn1643(): void { $this->runAssertReturnCommand( @@ -16449,7 +14805,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1643')] public function testAssertReturn1644(): void { $this->runAssertReturnCommand( @@ -16459,7 +14814,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1644')] public function testAssertReturn1645(): void { $this->runAssertReturnCommand( @@ -16469,7 +14823,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1645')] public function testAssertReturn1646(): void { $this->runAssertReturnCommand( @@ -16479,7 +14832,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1646')] public function testAssertReturn1647(): void { $this->runAssertReturnCommand( @@ -16489,7 +14841,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1647')] public function testAssertReturn1648(): void { $this->runAssertReturnCommand( @@ -16499,7 +14850,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1648')] public function testAssertReturn1649(): void { $this->runAssertReturnCommand( @@ -16509,7 +14859,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1649')] public function testAssertReturn1650(): void { $this->runAssertReturnCommand( @@ -16519,7 +14868,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1650')] public function testAssertReturn1651(): void { $this->runAssertReturnCommand( @@ -16529,7 +14877,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1651')] public function testAssertReturn1652(): void { $this->runAssertReturnCommand( @@ -16539,7 +14886,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1652')] public function testAssertReturn1653(): void { $this->runAssertReturnCommand( @@ -16549,7 +14895,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1653')] public function testAssertReturn1654(): void { $this->runAssertReturnCommand( @@ -16559,7 +14904,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1654')] public function testAssertReturn1655(): void { $this->runAssertReturnCommand( @@ -16569,7 +14913,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1655')] public function testAssertReturn1656(): void { $this->runAssertReturnCommand( @@ -16579,7 +14922,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1656')] public function testAssertReturn1657(): void { $this->runAssertReturnCommand( @@ -16589,7 +14931,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1657')] public function testAssertReturn1658(): void { $this->runAssertReturnCommand( @@ -16599,7 +14940,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1658')] public function testAssertReturn1659(): void { $this->runAssertReturnCommand( @@ -16609,7 +14949,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1659')] public function testAssertReturn1660(): void { $this->runAssertReturnCommand( @@ -16619,7 +14958,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1660')] public function testAssertReturn1661(): void { $this->runAssertReturnCommand( @@ -16629,7 +14967,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1661')] public function testAssertReturn1662(): void { $this->runAssertReturnCommand( @@ -16639,7 +14976,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1662')] public function testAssertReturn1663(): void { $this->runAssertReturnCommand( @@ -16649,7 +14985,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1663')] public function testAssertReturn1664(): void { $this->runAssertReturnCommand( @@ -16659,7 +14994,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1664')] public function testAssertReturn1665(): void { $this->runAssertReturnCommand( @@ -16669,7 +15003,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1665')] public function testAssertReturn1666(): void { $this->runAssertReturnCommand( @@ -16679,7 +15012,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1666')] public function testAssertReturn1667(): void { $this->runAssertReturnCommand( @@ -16689,7 +15021,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1667')] public function testAssertReturn1668(): void { $this->runAssertReturnCommand( @@ -16699,7 +15030,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1668')] public function testAssertReturn1669(): void { $this->runAssertReturnCommand( @@ -16709,7 +15039,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1669')] public function testAssertReturn1670(): void { $this->runAssertReturnCommand( @@ -16719,7 +15048,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1670')] public function testAssertReturn1671(): void { $this->runAssertReturnCommand( @@ -16729,7 +15057,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1671')] public function testAssertReturn1672(): void { $this->runAssertReturnCommand( @@ -16739,7 +15066,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1672')] public function testAssertReturn1673(): void { $this->runAssertReturnCommand( @@ -16749,7 +15075,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1673')] public function testAssertReturn1674(): void { $this->runAssertReturnCommand( @@ -16759,7 +15084,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1674')] public function testAssertReturn1675(): void { $this->runAssertReturnCommand( @@ -16769,7 +15093,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1675')] public function testAssertReturn1676(): void { $this->runAssertReturnCommand( @@ -16779,7 +15102,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1676')] public function testAssertReturn1677(): void { $this->runAssertReturnCommand( @@ -16789,7 +15111,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1677')] public function testAssertReturn1678(): void { $this->runAssertReturnCommand( @@ -16799,7 +15120,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1678')] public function testAssertReturn1679(): void { $this->runAssertReturnCommand( @@ -16809,7 +15129,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1679')] public function testAssertReturn1680(): void { $this->runAssertReturnCommand( @@ -16819,7 +15138,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1680')] public function testAssertReturn1681(): void { $this->runAssertReturnCommand( @@ -16829,7 +15147,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1681')] public function testAssertReturn1682(): void { $this->runAssertReturnCommand( @@ -16839,7 +15156,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1682')] public function testAssertReturn1683(): void { $this->runAssertReturnCommand( @@ -16849,7 +15165,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1683')] public function testAssertReturn1684(): void { $this->runAssertReturnCommand( @@ -16859,7 +15174,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1684')] public function testAssertReturn1685(): void { $this->runAssertReturnCommand( @@ -16869,7 +15183,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1685')] public function testAssertReturn1686(): void { $this->runAssertReturnCommand( @@ -16879,7 +15192,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1686')] public function testAssertReturn1687(): void { $this->runAssertReturnCommand( @@ -16889,7 +15201,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1687')] public function testAssertReturn1688(): void { $this->runAssertReturnCommand( @@ -16899,7 +15210,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1688')] public function testAssertReturn1689(): void { $this->runAssertReturnCommand( @@ -16909,7 +15219,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1689')] public function testAssertReturn1690(): void { $this->runAssertReturnCommand( @@ -16919,7 +15228,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1690')] public function testAssertReturn1691(): void { $this->runAssertReturnCommand( @@ -16929,7 +15237,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1691')] public function testAssertReturn1692(): void { $this->runAssertReturnCommand( @@ -16939,7 +15246,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1692')] public function testAssertReturn1693(): void { $this->runAssertReturnCommand( @@ -16949,7 +15255,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1693')] public function testAssertReturn1694(): void { $this->runAssertReturnCommand( @@ -16959,7 +15264,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1694')] public function testAssertReturn1695(): void { $this->runAssertReturnCommand( @@ -16969,7 +15273,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1695')] public function testAssertReturn1696(): void { $this->runAssertReturnCommand( @@ -16979,7 +15282,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1696')] public function testAssertReturn1697(): void { $this->runAssertReturnCommand( @@ -16989,7 +15291,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1697')] public function testAssertReturn1698(): void { $this->runAssertReturnCommand( @@ -16999,7 +15300,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1698')] public function testAssertReturn1699(): void { $this->runAssertReturnCommand( @@ -17009,7 +15309,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1699')] public function testAssertReturn1700(): void { $this->runAssertReturnCommand( @@ -17019,7 +15318,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1700')] public function testAssertReturn1701(): void { $this->runAssertReturnCommand( @@ -17029,7 +15327,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1701')] public function testAssertReturn1702(): void { $this->runAssertReturnCommand( @@ -17039,7 +15336,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1702')] public function testAssertReturn1703(): void { $this->runAssertReturnCommand( @@ -17049,7 +15345,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1703')] public function testAssertReturn1704(): void { $this->runAssertReturnCommand( @@ -17059,7 +15354,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1704')] public function testAssertReturn1705(): void { $this->runAssertReturnCommand( @@ -17069,7 +15363,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1705')] public function testAssertReturn1706(): void { $this->runAssertReturnCommand( @@ -17079,7 +15372,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1706')] public function testAssertReturn1707(): void { $this->runAssertReturnCommand( @@ -17089,7 +15381,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1707')] public function testAssertReturn1708(): void { $this->runAssertReturnCommand( @@ -17099,7 +15390,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1708')] public function testAssertReturn1709(): void { $this->runAssertReturnCommand( @@ -17109,7 +15399,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1709')] public function testAssertReturn1710(): void { $this->runAssertReturnCommand( @@ -17119,7 +15408,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1710')] public function testAssertReturn1711(): void { $this->runAssertReturnCommand( @@ -17129,7 +15417,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1711')] public function testAssertReturn1712(): void { $this->runAssertReturnCommand( @@ -17139,7 +15426,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1712')] public function testAssertReturn1713(): void { $this->runAssertReturnCommand( @@ -17149,7 +15435,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1713')] public function testAssertReturn1714(): void { $this->runAssertReturnCommand( @@ -17159,7 +15444,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1714')] public function testAssertReturn1715(): void { $this->runAssertReturnCommand( @@ -17169,7 +15453,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1715')] public function testAssertReturn1716(): void { $this->runAssertReturnCommand( @@ -17179,7 +15462,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1716')] public function testAssertReturn1717(): void { $this->runAssertReturnCommand( @@ -17189,7 +15471,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1717')] public function testAssertReturn1718(): void { $this->runAssertReturnCommand( @@ -17199,7 +15480,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1718')] public function testAssertReturn1719(): void { $this->runAssertReturnCommand( @@ -17209,7 +15489,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1719')] public function testAssertReturn1720(): void { $this->runAssertReturnCommand( @@ -17219,7 +15498,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1720')] public function testAssertReturn1721(): void { $this->runAssertReturnCommand( @@ -17229,7 +15507,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1721')] public function testAssertReturn1722(): void { $this->runAssertReturnCommand( @@ -17239,7 +15516,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1722')] public function testAssertReturn1723(): void { $this->runAssertReturnCommand( @@ -17249,7 +15525,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1723')] public function testAssertReturn1724(): void { $this->runAssertReturnCommand( @@ -17259,7 +15534,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1724')] public function testAssertReturn1725(): void { $this->runAssertReturnCommand( @@ -17269,7 +15543,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1725')] public function testAssertReturn1726(): void { $this->runAssertReturnCommand( @@ -17279,7 +15552,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1726')] public function testAssertReturn1727(): void { $this->runAssertReturnCommand( @@ -17289,7 +15561,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1727')] public function testAssertReturn1728(): void { $this->runAssertReturnCommand( @@ -17299,7 +15570,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1728')] public function testAssertReturn1729(): void { $this->runAssertReturnCommand( @@ -17309,7 +15579,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1729')] public function testAssertReturn1730(): void { $this->runAssertReturnCommand( @@ -17319,7 +15588,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1730')] public function testAssertReturn1731(): void { $this->runAssertReturnCommand( @@ -17329,7 +15597,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1731')] public function testAssertReturn1732(): void { $this->runAssertReturnCommand( @@ -17339,7 +15606,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1732')] public function testAssertReturn1733(): void { $this->runAssertReturnCommand( @@ -17349,7 +15615,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1733')] public function testAssertReturn1734(): void { $this->runAssertReturnCommand( @@ -17359,7 +15624,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1734')] public function testAssertReturn1735(): void { $this->runAssertReturnCommand( @@ -17369,7 +15633,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1735')] public function testAssertReturn1736(): void { $this->runAssertReturnCommand( @@ -17379,7 +15642,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1736')] public function testAssertReturn1737(): void { $this->runAssertReturnCommand( @@ -17389,7 +15651,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1737')] public function testAssertReturn1738(): void { $this->runAssertReturnCommand( @@ -17399,7 +15660,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1738')] public function testAssertReturn1739(): void { $this->runAssertReturnCommand( @@ -17409,7 +15669,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1739')] public function testAssertReturn1740(): void { $this->runAssertReturnCommand( @@ -17419,7 +15678,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1740')] public function testAssertReturn1741(): void { $this->runAssertReturnCommand( @@ -17429,7 +15687,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1741')] public function testAssertReturn1742(): void { $this->runAssertReturnCommand( @@ -17439,7 +15696,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1742')] public function testAssertReturn1743(): void { $this->runAssertReturnCommand( @@ -17449,7 +15705,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1743')] public function testAssertReturn1744(): void { $this->runAssertReturnCommand( @@ -17459,7 +15714,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1744')] public function testAssertReturn1745(): void { $this->runAssertReturnCommand( @@ -17469,7 +15723,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1745')] public function testAssertReturn1746(): void { $this->runAssertReturnCommand( @@ -17479,7 +15732,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1746')] public function testAssertReturn1747(): void { $this->runAssertReturnCommand( @@ -17489,7 +15741,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1747')] public function testAssertReturn1748(): void { $this->runAssertReturnCommand( @@ -17499,7 +15750,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1748')] public function testAssertReturn1749(): void { $this->runAssertReturnCommand( @@ -17509,7 +15759,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1749')] public function testAssertReturn1750(): void { $this->runAssertReturnCommand( @@ -17519,7 +15768,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1750')] public function testAssertReturn1751(): void { $this->runAssertReturnCommand( @@ -17529,7 +15777,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1751')] public function testAssertReturn1752(): void { $this->runAssertReturnCommand( @@ -17539,7 +15786,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1752')] public function testAssertReturn1753(): void { $this->runAssertReturnCommand( @@ -17549,7 +15795,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1753')] public function testAssertReturn1754(): void { $this->runAssertReturnCommand( @@ -17559,7 +15804,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1754')] public function testAssertReturn1755(): void { $this->runAssertReturnCommand( @@ -17569,7 +15813,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1755')] public function testAssertReturn1756(): void { $this->runAssertReturnCommand( @@ -17579,7 +15822,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1756')] public function testAssertReturn1757(): void { $this->runAssertReturnCommand( @@ -17589,7 +15831,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1757')] public function testAssertReturn1758(): void { $this->runAssertReturnCommand( @@ -17599,7 +15840,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1758')] public function testAssertReturn1759(): void { $this->runAssertReturnCommand( @@ -17609,7 +15849,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1759')] public function testAssertReturn1760(): void { $this->runAssertReturnCommand( @@ -17619,7 +15858,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1760')] public function testAssertReturn1761(): void { $this->runAssertReturnCommand( @@ -17629,7 +15867,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1761')] public function testAssertReturn1762(): void { $this->runAssertReturnCommand( @@ -17639,7 +15876,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1762')] public function testAssertReturn1763(): void { $this->runAssertReturnCommand( @@ -17649,7 +15885,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1763')] public function testAssertReturn1764(): void { $this->runAssertReturnCommand( @@ -17659,7 +15894,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1764')] public function testAssertReturn1765(): void { $this->runAssertReturnCommand( @@ -17669,7 +15903,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1765')] public function testAssertReturn1766(): void { $this->runAssertReturnCommand( @@ -17679,7 +15912,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1766')] public function testAssertReturn1767(): void { $this->runAssertReturnCommand( @@ -17689,7 +15921,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1767')] public function testAssertReturn1768(): void { $this->runAssertReturnCommand( @@ -17699,7 +15930,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1768')] public function testAssertReturn1769(): void { $this->runAssertReturnCommand( @@ -17709,7 +15939,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1769')] public function testAssertReturn1770(): void { $this->runAssertReturnCommand( @@ -17719,7 +15948,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1770')] public function testAssertReturn1771(): void { $this->runAssertReturnCommand( @@ -17729,7 +15957,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1771')] public function testAssertReturn1772(): void { $this->runAssertReturnCommand( @@ -17739,7 +15966,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1772')] public function testAssertReturn1773(): void { $this->runAssertReturnCommand( @@ -17749,7 +15975,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1773')] public function testAssertReturn1774(): void { $this->runAssertReturnCommand( @@ -17759,7 +15984,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1774')] public function testAssertReturn1775(): void { $this->runAssertReturnCommand( @@ -17769,7 +15993,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1775')] public function testAssertReturn1776(): void { $this->runAssertReturnCommand( @@ -17779,7 +16002,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1776')] public function testAssertReturn1777(): void { $this->runAssertReturnCommand( @@ -17789,7 +16011,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1777')] public function testAssertReturn1778(): void { $this->runAssertReturnCommand( @@ -17799,7 +16020,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1778')] public function testAssertReturn1779(): void { $this->runAssertReturnCommand( @@ -17809,7 +16029,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1779')] public function testAssertReturn1780(): void { $this->runAssertReturnCommand( @@ -17819,7 +16038,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1780')] public function testAssertReturn1781(): void { $this->runAssertReturnCommand( @@ -17829,7 +16047,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1781')] public function testAssertReturn1782(): void { $this->runAssertReturnCommand( @@ -17839,7 +16056,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1782')] public function testAssertReturn1783(): void { $this->runAssertReturnCommand( @@ -17849,7 +16065,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1783')] public function testAssertReturn1784(): void { $this->runAssertReturnCommand( @@ -17859,7 +16074,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1784')] public function testAssertReturn1785(): void { $this->runAssertReturnCommand( @@ -17869,7 +16083,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1785')] public function testAssertReturn1786(): void { $this->runAssertReturnCommand( @@ -17879,7 +16092,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1786')] public function testAssertReturn1787(): void { $this->runAssertReturnCommand( @@ -17889,7 +16101,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1787')] public function testAssertReturn1788(): void { $this->runAssertReturnCommand( @@ -17899,7 +16110,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1788')] public function testAssertReturn1789(): void { $this->runAssertReturnCommand( @@ -17909,7 +16119,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1789')] public function testAssertReturn1790(): void { $this->runAssertReturnCommand( @@ -17919,7 +16128,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1790')] public function testAssertReturn1791(): void { $this->runAssertReturnCommand( @@ -17929,7 +16137,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1791')] public function testAssertReturn1792(): void { $this->runAssertReturnCommand( @@ -17939,7 +16146,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1792')] public function testAssertReturn1793(): void { $this->runAssertReturnCommand( @@ -17949,7 +16155,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1793')] public function testAssertReturn1794(): void { $this->runAssertReturnCommand( @@ -17959,7 +16164,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1794')] public function testAssertReturn1795(): void { $this->runAssertReturnCommand( @@ -17969,7 +16173,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1795')] public function testAssertReturn1796(): void { $this->runAssertReturnCommand( @@ -17979,7 +16182,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1796')] public function testAssertReturn1797(): void { $this->runAssertReturnCommand( @@ -17989,7 +16191,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1797')] public function testAssertReturn1798(): void { $this->runAssertReturnCommand( @@ -17999,7 +16200,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1798')] public function testAssertReturn1799(): void { $this->runAssertReturnCommand( @@ -18009,7 +16209,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1799')] public function testAssertReturn1800(): void { $this->runAssertReturnCommand( @@ -18019,7 +16218,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1800')] public function testAssertReturn1801(): void { $this->runAssertReturnCommand( @@ -18029,7 +16227,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1801')] public function testAssertReturn1802(): void { $this->runAssertReturnCommand( @@ -18039,7 +16236,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1802')] public function testAssertReturn1803(): void { $this->runAssertReturnCommand( @@ -18049,7 +16245,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1803')] public function testAssertReturn1804(): void { $this->runAssertReturnCommand( @@ -18059,7 +16254,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1804')] public function testAssertReturn1805(): void { $this->runAssertReturnCommand( @@ -18069,7 +16263,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1805')] public function testAssertReturn1806(): void { $this->runAssertReturnCommand( @@ -18079,7 +16272,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1806')] public function testAssertReturn1807(): void { $this->runAssertReturnCommand( @@ -18089,7 +16281,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1807')] public function testAssertReturn1808(): void { $this->runAssertReturnCommand( @@ -18099,7 +16290,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1808')] public function testAssertReturn1809(): void { $this->runAssertReturnCommand( @@ -18109,7 +16299,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1809')] public function testAssertReturn1810(): void { $this->runAssertReturnCommand( @@ -18119,7 +16308,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1810')] public function testAssertReturn1811(): void { $this->runAssertReturnCommand( @@ -18129,7 +16317,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1811')] public function testAssertReturn1812(): void { $this->runAssertReturnCommand( @@ -18139,7 +16326,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1812')] public function testAssertReturn1813(): void { $this->runAssertReturnCommand( @@ -18149,7 +16335,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1813')] public function testAssertReturn1814(): void { $this->runAssertReturnCommand( @@ -18159,7 +16344,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1814')] public function testAssertReturn1815(): void { $this->runAssertReturnCommand( @@ -18169,7 +16353,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1815')] public function testAssertReturn1816(): void { $this->runAssertReturnCommand( @@ -18179,7 +16362,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1816')] public function testAssertReturn1817(): void { $this->runAssertReturnCommand( @@ -18189,7 +16371,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1817')] public function testAssertReturn1818(): void { $this->runAssertReturnCommand( @@ -18199,7 +16380,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1818')] public function testAssertReturn1819(): void { $this->runAssertReturnCommand( @@ -18209,7 +16389,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1819')] public function testAssertReturn1820(): void { $this->runAssertReturnCommand( @@ -18219,7 +16398,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1820')] public function testAssertReturn1821(): void { $this->runAssertReturnCommand( @@ -18229,7 +16407,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1821')] public function testAssertReturn1822(): void { $this->runAssertReturnCommand( @@ -18239,7 +16416,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1822')] public function testAssertReturn1823(): void { $this->runAssertReturnCommand( @@ -18249,7 +16425,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1823')] public function testAssertReturn1824(): void { $this->runAssertReturnCommand( @@ -18259,7 +16434,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1824')] public function testAssertReturn1825(): void { $this->runAssertReturnCommand( @@ -18269,7 +16443,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1825')] public function testAssertReturn1826(): void { $this->runAssertReturnCommand( @@ -18279,7 +16452,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1826')] public function testAssertReturn1827(): void { $this->runAssertReturnCommand( @@ -18289,7 +16461,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1827')] public function testAssertReturn1828(): void { $this->runAssertReturnCommand( @@ -18299,7 +16470,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1828')] public function testAssertReturn1829(): void { $this->runAssertReturnCommand( @@ -18309,7 +16479,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1829')] public function testAssertReturn1830(): void { $this->runAssertReturnCommand( @@ -18319,7 +16488,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1830')] public function testAssertReturn1831(): void { $this->runAssertReturnCommand( @@ -18329,7 +16497,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1831')] public function testAssertReturn1832(): void { $this->runAssertReturnCommand( @@ -18339,7 +16506,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1832')] public function testAssertReturn1833(): void { $this->runAssertReturnCommand( @@ -18349,7 +16515,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1833')] public function testAssertReturn1834(): void { $this->runAssertReturnCommand( @@ -18359,7 +16524,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1834')] public function testAssertReturn1835(): void { $this->runAssertReturnCommand( @@ -18369,7 +16533,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1835')] public function testAssertReturn1836(): void { $this->runAssertReturnCommand( @@ -18379,7 +16542,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1836')] public function testAssertReturn1837(): void { $this->runAssertReturnCommand( @@ -18389,7 +16551,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1837')] public function testAssertReturn1838(): void { $this->runAssertReturnCommand( @@ -18399,7 +16560,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1838')] public function testAssertReturn1839(): void { $this->runAssertReturnCommand( @@ -18409,7 +16569,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1839')] public function testAssertReturn1840(): void { $this->runAssertReturnCommand( @@ -18419,7 +16578,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1840')] public function testAssertReturn1841(): void { $this->runAssertReturnCommand( @@ -18429,7 +16587,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1841')] public function testAssertReturn1842(): void { $this->runAssertReturnCommand( @@ -18439,7 +16596,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1842')] public function testAssertReturn1843(): void { $this->runAssertReturnCommand( @@ -18449,7 +16605,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1843')] public function testAssertReturn1844(): void { $this->runAssertReturnCommand( @@ -18459,7 +16614,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1844')] public function testAssertReturn1845(): void { $this->runAssertReturnCommand( @@ -18469,7 +16623,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1845')] public function testAssertReturn1846(): void { $this->runAssertReturnCommand( @@ -18479,7 +16632,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1846')] public function testAssertReturn1847(): void { $this->runAssertReturnCommand( @@ -18489,7 +16641,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1847')] public function testAssertReturn1848(): void { $this->runAssertReturnCommand( @@ -18499,7 +16650,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1848')] public function testAssertReturn1849(): void { $this->runAssertReturnCommand( @@ -18509,7 +16659,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1849')] public function testAssertReturn1850(): void { $this->runAssertReturnCommand( @@ -18519,7 +16668,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1850')] public function testAssertReturn1851(): void { $this->runAssertReturnCommand( @@ -18529,7 +16677,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1851')] public function testAssertReturn1852(): void { $this->runAssertReturnCommand( @@ -18539,7 +16686,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1852')] public function testAssertReturn1853(): void { $this->runAssertReturnCommand( @@ -18549,7 +16695,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1853')] public function testAssertReturn1854(): void { $this->runAssertReturnCommand( @@ -18559,7 +16704,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1854')] public function testAssertReturn1855(): void { $this->runAssertReturnCommand( @@ -18569,7 +16713,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1855')] public function testAssertReturn1856(): void { $this->runAssertReturnCommand( @@ -18579,7 +16722,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1856')] public function testAssertReturn1857(): void { $this->runAssertReturnCommand( @@ -18589,7 +16731,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1857')] public function testAssertReturn1858(): void { $this->runAssertReturnCommand( @@ -18599,7 +16740,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1858')] public function testAssertReturn1859(): void { $this->runAssertReturnCommand( @@ -18609,7 +16749,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1859')] public function testAssertReturn1860(): void { $this->runAssertReturnCommand( @@ -18619,7 +16758,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1860')] public function testAssertReturn1861(): void { $this->runAssertReturnCommand( @@ -18629,7 +16767,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1861')] public function testAssertReturn1862(): void { $this->runAssertReturnCommand( @@ -18639,7 +16776,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1862')] public function testAssertReturn1863(): void { $this->runAssertReturnCommand( @@ -18649,7 +16785,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1863')] public function testAssertReturn1864(): void { $this->runAssertReturnCommand( @@ -18659,7 +16794,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1864')] public function testAssertReturn1865(): void { $this->runAssertReturnCommand( @@ -18669,7 +16803,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1865')] public function testAssertReturn1866(): void { $this->runAssertReturnCommand( @@ -18679,7 +16812,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1866')] public function testAssertReturn1867(): void { $this->runAssertReturnCommand( @@ -18689,7 +16821,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1867')] public function testAssertReturn1868(): void { $this->runAssertReturnCommand( @@ -18699,7 +16830,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1868')] public function testAssertReturn1869(): void { $this->runAssertReturnCommand( @@ -18709,7 +16839,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1869')] public function testAssertReturn1870(): void { $this->runAssertReturnCommand( @@ -18719,7 +16848,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1870')] public function testAssertReturn1871(): void { $this->runAssertReturnCommand( @@ -18729,7 +16857,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1871')] public function testAssertReturn1872(): void { $this->runAssertReturnCommand( @@ -18739,7 +16866,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1872')] public function testAssertReturn1873(): void { $this->runAssertReturnCommand( @@ -18749,7 +16875,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1873')] public function testAssertReturn1874(): void { $this->runAssertReturnCommand( @@ -18759,7 +16884,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1874')] public function testAssertReturn1875(): void { $this->runAssertReturnCommand( @@ -18769,7 +16893,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1875')] public function testAssertReturn1876(): void { $this->runAssertReturnCommand( @@ -18779,7 +16902,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1876')] public function testAssertReturn1877(): void { $this->runAssertReturnCommand( @@ -18789,7 +16911,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1877')] public function testAssertReturn1878(): void { $this->runAssertReturnCommand( @@ -18799,7 +16920,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1878')] public function testAssertReturn1879(): void { $this->runAssertReturnCommand( @@ -18809,7 +16929,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1879')] public function testAssertReturn1880(): void { $this->runAssertReturnCommand( @@ -18819,7 +16938,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1880')] public function testAssertReturn1881(): void { $this->runAssertReturnCommand( @@ -18829,7 +16947,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1881')] public function testAssertReturn1882(): void { $this->runAssertReturnCommand( @@ -18839,7 +16956,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1882')] public function testAssertReturn1883(): void { $this->runAssertReturnCommand( @@ -18849,7 +16965,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1883')] public function testAssertReturn1884(): void { $this->runAssertReturnCommand( @@ -18859,7 +16974,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1884')] public function testAssertReturn1885(): void { $this->runAssertReturnCommand( @@ -18869,7 +16983,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1885')] public function testAssertReturn1886(): void { $this->runAssertReturnCommand( @@ -18879,7 +16992,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1886')] public function testAssertReturn1887(): void { $this->runAssertReturnCommand( @@ -18889,7 +17001,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1887')] public function testAssertReturn1888(): void { $this->runAssertReturnCommand( @@ -18899,7 +17010,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1888')] public function testAssertReturn1889(): void { $this->runAssertReturnCommand( @@ -18909,7 +17019,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1889')] public function testAssertReturn1890(): void { $this->runAssertReturnCommand( @@ -18919,7 +17028,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1890')] public function testAssertReturn1891(): void { $this->runAssertReturnCommand( @@ -18929,7 +17037,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1891')] public function testAssertReturn1892(): void { $this->runAssertReturnCommand( @@ -18939,7 +17046,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1892')] public function testAssertReturn1893(): void { $this->runAssertReturnCommand( @@ -18949,7 +17055,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1893')] public function testAssertReturn1894(): void { $this->runAssertReturnCommand( @@ -18959,7 +17064,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1894')] public function testAssertReturn1895(): void { $this->runAssertReturnCommand( @@ -18969,7 +17073,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1895')] public function testAssertReturn1896(): void { $this->runAssertReturnCommand( @@ -18979,7 +17082,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1896')] public function testAssertReturn1897(): void { $this->runAssertReturnCommand( @@ -18989,7 +17091,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1897')] public function testAssertReturn1898(): void { $this->runAssertReturnCommand( @@ -18999,7 +17100,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1898')] public function testAssertReturn1899(): void { $this->runAssertReturnCommand( @@ -19009,7 +17109,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1899')] public function testAssertReturn1900(): void { $this->runAssertReturnCommand( @@ -19019,7 +17118,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1900')] public function testAssertReturn1901(): void { $this->runAssertReturnCommand( @@ -19029,7 +17127,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1901')] public function testAssertReturn1902(): void { $this->runAssertReturnCommand( @@ -19039,7 +17136,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1902')] public function testAssertReturn1903(): void { $this->runAssertReturnCommand( @@ -19049,7 +17145,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1903')] public function testAssertReturn1904(): void { $this->runAssertReturnCommand( @@ -19059,7 +17154,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1904')] public function testAssertReturn1905(): void { $this->runAssertReturnCommand( @@ -19069,7 +17163,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1905')] public function testAssertReturn1906(): void { $this->runAssertReturnCommand( @@ -19079,7 +17172,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1906')] public function testAssertReturn1907(): void { $this->runAssertReturnCommand( @@ -19089,7 +17181,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1907')] public function testAssertReturn1908(): void { $this->runAssertReturnCommand( @@ -19099,7 +17190,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1908')] public function testAssertReturn1909(): void { $this->runAssertReturnCommand( @@ -19109,7 +17199,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1909')] public function testAssertReturn1910(): void { $this->runAssertReturnCommand( @@ -19119,7 +17208,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1910')] public function testAssertReturn1911(): void { $this->runAssertReturnCommand( @@ -19129,7 +17217,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1911')] public function testAssertReturn1912(): void { $this->runAssertReturnCommand( @@ -19139,7 +17226,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1912')] public function testAssertReturn1913(): void { $this->runAssertReturnCommand( @@ -19149,7 +17235,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1913')] public function testAssertReturn1914(): void { $this->runAssertReturnCommand( @@ -19159,7 +17244,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1914')] public function testAssertReturn1915(): void { $this->runAssertReturnCommand( @@ -19169,7 +17253,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1915')] public function testAssertReturn1916(): void { $this->runAssertReturnCommand( @@ -19179,7 +17262,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1916')] public function testAssertReturn1917(): void { $this->runAssertReturnCommand( @@ -19189,7 +17271,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1917')] public function testAssertReturn1918(): void { $this->runAssertReturnCommand( @@ -19199,7 +17280,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1918')] public function testAssertReturn1919(): void { $this->runAssertReturnCommand( @@ -19209,7 +17289,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1919')] public function testAssertReturn1920(): void { $this->runAssertReturnCommand( @@ -19219,7 +17298,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1920')] public function testAssertReturn1921(): void { $this->runAssertReturnCommand( @@ -19229,7 +17307,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1921')] public function testAssertReturn1922(): void { $this->runAssertReturnCommand( @@ -19239,7 +17316,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1922')] public function testAssertReturn1923(): void { $this->runAssertReturnCommand( @@ -19249,7 +17325,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1923')] public function testAssertReturn1924(): void { $this->runAssertReturnCommand( @@ -19259,7 +17334,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1924')] public function testAssertReturn1925(): void { $this->runAssertReturnCommand( @@ -19269,7 +17343,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1925')] public function testAssertReturn1926(): void { $this->runAssertReturnCommand( @@ -19279,7 +17352,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1926')] public function testAssertReturn1927(): void { $this->runAssertReturnCommand( @@ -19289,7 +17361,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1927')] public function testAssertReturn1928(): void { $this->runAssertReturnCommand( @@ -19299,7 +17370,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1928')] public function testAssertReturn1929(): void { $this->runAssertReturnCommand( @@ -19309,7 +17379,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1929')] public function testAssertReturn1930(): void { $this->runAssertReturnCommand( @@ -19319,7 +17388,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1930')] public function testAssertReturn1931(): void { $this->runAssertReturnCommand( @@ -19329,7 +17397,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1931')] public function testAssertReturn1932(): void { $this->runAssertReturnCommand( @@ -19339,7 +17406,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1932')] public function testAssertReturn1933(): void { $this->runAssertReturnCommand( @@ -19349,7 +17415,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1933')] public function testAssertReturn1934(): void { $this->runAssertReturnCommand( @@ -19359,7 +17424,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1934')] public function testAssertReturn1935(): void { $this->runAssertReturnCommand( @@ -19369,7 +17433,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1935')] public function testAssertReturn1936(): void { $this->runAssertReturnCommand( @@ -19379,7 +17442,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1936')] public function testAssertReturn1937(): void { $this->runAssertReturnCommand( @@ -19389,7 +17451,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1937')] public function testAssertReturn1938(): void { $this->runAssertReturnCommand( @@ -19399,7 +17460,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1938')] public function testAssertReturn1939(): void { $this->runAssertReturnCommand( @@ -19409,7 +17469,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1939')] public function testAssertReturn1940(): void { $this->runAssertReturnCommand( @@ -19419,7 +17478,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1940')] public function testAssertReturn1941(): void { $this->runAssertReturnCommand( @@ -19429,7 +17487,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1941')] public function testAssertReturn1942(): void { $this->runAssertReturnCommand( @@ -19439,7 +17496,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1942')] public function testAssertReturn1943(): void { $this->runAssertReturnCommand( @@ -19449,7 +17505,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1943')] public function testAssertReturn1944(): void { $this->runAssertReturnCommand( @@ -19459,7 +17514,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1944')] public function testAssertReturn1945(): void { $this->runAssertReturnCommand( @@ -19469,7 +17523,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1945')] public function testAssertReturn1946(): void { $this->runAssertReturnCommand( @@ -19479,7 +17532,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1946')] public function testAssertReturn1947(): void { $this->runAssertReturnCommand( @@ -19489,7 +17541,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1947')] public function testAssertReturn1948(): void { $this->runAssertReturnCommand( @@ -19499,7 +17550,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1948')] public function testAssertReturn1949(): void { $this->runAssertReturnCommand( @@ -19509,7 +17559,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1949')] public function testAssertReturn1950(): void { $this->runAssertReturnCommand( @@ -19519,7 +17568,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1950')] public function testAssertReturn1951(): void { $this->runAssertReturnCommand( @@ -19529,7 +17577,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1951')] public function testAssertReturn1952(): void { $this->runAssertReturnCommand( @@ -19539,7 +17586,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1952')] public function testAssertReturn1953(): void { $this->runAssertReturnCommand( @@ -19549,7 +17595,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1953')] public function testAssertReturn1954(): void { $this->runAssertReturnCommand( @@ -19559,7 +17604,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1954')] public function testAssertReturn1955(): void { $this->runAssertReturnCommand( @@ -19569,7 +17613,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1955')] public function testAssertReturn1956(): void { $this->runAssertReturnCommand( @@ -19579,7 +17622,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1956')] public function testAssertReturn1957(): void { $this->runAssertReturnCommand( @@ -19589,7 +17631,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1957')] public function testAssertReturn1958(): void { $this->runAssertReturnCommand( @@ -19599,7 +17640,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1958')] public function testAssertReturn1959(): void { $this->runAssertReturnCommand( @@ -19609,7 +17649,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1959')] public function testAssertReturn1960(): void { $this->runAssertReturnCommand( @@ -19619,7 +17658,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1960')] public function testAssertReturn1961(): void { $this->runAssertReturnCommand( @@ -19629,7 +17667,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1961')] public function testAssertReturn1962(): void { $this->runAssertReturnCommand( @@ -19639,7 +17676,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1962')] public function testAssertReturn1963(): void { $this->runAssertReturnCommand( @@ -19649,7 +17685,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1963')] public function testAssertReturn1964(): void { $this->runAssertReturnCommand( @@ -19659,7 +17694,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1964')] public function testAssertReturn1965(): void { $this->runAssertReturnCommand( @@ -19669,7 +17703,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1965')] public function testAssertReturn1966(): void { $this->runAssertReturnCommand( @@ -19679,7 +17712,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1966')] public function testAssertReturn1967(): void { $this->runAssertReturnCommand( @@ -19689,7 +17721,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1967')] public function testAssertReturn1968(): void { $this->runAssertReturnCommand( @@ -19699,7 +17730,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1968')] public function testAssertReturn1969(): void { $this->runAssertReturnCommand( @@ -19709,7 +17739,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1969')] public function testAssertReturn1970(): void { $this->runAssertReturnCommand( @@ -19719,7 +17748,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1970')] public function testAssertReturn1971(): void { $this->runAssertReturnCommand( @@ -19729,7 +17757,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1971')] public function testAssertReturn1972(): void { $this->runAssertReturnCommand( @@ -19739,7 +17766,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1972')] public function testAssertReturn1973(): void { $this->runAssertReturnCommand( @@ -19749,7 +17775,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1973')] public function testAssertReturn1974(): void { $this->runAssertReturnCommand( @@ -19759,7 +17784,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1974')] public function testAssertReturn1975(): void { $this->runAssertReturnCommand( @@ -19769,7 +17793,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1975')] public function testAssertReturn1976(): void { $this->runAssertReturnCommand( @@ -19779,7 +17802,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1976')] public function testAssertReturn1977(): void { $this->runAssertReturnCommand( @@ -19789,7 +17811,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1977')] public function testAssertReturn1978(): void { $this->runAssertReturnCommand( @@ -19799,7 +17820,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1978')] public function testAssertReturn1979(): void { $this->runAssertReturnCommand( @@ -19809,7 +17829,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1979')] public function testAssertReturn1980(): void { $this->runAssertReturnCommand( @@ -19819,7 +17838,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1980')] public function testAssertReturn1981(): void { $this->runAssertReturnCommand( @@ -19829,7 +17847,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1981')] public function testAssertReturn1982(): void { $this->runAssertReturnCommand( @@ -19839,7 +17856,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1982')] public function testAssertReturn1983(): void { $this->runAssertReturnCommand( @@ -19849,7 +17865,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1983')] public function testAssertReturn1984(): void { $this->runAssertReturnCommand( @@ -19859,7 +17874,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1984')] public function testAssertReturn1985(): void { $this->runAssertReturnCommand( @@ -19869,7 +17883,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1985')] public function testAssertReturn1986(): void { $this->runAssertReturnCommand( @@ -19879,7 +17892,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1986')] public function testAssertReturn1987(): void { $this->runAssertReturnCommand( @@ -19889,7 +17901,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1987')] public function testAssertReturn1988(): void { $this->runAssertReturnCommand( @@ -19899,7 +17910,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1988')] public function testAssertReturn1989(): void { $this->runAssertReturnCommand( @@ -19909,7 +17919,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1989')] public function testAssertReturn1990(): void { $this->runAssertReturnCommand( @@ -19919,7 +17928,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1990')] public function testAssertReturn1991(): void { $this->runAssertReturnCommand( @@ -19929,7 +17937,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1991')] public function testAssertReturn1992(): void { $this->runAssertReturnCommand( @@ -19939,7 +17946,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1992')] public function testAssertReturn1993(): void { $this->runAssertReturnCommand( @@ -19949,7 +17955,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1993')] public function testAssertReturn1994(): void { $this->runAssertReturnCommand( @@ -19959,7 +17964,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1994')] public function testAssertReturn1995(): void { $this->runAssertReturnCommand( @@ -19969,7 +17973,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1995')] public function testAssertReturn1996(): void { $this->runAssertReturnCommand( @@ -19979,7 +17982,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1996')] public function testAssertReturn1997(): void { $this->runAssertReturnCommand( @@ -19989,7 +17991,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1997')] public function testAssertReturn1998(): void { $this->runAssertReturnCommand( @@ -19999,7 +18000,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1998')] public function testAssertReturn1999(): void { $this->runAssertReturnCommand( @@ -20009,7 +18009,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1999')] public function testAssertReturn2000(): void { $this->runAssertReturnCommand( @@ -20019,7 +18018,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2000')] public function testAssertReturn2001(): void { $this->runAssertReturnCommand( @@ -20029,7 +18027,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2001')] public function testAssertReturn2002(): void { $this->runAssertReturnCommand( @@ -20039,7 +18036,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2002')] public function testAssertReturn2003(): void { $this->runAssertReturnCommand( @@ -20049,7 +18045,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2003')] public function testAssertReturn2004(): void { $this->runAssertReturnCommand( @@ -20059,7 +18054,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2004')] public function testAssertReturn2005(): void { $this->runAssertReturnCommand( @@ -20069,7 +18063,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2005')] public function testAssertReturn2006(): void { $this->runAssertReturnCommand( @@ -20079,7 +18072,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2006')] public function testAssertReturn2007(): void { $this->runAssertReturnCommand( @@ -20089,7 +18081,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2007')] public function testAssertReturn2008(): void { $this->runAssertReturnCommand( @@ -20099,7 +18090,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2008')] public function testAssertReturn2009(): void { $this->runAssertReturnCommand( @@ -20109,7 +18099,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2009')] public function testAssertReturn2010(): void { $this->runAssertReturnCommand( @@ -20119,7 +18108,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2010')] public function testAssertReturn2011(): void { $this->runAssertReturnCommand( @@ -20129,7 +18117,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2011')] public function testAssertReturn2012(): void { $this->runAssertReturnCommand( @@ -20139,7 +18126,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2012')] public function testAssertReturn2013(): void { $this->runAssertReturnCommand( @@ -20149,7 +18135,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2013')] public function testAssertReturn2014(): void { $this->runAssertReturnCommand( @@ -20159,7 +18144,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2014')] public function testAssertReturn2015(): void { $this->runAssertReturnCommand( @@ -20169,7 +18153,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2015')] public function testAssertReturn2016(): void { $this->runAssertReturnCommand( @@ -20179,7 +18162,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2016')] public function testAssertReturn2017(): void { $this->runAssertReturnCommand( @@ -20189,7 +18171,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2017')] public function testAssertReturn2018(): void { $this->runAssertReturnCommand( @@ -20199,7 +18180,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2018')] public function testAssertReturn2019(): void { $this->runAssertReturnCommand( @@ -20209,7 +18189,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2019')] public function testAssertReturn2020(): void { $this->runAssertReturnCommand( @@ -20219,7 +18198,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2020')] public function testAssertReturn2021(): void { $this->runAssertReturnCommand( @@ -20229,7 +18207,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2021')] public function testAssertReturn2022(): void { $this->runAssertReturnCommand( @@ -20239,7 +18216,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2022')] public function testAssertReturn2023(): void { $this->runAssertReturnCommand( @@ -20249,7 +18225,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2023')] public function testAssertReturn2024(): void { $this->runAssertReturnCommand( @@ -20259,7 +18234,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2024')] public function testAssertReturn2025(): void { $this->runAssertReturnCommand( @@ -20269,7 +18243,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2025')] public function testAssertReturn2026(): void { $this->runAssertReturnCommand( @@ -20279,7 +18252,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2026')] public function testAssertReturn2027(): void { $this->runAssertReturnCommand( @@ -20289,7 +18261,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2027')] public function testAssertReturn2028(): void { $this->runAssertReturnCommand( @@ -20299,7 +18270,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2028')] public function testAssertReturn2029(): void { $this->runAssertReturnCommand( @@ -20309,7 +18279,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2029')] public function testAssertReturn2030(): void { $this->runAssertReturnCommand( @@ -20319,7 +18288,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2030')] public function testAssertReturn2031(): void { $this->runAssertReturnCommand( @@ -20329,7 +18297,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2031')] public function testAssertReturn2032(): void { $this->runAssertReturnCommand( @@ -20339,7 +18306,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2032')] public function testAssertReturn2033(): void { $this->runAssertReturnCommand( @@ -20349,7 +18315,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2033')] public function testAssertReturn2034(): void { $this->runAssertReturnCommand( @@ -20359,7 +18324,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2034')] public function testAssertReturn2035(): void { $this->runAssertReturnCommand( @@ -20369,7 +18333,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2035')] public function testAssertReturn2036(): void { $this->runAssertReturnCommand( @@ -20379,7 +18342,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2036')] public function testAssertReturn2037(): void { $this->runAssertReturnCommand( @@ -20389,7 +18351,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2037')] public function testAssertReturn2038(): void { $this->runAssertReturnCommand( @@ -20399,7 +18360,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2038')] public function testAssertReturn2039(): void { $this->runAssertReturnCommand( @@ -20409,7 +18369,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2039')] public function testAssertReturn2040(): void { $this->runAssertReturnCommand( @@ -20419,7 +18378,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2040')] public function testAssertReturn2041(): void { $this->runAssertReturnCommand( @@ -20429,7 +18387,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2041')] public function testAssertReturn2042(): void { $this->runAssertReturnCommand( @@ -20439,7 +18396,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2042')] public function testAssertReturn2043(): void { $this->runAssertReturnCommand( @@ -20449,7 +18405,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2043')] public function testAssertReturn2044(): void { $this->runAssertReturnCommand( @@ -20459,7 +18414,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2044')] public function testAssertReturn2045(): void { $this->runAssertReturnCommand( @@ -20469,7 +18423,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2045')] public function testAssertReturn2046(): void { $this->runAssertReturnCommand( @@ -20479,7 +18432,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2046')] public function testAssertReturn2047(): void { $this->runAssertReturnCommand( @@ -20489,7 +18441,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2047')] public function testAssertReturn2048(): void { $this->runAssertReturnCommand( @@ -20499,7 +18450,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2048')] public function testAssertReturn2049(): void { $this->runAssertReturnCommand( @@ -20509,7 +18459,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2049')] public function testAssertReturn2050(): void { $this->runAssertReturnCommand( @@ -20519,7 +18468,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2050')] public function testAssertReturn2051(): void { $this->runAssertReturnCommand( @@ -20529,7 +18477,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2051')] public function testAssertReturn2052(): void { $this->runAssertReturnCommand( @@ -20539,7 +18486,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2052')] public function testAssertReturn2053(): void { $this->runAssertReturnCommand( @@ -20549,7 +18495,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2053')] public function testAssertReturn2054(): void { $this->runAssertReturnCommand( @@ -20559,7 +18504,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2054')] public function testAssertReturn2055(): void { $this->runAssertReturnCommand( @@ -20569,7 +18513,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2055')] public function testAssertReturn2056(): void { $this->runAssertReturnCommand( @@ -20579,7 +18522,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2056')] public function testAssertReturn2057(): void { $this->runAssertReturnCommand( @@ -20589,7 +18531,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2057')] public function testAssertReturn2058(): void { $this->runAssertReturnCommand( @@ -20599,7 +18540,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2058')] public function testAssertReturn2059(): void { $this->runAssertReturnCommand( @@ -20609,7 +18549,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2059')] public function testAssertReturn2060(): void { $this->runAssertReturnCommand( @@ -20619,7 +18558,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2060')] public function testAssertReturn2061(): void { $this->runAssertReturnCommand( @@ -20629,7 +18567,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2061')] public function testAssertReturn2062(): void { $this->runAssertReturnCommand( @@ -20639,7 +18576,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2062')] public function testAssertReturn2063(): void { $this->runAssertReturnCommand( @@ -20649,7 +18585,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2063')] public function testAssertReturn2064(): void { $this->runAssertReturnCommand( @@ -20659,7 +18594,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2064')] public function testAssertReturn2065(): void { $this->runAssertReturnCommand( @@ -20669,7 +18603,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2065')] public function testAssertReturn2066(): void { $this->runAssertReturnCommand( @@ -20679,7 +18612,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2066')] public function testAssertReturn2067(): void { $this->runAssertReturnCommand( @@ -20689,7 +18621,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2067')] public function testAssertReturn2068(): void { $this->runAssertReturnCommand( @@ -20699,7 +18630,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2068')] public function testAssertReturn2069(): void { $this->runAssertReturnCommand( @@ -20709,7 +18639,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2069')] public function testAssertReturn2070(): void { $this->runAssertReturnCommand( @@ -20719,7 +18648,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2070')] public function testAssertReturn2071(): void { $this->runAssertReturnCommand( @@ -20729,7 +18657,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2071')] public function testAssertReturn2072(): void { $this->runAssertReturnCommand( @@ -20739,7 +18666,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2072')] public function testAssertReturn2073(): void { $this->runAssertReturnCommand( @@ -20749,7 +18675,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2073')] public function testAssertReturn2074(): void { $this->runAssertReturnCommand( @@ -20759,7 +18684,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2074')] public function testAssertReturn2075(): void { $this->runAssertReturnCommand( @@ -20769,7 +18693,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2075')] public function testAssertReturn2076(): void { $this->runAssertReturnCommand( @@ -20779,7 +18702,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2076')] public function testAssertReturn2077(): void { $this->runAssertReturnCommand( @@ -20789,7 +18711,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2077')] public function testAssertReturn2078(): void { $this->runAssertReturnCommand( @@ -20799,7 +18720,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2078')] public function testAssertReturn2079(): void { $this->runAssertReturnCommand( @@ -20809,7 +18729,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2079')] public function testAssertReturn2080(): void { $this->runAssertReturnCommand( @@ -20819,7 +18738,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2080')] public function testAssertReturn2081(): void { $this->runAssertReturnCommand( @@ -20829,7 +18747,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2081')] public function testAssertReturn2082(): void { $this->runAssertReturnCommand( @@ -20839,7 +18756,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2082')] public function testAssertReturn2083(): void { $this->runAssertReturnCommand( @@ -20849,7 +18765,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2083')] public function testAssertReturn2084(): void { $this->runAssertReturnCommand( @@ -20859,7 +18774,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2084')] public function testAssertReturn2085(): void { $this->runAssertReturnCommand( @@ -20869,7 +18783,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2085')] public function testAssertReturn2086(): void { $this->runAssertReturnCommand( @@ -20879,7 +18792,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2086')] public function testAssertReturn2087(): void { $this->runAssertReturnCommand( @@ -20889,7 +18801,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2087')] public function testAssertReturn2088(): void { $this->runAssertReturnCommand( @@ -20899,7 +18810,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2088')] public function testAssertReturn2089(): void { $this->runAssertReturnCommand( @@ -20909,7 +18819,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2089')] public function testAssertReturn2090(): void { $this->runAssertReturnCommand( @@ -20919,7 +18828,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2090')] public function testAssertReturn2091(): void { $this->runAssertReturnCommand( @@ -20929,7 +18837,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2091')] public function testAssertReturn2092(): void { $this->runAssertReturnCommand( @@ -20939,7 +18846,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2092')] public function testAssertReturn2093(): void { $this->runAssertReturnCommand( @@ -20949,7 +18855,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2093')] public function testAssertReturn2094(): void { $this->runAssertReturnCommand( @@ -20959,7 +18864,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2094')] public function testAssertReturn2095(): void { $this->runAssertReturnCommand( @@ -20969,7 +18873,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2095')] public function testAssertReturn2096(): void { $this->runAssertReturnCommand( @@ -20979,7 +18882,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2096')] public function testAssertReturn2097(): void { $this->runAssertReturnCommand( @@ -20989,7 +18891,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2097')] public function testAssertReturn2098(): void { $this->runAssertReturnCommand( @@ -20999,7 +18900,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2098')] public function testAssertReturn2099(): void { $this->runAssertReturnCommand( @@ -21009,7 +18909,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2099')] public function testAssertReturn2100(): void { $this->runAssertReturnCommand( @@ -21019,7 +18918,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2100')] public function testAssertReturn2101(): void { $this->runAssertReturnCommand( @@ -21029,7 +18927,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2101')] public function testAssertReturn2102(): void { $this->runAssertReturnCommand( @@ -21039,7 +18936,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2102')] public function testAssertReturn2103(): void { $this->runAssertReturnCommand( @@ -21049,7 +18945,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2103')] public function testAssertReturn2104(): void { $this->runAssertReturnCommand( @@ -21059,7 +18954,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2104')] public function testAssertReturn2105(): void { $this->runAssertReturnCommand( @@ -21069,7 +18963,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2105')] public function testAssertReturn2106(): void { $this->runAssertReturnCommand( @@ -21079,7 +18972,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2106')] public function testAssertReturn2107(): void { $this->runAssertReturnCommand( @@ -21089,7 +18981,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2107')] public function testAssertReturn2108(): void { $this->runAssertReturnCommand( @@ -21099,7 +18990,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2108')] public function testAssertReturn2109(): void { $this->runAssertReturnCommand( @@ -21109,7 +18999,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2109')] public function testAssertReturn2110(): void { $this->runAssertReturnCommand( @@ -21119,7 +19008,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2110')] public function testAssertReturn2111(): void { $this->runAssertReturnCommand( @@ -21129,7 +19017,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2111')] public function testAssertReturn2112(): void { $this->runAssertReturnCommand( @@ -21139,7 +19026,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2112')] public function testAssertReturn2113(): void { $this->runAssertReturnCommand( @@ -21149,7 +19035,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2113')] public function testAssertReturn2114(): void { $this->runAssertReturnCommand( @@ -21159,7 +19044,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2114')] public function testAssertReturn2115(): void { $this->runAssertReturnCommand( @@ -21169,7 +19053,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2115')] public function testAssertReturn2116(): void { $this->runAssertReturnCommand( @@ -21179,7 +19062,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2116')] public function testAssertReturn2117(): void { $this->runAssertReturnCommand( @@ -21189,7 +19071,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2117')] public function testAssertReturn2118(): void { $this->runAssertReturnCommand( @@ -21199,7 +19080,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2118')] public function testAssertReturn2119(): void { $this->runAssertReturnCommand( @@ -21209,7 +19089,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2119')] public function testAssertReturn2120(): void { $this->runAssertReturnCommand( @@ -21219,7 +19098,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2120')] public function testAssertReturn2121(): void { $this->runAssertReturnCommand( @@ -21229,7 +19107,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2121')] public function testAssertReturn2122(): void { $this->runAssertReturnCommand( @@ -21239,7 +19116,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2122')] public function testAssertReturn2123(): void { $this->runAssertReturnCommand( @@ -21249,7 +19125,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2123')] public function testAssertReturn2124(): void { $this->runAssertReturnCommand( @@ -21259,7 +19134,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2124')] public function testAssertReturn2125(): void { $this->runAssertReturnCommand( @@ -21269,7 +19143,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2125')] public function testAssertReturn2126(): void { $this->runAssertReturnCommand( @@ -21279,7 +19152,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2126')] public function testAssertReturn2127(): void { $this->runAssertReturnCommand( @@ -21289,7 +19161,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2127')] public function testAssertReturn2128(): void { $this->runAssertReturnCommand( @@ -21299,7 +19170,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2128')] public function testAssertReturn2129(): void { $this->runAssertReturnCommand( @@ -21309,7 +19179,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2129')] public function testAssertReturn2130(): void { $this->runAssertReturnCommand( @@ -21319,7 +19188,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2130')] public function testAssertReturn2131(): void { $this->runAssertReturnCommand( @@ -21329,7 +19197,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2131')] public function testAssertReturn2132(): void { $this->runAssertReturnCommand( @@ -21339,7 +19206,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2132')] public function testAssertReturn2133(): void { $this->runAssertReturnCommand( @@ -21349,7 +19215,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2133')] public function testAssertReturn2134(): void { $this->runAssertReturnCommand( @@ -21359,7 +19224,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2134')] public function testAssertReturn2135(): void { $this->runAssertReturnCommand( @@ -21369,7 +19233,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2135')] public function testAssertReturn2136(): void { $this->runAssertReturnCommand( @@ -21379,7 +19242,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2136')] public function testAssertReturn2137(): void { $this->runAssertReturnCommand( @@ -21389,7 +19251,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2137')] public function testAssertReturn2138(): void { $this->runAssertReturnCommand( @@ -21399,7 +19260,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2138')] public function testAssertReturn2139(): void { $this->runAssertReturnCommand( @@ -21409,7 +19269,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2139')] public function testAssertReturn2140(): void { $this->runAssertReturnCommand( @@ -21419,7 +19278,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2140')] public function testAssertReturn2141(): void { $this->runAssertReturnCommand( @@ -21429,7 +19287,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2141')] public function testAssertReturn2142(): void { $this->runAssertReturnCommand( @@ -21439,7 +19296,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2142')] public function testAssertReturn2143(): void { $this->runAssertReturnCommand( @@ -21449,7 +19305,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2143')] public function testAssertReturn2144(): void { $this->runAssertReturnCommand( @@ -21459,7 +19314,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2144')] public function testAssertReturn2145(): void { $this->runAssertReturnCommand( @@ -21469,7 +19323,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2145')] public function testAssertReturn2146(): void { $this->runAssertReturnCommand( @@ -21479,7 +19332,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2146')] public function testAssertReturn2147(): void { $this->runAssertReturnCommand( @@ -21489,7 +19341,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2147')] public function testAssertReturn2148(): void { $this->runAssertReturnCommand( @@ -21499,7 +19350,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2148')] public function testAssertReturn2149(): void { $this->runAssertReturnCommand( @@ -21509,7 +19359,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2149')] public function testAssertReturn2150(): void { $this->runAssertReturnCommand( @@ -21519,7 +19368,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2150')] public function testAssertReturn2151(): void { $this->runAssertReturnCommand( @@ -21529,7 +19377,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2151')] public function testAssertReturn2152(): void { $this->runAssertReturnCommand( @@ -21539,7 +19386,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2152')] public function testAssertReturn2153(): void { $this->runAssertReturnCommand( @@ -21549,7 +19395,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2153')] public function testAssertReturn2154(): void { $this->runAssertReturnCommand( @@ -21559,7 +19404,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2154')] public function testAssertReturn2155(): void { $this->runAssertReturnCommand( @@ -21569,7 +19413,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2155')] public function testAssertReturn2156(): void { $this->runAssertReturnCommand( @@ -21579,7 +19422,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2156')] public function testAssertReturn2157(): void { $this->runAssertReturnCommand( @@ -21589,7 +19431,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2157')] public function testAssertReturn2158(): void { $this->runAssertReturnCommand( @@ -21599,7 +19440,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2158')] public function testAssertReturn2159(): void { $this->runAssertReturnCommand( @@ -21609,7 +19449,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2159')] public function testAssertReturn2160(): void { $this->runAssertReturnCommand( @@ -21619,7 +19458,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2160')] public function testAssertReturn2161(): void { $this->runAssertReturnCommand( @@ -21629,7 +19467,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2161')] public function testAssertReturn2162(): void { $this->runAssertReturnCommand( @@ -21639,7 +19476,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2162')] public function testAssertReturn2163(): void { $this->runAssertReturnCommand( @@ -21649,7 +19485,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2163')] public function testAssertReturn2164(): void { $this->runAssertReturnCommand( @@ -21659,7 +19494,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2164')] public function testAssertReturn2165(): void { $this->runAssertReturnCommand( @@ -21669,7 +19503,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2165')] public function testAssertReturn2166(): void { $this->runAssertReturnCommand( @@ -21679,7 +19512,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2166')] public function testAssertReturn2167(): void { $this->runAssertReturnCommand( @@ -21689,7 +19521,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2167')] public function testAssertReturn2168(): void { $this->runAssertReturnCommand( @@ -21699,7 +19530,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2168')] public function testAssertReturn2169(): void { $this->runAssertReturnCommand( @@ -21709,7 +19539,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2169')] public function testAssertReturn2170(): void { $this->runAssertReturnCommand( @@ -21719,7 +19548,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2170')] public function testAssertReturn2171(): void { $this->runAssertReturnCommand( @@ -21729,7 +19557,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2171')] public function testAssertReturn2172(): void { $this->runAssertReturnCommand( @@ -21739,7 +19566,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2172')] public function testAssertReturn2173(): void { $this->runAssertReturnCommand( @@ -21749,7 +19575,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2173')] public function testAssertReturn2174(): void { $this->runAssertReturnCommand( @@ -21759,7 +19584,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2174')] public function testAssertReturn2175(): void { $this->runAssertReturnCommand( @@ -21769,7 +19593,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2175')] public function testAssertReturn2176(): void { $this->runAssertReturnCommand( @@ -21779,7 +19602,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2176')] public function testAssertReturn2177(): void { $this->runAssertReturnCommand( @@ -21789,7 +19611,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2177')] public function testAssertReturn2178(): void { $this->runAssertReturnCommand( @@ -21799,7 +19620,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2178')] public function testAssertReturn2179(): void { $this->runAssertReturnCommand( @@ -21809,7 +19629,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2179')] public function testAssertReturn2180(): void { $this->runAssertReturnCommand( @@ -21819,7 +19638,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2180')] public function testAssertReturn2181(): void { $this->runAssertReturnCommand( @@ -21829,7 +19647,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2181')] public function testAssertReturn2182(): void { $this->runAssertReturnCommand( @@ -21839,7 +19656,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2182')] public function testAssertReturn2183(): void { $this->runAssertReturnCommand( @@ -21849,7 +19665,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2183')] public function testAssertReturn2184(): void { $this->runAssertReturnCommand( @@ -21859,7 +19674,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2184')] public function testAssertReturn2185(): void { $this->runAssertReturnCommand( @@ -21869,7 +19683,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2185')] public function testAssertReturn2186(): void { $this->runAssertReturnCommand( @@ -21879,7 +19692,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2186')] public function testAssertReturn2187(): void { $this->runAssertReturnCommand( @@ -21889,7 +19701,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2187')] public function testAssertReturn2188(): void { $this->runAssertReturnCommand( @@ -21899,7 +19710,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2188')] public function testAssertReturn2189(): void { $this->runAssertReturnCommand( @@ -21909,7 +19719,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2189')] public function testAssertReturn2190(): void { $this->runAssertReturnCommand( @@ -21919,7 +19728,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2190')] public function testAssertReturn2191(): void { $this->runAssertReturnCommand( @@ -21929,7 +19737,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2191')] public function testAssertReturn2192(): void { $this->runAssertReturnCommand( @@ -21939,7 +19746,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2192')] public function testAssertReturn2193(): void { $this->runAssertReturnCommand( @@ -21949,7 +19755,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2193')] public function testAssertReturn2194(): void { $this->runAssertReturnCommand( @@ -21959,7 +19764,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2194')] public function testAssertReturn2195(): void { $this->runAssertReturnCommand( @@ -21969,7 +19773,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2195')] public function testAssertReturn2196(): void { $this->runAssertReturnCommand( @@ -21979,7 +19782,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2196')] public function testAssertReturn2197(): void { $this->runAssertReturnCommand( @@ -21989,7 +19791,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2197')] public function testAssertReturn2198(): void { $this->runAssertReturnCommand( @@ -21999,7 +19800,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2198')] public function testAssertReturn2199(): void { $this->runAssertReturnCommand( @@ -22009,7 +19809,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2199')] public function testAssertReturn2200(): void { $this->runAssertReturnCommand( @@ -22019,7 +19818,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2200')] public function testAssertReturn2201(): void { $this->runAssertReturnCommand( @@ -22029,7 +19827,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2201')] public function testAssertReturn2202(): void { $this->runAssertReturnCommand( @@ -22039,7 +19836,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2202')] public function testAssertReturn2203(): void { $this->runAssertReturnCommand( @@ -22049,7 +19845,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2203')] public function testAssertReturn2204(): void { $this->runAssertReturnCommand( @@ -22059,7 +19854,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2204')] public function testAssertReturn2205(): void { $this->runAssertReturnCommand( @@ -22069,7 +19863,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2205')] public function testAssertReturn2206(): void { $this->runAssertReturnCommand( @@ -22079,7 +19872,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2206')] public function testAssertReturn2207(): void { $this->runAssertReturnCommand( @@ -22089,7 +19881,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2207')] public function testAssertReturn2208(): void { $this->runAssertReturnCommand( @@ -22099,7 +19890,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2208')] public function testAssertReturn2209(): void { $this->runAssertReturnCommand( @@ -22109,7 +19899,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2209')] public function testAssertReturn2210(): void { $this->runAssertReturnCommand( @@ -22119,7 +19908,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2210')] public function testAssertReturn2211(): void { $this->runAssertReturnCommand( @@ -22129,7 +19917,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2211')] public function testAssertReturn2212(): void { $this->runAssertReturnCommand( @@ -22139,7 +19926,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2212')] public function testAssertReturn2213(): void { $this->runAssertReturnCommand( @@ -22149,7 +19935,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2213')] public function testAssertReturn2214(): void { $this->runAssertReturnCommand( @@ -22159,7 +19944,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2214')] public function testAssertReturn2215(): void { $this->runAssertReturnCommand( @@ -22169,7 +19953,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2215')] public function testAssertReturn2216(): void { $this->runAssertReturnCommand( @@ -22179,7 +19962,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2216')] public function testAssertReturn2217(): void { $this->runAssertReturnCommand( @@ -22189,7 +19971,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2217')] public function testAssertReturn2218(): void { $this->runAssertReturnCommand( @@ -22199,7 +19980,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2218')] public function testAssertReturn2219(): void { $this->runAssertReturnCommand( @@ -22209,7 +19989,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2219')] public function testAssertReturn2220(): void { $this->runAssertReturnCommand( @@ -22219,7 +19998,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2220')] public function testAssertReturn2221(): void { $this->runAssertReturnCommand( @@ -22229,7 +20007,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2221')] public function testAssertReturn2222(): void { $this->runAssertReturnCommand( @@ -22239,7 +20016,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2222')] public function testAssertReturn2223(): void { $this->runAssertReturnCommand( @@ -22249,7 +20025,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2223')] public function testAssertReturn2224(): void { $this->runAssertReturnCommand( @@ -22259,7 +20034,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2224')] public function testAssertReturn2225(): void { $this->runAssertReturnCommand( @@ -22269,7 +20043,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2225')] public function testAssertReturn2226(): void { $this->runAssertReturnCommand( @@ -22279,7 +20052,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2226')] public function testAssertReturn2227(): void { $this->runAssertReturnCommand( @@ -22289,7 +20061,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2227')] public function testAssertReturn2228(): void { $this->runAssertReturnCommand( @@ -22299,7 +20070,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2228')] public function testAssertReturn2229(): void { $this->runAssertReturnCommand( @@ -22309,7 +20079,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2229')] public function testAssertReturn2230(): void { $this->runAssertReturnCommand( @@ -22319,7 +20088,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2230')] public function testAssertReturn2231(): void { $this->runAssertReturnCommand( @@ -22329,7 +20097,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2231')] public function testAssertReturn2232(): void { $this->runAssertReturnCommand( @@ -22339,7 +20106,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2232')] public function testAssertReturn2233(): void { $this->runAssertReturnCommand( @@ -22349,7 +20115,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2233')] public function testAssertReturn2234(): void { $this->runAssertReturnCommand( @@ -22359,7 +20124,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2234')] public function testAssertReturn2235(): void { $this->runAssertReturnCommand( @@ -22369,7 +20133,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2235')] public function testAssertReturn2236(): void { $this->runAssertReturnCommand( @@ -22379,7 +20142,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2236')] public function testAssertReturn2237(): void { $this->runAssertReturnCommand( @@ -22389,7 +20151,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2237')] public function testAssertReturn2238(): void { $this->runAssertReturnCommand( @@ -22399,7 +20160,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2238')] public function testAssertReturn2239(): void { $this->runAssertReturnCommand( @@ -22409,7 +20169,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2239')] public function testAssertReturn2240(): void { $this->runAssertReturnCommand( @@ -22419,7 +20178,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2240')] public function testAssertReturn2241(): void { $this->runAssertReturnCommand( @@ -22429,7 +20187,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2241')] public function testAssertReturn2242(): void { $this->runAssertReturnCommand( @@ -22439,7 +20196,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2242')] public function testAssertReturn2243(): void { $this->runAssertReturnCommand( @@ -22449,7 +20205,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2243')] public function testAssertReturn2244(): void { $this->runAssertReturnCommand( @@ -22459,7 +20214,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2244')] public function testAssertReturn2245(): void { $this->runAssertReturnCommand( @@ -22469,7 +20223,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2245')] public function testAssertReturn2246(): void { $this->runAssertReturnCommand( @@ -22479,7 +20232,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2246')] public function testAssertReturn2247(): void { $this->runAssertReturnCommand( @@ -22489,7 +20241,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2247')] public function testAssertReturn2248(): void { $this->runAssertReturnCommand( @@ -22499,7 +20250,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2248')] public function testAssertReturn2249(): void { $this->runAssertReturnCommand( @@ -22509,7 +20259,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2249')] public function testAssertReturn2250(): void { $this->runAssertReturnCommand( @@ -22519,7 +20268,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2250')] public function testAssertReturn2251(): void { $this->runAssertReturnCommand( @@ -22529,7 +20277,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2251')] public function testAssertReturn2252(): void { $this->runAssertReturnCommand( @@ -22539,7 +20286,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2252')] public function testAssertReturn2253(): void { $this->runAssertReturnCommand( @@ -22549,7 +20295,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2253')] public function testAssertReturn2254(): void { $this->runAssertReturnCommand( @@ -22559,7 +20304,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2254')] public function testAssertReturn2255(): void { $this->runAssertReturnCommand( @@ -22569,7 +20313,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2255')] public function testAssertReturn2256(): void { $this->runAssertReturnCommand( @@ -22579,7 +20322,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2256')] public function testAssertReturn2257(): void { $this->runAssertReturnCommand( @@ -22589,7 +20331,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2257')] public function testAssertReturn2258(): void { $this->runAssertReturnCommand( @@ -22599,7 +20340,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2258')] public function testAssertReturn2259(): void { $this->runAssertReturnCommand( @@ -22609,7 +20349,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2259')] public function testAssertReturn2260(): void { $this->runAssertReturnCommand( @@ -22619,7 +20358,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2260')] public function testAssertReturn2261(): void { $this->runAssertReturnCommand( @@ -22629,7 +20367,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2261')] public function testAssertReturn2262(): void { $this->runAssertReturnCommand( @@ -22639,7 +20376,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2262')] public function testAssertReturn2263(): void { $this->runAssertReturnCommand( @@ -22649,7 +20385,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2263')] public function testAssertReturn2264(): void { $this->runAssertReturnCommand( @@ -22659,7 +20394,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2264')] public function testAssertReturn2265(): void { $this->runAssertReturnCommand( @@ -22669,7 +20403,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2265')] public function testAssertReturn2266(): void { $this->runAssertReturnCommand( @@ -22679,7 +20412,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2266')] public function testAssertReturn2267(): void { $this->runAssertReturnCommand( @@ -22689,7 +20421,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2267')] public function testAssertReturn2268(): void { $this->runAssertReturnCommand( @@ -22699,7 +20430,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2268')] public function testAssertReturn2269(): void { $this->runAssertReturnCommand( @@ -22709,7 +20439,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2269')] public function testAssertReturn2270(): void { $this->runAssertReturnCommand( @@ -22719,7 +20448,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2270')] public function testAssertReturn2271(): void { $this->runAssertReturnCommand( @@ -22729,7 +20457,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2271')] public function testAssertReturn2272(): void { $this->runAssertReturnCommand( @@ -22739,7 +20466,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2272')] public function testAssertReturn2273(): void { $this->runAssertReturnCommand( @@ -22749,7 +20475,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2273')] public function testAssertReturn2274(): void { $this->runAssertReturnCommand( @@ -22759,7 +20484,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2274')] public function testAssertReturn2275(): void { $this->runAssertReturnCommand( @@ -22769,7 +20493,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2275')] public function testAssertReturn2276(): void { $this->runAssertReturnCommand( @@ -22779,7 +20502,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2276')] public function testAssertReturn2277(): void { $this->runAssertReturnCommand( @@ -22789,7 +20511,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2277')] public function testAssertReturn2278(): void { $this->runAssertReturnCommand( @@ -22799,7 +20520,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2278')] public function testAssertReturn2279(): void { $this->runAssertReturnCommand( @@ -22809,7 +20529,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2279')] public function testAssertReturn2280(): void { $this->runAssertReturnCommand( @@ -22819,7 +20538,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2280')] public function testAssertReturn2281(): void { $this->runAssertReturnCommand( @@ -22829,7 +20547,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2281')] public function testAssertReturn2282(): void { $this->runAssertReturnCommand( @@ -22839,7 +20556,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2282')] public function testAssertReturn2283(): void { $this->runAssertReturnCommand( @@ -22849,7 +20565,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2283')] public function testAssertReturn2284(): void { $this->runAssertReturnCommand( @@ -22859,7 +20574,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2284')] public function testAssertReturn2285(): void { $this->runAssertReturnCommand( @@ -22869,7 +20583,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2285')] public function testAssertReturn2286(): void { $this->runAssertReturnCommand( @@ -22879,7 +20592,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2286')] public function testAssertReturn2287(): void { $this->runAssertReturnCommand( @@ -22889,7 +20601,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2287')] public function testAssertReturn2288(): void { $this->runAssertReturnCommand( @@ -22899,7 +20610,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2288')] public function testAssertReturn2289(): void { $this->runAssertReturnCommand( @@ -22909,7 +20619,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2289')] public function testAssertReturn2290(): void { $this->runAssertReturnCommand( @@ -22919,7 +20628,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2290')] public function testAssertReturn2291(): void { $this->runAssertReturnCommand( @@ -22929,7 +20637,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2291')] public function testAssertReturn2292(): void { $this->runAssertReturnCommand( @@ -22939,7 +20646,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2292')] public function testAssertReturn2293(): void { $this->runAssertReturnCommand( @@ -22949,7 +20655,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2293')] public function testAssertReturn2294(): void { $this->runAssertReturnCommand( @@ -22959,7 +20664,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2294')] public function testAssertReturn2295(): void { $this->runAssertReturnCommand( @@ -22969,7 +20673,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2295')] public function testAssertReturn2296(): void { $this->runAssertReturnCommand( @@ -22979,7 +20682,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2296')] public function testAssertReturn2297(): void { $this->runAssertReturnCommand( @@ -22989,7 +20691,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2297')] public function testAssertReturn2298(): void { $this->runAssertReturnCommand( @@ -22999,7 +20700,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2298')] public function testAssertReturn2299(): void { $this->runAssertReturnCommand( @@ -23009,7 +20709,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2299')] public function testAssertReturn2300(): void { $this->runAssertReturnCommand( @@ -23019,7 +20718,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2300')] public function testAssertReturn2301(): void { $this->runAssertReturnCommand( @@ -23029,7 +20727,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2301')] public function testAssertReturn2302(): void { $this->runAssertReturnCommand( @@ -23039,7 +20736,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2302')] public function testAssertReturn2303(): void { $this->runAssertReturnCommand( @@ -23049,7 +20745,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2303')] public function testAssertReturn2304(): void { $this->runAssertReturnCommand( @@ -23059,7 +20754,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2304')] public function testAssertReturn2305(): void { $this->runAssertReturnCommand( @@ -23069,7 +20763,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2305')] public function testAssertReturn2306(): void { $this->runAssertReturnCommand( @@ -23079,7 +20772,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2306')] public function testAssertReturn2307(): void { $this->runAssertReturnCommand( @@ -23089,7 +20781,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2307')] public function testAssertReturn2308(): void { $this->runAssertReturnCommand( @@ -23099,7 +20790,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2308')] public function testAssertReturn2309(): void { $this->runAssertReturnCommand( @@ -23109,7 +20799,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2309')] public function testAssertReturn2310(): void { $this->runAssertReturnCommand( @@ -23119,7 +20808,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2310')] public function testAssertReturn2311(): void { $this->runAssertReturnCommand( @@ -23129,7 +20817,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2311')] public function testAssertReturn2312(): void { $this->runAssertReturnCommand( @@ -23139,7 +20826,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2312')] public function testAssertReturn2313(): void { $this->runAssertReturnCommand( @@ -23149,7 +20835,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2313')] public function testAssertReturn2314(): void { $this->runAssertReturnCommand( @@ -23159,7 +20844,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2314')] public function testAssertReturn2315(): void { $this->runAssertReturnCommand( @@ -23169,7 +20853,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2315')] public function testAssertReturn2316(): void { $this->runAssertReturnCommand( @@ -23179,7 +20862,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2316')] public function testAssertReturn2317(): void { $this->runAssertReturnCommand( @@ -23189,7 +20871,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2317')] public function testAssertReturn2318(): void { $this->runAssertReturnCommand( @@ -23199,7 +20880,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2318')] public function testAssertReturn2319(): void { $this->runAssertReturnCommand( @@ -23209,7 +20889,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2319')] public function testAssertReturn2320(): void { $this->runAssertReturnCommand( @@ -23219,7 +20898,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2320')] public function testAssertReturn2321(): void { $this->runAssertReturnCommand( @@ -23229,7 +20907,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2321')] public function testAssertReturn2322(): void { $this->runAssertReturnCommand( @@ -23239,7 +20916,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2322')] public function testAssertReturn2323(): void { $this->runAssertReturnCommand( @@ -23249,7 +20925,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2323')] public function testAssertReturn2324(): void { $this->runAssertReturnCommand( @@ -23259,7 +20934,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2324')] public function testAssertReturn2325(): void { $this->runAssertReturnCommand( @@ -23269,7 +20943,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2325')] public function testAssertReturn2326(): void { $this->runAssertReturnCommand( @@ -23279,7 +20952,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2326')] public function testAssertReturn2327(): void { $this->runAssertReturnCommand( @@ -23289,7 +20961,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2327')] public function testAssertReturn2328(): void { $this->runAssertReturnCommand( @@ -23299,7 +20970,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2328')] public function testAssertReturn2329(): void { $this->runAssertReturnCommand( @@ -23309,7 +20979,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2329')] public function testAssertReturn2330(): void { $this->runAssertReturnCommand( @@ -23319,7 +20988,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2330')] public function testAssertReturn2331(): void { $this->runAssertReturnCommand( @@ -23329,7 +20997,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2331')] public function testAssertReturn2332(): void { $this->runAssertReturnCommand( @@ -23339,7 +21006,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2332')] public function testAssertReturn2333(): void { $this->runAssertReturnCommand( @@ -23349,7 +21015,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2333')] public function testAssertReturn2334(): void { $this->runAssertReturnCommand( @@ -23359,7 +21024,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2334')] public function testAssertReturn2335(): void { $this->runAssertReturnCommand( @@ -23369,7 +21033,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2335')] public function testAssertReturn2336(): void { $this->runAssertReturnCommand( @@ -23379,7 +21042,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2336')] public function testAssertReturn2337(): void { $this->runAssertReturnCommand( @@ -23389,7 +21051,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2337')] public function testAssertReturn2338(): void { $this->runAssertReturnCommand( @@ -23399,7 +21060,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2338')] public function testAssertReturn2339(): void { $this->runAssertReturnCommand( @@ -23409,7 +21069,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2339')] public function testAssertReturn2340(): void { $this->runAssertReturnCommand( @@ -23419,7 +21078,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2340')] public function testAssertReturn2341(): void { $this->runAssertReturnCommand( @@ -23429,7 +21087,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2341')] public function testAssertReturn2342(): void { $this->runAssertReturnCommand( @@ -23439,7 +21096,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2342')] public function testAssertReturn2343(): void { $this->runAssertReturnCommand( @@ -23449,7 +21105,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2343')] public function testAssertReturn2344(): void { $this->runAssertReturnCommand( @@ -23459,7 +21114,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2344')] public function testAssertReturn2345(): void { $this->runAssertReturnCommand( @@ -23469,7 +21123,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2345')] public function testAssertReturn2346(): void { $this->runAssertReturnCommand( @@ -23479,7 +21132,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2346')] public function testAssertReturn2347(): void { $this->runAssertReturnCommand( @@ -23489,7 +21141,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2347')] public function testAssertReturn2348(): void { $this->runAssertReturnCommand( @@ -23499,7 +21150,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2348')] public function testAssertReturn2349(): void { $this->runAssertReturnCommand( @@ -23509,7 +21159,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2349')] public function testAssertReturn2350(): void { $this->runAssertReturnCommand( @@ -23519,7 +21168,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2350')] public function testAssertReturn2351(): void { $this->runAssertReturnCommand( @@ -23529,7 +21177,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2351')] public function testAssertReturn2352(): void { $this->runAssertReturnCommand( @@ -23539,7 +21186,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2352')] public function testAssertReturn2353(): void { $this->runAssertReturnCommand( @@ -23549,7 +21195,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2353')] public function testAssertReturn2354(): void { $this->runAssertReturnCommand( @@ -23559,7 +21204,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2354')] public function testAssertReturn2355(): void { $this->runAssertReturnCommand( @@ -23569,7 +21213,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2355')] public function testAssertReturn2356(): void { $this->runAssertReturnCommand( @@ -23579,7 +21222,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2356')] public function testAssertReturn2357(): void { $this->runAssertReturnCommand( @@ -23589,7 +21231,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2357')] public function testAssertReturn2358(): void { $this->runAssertReturnCommand( @@ -23599,7 +21240,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2358')] public function testAssertReturn2359(): void { $this->runAssertReturnCommand( @@ -23609,7 +21249,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2359')] public function testAssertReturn2360(): void { $this->runAssertReturnCommand( @@ -23619,7 +21258,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2360')] public function testAssertReturn2361(): void { $this->runAssertReturnCommand( @@ -23629,7 +21267,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2361')] public function testAssertReturn2362(): void { $this->runAssertReturnCommand( @@ -23639,7 +21276,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2362')] public function testAssertReturn2363(): void { $this->runAssertReturnCommand( @@ -23649,7 +21285,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2363')] public function testAssertReturn2364(): void { $this->runAssertReturnCommand( @@ -23659,7 +21294,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2364')] public function testAssertReturn2365(): void { $this->runAssertReturnCommand( @@ -23669,7 +21303,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2365')] public function testAssertReturn2366(): void { $this->runAssertReturnCommand( @@ -23679,7 +21312,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2366')] public function testAssertReturn2367(): void { $this->runAssertReturnCommand( @@ -23689,7 +21321,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2367')] public function testAssertReturn2368(): void { $this->runAssertReturnCommand( @@ -23699,7 +21330,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2368')] public function testAssertReturn2369(): void { $this->runAssertReturnCommand( @@ -23709,7 +21339,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2369')] public function testAssertReturn2370(): void { $this->runAssertReturnCommand( @@ -23719,7 +21348,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2370')] public function testAssertReturn2371(): void { $this->runAssertReturnCommand( @@ -23729,7 +21357,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2371')] public function testAssertReturn2372(): void { $this->runAssertReturnCommand( @@ -23739,7 +21366,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2372')] public function testAssertReturn2373(): void { $this->runAssertReturnCommand( @@ -23749,7 +21375,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2373')] public function testAssertReturn2374(): void { $this->runAssertReturnCommand( @@ -23759,7 +21384,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2374')] public function testAssertReturn2375(): void { $this->runAssertReturnCommand( @@ -23769,7 +21393,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2375')] public function testAssertReturn2376(): void { $this->runAssertReturnCommand( @@ -23779,7 +21402,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2376')] public function testAssertReturn2377(): void { $this->runAssertReturnCommand( @@ -23789,7 +21411,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2377')] public function testAssertReturn2378(): void { $this->runAssertReturnCommand( @@ -23799,7 +21420,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2378')] public function testAssertReturn2379(): void { $this->runAssertReturnCommand( @@ -23809,7 +21429,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2379')] public function testAssertReturn2380(): void { $this->runAssertReturnCommand( @@ -23819,7 +21438,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2380')] public function testAssertReturn2381(): void { $this->runAssertReturnCommand( @@ -23829,7 +21447,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2381')] public function testAssertReturn2382(): void { $this->runAssertReturnCommand( @@ -23839,7 +21456,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2382')] public function testAssertReturn2383(): void { $this->runAssertReturnCommand( @@ -23849,7 +21465,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2383')] public function testAssertReturn2384(): void { $this->runAssertReturnCommand( @@ -23859,7 +21474,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2384')] public function testAssertReturn2385(): void { $this->runAssertReturnCommand( @@ -23869,7 +21483,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2385')] public function testAssertReturn2386(): void { $this->runAssertReturnCommand( @@ -23879,7 +21492,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2386')] public function testAssertReturn2387(): void { $this->runAssertReturnCommand( @@ -23889,7 +21501,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2387')] public function testAssertReturn2388(): void { $this->runAssertReturnCommand( @@ -23899,7 +21510,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2388')] public function testAssertReturn2389(): void { $this->runAssertReturnCommand( @@ -23909,7 +21519,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2389')] public function testAssertReturn2390(): void { $this->runAssertReturnCommand( @@ -23919,7 +21528,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2390')] public function testAssertReturn2391(): void { $this->runAssertReturnCommand( @@ -23929,7 +21537,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2391')] public function testAssertReturn2392(): void { $this->runAssertReturnCommand( @@ -23939,7 +21546,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2392')] public function testAssertReturn2393(): void { $this->runAssertReturnCommand( @@ -23949,7 +21555,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2393')] public function testAssertReturn2394(): void { $this->runAssertReturnCommand( @@ -23959,7 +21564,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2394')] public function testAssertReturn2395(): void { $this->runAssertReturnCommand( @@ -23969,7 +21573,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2395')] public function testAssertReturn2396(): void { $this->runAssertReturnCommand( @@ -23979,7 +21582,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2396')] public function testAssertReturn2397(): void { $this->runAssertReturnCommand( @@ -23989,7 +21591,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2397')] public function testAssertReturn2398(): void { $this->runAssertReturnCommand( @@ -23999,7 +21600,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2398')] public function testAssertReturn2399(): void { $this->runAssertReturnCommand( @@ -24009,7 +21609,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2399')] public function testAssertReturn2400(): void { $this->runAssertReturnCommand( @@ -24019,7 +21618,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2400')] public function testAssertInvalid2401(): void { $this->runAssertInvalidCommand( @@ -24029,7 +21627,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertInvalid2401')] public function testAssertInvalid2402(): void { $this->runAssertInvalidCommand( @@ -24039,7 +21636,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertInvalid2402')] public function testAssertInvalid2403(): void { $this->runAssertInvalidCommand( @@ -24049,7 +21645,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertInvalid2403')] public function testAssertInvalid2404(): void { $this->runAssertInvalidCommand( @@ -24059,7 +21654,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertInvalid2404')] public function testAssertInvalid2405(): void { $this->runAssertInvalidCommand( @@ -24069,7 +21663,6 @@ final class F32CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertInvalid2405')] public function testAssertInvalid2406(): void { $this->runAssertInvalidCommand( diff --git a/tests/src/SpecTestsuites/Core/F32Test.php b/tests/src/SpecTestsuites/Core/F32Test.php index f798ab9..248a4ae 100644 --- a/tests/src/SpecTestsuites/Core/F32Test.php +++ b/tests/src/SpecTestsuites/Core/F32Test.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 F32Test extends SpecTestsuiteBase @@ -19,7 +18,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testModule0')] public function testAssertReturn1(): void { $this->runAssertReturnCommand( @@ -29,7 +27,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1')] public function testAssertReturn2(): void { $this->runAssertReturnCommand( @@ -39,7 +36,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2')] public function testAssertReturn3(): void { $this->runAssertReturnCommand( @@ -49,7 +45,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn3')] public function testAssertReturn4(): void { $this->runAssertReturnCommand( @@ -59,7 +54,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn4')] public function testAssertReturn5(): void { $this->runAssertReturnCommand( @@ -69,7 +63,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn5')] public function testAssertReturn6(): void { $this->runAssertReturnCommand( @@ -79,7 +72,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn6')] public function testAssertReturn7(): void { $this->runAssertReturnCommand( @@ -89,7 +81,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn7')] public function testAssertReturn8(): void { $this->runAssertReturnCommand( @@ -99,7 +90,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn8')] public function testAssertReturn9(): void { $this->runAssertReturnCommand( @@ -109,7 +99,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn9')] public function testAssertReturn10(): void { $this->runAssertReturnCommand( @@ -119,7 +108,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn10')] public function testAssertReturn11(): void { $this->runAssertReturnCommand( @@ -129,7 +117,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn11')] public function testAssertReturn12(): void { $this->runAssertReturnCommand( @@ -139,7 +126,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn12')] public function testAssertReturn13(): void { $this->runAssertReturnCommand( @@ -149,7 +135,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn13')] public function testAssertReturn14(): void { $this->runAssertReturnCommand( @@ -159,7 +144,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn14')] public function testAssertReturn15(): void { $this->runAssertReturnCommand( @@ -169,7 +153,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn15')] public function testAssertReturn16(): void { $this->runAssertReturnCommand( @@ -179,7 +162,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn16')] public function testAssertReturn17(): void { $this->runAssertReturnCommand( @@ -189,7 +171,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn17')] public function testAssertReturn18(): void { $this->runAssertReturnCommand( @@ -199,7 +180,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn18')] public function testAssertReturn19(): void { $this->runAssertReturnCommand( @@ -209,7 +189,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn19')] public function testAssertReturn20(): void { $this->runAssertReturnCommand( @@ -219,7 +198,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn20')] public function testAssertReturn21(): void { $this->runAssertReturnCommand( @@ -229,7 +207,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn21')] public function testAssertReturn22(): void { $this->runAssertReturnCommand( @@ -239,7 +216,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn22')] public function testAssertReturn23(): void { $this->runAssertReturnCommand( @@ -249,7 +225,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn23')] public function testAssertReturn24(): void { $this->runAssertReturnCommand( @@ -259,7 +234,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn24')] public function testAssertReturn25(): void { $this->runAssertReturnCommand( @@ -269,7 +243,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn25')] public function testAssertReturn26(): void { $this->runAssertReturnCommand( @@ -279,7 +252,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn26')] public function testAssertReturn27(): void { $this->runAssertReturnCommand( @@ -289,7 +261,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn27')] public function testAssertReturn28(): void { $this->runAssertReturnCommand( @@ -299,7 +270,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn28')] public function testAssertReturn29(): void { $this->runAssertReturnCommand( @@ -309,7 +279,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn29')] public function testAssertReturn30(): void { $this->runAssertReturnCommand( @@ -319,7 +288,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn30')] public function testAssertReturn31(): void { $this->runAssertReturnCommand( @@ -329,7 +297,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn31')] public function testAssertReturn32(): void { $this->runAssertReturnCommand( @@ -339,7 +306,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn32')] public function testAssertReturn33(): void { $this->runAssertReturnCommand( @@ -349,7 +315,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn33')] public function testAssertReturn34(): void { $this->runAssertReturnCommand( @@ -359,7 +324,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn34')] public function testAssertReturn35(): void { $this->runAssertReturnCommand( @@ -369,7 +333,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn35')] public function testAssertReturn36(): void { $this->runAssertReturnCommand( @@ -379,7 +342,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn36')] public function testAssertReturn37(): void { $this->runAssertReturnCommand( @@ -389,7 +351,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn37')] public function testAssertReturn38(): void { $this->runAssertReturnCommand( @@ -399,7 +360,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn38')] public function testAssertReturn39(): void { $this->runAssertReturnCommand( @@ -409,7 +369,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn39')] public function testAssertReturn40(): void { $this->runAssertReturnCommand( @@ -419,7 +378,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn40')] public function testAssertReturn41(): void { $this->runAssertReturnCommand( @@ -429,7 +387,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn41')] public function testAssertReturn42(): void { $this->runAssertReturnCommand( @@ -439,7 +396,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn42')] public function testAssertReturn43(): void { $this->runAssertReturnCommand( @@ -449,7 +405,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn43')] public function testAssertReturn44(): void { $this->runAssertReturnCommand( @@ -459,7 +414,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn44')] public function testAssertReturn45(): void { $this->runAssertReturnCommand( @@ -469,7 +423,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn45')] public function testAssertReturn46(): void { $this->runAssertReturnCommand( @@ -479,7 +432,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn46')] public function testAssertReturn47(): void { $this->runAssertReturnCommand( @@ -489,7 +441,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn47')] public function testAssertReturn48(): void { $this->runAssertReturnCommand( @@ -499,7 +450,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn48')] public function testAssertReturn49(): void { $this->runAssertReturnCommand( @@ -509,7 +459,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn49')] public function testAssertReturn50(): void { $this->runAssertReturnCommand( @@ -519,7 +468,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn50')] public function testAssertReturn51(): void { $this->runAssertReturnCommand( @@ -529,7 +477,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn51')] public function testAssertReturn52(): void { $this->runAssertReturnCommand( @@ -539,7 +486,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn52')] public function testAssertReturn53(): void { $this->runAssertReturnCommand( @@ -549,7 +495,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn53')] public function testAssertReturn54(): void { $this->runAssertReturnCommand( @@ -559,7 +504,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn54')] public function testAssertReturn55(): void { $this->runAssertReturnCommand( @@ -569,7 +513,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn55')] public function testAssertReturn56(): void { $this->runAssertReturnCommand( @@ -579,7 +522,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn56')] public function testAssertReturn57(): void { $this->runAssertReturnCommand( @@ -589,7 +531,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn57')] public function testAssertReturn58(): void { $this->runAssertReturnCommand( @@ -599,7 +540,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn58')] public function testAssertReturn59(): void { $this->runAssertReturnCommand( @@ -609,7 +549,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn59')] public function testAssertReturn60(): void { $this->runAssertReturnCommand( @@ -619,7 +558,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn60')] public function testAssertReturn61(): void { $this->runAssertReturnCommand( @@ -629,7 +567,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn61')] public function testAssertReturn62(): void { $this->runAssertReturnCommand( @@ -639,7 +576,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn62')] public function testAssertReturn63(): void { $this->runAssertReturnCommand( @@ -649,7 +585,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn63')] public function testAssertReturn64(): void { $this->runAssertReturnCommand( @@ -659,7 +594,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn64')] public function testAssertReturn65(): void { $this->runAssertReturnCommand( @@ -669,7 +603,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn65')] public function testAssertReturn66(): void { $this->runAssertReturnCommand( @@ -679,7 +612,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn66')] public function testAssertReturn67(): void { $this->runAssertReturnCommand( @@ -689,7 +621,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn67')] public function testAssertReturn68(): void { $this->runAssertReturnCommand( @@ -699,7 +630,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn68')] public function testAssertReturn69(): void { $this->runAssertReturnCommand( @@ -709,7 +639,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn69')] public function testAssertReturn70(): void { $this->runAssertReturnCommand( @@ -719,7 +648,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn70')] public function testAssertReturn71(): void { $this->runAssertReturnCommand( @@ -729,7 +657,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn71')] public function testAssertReturn72(): void { $this->runAssertReturnCommand( @@ -739,7 +666,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn72')] public function testAssertReturn73(): void { $this->runAssertReturnCommand( @@ -749,7 +675,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn73')] public function testAssertReturn74(): void { $this->runAssertReturnCommand( @@ -759,7 +684,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn74')] public function testAssertReturn75(): void { $this->runAssertReturnCommand( @@ -769,7 +693,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn75')] public function testAssertReturn76(): void { $this->runAssertReturnCommand( @@ -779,7 +702,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn76')] public function testAssertReturn77(): void { $this->runAssertReturnCommand( @@ -789,7 +711,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn77')] public function testAssertReturn78(): void { $this->runAssertReturnCommand( @@ -799,7 +720,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn78')] public function testAssertReturn79(): void { $this->runAssertReturnCommand( @@ -809,7 +729,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn79')] public function testAssertReturn80(): void { $this->runAssertReturnCommand( @@ -819,7 +738,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn80')] public function testAssertReturn81(): void { $this->runAssertReturnCommand( @@ -829,7 +747,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn81')] public function testAssertReturn82(): void { $this->runAssertReturnCommand( @@ -839,7 +756,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn82')] public function testAssertReturn83(): void { $this->runAssertReturnCommand( @@ -849,7 +765,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn83')] public function testAssertReturn84(): void { $this->runAssertReturnCommand( @@ -859,7 +774,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn84')] public function testAssertReturn85(): void { $this->runAssertReturnCommand( @@ -869,7 +783,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn85')] public function testAssertReturn86(): void { $this->runAssertReturnCommand( @@ -879,7 +792,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn86')] public function testAssertReturn87(): void { $this->runAssertReturnCommand( @@ -889,7 +801,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn87')] public function testAssertReturn88(): void { $this->runAssertReturnCommand( @@ -899,7 +810,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn88')] public function testAssertReturn89(): void { $this->runAssertReturnCommand( @@ -909,7 +819,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn89')] public function testAssertReturn90(): void { $this->runAssertReturnCommand( @@ -919,7 +828,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn90')] public function testAssertReturn91(): void { $this->runAssertReturnCommand( @@ -929,7 +837,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn91')] public function testAssertReturn92(): void { $this->runAssertReturnCommand( @@ -939,7 +846,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn92')] public function testAssertReturn93(): void { $this->runAssertReturnCommand( @@ -949,7 +855,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn93')] public function testAssertReturn94(): void { $this->runAssertReturnCommand( @@ -959,7 +864,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn94')] public function testAssertReturn95(): void { $this->runAssertReturnCommand( @@ -969,7 +873,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn95')] public function testAssertReturn96(): void { $this->runAssertReturnCommand( @@ -979,7 +882,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn96')] public function testAssertReturn97(): void { $this->runAssertReturnCommand( @@ -989,7 +891,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn97')] public function testAssertReturn98(): void { $this->runAssertReturnCommand( @@ -999,7 +900,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn98')] public function testAssertReturn99(): void { $this->runAssertReturnCommand( @@ -1009,7 +909,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn99')] public function testAssertReturn100(): void { $this->runAssertReturnCommand( @@ -1019,7 +918,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn100')] public function testAssertReturn101(): void { $this->runAssertReturnCommand( @@ -1029,7 +927,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn101')] public function testAssertReturn102(): void { $this->runAssertReturnCommand( @@ -1039,7 +936,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn102')] public function testAssertReturn103(): void { $this->runAssertReturnCommand( @@ -1049,7 +945,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn103')] public function testAssertReturn104(): void { $this->runAssertReturnCommand( @@ -1059,7 +954,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn104')] public function testAssertReturn105(): void { $this->runAssertReturnCommand( @@ -1069,7 +963,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn105')] public function testAssertReturn106(): void { $this->runAssertReturnCommand( @@ -1079,7 +972,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn106')] public function testAssertReturn107(): void { $this->runAssertReturnCommand( @@ -1089,7 +981,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn107')] public function testAssertReturn108(): void { $this->runAssertReturnCommand( @@ -1099,7 +990,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn108')] public function testAssertReturn109(): void { $this->runAssertReturnCommand( @@ -1109,7 +999,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn109')] public function testAssertReturn110(): void { $this->runAssertReturnCommand( @@ -1119,7 +1008,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn110')] public function testAssertReturn111(): void { $this->runAssertReturnCommand( @@ -1129,7 +1017,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn111')] public function testAssertReturn112(): void { $this->runAssertReturnCommand( @@ -1139,7 +1026,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn112')] public function testAssertReturn113(): void { $this->runAssertReturnCommand( @@ -1149,7 +1035,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn113')] public function testAssertReturn114(): void { $this->runAssertReturnCommand( @@ -1159,7 +1044,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn114')] public function testAssertReturn115(): void { $this->runAssertReturnCommand( @@ -1169,7 +1053,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn115')] public function testAssertReturn116(): void { $this->runAssertReturnCommand( @@ -1179,7 +1062,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn116')] public function testAssertReturn117(): void { $this->runAssertReturnCommand( @@ -1189,7 +1071,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn117')] public function testAssertReturn118(): void { $this->runAssertReturnCommand( @@ -1199,7 +1080,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn118')] public function testAssertReturn119(): void { $this->runAssertReturnCommand( @@ -1209,7 +1089,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn119')] public function testAssertReturn120(): void { $this->runAssertReturnCommand( @@ -1219,7 +1098,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn120')] public function testAssertReturn121(): void { $this->runAssertReturnCommand( @@ -1229,7 +1107,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn121')] public function testAssertReturn122(): void { $this->runAssertReturnCommand( @@ -1239,7 +1116,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn122')] public function testAssertReturn123(): void { $this->runAssertReturnCommand( @@ -1249,7 +1125,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn123')] public function testAssertReturn124(): void { $this->runAssertReturnCommand( @@ -1259,7 +1134,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn124')] public function testAssertReturn125(): void { $this->runAssertReturnCommand( @@ -1269,7 +1143,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn125')] public function testAssertReturn126(): void { $this->runAssertReturnCommand( @@ -1279,7 +1152,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn126')] public function testAssertReturn127(): void { $this->runAssertReturnCommand( @@ -1289,7 +1161,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn127')] public function testAssertReturn128(): void { $this->runAssertReturnCommand( @@ -1299,7 +1170,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn128')] public function testAssertReturn129(): void { $this->runAssertReturnCommand( @@ -1309,7 +1179,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn129')] public function testAssertReturn130(): void { $this->runAssertReturnCommand( @@ -1319,7 +1188,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn130')] public function testAssertReturn131(): void { $this->runAssertReturnCommand( @@ -1329,7 +1197,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn131')] public function testAssertReturn132(): void { $this->runAssertReturnCommand( @@ -1339,7 +1206,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn132')] public function testAssertReturn133(): void { $this->runAssertReturnCommand( @@ -1349,7 +1215,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn133')] public function testAssertReturn134(): void { $this->runAssertReturnCommand( @@ -1359,7 +1224,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn134')] public function testAssertReturn135(): void { $this->runAssertReturnCommand( @@ -1369,7 +1233,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn135')] public function testAssertReturn136(): void { $this->runAssertReturnCommand( @@ -1379,7 +1242,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn136')] public function testAssertReturn137(): void { $this->runAssertReturnCommand( @@ -1389,7 +1251,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn137')] public function testAssertReturn138(): void { $this->runAssertReturnCommand( @@ -1399,7 +1260,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn138')] public function testAssertReturn139(): void { $this->runAssertReturnCommand( @@ -1409,7 +1269,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn139')] public function testAssertReturn140(): void { $this->runAssertReturnCommand( @@ -1419,7 +1278,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn140')] public function testAssertReturn141(): void { $this->runAssertReturnCommand( @@ -1429,7 +1287,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn141')] public function testAssertReturn142(): void { $this->runAssertReturnCommand( @@ -1439,7 +1296,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn142')] public function testAssertReturn143(): void { $this->runAssertReturnCommand( @@ -1449,7 +1305,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn143')] public function testAssertReturn144(): void { $this->runAssertReturnCommand( @@ -1459,7 +1314,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn144')] public function testAssertReturn145(): void { $this->runAssertReturnCommand( @@ -1469,7 +1323,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn145')] public function testAssertReturn146(): void { $this->runAssertReturnCommand( @@ -1479,7 +1332,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn146')] public function testAssertReturn147(): void { $this->runAssertReturnCommand( @@ -1489,7 +1341,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn147')] public function testAssertReturn148(): void { $this->runAssertReturnCommand( @@ -1499,7 +1350,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn148')] public function testAssertReturn149(): void { $this->runAssertReturnCommand( @@ -1509,7 +1359,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn149')] public function testAssertReturn150(): void { $this->runAssertReturnCommand( @@ -1519,7 +1368,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn150')] public function testAssertReturn151(): void { $this->runAssertReturnCommand( @@ -1529,7 +1377,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn151')] public function testAssertReturn152(): void { $this->runAssertReturnCommand( @@ -1539,7 +1386,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn152')] public function testAssertReturn153(): void { $this->runAssertReturnCommand( @@ -1549,7 +1395,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn153')] public function testAssertReturn154(): void { $this->runAssertReturnCommand( @@ -1559,7 +1404,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn154')] public function testAssertReturn155(): void { $this->runAssertReturnCommand( @@ -1569,7 +1413,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn155')] public function testAssertReturn156(): void { $this->runAssertReturnCommand( @@ -1579,7 +1422,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn156')] public function testAssertReturn157(): void { $this->runAssertReturnCommand( @@ -1589,7 +1431,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn157')] public function testAssertReturn158(): void { $this->runAssertReturnCommand( @@ -1599,7 +1440,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn158')] public function testAssertReturn159(): void { $this->runAssertReturnCommand( @@ -1609,7 +1449,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn159')] public function testAssertReturn160(): void { $this->runAssertReturnCommand( @@ -1619,7 +1458,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn160')] public function testAssertReturn161(): void { $this->runAssertReturnCommand( @@ -1629,7 +1467,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn161')] public function testAssertReturn162(): void { $this->runAssertReturnCommand( @@ -1639,7 +1476,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn162')] public function testAssertReturn163(): void { $this->runAssertReturnCommand( @@ -1649,7 +1485,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn163')] public function testAssertReturn164(): void { $this->runAssertReturnCommand( @@ -1659,7 +1494,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn164')] public function testAssertReturn165(): void { $this->runAssertReturnCommand( @@ -1669,7 +1503,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn165')] public function testAssertReturn166(): void { $this->runAssertReturnCommand( @@ -1679,7 +1512,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn166')] public function testAssertReturn167(): void { $this->runAssertReturnCommand( @@ -1689,7 +1521,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn167')] public function testAssertReturn168(): void { $this->runAssertReturnCommand( @@ -1699,7 +1530,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn168')] public function testAssertReturn169(): void { $this->runAssertReturnCommand( @@ -1709,7 +1539,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn169')] public function testAssertReturn170(): void { $this->runAssertReturnCommand( @@ -1719,7 +1548,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn170')] public function testAssertReturn171(): void { $this->runAssertReturnCommand( @@ -1729,7 +1557,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn171')] public function testAssertReturn172(): void { $this->runAssertReturnCommand( @@ -1739,7 +1566,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn172')] public function testAssertReturn173(): void { $this->runAssertReturnCommand( @@ -1749,7 +1575,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn173')] public function testAssertReturn174(): void { $this->runAssertReturnCommand( @@ -1759,7 +1584,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn174')] public function testAssertReturn175(): void { $this->runAssertReturnCommand( @@ -1769,7 +1593,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn175')] public function testAssertReturn176(): void { $this->runAssertReturnCommand( @@ -1779,7 +1602,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn176')] public function testAssertReturn177(): void { $this->runAssertReturnCommand( @@ -1789,7 +1611,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn177')] public function testAssertReturn178(): void { $this->runAssertReturnCommand( @@ -1799,7 +1620,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn178')] public function testAssertReturn179(): void { $this->runAssertReturnCommand( @@ -1809,7 +1629,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn179')] public function testAssertReturn180(): void { $this->runAssertReturnCommand( @@ -1819,7 +1638,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn180')] public function testAssertReturn181(): void { $this->runAssertReturnCommand( @@ -1829,7 +1647,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn181')] public function testAssertReturn182(): void { $this->runAssertReturnCommand( @@ -1839,7 +1656,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn182')] public function testAssertReturn183(): void { $this->runAssertReturnCommand( @@ -1849,7 +1665,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn183')] public function testAssertReturn184(): void { $this->runAssertReturnCommand( @@ -1859,7 +1674,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn184')] public function testAssertReturn185(): void { $this->runAssertReturnCommand( @@ -1869,7 +1683,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn185')] public function testAssertReturn186(): void { $this->runAssertReturnCommand( @@ -1879,7 +1692,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn186')] public function testAssertReturn187(): void { $this->runAssertReturnCommand( @@ -1889,7 +1701,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn187')] public function testAssertReturn188(): void { $this->runAssertReturnCommand( @@ -1899,7 +1710,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn188')] public function testAssertReturn189(): void { $this->runAssertReturnCommand( @@ -1909,7 +1719,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn189')] public function testAssertReturn190(): void { $this->runAssertReturnCommand( @@ -1919,7 +1728,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn190')] public function testAssertReturn191(): void { $this->runAssertReturnCommand( @@ -1929,7 +1737,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn191')] public function testAssertReturn192(): void { $this->runAssertReturnCommand( @@ -1939,7 +1746,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn192')] public function testAssertReturn193(): void { $this->runAssertReturnCommand( @@ -1949,7 +1755,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn193')] public function testAssertReturn194(): void { $this->runAssertReturnCommand( @@ -1959,7 +1764,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn194')] public function testAssertReturn195(): void { $this->runAssertReturnCommand( @@ -1969,7 +1773,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn195')] public function testAssertReturn196(): void { $this->runAssertReturnCommand( @@ -1979,7 +1782,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn196')] public function testAssertReturn197(): void { $this->runAssertReturnCommand( @@ -1989,7 +1791,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn197')] public function testAssertReturn198(): void { $this->runAssertReturnCommand( @@ -1999,7 +1800,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn198')] public function testAssertReturn199(): void { $this->runAssertReturnCommand( @@ -2009,7 +1809,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn199')] public function testAssertReturn200(): void { $this->runAssertReturnCommand( @@ -2019,7 +1818,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn200')] public function testAssertReturn201(): void { $this->runAssertReturnCommand( @@ -2029,7 +1827,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn201')] public function testAssertReturn202(): void { $this->runAssertReturnCommand( @@ -2039,7 +1836,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn202')] public function testAssertReturn203(): void { $this->runAssertReturnCommand( @@ -2049,7 +1845,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn203')] public function testAssertReturn204(): void { $this->runAssertReturnCommand( @@ -2059,7 +1854,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn204')] public function testAssertReturn205(): void { $this->runAssertReturnCommand( @@ -2069,7 +1863,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn205')] public function testAssertReturn206(): void { $this->runAssertReturnCommand( @@ -2079,7 +1872,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn206')] public function testAssertReturn207(): void { $this->runAssertReturnCommand( @@ -2089,7 +1881,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn207')] public function testAssertReturn208(): void { $this->runAssertReturnCommand( @@ -2099,7 +1890,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn208')] public function testAssertReturn209(): void { $this->runAssertReturnCommand( @@ -2109,7 +1899,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn209')] public function testAssertReturn210(): void { $this->runAssertReturnCommand( @@ -2119,7 +1908,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn210')] public function testAssertReturn211(): void { $this->runAssertReturnCommand( @@ -2129,7 +1917,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn211')] public function testAssertReturn212(): void { $this->runAssertReturnCommand( @@ -2139,7 +1926,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn212')] public function testAssertReturn213(): void { $this->runAssertReturnCommand( @@ -2149,7 +1935,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn213')] public function testAssertReturn214(): void { $this->runAssertReturnCommand( @@ -2159,7 +1944,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn214')] public function testAssertReturn215(): void { $this->runAssertReturnCommand( @@ -2169,7 +1953,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn215')] public function testAssertReturn216(): void { $this->runAssertReturnCommand( @@ -2179,7 +1962,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn216')] public function testAssertReturn217(): void { $this->runAssertReturnCommand( @@ -2189,7 +1971,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn217')] public function testAssertReturn218(): void { $this->runAssertReturnCommand( @@ -2199,7 +1980,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn218')] public function testAssertReturn219(): void { $this->runAssertReturnCommand( @@ -2209,7 +1989,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn219')] public function testAssertReturn220(): void { $this->runAssertReturnCommand( @@ -2219,7 +1998,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn220')] public function testAssertReturn221(): void { $this->runAssertReturnCommand( @@ -2229,7 +2007,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn221')] public function testAssertReturn222(): void { $this->runAssertReturnCommand( @@ -2239,7 +2016,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn222')] public function testAssertReturn223(): void { $this->runAssertReturnCommand( @@ -2249,7 +2025,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn223')] public function testAssertReturn224(): void { $this->runAssertReturnCommand( @@ -2259,7 +2034,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn224')] public function testAssertReturn225(): void { $this->runAssertReturnCommand( @@ -2269,7 +2043,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn225')] public function testAssertReturn226(): void { $this->runAssertReturnCommand( @@ -2279,7 +2052,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn226')] public function testAssertReturn227(): void { $this->runAssertReturnCommand( @@ -2289,7 +2061,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn227')] public function testAssertReturn228(): void { $this->runAssertReturnCommand( @@ -2299,7 +2070,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn228')] public function testAssertReturn229(): void { $this->runAssertReturnCommand( @@ -2309,7 +2079,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn229')] public function testAssertReturn230(): void { $this->runAssertReturnCommand( @@ -2319,7 +2088,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn230')] public function testAssertReturn231(): void { $this->runAssertReturnCommand( @@ -2329,7 +2097,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn231')] public function testAssertReturn232(): void { $this->runAssertReturnCommand( @@ -2339,7 +2106,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn232')] public function testAssertReturn233(): void { $this->runAssertReturnCommand( @@ -2349,7 +2115,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn233')] public function testAssertReturn234(): void { $this->runAssertReturnCommand( @@ -2359,7 +2124,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn234')] public function testAssertReturn235(): void { $this->runAssertReturnCommand( @@ -2369,7 +2133,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn235')] public function testAssertReturn236(): void { $this->runAssertReturnCommand( @@ -2379,7 +2142,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn236')] public function testAssertReturn237(): void { $this->runAssertReturnCommand( @@ -2389,7 +2151,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn237')] public function testAssertReturn238(): void { $this->runAssertReturnCommand( @@ -2399,7 +2160,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn238')] public function testAssertReturn239(): void { $this->runAssertReturnCommand( @@ -2409,7 +2169,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn239')] public function testAssertReturn240(): void { $this->runAssertReturnCommand( @@ -2419,7 +2178,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn240')] public function testAssertReturn241(): void { $this->runAssertReturnCommand( @@ -2429,7 +2187,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn241')] public function testAssertReturn242(): void { $this->runAssertReturnCommand( @@ -2439,7 +2196,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn242')] public function testAssertReturn243(): void { $this->runAssertReturnCommand( @@ -2449,7 +2205,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn243')] public function testAssertReturn244(): void { $this->runAssertReturnCommand( @@ -2459,7 +2214,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn244')] public function testAssertReturn245(): void { $this->runAssertReturnCommand( @@ -2469,7 +2223,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn245')] public function testAssertReturn246(): void { $this->runAssertReturnCommand( @@ -2479,7 +2232,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn246')] public function testAssertReturn247(): void { $this->runAssertReturnCommand( @@ -2489,7 +2241,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn247')] public function testAssertReturn248(): void { $this->runAssertReturnCommand( @@ -2499,7 +2250,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn248')] public function testAssertReturn249(): void { $this->runAssertReturnCommand( @@ -2509,7 +2259,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn249')] public function testAssertReturn250(): void { $this->runAssertReturnCommand( @@ -2519,7 +2268,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn250')] public function testAssertReturn251(): void { $this->runAssertReturnCommand( @@ -2529,7 +2277,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn251')] public function testAssertReturn252(): void { $this->runAssertReturnCommand( @@ -2539,7 +2286,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn252')] public function testAssertReturn253(): void { $this->runAssertReturnCommand( @@ -2549,7 +2295,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn253')] public function testAssertReturn254(): void { $this->runAssertReturnCommand( @@ -2559,7 +2304,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn254')] public function testAssertReturn255(): void { $this->runAssertReturnCommand( @@ -2569,7 +2313,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn255')] public function testAssertReturn256(): void { $this->runAssertReturnCommand( @@ -2579,7 +2322,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn256')] public function testAssertReturn257(): void { $this->runAssertReturnCommand( @@ -2589,7 +2331,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn257')] public function testAssertReturn258(): void { $this->runAssertReturnCommand( @@ -2599,7 +2340,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn258')] public function testAssertReturn259(): void { $this->runAssertReturnCommand( @@ -2609,7 +2349,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn259')] public function testAssertReturn260(): void { $this->runAssertReturnCommand( @@ -2619,7 +2358,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn260')] public function testAssertReturn261(): void { $this->runAssertReturnCommand( @@ -2629,7 +2367,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn261')] public function testAssertReturn262(): void { $this->runAssertReturnCommand( @@ -2639,7 +2376,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn262')] public function testAssertReturn263(): void { $this->runAssertReturnCommand( @@ -2649,7 +2385,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn263')] public function testAssertReturn264(): void { $this->runAssertReturnCommand( @@ -2659,7 +2394,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn264')] public function testAssertReturn265(): void { $this->runAssertReturnCommand( @@ -2669,7 +2403,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn265')] public function testAssertReturn266(): void { $this->runAssertReturnCommand( @@ -2679,7 +2412,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn266')] public function testAssertReturn267(): void { $this->runAssertReturnCommand( @@ -2689,7 +2421,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn267')] public function testAssertReturn268(): void { $this->runAssertReturnCommand( @@ -2699,7 +2430,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn268')] public function testAssertReturn269(): void { $this->runAssertReturnCommand( @@ -2709,7 +2439,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn269')] public function testAssertReturn270(): void { $this->runAssertReturnCommand( @@ -2719,7 +2448,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn270')] public function testAssertReturn271(): void { $this->runAssertReturnCommand( @@ -2729,7 +2457,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn271')] public function testAssertReturn272(): void { $this->runAssertReturnCommand( @@ -2739,7 +2466,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn272')] public function testAssertReturn273(): void { $this->runAssertReturnCommand( @@ -2749,7 +2475,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn273')] public function testAssertReturn274(): void { $this->runAssertReturnCommand( @@ -2759,7 +2484,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn274')] public function testAssertReturn275(): void { $this->runAssertReturnCommand( @@ -2769,7 +2493,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn275')] public function testAssertReturn276(): void { $this->runAssertReturnCommand( @@ -2779,7 +2502,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn276')] public function testAssertReturn277(): void { $this->runAssertReturnCommand( @@ -2789,7 +2511,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn277')] public function testAssertReturn278(): void { $this->runAssertReturnCommand( @@ -2799,7 +2520,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn278')] public function testAssertReturn279(): void { $this->runAssertReturnCommand( @@ -2809,7 +2529,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn279')] public function testAssertReturn280(): void { $this->runAssertReturnCommand( @@ -2819,7 +2538,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn280')] public function testAssertReturn281(): void { $this->runAssertReturnCommand( @@ -2829,7 +2547,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn281')] public function testAssertReturn282(): void { $this->runAssertReturnCommand( @@ -2839,7 +2556,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn282')] public function testAssertReturn283(): void { $this->runAssertReturnCommand( @@ -2849,7 +2565,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn283')] public function testAssertReturn284(): void { $this->runAssertReturnCommand( @@ -2859,7 +2574,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn284')] public function testAssertReturn285(): void { $this->runAssertReturnCommand( @@ -2869,7 +2583,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn285')] public function testAssertReturn286(): void { $this->runAssertReturnCommand( @@ -2879,7 +2592,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn286')] public function testAssertReturn287(): void { $this->runAssertReturnCommand( @@ -2889,7 +2601,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn287')] public function testAssertReturn288(): void { $this->runAssertReturnCommand( @@ -2899,7 +2610,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn288')] public function testAssertReturn289(): void { $this->runAssertReturnCommand( @@ -2909,7 +2619,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn289')] public function testAssertReturn290(): void { $this->runAssertReturnCommand( @@ -2919,7 +2628,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn290')] public function testAssertReturn291(): void { $this->runAssertReturnCommand( @@ -2929,7 +2637,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn291')] public function testAssertReturn292(): void { $this->runAssertReturnCommand( @@ -2939,7 +2646,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn292')] public function testAssertReturn293(): void { $this->runAssertReturnCommand( @@ -2949,7 +2655,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn293')] public function testAssertReturn294(): void { $this->runAssertReturnCommand( @@ -2959,7 +2664,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn294')] public function testAssertReturn295(): void { $this->runAssertReturnCommand( @@ -2969,7 +2673,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn295')] public function testAssertReturn296(): void { $this->runAssertReturnCommand( @@ -2979,7 +2682,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn296')] public function testAssertReturn297(): void { $this->runAssertReturnCommand( @@ -2989,7 +2691,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn297')] public function testAssertReturn298(): void { $this->runAssertReturnCommand( @@ -2999,7 +2700,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn298')] public function testAssertReturn299(): void { $this->runAssertReturnCommand( @@ -3009,7 +2709,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn299')] public function testAssertReturn300(): void { $this->runAssertReturnCommand( @@ -3019,7 +2718,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn300')] public function testAssertReturn301(): void { $this->runAssertReturnCommand( @@ -3029,7 +2727,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn301')] public function testAssertReturn302(): void { $this->runAssertReturnCommand( @@ -3039,7 +2736,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn302')] public function testAssertReturn303(): void { $this->runAssertReturnCommand( @@ -3049,7 +2745,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn303')] public function testAssertReturn304(): void { $this->runAssertReturnCommand( @@ -3059,7 +2754,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn304')] public function testAssertReturn305(): void { $this->runAssertReturnCommand( @@ -3069,7 +2763,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn305')] public function testAssertReturn306(): void { $this->runAssertReturnCommand( @@ -3079,7 +2772,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn306')] public function testAssertReturn307(): void { $this->runAssertReturnCommand( @@ -3089,7 +2781,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn307')] public function testAssertReturn308(): void { $this->runAssertReturnCommand( @@ -3099,7 +2790,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn308')] public function testAssertReturn309(): void { $this->runAssertReturnCommand( @@ -3109,7 +2799,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn309')] public function testAssertReturn310(): void { $this->runAssertReturnCommand( @@ -3119,7 +2808,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn310')] public function testAssertReturn311(): void { $this->runAssertReturnCommand( @@ -3129,7 +2817,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn311')] public function testAssertReturn312(): void { $this->runAssertReturnCommand( @@ -3139,7 +2826,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn312')] public function testAssertReturn313(): void { $this->runAssertReturnCommand( @@ -3149,7 +2835,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn313')] public function testAssertReturn314(): void { $this->runAssertReturnCommand( @@ -3159,7 +2844,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn314')] public function testAssertReturn315(): void { $this->runAssertReturnCommand( @@ -3169,7 +2853,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn315')] public function testAssertReturn316(): void { $this->runAssertReturnCommand( @@ -3179,7 +2862,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn316')] public function testAssertReturn317(): void { $this->runAssertReturnCommand( @@ -3189,7 +2871,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn317')] public function testAssertReturn318(): void { $this->runAssertReturnCommand( @@ -3199,7 +2880,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn318')] public function testAssertReturn319(): void { $this->runAssertReturnCommand( @@ -3209,7 +2889,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn319')] public function testAssertReturn320(): void { $this->runAssertReturnCommand( @@ -3219,7 +2898,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn320')] public function testAssertReturn321(): void { $this->runAssertReturnCommand( @@ -3229,7 +2907,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn321')] public function testAssertReturn322(): void { $this->runAssertReturnCommand( @@ -3239,7 +2916,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn322')] public function testAssertReturn323(): void { $this->runAssertReturnCommand( @@ -3249,7 +2925,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn323')] public function testAssertReturn324(): void { $this->runAssertReturnCommand( @@ -3259,7 +2934,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn324')] public function testAssertReturn325(): void { $this->runAssertReturnCommand( @@ -3269,7 +2943,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn325')] public function testAssertReturn326(): void { $this->runAssertReturnCommand( @@ -3279,7 +2952,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn326')] public function testAssertReturn327(): void { $this->runAssertReturnCommand( @@ -3289,7 +2961,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn327')] public function testAssertReturn328(): void { $this->runAssertReturnCommand( @@ -3299,7 +2970,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn328')] public function testAssertReturn329(): void { $this->runAssertReturnCommand( @@ -3309,7 +2979,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn329')] public function testAssertReturn330(): void { $this->runAssertReturnCommand( @@ -3319,7 +2988,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn330')] public function testAssertReturn331(): void { $this->runAssertReturnCommand( @@ -3329,7 +2997,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn331')] public function testAssertReturn332(): void { $this->runAssertReturnCommand( @@ -3339,7 +3006,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn332')] public function testAssertReturn333(): void { $this->runAssertReturnCommand( @@ -3349,7 +3015,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn333')] public function testAssertReturn334(): void { $this->runAssertReturnCommand( @@ -3359,7 +3024,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn334')] public function testAssertReturn335(): void { $this->runAssertReturnCommand( @@ -3369,7 +3033,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn335')] public function testAssertReturn336(): void { $this->runAssertReturnCommand( @@ -3379,7 +3042,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn336')] public function testAssertReturn337(): void { $this->runAssertReturnCommand( @@ -3389,7 +3051,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn337')] public function testAssertReturn338(): void { $this->runAssertReturnCommand( @@ -3399,7 +3060,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn338')] public function testAssertReturn339(): void { $this->runAssertReturnCommand( @@ -3409,7 +3069,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn339')] public function testAssertReturn340(): void { $this->runAssertReturnCommand( @@ -3419,7 +3078,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn340')] public function testAssertReturn341(): void { $this->runAssertReturnCommand( @@ -3429,7 +3087,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn341')] public function testAssertReturn342(): void { $this->runAssertReturnCommand( @@ -3439,7 +3096,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn342')] public function testAssertReturn343(): void { $this->runAssertReturnCommand( @@ -3449,7 +3105,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn343')] public function testAssertReturn344(): void { $this->runAssertReturnCommand( @@ -3459,7 +3114,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn344')] public function testAssertReturn345(): void { $this->runAssertReturnCommand( @@ -3469,7 +3123,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn345')] public function testAssertReturn346(): void { $this->runAssertReturnCommand( @@ -3479,7 +3132,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn346')] public function testAssertReturn347(): void { $this->runAssertReturnCommand( @@ -3489,7 +3141,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn347')] public function testAssertReturn348(): void { $this->runAssertReturnCommand( @@ -3499,7 +3150,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn348')] public function testAssertReturn349(): void { $this->runAssertReturnCommand( @@ -3509,7 +3159,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn349')] public function testAssertReturn350(): void { $this->runAssertReturnCommand( @@ -3519,7 +3168,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn350')] public function testAssertReturn351(): void { $this->runAssertReturnCommand( @@ -3529,7 +3177,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn351')] public function testAssertReturn352(): void { $this->runAssertReturnCommand( @@ -3539,7 +3186,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn352')] public function testAssertReturn353(): void { $this->runAssertReturnCommand( @@ -3549,7 +3195,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn353')] public function testAssertReturn354(): void { $this->runAssertReturnCommand( @@ -3559,7 +3204,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn354')] public function testAssertReturn355(): void { $this->runAssertReturnCommand( @@ -3569,7 +3213,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn355')] public function testAssertReturn356(): void { $this->runAssertReturnCommand( @@ -3579,7 +3222,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn356')] public function testAssertReturn357(): void { $this->runAssertReturnCommand( @@ -3589,7 +3231,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn357')] public function testAssertReturn358(): void { $this->runAssertReturnCommand( @@ -3599,7 +3240,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn358')] public function testAssertReturn359(): void { $this->runAssertReturnCommand( @@ -3609,7 +3249,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn359')] public function testAssertReturn360(): void { $this->runAssertReturnCommand( @@ -3619,7 +3258,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn360')] public function testAssertReturn361(): void { $this->runAssertReturnCommand( @@ -3629,7 +3267,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn361')] public function testAssertReturn362(): void { $this->runAssertReturnCommand( @@ -3639,7 +3276,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn362')] public function testAssertReturn363(): void { $this->runAssertReturnCommand( @@ -3649,7 +3285,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn363')] public function testAssertReturn364(): void { $this->runAssertReturnCommand( @@ -3659,7 +3294,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn364')] public function testAssertReturn365(): void { $this->runAssertReturnCommand( @@ -3669,7 +3303,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn365')] public function testAssertReturn366(): void { $this->runAssertReturnCommand( @@ -3679,7 +3312,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn366')] public function testAssertReturn367(): void { $this->runAssertReturnCommand( @@ -3689,7 +3321,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn367')] public function testAssertReturn368(): void { $this->runAssertReturnCommand( @@ -3699,7 +3330,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn368')] public function testAssertReturn369(): void { $this->runAssertReturnCommand( @@ -3709,7 +3339,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn369')] public function testAssertReturn370(): void { $this->runAssertReturnCommand( @@ -3719,7 +3348,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn370')] public function testAssertReturn371(): void { $this->runAssertReturnCommand( @@ -3729,7 +3357,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn371')] public function testAssertReturn372(): void { $this->runAssertReturnCommand( @@ -3739,7 +3366,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn372')] public function testAssertReturn373(): void { $this->runAssertReturnCommand( @@ -3749,7 +3375,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn373')] public function testAssertReturn374(): void { $this->runAssertReturnCommand( @@ -3759,7 +3384,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn374')] public function testAssertReturn375(): void { $this->runAssertReturnCommand( @@ -3769,7 +3393,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn375')] public function testAssertReturn376(): void { $this->runAssertReturnCommand( @@ -3779,7 +3402,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn376')] public function testAssertReturn377(): void { $this->runAssertReturnCommand( @@ -3789,7 +3411,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn377')] public function testAssertReturn378(): void { $this->runAssertReturnCommand( @@ -3799,7 +3420,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn378')] public function testAssertReturn379(): void { $this->runAssertReturnCommand( @@ -3809,7 +3429,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn379')] public function testAssertReturn380(): void { $this->runAssertReturnCommand( @@ -3819,7 +3438,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn380')] public function testAssertReturn381(): void { $this->runAssertReturnCommand( @@ -3829,7 +3447,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn381')] public function testAssertReturn382(): void { $this->runAssertReturnCommand( @@ -3839,7 +3456,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn382')] public function testAssertReturn383(): void { $this->runAssertReturnCommand( @@ -3849,7 +3465,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn383')] public function testAssertReturn384(): void { $this->runAssertReturnCommand( @@ -3859,7 +3474,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn384')] public function testAssertReturn385(): void { $this->runAssertReturnCommand( @@ -3869,7 +3483,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn385')] public function testAssertReturn386(): void { $this->runAssertReturnCommand( @@ -3879,7 +3492,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn386')] public function testAssertReturn387(): void { $this->runAssertReturnCommand( @@ -3889,7 +3501,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn387')] public function testAssertReturn388(): void { $this->runAssertReturnCommand( @@ -3899,7 +3510,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn388')] public function testAssertReturn389(): void { $this->runAssertReturnCommand( @@ -3909,7 +3519,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn389')] public function testAssertReturn390(): void { $this->runAssertReturnCommand( @@ -3919,7 +3528,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn390')] public function testAssertReturn391(): void { $this->runAssertReturnCommand( @@ -3929,7 +3537,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn391')] public function testAssertReturn392(): void { $this->runAssertReturnCommand( @@ -3939,7 +3546,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn392')] public function testAssertReturn393(): void { $this->runAssertReturnCommand( @@ -3949,7 +3555,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn393')] public function testAssertReturn394(): void { $this->runAssertReturnCommand( @@ -3959,7 +3564,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn394')] public function testAssertReturn395(): void { $this->runAssertReturnCommand( @@ -3969,7 +3573,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn395')] public function testAssertReturn396(): void { $this->runAssertReturnCommand( @@ -3979,7 +3582,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn396')] public function testAssertReturn397(): void { $this->runAssertReturnCommand( @@ -3989,7 +3591,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn397')] public function testAssertReturn398(): void { $this->runAssertReturnCommand( @@ -3999,7 +3600,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn398')] public function testAssertReturn399(): void { $this->runAssertReturnCommand( @@ -4009,7 +3609,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn399')] public function testAssertReturn400(): void { $this->runAssertReturnCommand( @@ -4019,7 +3618,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn400')] public function testAssertReturn401(): void { $this->runAssertReturnCommand( @@ -4029,7 +3627,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn401')] public function testAssertReturn402(): void { $this->runAssertReturnCommand( @@ -4039,7 +3636,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn402')] public function testAssertReturn403(): void { $this->runAssertReturnCommand( @@ -4049,7 +3645,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn403')] public function testAssertReturn404(): void { $this->runAssertReturnCommand( @@ -4059,7 +3654,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn404')] public function testAssertReturn405(): void { $this->runAssertReturnCommand( @@ -4069,7 +3663,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn405')] public function testAssertReturn406(): void { $this->runAssertReturnCommand( @@ -4079,7 +3672,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn406')] public function testAssertReturn407(): void { $this->runAssertReturnCommand( @@ -4089,7 +3681,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn407')] public function testAssertReturn408(): void { $this->runAssertReturnCommand( @@ -4099,7 +3690,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn408')] public function testAssertReturn409(): void { $this->runAssertReturnCommand( @@ -4109,7 +3699,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn409')] public function testAssertReturn410(): void { $this->runAssertReturnCommand( @@ -4119,7 +3708,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn410')] public function testAssertReturn411(): void { $this->runAssertReturnCommand( @@ -4129,7 +3717,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn411')] public function testAssertReturn412(): void { $this->runAssertReturnCommand( @@ -4139,7 +3726,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn412')] public function testAssertReturn413(): void { $this->runAssertReturnCommand( @@ -4149,7 +3735,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn413')] public function testAssertReturn414(): void { $this->runAssertReturnCommand( @@ -4159,7 +3744,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn414')] public function testAssertReturn415(): void { $this->runAssertReturnCommand( @@ -4169,7 +3753,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn415')] public function testAssertReturn416(): void { $this->runAssertReturnCommand( @@ -4179,7 +3762,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn416')] public function testAssertReturn417(): void { $this->runAssertReturnCommand( @@ -4189,7 +3771,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn417')] public function testAssertReturn418(): void { $this->runAssertReturnCommand( @@ -4199,7 +3780,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn418')] public function testAssertReturn419(): void { $this->runAssertReturnCommand( @@ -4209,7 +3789,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn419')] public function testAssertReturn420(): void { $this->runAssertReturnCommand( @@ -4219,7 +3798,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn420')] public function testAssertReturn421(): void { $this->runAssertReturnCommand( @@ -4229,7 +3807,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn421')] public function testAssertReturn422(): void { $this->runAssertReturnCommand( @@ -4239,7 +3816,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn422')] public function testAssertReturn423(): void { $this->runAssertReturnCommand( @@ -4249,7 +3825,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn423')] public function testAssertReturn424(): void { $this->runAssertReturnCommand( @@ -4259,7 +3834,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn424')] public function testAssertReturn425(): void { $this->runAssertReturnCommand( @@ -4269,7 +3843,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn425')] public function testAssertReturn426(): void { $this->runAssertReturnCommand( @@ -4279,7 +3852,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn426')] public function testAssertReturn427(): void { $this->runAssertReturnCommand( @@ -4289,7 +3861,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn427')] public function testAssertReturn428(): void { $this->runAssertReturnCommand( @@ -4299,7 +3870,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn428')] public function testAssertReturn429(): void { $this->runAssertReturnCommand( @@ -4309,7 +3879,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn429')] public function testAssertReturn430(): void { $this->runAssertReturnCommand( @@ -4319,7 +3888,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn430')] public function testAssertReturn431(): void { $this->runAssertReturnCommand( @@ -4329,7 +3897,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn431')] public function testAssertReturn432(): void { $this->runAssertReturnCommand( @@ -4339,7 +3906,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn432')] public function testAssertReturn433(): void { $this->runAssertReturnCommand( @@ -4349,7 +3915,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn433')] public function testAssertReturn434(): void { $this->runAssertReturnCommand( @@ -4359,7 +3924,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn434')] public function testAssertReturn435(): void { $this->runAssertReturnCommand( @@ -4369,7 +3933,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn435')] public function testAssertReturn436(): void { $this->runAssertReturnCommand( @@ -4379,7 +3942,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn436')] public function testAssertReturn437(): void { $this->runAssertReturnCommand( @@ -4389,7 +3951,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn437')] public function testAssertReturn438(): void { $this->runAssertReturnCommand( @@ -4399,7 +3960,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn438')] public function testAssertReturn439(): void { $this->runAssertReturnCommand( @@ -4409,7 +3969,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn439')] public function testAssertReturn440(): void { $this->runAssertReturnCommand( @@ -4419,7 +3978,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn440')] public function testAssertReturn441(): void { $this->runAssertReturnCommand( @@ -4429,7 +3987,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn441')] public function testAssertReturn442(): void { $this->runAssertReturnCommand( @@ -4439,7 +3996,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn442')] public function testAssertReturn443(): void { $this->runAssertReturnCommand( @@ -4449,7 +4005,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn443')] public function testAssertReturn444(): void { $this->runAssertReturnCommand( @@ -4459,7 +4014,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn444')] public function testAssertReturn445(): void { $this->runAssertReturnCommand( @@ -4469,7 +4023,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn445')] public function testAssertReturn446(): void { $this->runAssertReturnCommand( @@ -4479,7 +4032,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn446')] public function testAssertReturn447(): void { $this->runAssertReturnCommand( @@ -4489,7 +4041,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn447')] public function testAssertReturn448(): void { $this->runAssertReturnCommand( @@ -4499,7 +4050,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn448')] public function testAssertReturn449(): void { $this->runAssertReturnCommand( @@ -4509,7 +4059,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn449')] public function testAssertReturn450(): void { $this->runAssertReturnCommand( @@ -4519,7 +4068,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn450')] public function testAssertReturn451(): void { $this->runAssertReturnCommand( @@ -4529,7 +4077,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn451')] public function testAssertReturn452(): void { $this->runAssertReturnCommand( @@ -4539,7 +4086,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn452')] public function testAssertReturn453(): void { $this->runAssertReturnCommand( @@ -4549,7 +4095,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn453')] public function testAssertReturn454(): void { $this->runAssertReturnCommand( @@ -4559,7 +4104,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn454')] public function testAssertReturn455(): void { $this->runAssertReturnCommand( @@ -4569,7 +4113,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn455')] public function testAssertReturn456(): void { $this->runAssertReturnCommand( @@ -4579,7 +4122,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn456')] public function testAssertReturn457(): void { $this->runAssertReturnCommand( @@ -4589,7 +4131,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn457')] public function testAssertReturn458(): void { $this->runAssertReturnCommand( @@ -4599,7 +4140,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn458')] public function testAssertReturn459(): void { $this->runAssertReturnCommand( @@ -4609,7 +4149,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn459')] public function testAssertReturn460(): void { $this->runAssertReturnCommand( @@ -4619,7 +4158,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn460')] public function testAssertReturn461(): void { $this->runAssertReturnCommand( @@ -4629,7 +4167,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn461')] public function testAssertReturn462(): void { $this->runAssertReturnCommand( @@ -4639,7 +4176,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn462')] public function testAssertReturn463(): void { $this->runAssertReturnCommand( @@ -4649,7 +4185,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn463')] public function testAssertReturn464(): void { $this->runAssertReturnCommand( @@ -4659,7 +4194,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn464')] public function testAssertReturn465(): void { $this->runAssertReturnCommand( @@ -4669,7 +4203,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn465')] public function testAssertReturn466(): void { $this->runAssertReturnCommand( @@ -4679,7 +4212,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn466')] public function testAssertReturn467(): void { $this->runAssertReturnCommand( @@ -4689,7 +4221,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn467')] public function testAssertReturn468(): void { $this->runAssertReturnCommand( @@ -4699,7 +4230,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn468')] public function testAssertReturn469(): void { $this->runAssertReturnCommand( @@ -4709,7 +4239,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn469')] public function testAssertReturn470(): void { $this->runAssertReturnCommand( @@ -4719,7 +4248,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn470')] public function testAssertReturn471(): void { $this->runAssertReturnCommand( @@ -4729,7 +4257,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn471')] public function testAssertReturn472(): void { $this->runAssertReturnCommand( @@ -4739,7 +4266,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn472')] public function testAssertReturn473(): void { $this->runAssertReturnCommand( @@ -4749,7 +4275,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn473')] public function testAssertReturn474(): void { $this->runAssertReturnCommand( @@ -4759,7 +4284,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn474')] public function testAssertReturn475(): void { $this->runAssertReturnCommand( @@ -4769,7 +4293,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn475')] public function testAssertReturn476(): void { $this->runAssertReturnCommand( @@ -4779,7 +4302,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn476')] public function testAssertReturn477(): void { $this->runAssertReturnCommand( @@ -4789,7 +4311,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn477')] public function testAssertReturn478(): void { $this->runAssertReturnCommand( @@ -4799,7 +4320,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn478')] public function testAssertReturn479(): void { $this->runAssertReturnCommand( @@ -4809,7 +4329,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn479')] public function testAssertReturn480(): void { $this->runAssertReturnCommand( @@ -4819,7 +4338,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn480')] public function testAssertReturn481(): void { $this->runAssertReturnCommand( @@ -4829,7 +4347,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn481')] public function testAssertReturn482(): void { $this->runAssertReturnCommand( @@ -4839,7 +4356,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn482')] public function testAssertReturn483(): void { $this->runAssertReturnCommand( @@ -4849,7 +4365,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn483')] public function testAssertReturn484(): void { $this->runAssertReturnCommand( @@ -4859,7 +4374,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn484')] public function testAssertReturn485(): void { $this->runAssertReturnCommand( @@ -4869,7 +4383,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn485')] public function testAssertReturn486(): void { $this->runAssertReturnCommand( @@ -4879,7 +4392,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn486')] public function testAssertReturn487(): void { $this->runAssertReturnCommand( @@ -4889,7 +4401,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn487')] public function testAssertReturn488(): void { $this->runAssertReturnCommand( @@ -4899,7 +4410,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn488')] public function testAssertReturn489(): void { $this->runAssertReturnCommand( @@ -4909,7 +4419,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn489')] public function testAssertReturn490(): void { $this->runAssertReturnCommand( @@ -4919,7 +4428,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn490')] public function testAssertReturn491(): void { $this->runAssertReturnCommand( @@ -4929,7 +4437,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn491')] public function testAssertReturn492(): void { $this->runAssertReturnCommand( @@ -4939,7 +4446,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn492')] public function testAssertReturn493(): void { $this->runAssertReturnCommand( @@ -4949,7 +4455,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn493')] public function testAssertReturn494(): void { $this->runAssertReturnCommand( @@ -4959,7 +4464,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn494')] public function testAssertReturn495(): void { $this->runAssertReturnCommand( @@ -4969,7 +4473,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn495')] public function testAssertReturn496(): void { $this->runAssertReturnCommand( @@ -4979,7 +4482,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn496')] public function testAssertReturn497(): void { $this->runAssertReturnCommand( @@ -4989,7 +4491,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn497')] public function testAssertReturn498(): void { $this->runAssertReturnCommand( @@ -4999,7 +4500,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn498')] public function testAssertReturn499(): void { $this->runAssertReturnCommand( @@ -5009,7 +4509,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn499')] public function testAssertReturn500(): void { $this->runAssertReturnCommand( @@ -5019,7 +4518,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn500')] public function testAssertReturn501(): void { $this->runAssertReturnCommand( @@ -5029,7 +4527,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn501')] public function testAssertReturn502(): void { $this->runAssertReturnCommand( @@ -5039,7 +4536,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn502')] public function testAssertReturn503(): void { $this->runAssertReturnCommand( @@ -5049,7 +4545,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn503')] public function testAssertReturn504(): void { $this->runAssertReturnCommand( @@ -5059,7 +4554,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn504')] public function testAssertReturn505(): void { $this->runAssertReturnCommand( @@ -5069,7 +4563,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn505')] public function testAssertReturn506(): void { $this->runAssertReturnCommand( @@ -5079,7 +4572,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn506')] public function testAssertReturn507(): void { $this->runAssertReturnCommand( @@ -5089,7 +4581,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn507')] public function testAssertReturn508(): void { $this->runAssertReturnCommand( @@ -5099,7 +4590,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn508')] public function testAssertReturn509(): void { $this->runAssertReturnCommand( @@ -5109,7 +4599,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn509')] public function testAssertReturn510(): void { $this->runAssertReturnCommand( @@ -5119,7 +4608,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn510')] public function testAssertReturn511(): void { $this->runAssertReturnCommand( @@ -5129,7 +4617,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn511')] public function testAssertReturn512(): void { $this->runAssertReturnCommand( @@ -5139,7 +4626,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn512')] public function testAssertReturn513(): void { $this->runAssertReturnCommand( @@ -5149,7 +4635,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn513')] public function testAssertReturn514(): void { $this->runAssertReturnCommand( @@ -5159,7 +4644,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn514')] public function testAssertReturn515(): void { $this->runAssertReturnCommand( @@ -5169,7 +4653,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn515')] public function testAssertReturn516(): void { $this->runAssertReturnCommand( @@ -5179,7 +4662,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn516')] public function testAssertReturn517(): void { $this->runAssertReturnCommand( @@ -5189,7 +4671,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn517')] public function testAssertReturn518(): void { $this->runAssertReturnCommand( @@ -5199,7 +4680,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn518')] public function testAssertReturn519(): void { $this->runAssertReturnCommand( @@ -5209,7 +4689,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn519')] public function testAssertReturn520(): void { $this->runAssertReturnCommand( @@ -5219,7 +4698,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn520')] public function testAssertReturn521(): void { $this->runAssertReturnCommand( @@ -5229,7 +4707,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn521')] public function testAssertReturn522(): void { $this->runAssertReturnCommand( @@ -5239,7 +4716,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn522')] public function testAssertReturn523(): void { $this->runAssertReturnCommand( @@ -5249,7 +4725,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn523')] public function testAssertReturn524(): void { $this->runAssertReturnCommand( @@ -5259,7 +4734,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn524')] public function testAssertReturn525(): void { $this->runAssertReturnCommand( @@ -5269,7 +4743,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn525')] public function testAssertReturn526(): void { $this->runAssertReturnCommand( @@ -5279,7 +4752,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn526')] public function testAssertReturn527(): void { $this->runAssertReturnCommand( @@ -5289,7 +4761,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn527')] public function testAssertReturn528(): void { $this->runAssertReturnCommand( @@ -5299,7 +4770,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn528')] public function testAssertReturn529(): void { $this->runAssertReturnCommand( @@ -5309,7 +4779,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn529')] public function testAssertReturn530(): void { $this->runAssertReturnCommand( @@ -5319,7 +4788,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn530')] public function testAssertReturn531(): void { $this->runAssertReturnCommand( @@ -5329,7 +4797,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn531')] public function testAssertReturn532(): void { $this->runAssertReturnCommand( @@ -5339,7 +4806,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn532')] public function testAssertReturn533(): void { $this->runAssertReturnCommand( @@ -5349,7 +4815,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn533')] public function testAssertReturn534(): void { $this->runAssertReturnCommand( @@ -5359,7 +4824,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn534')] public function testAssertReturn535(): void { $this->runAssertReturnCommand( @@ -5369,7 +4833,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn535')] public function testAssertReturn536(): void { $this->runAssertReturnCommand( @@ -5379,7 +4842,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn536')] public function testAssertReturn537(): void { $this->runAssertReturnCommand( @@ -5389,7 +4851,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn537')] public function testAssertReturn538(): void { $this->runAssertReturnCommand( @@ -5399,7 +4860,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn538')] public function testAssertReturn539(): void { $this->runAssertReturnCommand( @@ -5409,7 +4869,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn539')] public function testAssertReturn540(): void { $this->runAssertReturnCommand( @@ -5419,7 +4878,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn540')] public function testAssertReturn541(): void { $this->runAssertReturnCommand( @@ -5429,7 +4887,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn541')] public function testAssertReturn542(): void { $this->runAssertReturnCommand( @@ -5439,7 +4896,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn542')] public function testAssertReturn543(): void { $this->runAssertReturnCommand( @@ -5449,7 +4905,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn543')] public function testAssertReturn544(): void { $this->runAssertReturnCommand( @@ -5459,7 +4914,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn544')] public function testAssertReturn545(): void { $this->runAssertReturnCommand( @@ -5469,7 +4923,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn545')] public function testAssertReturn546(): void { $this->runAssertReturnCommand( @@ -5479,7 +4932,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn546')] public function testAssertReturn547(): void { $this->runAssertReturnCommand( @@ -5489,7 +4941,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn547')] public function testAssertReturn548(): void { $this->runAssertReturnCommand( @@ -5499,7 +4950,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn548')] public function testAssertReturn549(): void { $this->runAssertReturnCommand( @@ -5509,7 +4959,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn549')] public function testAssertReturn550(): void { $this->runAssertReturnCommand( @@ -5519,7 +4968,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn550')] public function testAssertReturn551(): void { $this->runAssertReturnCommand( @@ -5529,7 +4977,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn551')] public function testAssertReturn552(): void { $this->runAssertReturnCommand( @@ -5539,7 +4986,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn552')] public function testAssertReturn553(): void { $this->runAssertReturnCommand( @@ -5549,7 +4995,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn553')] public function testAssertReturn554(): void { $this->runAssertReturnCommand( @@ -5559,7 +5004,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn554')] public function testAssertReturn555(): void { $this->runAssertReturnCommand( @@ -5569,7 +5013,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn555')] public function testAssertReturn556(): void { $this->runAssertReturnCommand( @@ -5579,7 +5022,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn556')] public function testAssertReturn557(): void { $this->runAssertReturnCommand( @@ -5589,7 +5031,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn557')] public function testAssertReturn558(): void { $this->runAssertReturnCommand( @@ -5599,7 +5040,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn558')] public function testAssertReturn559(): void { $this->runAssertReturnCommand( @@ -5609,7 +5049,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn559')] public function testAssertReturn560(): void { $this->runAssertReturnCommand( @@ -5619,7 +5058,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn560')] public function testAssertReturn561(): void { $this->runAssertReturnCommand( @@ -5629,7 +5067,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn561')] public function testAssertReturn562(): void { $this->runAssertReturnCommand( @@ -5639,7 +5076,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn562')] public function testAssertReturn563(): void { $this->runAssertReturnCommand( @@ -5649,7 +5085,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn563')] public function testAssertReturn564(): void { $this->runAssertReturnCommand( @@ -5659,7 +5094,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn564')] public function testAssertReturn565(): void { $this->runAssertReturnCommand( @@ -5669,7 +5103,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn565')] public function testAssertReturn566(): void { $this->runAssertReturnCommand( @@ -5679,7 +5112,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn566')] public function testAssertReturn567(): void { $this->runAssertReturnCommand( @@ -5689,7 +5121,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn567')] public function testAssertReturn568(): void { $this->runAssertReturnCommand( @@ -5699,7 +5130,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn568')] public function testAssertReturn569(): void { $this->runAssertReturnCommand( @@ -5709,7 +5139,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn569')] public function testAssertReturn570(): void { $this->runAssertReturnCommand( @@ -5719,7 +5148,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn570')] public function testAssertReturn571(): void { $this->runAssertReturnCommand( @@ -5729,7 +5157,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn571')] public function testAssertReturn572(): void { $this->runAssertReturnCommand( @@ -5739,7 +5166,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn572')] public function testAssertReturn573(): void { $this->runAssertReturnCommand( @@ -5749,7 +5175,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn573')] public function testAssertReturn574(): void { $this->runAssertReturnCommand( @@ -5759,7 +5184,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn574')] public function testAssertReturn575(): void { $this->runAssertReturnCommand( @@ -5769,7 +5193,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn575')] public function testAssertReturn576(): void { $this->runAssertReturnCommand( @@ -5779,7 +5202,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn576')] public function testAssertReturn577(): void { $this->runAssertReturnCommand( @@ -5789,7 +5211,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn577')] public function testAssertReturn578(): void { $this->runAssertReturnCommand( @@ -5799,7 +5220,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn578')] public function testAssertReturn579(): void { $this->runAssertReturnCommand( @@ -5809,7 +5229,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn579')] public function testAssertReturn580(): void { $this->runAssertReturnCommand( @@ -5819,7 +5238,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn580')] public function testAssertReturn581(): void { $this->runAssertReturnCommand( @@ -5829,7 +5247,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn581')] public function testAssertReturn582(): void { $this->runAssertReturnCommand( @@ -5839,7 +5256,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn582')] public function testAssertReturn583(): void { $this->runAssertReturnCommand( @@ -5849,7 +5265,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn583')] public function testAssertReturn584(): void { $this->runAssertReturnCommand( @@ -5859,7 +5274,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn584')] public function testAssertReturn585(): void { $this->runAssertReturnCommand( @@ -5869,7 +5283,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn585')] public function testAssertReturn586(): void { $this->runAssertReturnCommand( @@ -5879,7 +5292,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn586')] public function testAssertReturn587(): void { $this->runAssertReturnCommand( @@ -5889,7 +5301,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn587')] public function testAssertReturn588(): void { $this->runAssertReturnCommand( @@ -5899,7 +5310,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn588')] public function testAssertReturn589(): void { $this->runAssertReturnCommand( @@ -5909,7 +5319,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn589')] public function testAssertReturn590(): void { $this->runAssertReturnCommand( @@ -5919,7 +5328,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn590')] public function testAssertReturn591(): void { $this->runAssertReturnCommand( @@ -5929,7 +5337,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn591')] public function testAssertReturn592(): void { $this->runAssertReturnCommand( @@ -5939,7 +5346,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn592')] public function testAssertReturn593(): void { $this->runAssertReturnCommand( @@ -5949,7 +5355,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn593')] public function testAssertReturn594(): void { $this->runAssertReturnCommand( @@ -5959,7 +5364,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn594')] public function testAssertReturn595(): void { $this->runAssertReturnCommand( @@ -5969,7 +5373,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn595')] public function testAssertReturn596(): void { $this->runAssertReturnCommand( @@ -5979,7 +5382,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn596')] public function testAssertReturn597(): void { $this->runAssertReturnCommand( @@ -5989,7 +5391,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn597')] public function testAssertReturn598(): void { $this->runAssertReturnCommand( @@ -5999,7 +5400,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn598')] public function testAssertReturn599(): void { $this->runAssertReturnCommand( @@ -6009,7 +5409,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn599')] public function testAssertReturn600(): void { $this->runAssertReturnCommand( @@ -6019,7 +5418,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn600')] public function testAssertReturn601(): void { $this->runAssertReturnCommand( @@ -6029,7 +5427,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn601')] public function testAssertReturn602(): void { $this->runAssertReturnCommand( @@ -6039,7 +5436,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn602')] public function testAssertReturn603(): void { $this->runAssertReturnCommand( @@ -6049,7 +5445,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn603')] public function testAssertReturn604(): void { $this->runAssertReturnCommand( @@ -6059,7 +5454,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn604')] public function testAssertReturn605(): void { $this->runAssertReturnCommand( @@ -6069,7 +5463,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn605')] public function testAssertReturn606(): void { $this->runAssertReturnCommand( @@ -6079,7 +5472,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn606')] public function testAssertReturn607(): void { $this->runAssertReturnCommand( @@ -6089,7 +5481,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn607')] public function testAssertReturn608(): void { $this->runAssertReturnCommand( @@ -6099,7 +5490,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn608')] public function testAssertReturn609(): void { $this->runAssertReturnCommand( @@ -6109,7 +5499,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn609')] public function testAssertReturn610(): void { $this->runAssertReturnCommand( @@ -6119,7 +5508,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn610')] public function testAssertReturn611(): void { $this->runAssertReturnCommand( @@ -6129,7 +5517,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn611')] public function testAssertReturn612(): void { $this->runAssertReturnCommand( @@ -6139,7 +5526,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn612')] public function testAssertReturn613(): void { $this->runAssertReturnCommand( @@ -6149,7 +5535,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn613')] public function testAssertReturn614(): void { $this->runAssertReturnCommand( @@ -6159,7 +5544,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn614')] public function testAssertReturn615(): void { $this->runAssertReturnCommand( @@ -6169,7 +5553,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn615')] public function testAssertReturn616(): void { $this->runAssertReturnCommand( @@ -6179,7 +5562,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn616')] public function testAssertReturn617(): void { $this->runAssertReturnCommand( @@ -6189,7 +5571,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn617')] public function testAssertReturn618(): void { $this->runAssertReturnCommand( @@ -6199,7 +5580,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn618')] public function testAssertReturn619(): void { $this->runAssertReturnCommand( @@ -6209,7 +5589,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn619')] public function testAssertReturn620(): void { $this->runAssertReturnCommand( @@ -6219,7 +5598,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn620')] public function testAssertReturn621(): void { $this->runAssertReturnCommand( @@ -6229,7 +5607,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn621')] public function testAssertReturn622(): void { $this->runAssertReturnCommand( @@ -6239,7 +5616,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn622')] public function testAssertReturn623(): void { $this->runAssertReturnCommand( @@ -6249,7 +5625,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn623')] public function testAssertReturn624(): void { $this->runAssertReturnCommand( @@ -6259,7 +5634,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn624')] public function testAssertReturn625(): void { $this->runAssertReturnCommand( @@ -6269,7 +5643,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn625')] public function testAssertReturn626(): void { $this->runAssertReturnCommand( @@ -6279,7 +5652,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn626')] public function testAssertReturn627(): void { $this->runAssertReturnCommand( @@ -6289,7 +5661,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn627')] public function testAssertReturn628(): void { $this->runAssertReturnCommand( @@ -6299,7 +5670,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn628')] public function testAssertReturn629(): void { $this->runAssertReturnCommand( @@ -6309,7 +5679,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn629')] public function testAssertReturn630(): void { $this->runAssertReturnCommand( @@ -6319,7 +5688,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn630')] public function testAssertReturn631(): void { $this->runAssertReturnCommand( @@ -6329,7 +5697,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn631')] public function testAssertReturn632(): void { $this->runAssertReturnCommand( @@ -6339,7 +5706,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn632')] public function testAssertReturn633(): void { $this->runAssertReturnCommand( @@ -6349,7 +5715,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn633')] public function testAssertReturn634(): void { $this->runAssertReturnCommand( @@ -6359,7 +5724,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn634')] public function testAssertReturn635(): void { $this->runAssertReturnCommand( @@ -6369,7 +5733,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn635')] public function testAssertReturn636(): void { $this->runAssertReturnCommand( @@ -6379,7 +5742,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn636')] public function testAssertReturn637(): void { $this->runAssertReturnCommand( @@ -6389,7 +5751,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn637')] public function testAssertReturn638(): void { $this->runAssertReturnCommand( @@ -6399,7 +5760,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn638')] public function testAssertReturn639(): void { $this->runAssertReturnCommand( @@ -6409,7 +5769,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn639')] public function testAssertReturn640(): void { $this->runAssertReturnCommand( @@ -6419,7 +5778,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn640')] public function testAssertReturn641(): void { $this->runAssertReturnCommand( @@ -6429,7 +5787,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn641')] public function testAssertReturn642(): void { $this->runAssertReturnCommand( @@ -6439,7 +5796,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn642')] public function testAssertReturn643(): void { $this->runAssertReturnCommand( @@ -6449,7 +5805,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn643')] public function testAssertReturn644(): void { $this->runAssertReturnCommand( @@ -6459,7 +5814,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn644')] public function testAssertReturn645(): void { $this->runAssertReturnCommand( @@ -6469,7 +5823,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn645')] public function testAssertReturn646(): void { $this->runAssertReturnCommand( @@ -6479,7 +5832,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn646')] public function testAssertReturn647(): void { $this->runAssertReturnCommand( @@ -6489,7 +5841,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn647')] public function testAssertReturn648(): void { $this->runAssertReturnCommand( @@ -6499,7 +5850,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn648')] public function testAssertReturn649(): void { $this->runAssertReturnCommand( @@ -6509,7 +5859,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn649')] public function testAssertReturn650(): void { $this->runAssertReturnCommand( @@ -6519,7 +5868,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn650')] public function testAssertReturn651(): void { $this->runAssertReturnCommand( @@ -6529,7 +5877,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn651')] public function testAssertReturn652(): void { $this->runAssertReturnCommand( @@ -6539,7 +5886,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn652')] public function testAssertReturn653(): void { $this->runAssertReturnCommand( @@ -6549,7 +5895,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn653')] public function testAssertReturn654(): void { $this->runAssertReturnCommand( @@ -6559,7 +5904,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn654')] public function testAssertReturn655(): void { $this->runAssertReturnCommand( @@ -6569,7 +5913,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn655')] public function testAssertReturn656(): void { $this->runAssertReturnCommand( @@ -6579,7 +5922,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn656')] public function testAssertReturn657(): void { $this->runAssertReturnCommand( @@ -6589,7 +5931,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn657')] public function testAssertReturn658(): void { $this->runAssertReturnCommand( @@ -6599,7 +5940,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn658')] public function testAssertReturn659(): void { $this->runAssertReturnCommand( @@ -6609,7 +5949,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn659')] public function testAssertReturn660(): void { $this->runAssertReturnCommand( @@ -6619,7 +5958,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn660')] public function testAssertReturn661(): void { $this->runAssertReturnCommand( @@ -6629,7 +5967,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn661')] public function testAssertReturn662(): void { $this->runAssertReturnCommand( @@ -6639,7 +5976,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn662')] public function testAssertReturn663(): void { $this->runAssertReturnCommand( @@ -6649,7 +5985,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn663')] public function testAssertReturn664(): void { $this->runAssertReturnCommand( @@ -6659,7 +5994,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn664')] public function testAssertReturn665(): void { $this->runAssertReturnCommand( @@ -6669,7 +6003,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn665')] public function testAssertReturn666(): void { $this->runAssertReturnCommand( @@ -6679,7 +6012,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn666')] public function testAssertReturn667(): void { $this->runAssertReturnCommand( @@ -6689,7 +6021,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn667')] public function testAssertReturn668(): void { $this->runAssertReturnCommand( @@ -6699,7 +6030,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn668')] public function testAssertReturn669(): void { $this->runAssertReturnCommand( @@ -6709,7 +6039,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn669')] public function testAssertReturn670(): void { $this->runAssertReturnCommand( @@ -6719,7 +6048,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn670')] public function testAssertReturn671(): void { $this->runAssertReturnCommand( @@ -6729,7 +6057,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn671')] public function testAssertReturn672(): void { $this->runAssertReturnCommand( @@ -6739,7 +6066,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn672')] public function testAssertReturn673(): void { $this->runAssertReturnCommand( @@ -6749,7 +6075,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn673')] public function testAssertReturn674(): void { $this->runAssertReturnCommand( @@ -6759,7 +6084,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn674')] public function testAssertReturn675(): void { $this->runAssertReturnCommand( @@ -6769,7 +6093,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn675')] public function testAssertReturn676(): void { $this->runAssertReturnCommand( @@ -6779,7 +6102,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn676')] public function testAssertReturn677(): void { $this->runAssertReturnCommand( @@ -6789,7 +6111,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn677')] public function testAssertReturn678(): void { $this->runAssertReturnCommand( @@ -6799,7 +6120,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn678')] public function testAssertReturn679(): void { $this->runAssertReturnCommand( @@ -6809,7 +6129,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn679')] public function testAssertReturn680(): void { $this->runAssertReturnCommand( @@ -6819,7 +6138,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn680')] public function testAssertReturn681(): void { $this->runAssertReturnCommand( @@ -6829,7 +6147,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn681')] public function testAssertReturn682(): void { $this->runAssertReturnCommand( @@ -6839,7 +6156,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn682')] public function testAssertReturn683(): void { $this->runAssertReturnCommand( @@ -6849,7 +6165,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn683')] public function testAssertReturn684(): void { $this->runAssertReturnCommand( @@ -6859,7 +6174,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn684')] public function testAssertReturn685(): void { $this->runAssertReturnCommand( @@ -6869,7 +6183,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn685')] public function testAssertReturn686(): void { $this->runAssertReturnCommand( @@ -6879,7 +6192,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn686')] public function testAssertReturn687(): void { $this->runAssertReturnCommand( @@ -6889,7 +6201,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn687')] public function testAssertReturn688(): void { $this->runAssertReturnCommand( @@ -6899,7 +6210,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn688')] public function testAssertReturn689(): void { $this->runAssertReturnCommand( @@ -6909,7 +6219,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn689')] public function testAssertReturn690(): void { $this->runAssertReturnCommand( @@ -6919,7 +6228,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn690')] public function testAssertReturn691(): void { $this->runAssertReturnCommand( @@ -6929,7 +6237,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn691')] public function testAssertReturn692(): void { $this->runAssertReturnCommand( @@ -6939,7 +6246,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn692')] public function testAssertReturn693(): void { $this->runAssertReturnCommand( @@ -6949,7 +6255,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn693')] public function testAssertReturn694(): void { $this->runAssertReturnCommand( @@ -6959,7 +6264,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn694')] public function testAssertReturn695(): void { $this->runAssertReturnCommand( @@ -6969,7 +6273,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn695')] public function testAssertReturn696(): void { $this->runAssertReturnCommand( @@ -6979,7 +6282,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn696')] public function testAssertReturn697(): void { $this->runAssertReturnCommand( @@ -6989,7 +6291,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn697')] public function testAssertReturn698(): void { $this->runAssertReturnCommand( @@ -6999,7 +6300,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn698')] public function testAssertReturn699(): void { $this->runAssertReturnCommand( @@ -7009,7 +6309,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn699')] public function testAssertReturn700(): void { $this->runAssertReturnCommand( @@ -7019,7 +6318,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn700')] public function testAssertReturn701(): void { $this->runAssertReturnCommand( @@ -7029,7 +6327,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn701')] public function testAssertReturn702(): void { $this->runAssertReturnCommand( @@ -7039,7 +6336,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn702')] public function testAssertReturn703(): void { $this->runAssertReturnCommand( @@ -7049,7 +6345,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn703')] public function testAssertReturn704(): void { $this->runAssertReturnCommand( @@ -7059,7 +6354,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn704')] public function testAssertReturn705(): void { $this->runAssertReturnCommand( @@ -7069,7 +6363,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn705')] public function testAssertReturn706(): void { $this->runAssertReturnCommand( @@ -7079,7 +6372,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn706')] public function testAssertReturn707(): void { $this->runAssertReturnCommand( @@ -7089,7 +6381,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn707')] public function testAssertReturn708(): void { $this->runAssertReturnCommand( @@ -7099,7 +6390,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn708')] public function testAssertReturn709(): void { $this->runAssertReturnCommand( @@ -7109,7 +6399,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn709')] public function testAssertReturn710(): void { $this->runAssertReturnCommand( @@ -7119,7 +6408,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn710')] public function testAssertReturn711(): void { $this->runAssertReturnCommand( @@ -7129,7 +6417,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn711')] public function testAssertReturn712(): void { $this->runAssertReturnCommand( @@ -7139,7 +6426,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn712')] public function testAssertReturn713(): void { $this->runAssertReturnCommand( @@ -7149,7 +6435,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn713')] public function testAssertReturn714(): void { $this->runAssertReturnCommand( @@ -7159,7 +6444,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn714')] public function testAssertReturn715(): void { $this->runAssertReturnCommand( @@ -7169,7 +6453,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn715')] public function testAssertReturn716(): void { $this->runAssertReturnCommand( @@ -7179,7 +6462,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn716')] public function testAssertReturn717(): void { $this->runAssertReturnCommand( @@ -7189,7 +6471,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn717')] public function testAssertReturn718(): void { $this->runAssertReturnCommand( @@ -7199,7 +6480,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn718')] public function testAssertReturn719(): void { $this->runAssertReturnCommand( @@ -7209,7 +6489,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn719')] public function testAssertReturn720(): void { $this->runAssertReturnCommand( @@ -7219,7 +6498,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn720')] public function testAssertReturn721(): void { $this->runAssertReturnCommand( @@ -7229,7 +6507,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn721')] public function testAssertReturn722(): void { $this->runAssertReturnCommand( @@ -7239,7 +6516,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn722')] public function testAssertReturn723(): void { $this->runAssertReturnCommand( @@ -7249,7 +6525,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn723')] public function testAssertReturn724(): void { $this->runAssertReturnCommand( @@ -7259,7 +6534,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn724')] public function testAssertReturn725(): void { $this->runAssertReturnCommand( @@ -7269,7 +6543,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn725')] public function testAssertReturn726(): void { $this->runAssertReturnCommand( @@ -7279,7 +6552,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn726')] public function testAssertReturn727(): void { $this->runAssertReturnCommand( @@ -7289,7 +6561,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn727')] public function testAssertReturn728(): void { $this->runAssertReturnCommand( @@ -7299,7 +6570,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn728')] public function testAssertReturn729(): void { $this->runAssertReturnCommand( @@ -7309,7 +6579,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn729')] public function testAssertReturn730(): void { $this->runAssertReturnCommand( @@ -7319,7 +6588,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn730')] public function testAssertReturn731(): void { $this->runAssertReturnCommand( @@ -7329,7 +6597,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn731')] public function testAssertReturn732(): void { $this->runAssertReturnCommand( @@ -7339,7 +6606,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn732')] public function testAssertReturn733(): void { $this->runAssertReturnCommand( @@ -7349,7 +6615,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn733')] public function testAssertReturn734(): void { $this->runAssertReturnCommand( @@ -7359,7 +6624,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn734')] public function testAssertReturn735(): void { $this->runAssertReturnCommand( @@ -7369,7 +6633,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn735')] public function testAssertReturn736(): void { $this->runAssertReturnCommand( @@ -7379,7 +6642,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn736')] public function testAssertReturn737(): void { $this->runAssertReturnCommand( @@ -7389,7 +6651,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn737')] public function testAssertReturn738(): void { $this->runAssertReturnCommand( @@ -7399,7 +6660,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn738')] public function testAssertReturn739(): void { $this->runAssertReturnCommand( @@ -7409,7 +6669,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn739')] public function testAssertReturn740(): void { $this->runAssertReturnCommand( @@ -7419,7 +6678,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn740')] public function testAssertReturn741(): void { $this->runAssertReturnCommand( @@ -7429,7 +6687,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn741')] public function testAssertReturn742(): void { $this->runAssertReturnCommand( @@ -7439,7 +6696,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn742')] public function testAssertReturn743(): void { $this->runAssertReturnCommand( @@ -7449,7 +6705,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn743')] public function testAssertReturn744(): void { $this->runAssertReturnCommand( @@ -7459,7 +6714,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn744')] public function testAssertReturn745(): void { $this->runAssertReturnCommand( @@ -7469,7 +6723,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn745')] public function testAssertReturn746(): void { $this->runAssertReturnCommand( @@ -7479,7 +6732,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn746')] public function testAssertReturn747(): void { $this->runAssertReturnCommand( @@ -7489,7 +6741,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn747')] public function testAssertReturn748(): void { $this->runAssertReturnCommand( @@ -7499,7 +6750,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn748')] public function testAssertReturn749(): void { $this->runAssertReturnCommand( @@ -7509,7 +6759,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn749')] public function testAssertReturn750(): void { $this->runAssertReturnCommand( @@ -7519,7 +6768,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn750')] public function testAssertReturn751(): void { $this->runAssertReturnCommand( @@ -7529,7 +6777,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn751')] public function testAssertReturn752(): void { $this->runAssertReturnCommand( @@ -7539,7 +6786,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn752')] public function testAssertReturn753(): void { $this->runAssertReturnCommand( @@ -7549,7 +6795,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn753')] public function testAssertReturn754(): void { $this->runAssertReturnCommand( @@ -7559,7 +6804,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn754')] public function testAssertReturn755(): void { $this->runAssertReturnCommand( @@ -7569,7 +6813,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn755')] public function testAssertReturn756(): void { $this->runAssertReturnCommand( @@ -7579,7 +6822,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn756')] public function testAssertReturn757(): void { $this->runAssertReturnCommand( @@ -7589,7 +6831,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn757')] public function testAssertReturn758(): void { $this->runAssertReturnCommand( @@ -7599,7 +6840,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn758')] public function testAssertReturn759(): void { $this->runAssertReturnCommand( @@ -7609,7 +6849,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn759')] public function testAssertReturn760(): void { $this->runAssertReturnCommand( @@ -7619,7 +6858,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn760')] public function testAssertReturn761(): void { $this->runAssertReturnCommand( @@ -7629,7 +6867,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn761')] public function testAssertReturn762(): void { $this->runAssertReturnCommand( @@ -7639,7 +6876,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn762')] public function testAssertReturn763(): void { $this->runAssertReturnCommand( @@ -7649,7 +6885,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn763')] public function testAssertReturn764(): void { $this->runAssertReturnCommand( @@ -7659,7 +6894,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn764')] public function testAssertReturn765(): void { $this->runAssertReturnCommand( @@ -7669,7 +6903,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn765')] public function testAssertReturn766(): void { $this->runAssertReturnCommand( @@ -7679,7 +6912,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn766')] public function testAssertReturn767(): void { $this->runAssertReturnCommand( @@ -7689,7 +6921,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn767')] public function testAssertReturn768(): void { $this->runAssertReturnCommand( @@ -7699,7 +6930,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn768')] public function testAssertReturn769(): void { $this->runAssertReturnCommand( @@ -7709,7 +6939,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn769')] public function testAssertReturn770(): void { $this->runAssertReturnCommand( @@ -7719,7 +6948,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn770')] public function testAssertReturn771(): void { $this->runAssertReturnCommand( @@ -7729,7 +6957,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn771')] public function testAssertReturn772(): void { $this->runAssertReturnCommand( @@ -7739,7 +6966,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn772')] public function testAssertReturn773(): void { $this->runAssertReturnCommand( @@ -7749,7 +6975,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn773')] public function testAssertReturn774(): void { $this->runAssertReturnCommand( @@ -7759,7 +6984,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn774')] public function testAssertReturn775(): void { $this->runAssertReturnCommand( @@ -7769,7 +6993,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn775')] public function testAssertReturn776(): void { $this->runAssertReturnCommand( @@ -7779,7 +7002,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn776')] public function testAssertReturn777(): void { $this->runAssertReturnCommand( @@ -7789,7 +7011,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn777')] public function testAssertReturn778(): void { $this->runAssertReturnCommand( @@ -7799,7 +7020,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn778')] public function testAssertReturn779(): void { $this->runAssertReturnCommand( @@ -7809,7 +7029,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn779')] public function testAssertReturn780(): void { $this->runAssertReturnCommand( @@ -7819,7 +7038,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn780')] public function testAssertReturn781(): void { $this->runAssertReturnCommand( @@ -7829,7 +7047,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn781')] public function testAssertReturn782(): void { $this->runAssertReturnCommand( @@ -7839,7 +7056,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn782')] public function testAssertReturn783(): void { $this->runAssertReturnCommand( @@ -7849,7 +7065,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn783')] public function testAssertReturn784(): void { $this->runAssertReturnCommand( @@ -7859,7 +7074,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn784')] public function testAssertReturn785(): void { $this->runAssertReturnCommand( @@ -7869,7 +7083,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn785')] public function testAssertReturn786(): void { $this->runAssertReturnCommand( @@ -7879,7 +7092,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn786')] public function testAssertReturn787(): void { $this->runAssertReturnCommand( @@ -7889,7 +7101,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn787')] public function testAssertReturn788(): void { $this->runAssertReturnCommand( @@ -7899,7 +7110,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn788')] public function testAssertReturn789(): void { $this->runAssertReturnCommand( @@ -7909,7 +7119,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn789')] public function testAssertReturn790(): void { $this->runAssertReturnCommand( @@ -7919,7 +7128,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn790')] public function testAssertReturn791(): void { $this->runAssertReturnCommand( @@ -7929,7 +7137,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn791')] public function testAssertReturn792(): void { $this->runAssertReturnCommand( @@ -7939,7 +7146,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn792')] public function testAssertReturn793(): void { $this->runAssertReturnCommand( @@ -7949,7 +7155,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn793')] public function testAssertReturn794(): void { $this->runAssertReturnCommand( @@ -7959,7 +7164,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn794')] public function testAssertReturn795(): void { $this->runAssertReturnCommand( @@ -7969,7 +7173,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn795')] public function testAssertReturn796(): void { $this->runAssertReturnCommand( @@ -7979,7 +7182,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn796')] public function testAssertReturn797(): void { $this->runAssertReturnCommand( @@ -7989,7 +7191,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn797')] public function testAssertReturn798(): void { $this->runAssertReturnCommand( @@ -7999,7 +7200,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn798')] public function testAssertReturn799(): void { $this->runAssertReturnCommand( @@ -8009,7 +7209,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn799')] public function testAssertReturn800(): void { $this->runAssertReturnCommand( @@ -8019,7 +7218,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn800')] public function testAssertReturn801(): void { $this->runAssertReturnCommand( @@ -8029,7 +7227,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn801')] public function testAssertReturn802(): void { $this->runAssertReturnCommand( @@ -8039,7 +7236,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn802')] public function testAssertReturn803(): void { $this->runAssertReturnCommand( @@ -8049,7 +7245,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn803')] public function testAssertReturn804(): void { $this->runAssertReturnCommand( @@ -8059,7 +7254,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn804')] public function testAssertReturn805(): void { $this->runAssertReturnCommand( @@ -8069,7 +7263,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn805')] public function testAssertReturn806(): void { $this->runAssertReturnCommand( @@ -8079,7 +7272,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn806')] public function testAssertReturn807(): void { $this->runAssertReturnCommand( @@ -8089,7 +7281,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn807')] public function testAssertReturn808(): void { $this->runAssertReturnCommand( @@ -8099,7 +7290,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn808')] public function testAssertReturn809(): void { $this->runAssertReturnCommand( @@ -8109,7 +7299,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn809')] public function testAssertReturn810(): void { $this->runAssertReturnCommand( @@ -8119,7 +7308,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn810')] public function testAssertReturn811(): void { $this->runAssertReturnCommand( @@ -8129,7 +7317,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn811')] public function testAssertReturn812(): void { $this->runAssertReturnCommand( @@ -8139,7 +7326,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn812')] public function testAssertReturn813(): void { $this->runAssertReturnCommand( @@ -8149,7 +7335,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn813')] public function testAssertReturn814(): void { $this->runAssertReturnCommand( @@ -8159,7 +7344,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn814')] public function testAssertReturn815(): void { $this->runAssertReturnCommand( @@ -8169,7 +7353,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn815')] public function testAssertReturn816(): void { $this->runAssertReturnCommand( @@ -8179,7 +7362,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn816')] public function testAssertReturn817(): void { $this->runAssertReturnCommand( @@ -8189,7 +7371,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn817')] public function testAssertReturn818(): void { $this->runAssertReturnCommand( @@ -8199,7 +7380,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn818')] public function testAssertReturn819(): void { $this->runAssertReturnCommand( @@ -8209,7 +7389,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn819')] public function testAssertReturn820(): void { $this->runAssertReturnCommand( @@ -8219,7 +7398,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn820')] public function testAssertReturn821(): void { $this->runAssertReturnCommand( @@ -8229,7 +7407,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn821')] public function testAssertReturn822(): void { $this->runAssertReturnCommand( @@ -8239,7 +7416,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn822')] public function testAssertReturn823(): void { $this->runAssertReturnCommand( @@ -8249,7 +7425,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn823')] public function testAssertReturn824(): void { $this->runAssertReturnCommand( @@ -8259,7 +7434,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn824')] public function testAssertReturn825(): void { $this->runAssertReturnCommand( @@ -8269,7 +7443,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn825')] public function testAssertReturn826(): void { $this->runAssertReturnCommand( @@ -8279,7 +7452,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn826')] public function testAssertReturn827(): void { $this->runAssertReturnCommand( @@ -8289,7 +7461,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn827')] public function testAssertReturn828(): void { $this->runAssertReturnCommand( @@ -8299,7 +7470,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn828')] public function testAssertReturn829(): void { $this->runAssertReturnCommand( @@ -8309,7 +7479,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn829')] public function testAssertReturn830(): void { $this->runAssertReturnCommand( @@ -8319,7 +7488,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn830')] public function testAssertReturn831(): void { $this->runAssertReturnCommand( @@ -8329,7 +7497,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn831')] public function testAssertReturn832(): void { $this->runAssertReturnCommand( @@ -8339,7 +7506,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn832')] public function testAssertReturn833(): void { $this->runAssertReturnCommand( @@ -8349,7 +7515,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn833')] public function testAssertReturn834(): void { $this->runAssertReturnCommand( @@ -8359,7 +7524,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn834')] public function testAssertReturn835(): void { $this->runAssertReturnCommand( @@ -8369,7 +7533,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn835')] public function testAssertReturn836(): void { $this->runAssertReturnCommand( @@ -8379,7 +7542,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn836')] public function testAssertReturn837(): void { $this->runAssertReturnCommand( @@ -8389,7 +7551,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn837')] public function testAssertReturn838(): void { $this->runAssertReturnCommand( @@ -8399,7 +7560,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn838')] public function testAssertReturn839(): void { $this->runAssertReturnCommand( @@ -8409,7 +7569,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn839')] public function testAssertReturn840(): void { $this->runAssertReturnCommand( @@ -8419,7 +7578,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn840')] public function testAssertReturn841(): void { $this->runAssertReturnCommand( @@ -8429,7 +7587,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn841')] public function testAssertReturn842(): void { $this->runAssertReturnCommand( @@ -8439,7 +7596,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn842')] public function testAssertReturn843(): void { $this->runAssertReturnCommand( @@ -8449,7 +7605,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn843')] public function testAssertReturn844(): void { $this->runAssertReturnCommand( @@ -8459,7 +7614,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn844')] public function testAssertReturn845(): void { $this->runAssertReturnCommand( @@ -8469,7 +7623,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn845')] public function testAssertReturn846(): void { $this->runAssertReturnCommand( @@ -8479,7 +7632,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn846')] public function testAssertReturn847(): void { $this->runAssertReturnCommand( @@ -8489,7 +7641,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn847')] public function testAssertReturn848(): void { $this->runAssertReturnCommand( @@ -8499,7 +7650,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn848')] public function testAssertReturn849(): void { $this->runAssertReturnCommand( @@ -8509,7 +7659,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn849')] public function testAssertReturn850(): void { $this->runAssertReturnCommand( @@ -8519,7 +7668,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn850')] public function testAssertReturn851(): void { $this->runAssertReturnCommand( @@ -8529,7 +7677,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn851')] public function testAssertReturn852(): void { $this->runAssertReturnCommand( @@ -8539,7 +7686,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn852')] public function testAssertReturn853(): void { $this->runAssertReturnCommand( @@ -8549,7 +7695,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn853')] public function testAssertReturn854(): void { $this->runAssertReturnCommand( @@ -8559,7 +7704,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn854')] public function testAssertReturn855(): void { $this->runAssertReturnCommand( @@ -8569,7 +7713,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn855')] public function testAssertReturn856(): void { $this->runAssertReturnCommand( @@ -8579,7 +7722,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn856')] public function testAssertReturn857(): void { $this->runAssertReturnCommand( @@ -8589,7 +7731,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn857')] public function testAssertReturn858(): void { $this->runAssertReturnCommand( @@ -8599,7 +7740,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn858')] public function testAssertReturn859(): void { $this->runAssertReturnCommand( @@ -8609,7 +7749,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn859')] public function testAssertReturn860(): void { $this->runAssertReturnCommand( @@ -8619,7 +7758,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn860')] public function testAssertReturn861(): void { $this->runAssertReturnCommand( @@ -8629,7 +7767,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn861')] public function testAssertReturn862(): void { $this->runAssertReturnCommand( @@ -8639,7 +7776,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn862')] public function testAssertReturn863(): void { $this->runAssertReturnCommand( @@ -8649,7 +7785,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn863')] public function testAssertReturn864(): void { $this->runAssertReturnCommand( @@ -8659,7 +7794,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn864')] public function testAssertReturn865(): void { $this->runAssertReturnCommand( @@ -8669,7 +7803,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn865')] public function testAssertReturn866(): void { $this->runAssertReturnCommand( @@ -8679,7 +7812,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn866')] public function testAssertReturn867(): void { $this->runAssertReturnCommand( @@ -8689,7 +7821,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn867')] public function testAssertReturn868(): void { $this->runAssertReturnCommand( @@ -8699,7 +7830,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn868')] public function testAssertReturn869(): void { $this->runAssertReturnCommand( @@ -8709,7 +7839,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn869')] public function testAssertReturn870(): void { $this->runAssertReturnCommand( @@ -8719,7 +7848,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn870')] public function testAssertReturn871(): void { $this->runAssertReturnCommand( @@ -8729,7 +7857,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn871')] public function testAssertReturn872(): void { $this->runAssertReturnCommand( @@ -8739,7 +7866,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn872')] public function testAssertReturn873(): void { $this->runAssertReturnCommand( @@ -8749,7 +7875,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn873')] public function testAssertReturn874(): void { $this->runAssertReturnCommand( @@ -8759,7 +7884,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn874')] public function testAssertReturn875(): void { $this->runAssertReturnCommand( @@ -8769,7 +7893,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn875')] public function testAssertReturn876(): void { $this->runAssertReturnCommand( @@ -8779,7 +7902,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn876')] public function testAssertReturn877(): void { $this->runAssertReturnCommand( @@ -8789,7 +7911,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn877')] public function testAssertReturn878(): void { $this->runAssertReturnCommand( @@ -8799,7 +7920,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn878')] public function testAssertReturn879(): void { $this->runAssertReturnCommand( @@ -8809,7 +7929,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn879')] public function testAssertReturn880(): void { $this->runAssertReturnCommand( @@ -8819,7 +7938,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn880')] public function testAssertReturn881(): void { $this->runAssertReturnCommand( @@ -8829,7 +7947,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn881')] public function testAssertReturn882(): void { $this->runAssertReturnCommand( @@ -8839,7 +7956,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn882')] public function testAssertReturn883(): void { $this->runAssertReturnCommand( @@ -8849,7 +7965,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn883')] public function testAssertReturn884(): void { $this->runAssertReturnCommand( @@ -8859,7 +7974,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn884')] public function testAssertReturn885(): void { $this->runAssertReturnCommand( @@ -8869,7 +7983,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn885')] public function testAssertReturn886(): void { $this->runAssertReturnCommand( @@ -8879,7 +7992,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn886')] public function testAssertReturn887(): void { $this->runAssertReturnCommand( @@ -8889,7 +8001,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn887')] public function testAssertReturn888(): void { $this->runAssertReturnCommand( @@ -8899,7 +8010,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn888')] public function testAssertReturn889(): void { $this->runAssertReturnCommand( @@ -8909,7 +8019,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn889')] public function testAssertReturn890(): void { $this->runAssertReturnCommand( @@ -8919,7 +8028,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn890')] public function testAssertReturn891(): void { $this->runAssertReturnCommand( @@ -8929,7 +8037,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn891')] public function testAssertReturn892(): void { $this->runAssertReturnCommand( @@ -8939,7 +8046,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn892')] public function testAssertReturn893(): void { $this->runAssertReturnCommand( @@ -8949,7 +8055,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn893')] public function testAssertReturn894(): void { $this->runAssertReturnCommand( @@ -8959,7 +8064,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn894')] public function testAssertReturn895(): void { $this->runAssertReturnCommand( @@ -8969,7 +8073,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn895')] public function testAssertReturn896(): void { $this->runAssertReturnCommand( @@ -8979,7 +8082,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn896')] public function testAssertReturn897(): void { $this->runAssertReturnCommand( @@ -8989,7 +8091,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn897')] public function testAssertReturn898(): void { $this->runAssertReturnCommand( @@ -8999,7 +8100,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn898')] public function testAssertReturn899(): void { $this->runAssertReturnCommand( @@ -9009,7 +8109,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn899')] public function testAssertReturn900(): void { $this->runAssertReturnCommand( @@ -9019,7 +8118,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn900')] public function testAssertReturn901(): void { $this->runAssertReturnCommand( @@ -9029,7 +8127,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn901')] public function testAssertReturn902(): void { $this->runAssertReturnCommand( @@ -9039,7 +8136,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn902')] public function testAssertReturn903(): void { $this->runAssertReturnCommand( @@ -9049,7 +8145,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn903')] public function testAssertReturn904(): void { $this->runAssertReturnCommand( @@ -9059,7 +8154,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn904')] public function testAssertReturn905(): void { $this->runAssertReturnCommand( @@ -9069,7 +8163,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn905')] public function testAssertReturn906(): void { $this->runAssertReturnCommand( @@ -9079,7 +8172,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn906')] public function testAssertReturn907(): void { $this->runAssertReturnCommand( @@ -9089,7 +8181,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn907')] public function testAssertReturn908(): void { $this->runAssertReturnCommand( @@ -9099,7 +8190,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn908')] public function testAssertReturn909(): void { $this->runAssertReturnCommand( @@ -9109,7 +8199,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn909')] public function testAssertReturn910(): void { $this->runAssertReturnCommand( @@ -9119,7 +8208,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn910')] public function testAssertReturn911(): void { $this->runAssertReturnCommand( @@ -9129,7 +8217,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn911')] public function testAssertReturn912(): void { $this->runAssertReturnCommand( @@ -9139,7 +8226,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn912')] public function testAssertReturn913(): void { $this->runAssertReturnCommand( @@ -9149,7 +8235,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn913')] public function testAssertReturn914(): void { $this->runAssertReturnCommand( @@ -9159,7 +8244,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn914')] public function testAssertReturn915(): void { $this->runAssertReturnCommand( @@ -9169,7 +8253,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn915')] public function testAssertReturn916(): void { $this->runAssertReturnCommand( @@ -9179,7 +8262,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn916')] public function testAssertReturn917(): void { $this->runAssertReturnCommand( @@ -9189,7 +8271,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn917')] public function testAssertReturn918(): void { $this->runAssertReturnCommand( @@ -9199,7 +8280,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn918')] public function testAssertReturn919(): void { $this->runAssertReturnCommand( @@ -9209,7 +8289,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn919')] public function testAssertReturn920(): void { $this->runAssertReturnCommand( @@ -9219,7 +8298,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn920')] public function testAssertReturn921(): void { $this->runAssertReturnCommand( @@ -9229,7 +8307,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn921')] public function testAssertReturn922(): void { $this->runAssertReturnCommand( @@ -9239,7 +8316,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn922')] public function testAssertReturn923(): void { $this->runAssertReturnCommand( @@ -9249,7 +8325,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn923')] public function testAssertReturn924(): void { $this->runAssertReturnCommand( @@ -9259,7 +8334,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn924')] public function testAssertReturn925(): void { $this->runAssertReturnCommand( @@ -9269,7 +8343,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn925')] public function testAssertReturn926(): void { $this->runAssertReturnCommand( @@ -9279,7 +8352,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn926')] public function testAssertReturn927(): void { $this->runAssertReturnCommand( @@ -9289,7 +8361,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn927')] public function testAssertReturn928(): void { $this->runAssertReturnCommand( @@ -9299,7 +8370,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn928')] public function testAssertReturn929(): void { $this->runAssertReturnCommand( @@ -9309,7 +8379,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn929')] public function testAssertReturn930(): void { $this->runAssertReturnCommand( @@ -9319,7 +8388,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn930')] public function testAssertReturn931(): void { $this->runAssertReturnCommand( @@ -9329,7 +8397,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn931')] public function testAssertReturn932(): void { $this->runAssertReturnCommand( @@ -9339,7 +8406,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn932')] public function testAssertReturn933(): void { $this->runAssertReturnCommand( @@ -9349,7 +8415,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn933')] public function testAssertReturn934(): void { $this->runAssertReturnCommand( @@ -9359,7 +8424,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn934')] public function testAssertReturn935(): void { $this->runAssertReturnCommand( @@ -9369,7 +8433,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn935')] public function testAssertReturn936(): void { $this->runAssertReturnCommand( @@ -9379,7 +8442,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn936')] public function testAssertReturn937(): void { $this->runAssertReturnCommand( @@ -9389,7 +8451,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn937')] public function testAssertReturn938(): void { $this->runAssertReturnCommand( @@ -9399,7 +8460,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn938')] public function testAssertReturn939(): void { $this->runAssertReturnCommand( @@ -9409,7 +8469,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn939')] public function testAssertReturn940(): void { $this->runAssertReturnCommand( @@ -9419,7 +8478,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn940')] public function testAssertReturn941(): void { $this->runAssertReturnCommand( @@ -9429,7 +8487,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn941')] public function testAssertReturn942(): void { $this->runAssertReturnCommand( @@ -9439,7 +8496,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn942')] public function testAssertReturn943(): void { $this->runAssertReturnCommand( @@ -9449,7 +8505,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn943')] public function testAssertReturn944(): void { $this->runAssertReturnCommand( @@ -9459,7 +8514,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn944')] public function testAssertReturn945(): void { $this->runAssertReturnCommand( @@ -9469,7 +8523,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn945')] public function testAssertReturn946(): void { $this->runAssertReturnCommand( @@ -9479,7 +8532,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn946')] public function testAssertReturn947(): void { $this->runAssertReturnCommand( @@ -9489,7 +8541,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn947')] public function testAssertReturn948(): void { $this->runAssertReturnCommand( @@ -9499,7 +8550,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn948')] public function testAssertReturn949(): void { $this->runAssertReturnCommand( @@ -9509,7 +8559,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn949')] public function testAssertReturn950(): void { $this->runAssertReturnCommand( @@ -9519,7 +8568,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn950')] public function testAssertReturn951(): void { $this->runAssertReturnCommand( @@ -9529,7 +8577,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn951')] public function testAssertReturn952(): void { $this->runAssertReturnCommand( @@ -9539,7 +8586,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn952')] public function testAssertReturn953(): void { $this->runAssertReturnCommand( @@ -9549,7 +8595,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn953')] public function testAssertReturn954(): void { $this->runAssertReturnCommand( @@ -9559,7 +8604,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn954')] public function testAssertReturn955(): void { $this->runAssertReturnCommand( @@ -9569,7 +8613,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn955')] public function testAssertReturn956(): void { $this->runAssertReturnCommand( @@ -9579,7 +8622,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn956')] public function testAssertReturn957(): void { $this->runAssertReturnCommand( @@ -9589,7 +8631,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn957')] public function testAssertReturn958(): void { $this->runAssertReturnCommand( @@ -9599,7 +8640,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn958')] public function testAssertReturn959(): void { $this->runAssertReturnCommand( @@ -9609,7 +8649,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn959')] public function testAssertReturn960(): void { $this->runAssertReturnCommand( @@ -9619,7 +8658,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn960')] public function testAssertReturn961(): void { $this->runAssertReturnCommand( @@ -9629,7 +8667,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn961')] public function testAssertReturn962(): void { $this->runAssertReturnCommand( @@ -9639,7 +8676,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn962')] public function testAssertReturn963(): void { $this->runAssertReturnCommand( @@ -9649,7 +8685,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn963')] public function testAssertReturn964(): void { $this->runAssertReturnCommand( @@ -9659,7 +8694,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn964')] public function testAssertReturn965(): void { $this->runAssertReturnCommand( @@ -9669,7 +8703,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn965')] public function testAssertReturn966(): void { $this->runAssertReturnCommand( @@ -9679,7 +8712,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn966')] public function testAssertReturn967(): void { $this->runAssertReturnCommand( @@ -9689,7 +8721,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn967')] public function testAssertReturn968(): void { $this->runAssertReturnCommand( @@ -9699,7 +8730,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn968')] public function testAssertReturn969(): void { $this->runAssertReturnCommand( @@ -9709,7 +8739,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn969')] public function testAssertReturn970(): void { $this->runAssertReturnCommand( @@ -9719,7 +8748,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn970')] public function testAssertReturn971(): void { $this->runAssertReturnCommand( @@ -9729,7 +8757,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn971')] public function testAssertReturn972(): void { $this->runAssertReturnCommand( @@ -9739,7 +8766,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn972')] public function testAssertReturn973(): void { $this->runAssertReturnCommand( @@ -9749,7 +8775,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn973')] public function testAssertReturn974(): void { $this->runAssertReturnCommand( @@ -9759,7 +8784,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn974')] public function testAssertReturn975(): void { $this->runAssertReturnCommand( @@ -9769,7 +8793,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn975')] public function testAssertReturn976(): void { $this->runAssertReturnCommand( @@ -9779,7 +8802,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn976')] public function testAssertReturn977(): void { $this->runAssertReturnCommand( @@ -9789,7 +8811,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn977')] public function testAssertReturn978(): void { $this->runAssertReturnCommand( @@ -9799,7 +8820,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn978')] public function testAssertReturn979(): void { $this->runAssertReturnCommand( @@ -9809,7 +8829,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn979')] public function testAssertReturn980(): void { $this->runAssertReturnCommand( @@ -9819,7 +8838,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn980')] public function testAssertReturn981(): void { $this->runAssertReturnCommand( @@ -9829,7 +8847,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn981')] public function testAssertReturn982(): void { $this->runAssertReturnCommand( @@ -9839,7 +8856,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn982')] public function testAssertReturn983(): void { $this->runAssertReturnCommand( @@ -9849,7 +8865,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn983')] public function testAssertReturn984(): void { $this->runAssertReturnCommand( @@ -9859,7 +8874,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn984')] public function testAssertReturn985(): void { $this->runAssertReturnCommand( @@ -9869,7 +8883,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn985')] public function testAssertReturn986(): void { $this->runAssertReturnCommand( @@ -9879,7 +8892,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn986')] public function testAssertReturn987(): void { $this->runAssertReturnCommand( @@ -9889,7 +8901,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn987')] public function testAssertReturn988(): void { $this->runAssertReturnCommand( @@ -9899,7 +8910,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn988')] public function testAssertReturn989(): void { $this->runAssertReturnCommand( @@ -9909,7 +8919,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn989')] public function testAssertReturn990(): void { $this->runAssertReturnCommand( @@ -9919,7 +8928,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn990')] public function testAssertReturn991(): void { $this->runAssertReturnCommand( @@ -9929,7 +8937,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn991')] public function testAssertReturn992(): void { $this->runAssertReturnCommand( @@ -9939,7 +8946,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn992')] public function testAssertReturn993(): void { $this->runAssertReturnCommand( @@ -9949,7 +8955,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn993')] public function testAssertReturn994(): void { $this->runAssertReturnCommand( @@ -9959,7 +8964,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn994')] public function testAssertReturn995(): void { $this->runAssertReturnCommand( @@ -9969,7 +8973,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn995')] public function testAssertReturn996(): void { $this->runAssertReturnCommand( @@ -9979,7 +8982,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn996')] public function testAssertReturn997(): void { $this->runAssertReturnCommand( @@ -9989,7 +8991,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn997')] public function testAssertReturn998(): void { $this->runAssertReturnCommand( @@ -9999,7 +9000,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn998')] public function testAssertReturn999(): void { $this->runAssertReturnCommand( @@ -10009,7 +9009,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn999')] public function testAssertReturn1000(): void { $this->runAssertReturnCommand( @@ -10019,7 +9018,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1000')] public function testAssertReturn1001(): void { $this->runAssertReturnCommand( @@ -10029,7 +9027,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1001')] public function testAssertReturn1002(): void { $this->runAssertReturnCommand( @@ -10039,7 +9036,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1002')] public function testAssertReturn1003(): void { $this->runAssertReturnCommand( @@ -10049,7 +9045,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1003')] public function testAssertReturn1004(): void { $this->runAssertReturnCommand( @@ -10059,7 +9054,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1004')] public function testAssertReturn1005(): void { $this->runAssertReturnCommand( @@ -10069,7 +9063,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1005')] public function testAssertReturn1006(): void { $this->runAssertReturnCommand( @@ -10079,7 +9072,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1006')] public function testAssertReturn1007(): void { $this->runAssertReturnCommand( @@ -10089,7 +9081,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1007')] public function testAssertReturn1008(): void { $this->runAssertReturnCommand( @@ -10099,7 +9090,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1008')] public function testAssertReturn1009(): void { $this->runAssertReturnCommand( @@ -10109,7 +9099,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1009')] public function testAssertReturn1010(): void { $this->runAssertReturnCommand( @@ -10119,7 +9108,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1010')] public function testAssertReturn1011(): void { $this->runAssertReturnCommand( @@ -10129,7 +9117,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1011')] public function testAssertReturn1012(): void { $this->runAssertReturnCommand( @@ -10139,7 +9126,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1012')] public function testAssertReturn1013(): void { $this->runAssertReturnCommand( @@ -10149,7 +9135,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1013')] public function testAssertReturn1014(): void { $this->runAssertReturnCommand( @@ -10159,7 +9144,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1014')] public function testAssertReturn1015(): void { $this->runAssertReturnCommand( @@ -10169,7 +9153,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1015')] public function testAssertReturn1016(): void { $this->runAssertReturnCommand( @@ -10179,7 +9162,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1016')] public function testAssertReturn1017(): void { $this->runAssertReturnCommand( @@ -10189,7 +9171,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1017')] public function testAssertReturn1018(): void { $this->runAssertReturnCommand( @@ -10199,7 +9180,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1018')] public function testAssertReturn1019(): void { $this->runAssertReturnCommand( @@ -10209,7 +9189,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1019')] public function testAssertReturn1020(): void { $this->runAssertReturnCommand( @@ -10219,7 +9198,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1020')] public function testAssertReturn1021(): void { $this->runAssertReturnCommand( @@ -10229,7 +9207,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1021')] public function testAssertReturn1022(): void { $this->runAssertReturnCommand( @@ -10239,7 +9216,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1022')] public function testAssertReturn1023(): void { $this->runAssertReturnCommand( @@ -10249,7 +9225,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1023')] public function testAssertReturn1024(): void { $this->runAssertReturnCommand( @@ -10259,7 +9234,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1024')] public function testAssertReturn1025(): void { $this->runAssertReturnCommand( @@ -10269,7 +9243,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1025')] public function testAssertReturn1026(): void { $this->runAssertReturnCommand( @@ -10279,7 +9252,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1026')] public function testAssertReturn1027(): void { $this->runAssertReturnCommand( @@ -10289,7 +9261,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1027')] public function testAssertReturn1028(): void { $this->runAssertReturnCommand( @@ -10299,7 +9270,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1028')] public function testAssertReturn1029(): void { $this->runAssertReturnCommand( @@ -10309,7 +9279,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1029')] public function testAssertReturn1030(): void { $this->runAssertReturnCommand( @@ -10319,7 +9288,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1030')] public function testAssertReturn1031(): void { $this->runAssertReturnCommand( @@ -10329,7 +9297,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1031')] public function testAssertReturn1032(): void { $this->runAssertReturnCommand( @@ -10339,7 +9306,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1032')] public function testAssertReturn1033(): void { $this->runAssertReturnCommand( @@ -10349,7 +9315,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1033')] public function testAssertReturn1034(): void { $this->runAssertReturnCommand( @@ -10359,7 +9324,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1034')] public function testAssertReturn1035(): void { $this->runAssertReturnCommand( @@ -10369,7 +9333,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1035')] public function testAssertReturn1036(): void { $this->runAssertReturnCommand( @@ -10379,7 +9342,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1036')] public function testAssertReturn1037(): void { $this->runAssertReturnCommand( @@ -10389,7 +9351,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1037')] public function testAssertReturn1038(): void { $this->runAssertReturnCommand( @@ -10399,7 +9360,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1038')] public function testAssertReturn1039(): void { $this->runAssertReturnCommand( @@ -10409,7 +9369,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1039')] public function testAssertReturn1040(): void { $this->runAssertReturnCommand( @@ -10419,7 +9378,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1040')] public function testAssertReturn1041(): void { $this->runAssertReturnCommand( @@ -10429,7 +9387,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1041')] public function testAssertReturn1042(): void { $this->runAssertReturnCommand( @@ -10439,7 +9396,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1042')] public function testAssertReturn1043(): void { $this->runAssertReturnCommand( @@ -10449,7 +9405,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1043')] public function testAssertReturn1044(): void { $this->runAssertReturnCommand( @@ -10459,7 +9414,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1044')] public function testAssertReturn1045(): void { $this->runAssertReturnCommand( @@ -10469,7 +9423,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1045')] public function testAssertReturn1046(): void { $this->runAssertReturnCommand( @@ -10479,7 +9432,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1046')] public function testAssertReturn1047(): void { $this->runAssertReturnCommand( @@ -10489,7 +9441,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1047')] public function testAssertReturn1048(): void { $this->runAssertReturnCommand( @@ -10499,7 +9450,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1048')] public function testAssertReturn1049(): void { $this->runAssertReturnCommand( @@ -10509,7 +9459,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1049')] public function testAssertReturn1050(): void { $this->runAssertReturnCommand( @@ -10519,7 +9468,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1050')] public function testAssertReturn1051(): void { $this->runAssertReturnCommand( @@ -10529,7 +9477,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1051')] public function testAssertReturn1052(): void { $this->runAssertReturnCommand( @@ -10539,7 +9486,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1052')] public function testAssertReturn1053(): void { $this->runAssertReturnCommand( @@ -10549,7 +9495,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1053')] public function testAssertReturn1054(): void { $this->runAssertReturnCommand( @@ -10559,7 +9504,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1054')] public function testAssertReturn1055(): void { $this->runAssertReturnCommand( @@ -10569,7 +9513,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1055')] public function testAssertReturn1056(): void { $this->runAssertReturnCommand( @@ -10579,7 +9522,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1056')] public function testAssertReturn1057(): void { $this->runAssertReturnCommand( @@ -10589,7 +9531,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1057')] public function testAssertReturn1058(): void { $this->runAssertReturnCommand( @@ -10599,7 +9540,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1058')] public function testAssertReturn1059(): void { $this->runAssertReturnCommand( @@ -10609,7 +9549,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1059')] public function testAssertReturn1060(): void { $this->runAssertReturnCommand( @@ -10619,7 +9558,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1060')] public function testAssertReturn1061(): void { $this->runAssertReturnCommand( @@ -10629,7 +9567,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1061')] public function testAssertReturn1062(): void { $this->runAssertReturnCommand( @@ -10639,7 +9576,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1062')] public function testAssertReturn1063(): void { $this->runAssertReturnCommand( @@ -10649,7 +9585,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1063')] public function testAssertReturn1064(): void { $this->runAssertReturnCommand( @@ -10659,7 +9594,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1064')] public function testAssertReturn1065(): void { $this->runAssertReturnCommand( @@ -10669,7 +9603,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1065')] public function testAssertReturn1066(): void { $this->runAssertReturnCommand( @@ -10679,7 +9612,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1066')] public function testAssertReturn1067(): void { $this->runAssertReturnCommand( @@ -10689,7 +9621,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1067')] public function testAssertReturn1068(): void { $this->runAssertReturnCommand( @@ -10699,7 +9630,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1068')] public function testAssertReturn1069(): void { $this->runAssertReturnCommand( @@ -10709,7 +9639,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1069')] public function testAssertReturn1070(): void { $this->runAssertReturnCommand( @@ -10719,7 +9648,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1070')] public function testAssertReturn1071(): void { $this->runAssertReturnCommand( @@ -10729,7 +9657,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1071')] public function testAssertReturn1072(): void { $this->runAssertReturnCommand( @@ -10739,7 +9666,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1072')] public function testAssertReturn1073(): void { $this->runAssertReturnCommand( @@ -10749,7 +9675,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1073')] public function testAssertReturn1074(): void { $this->runAssertReturnCommand( @@ -10759,7 +9684,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1074')] public function testAssertReturn1075(): void { $this->runAssertReturnCommand( @@ -10769,7 +9693,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1075')] public function testAssertReturn1076(): void { $this->runAssertReturnCommand( @@ -10779,7 +9702,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1076')] public function testAssertReturn1077(): void { $this->runAssertReturnCommand( @@ -10789,7 +9711,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1077')] public function testAssertReturn1078(): void { $this->runAssertReturnCommand( @@ -10799,7 +9720,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1078')] public function testAssertReturn1079(): void { $this->runAssertReturnCommand( @@ -10809,7 +9729,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1079')] public function testAssertReturn1080(): void { $this->runAssertReturnCommand( @@ -10819,7 +9738,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1080')] public function testAssertReturn1081(): void { $this->runAssertReturnCommand( @@ -10829,7 +9747,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1081')] public function testAssertReturn1082(): void { $this->runAssertReturnCommand( @@ -10839,7 +9756,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1082')] public function testAssertReturn1083(): void { $this->runAssertReturnCommand( @@ -10849,7 +9765,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1083')] public function testAssertReturn1084(): void { $this->runAssertReturnCommand( @@ -10859,7 +9774,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1084')] public function testAssertReturn1085(): void { $this->runAssertReturnCommand( @@ -10869,7 +9783,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1085')] public function testAssertReturn1086(): void { $this->runAssertReturnCommand( @@ -10879,7 +9792,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1086')] public function testAssertReturn1087(): void { $this->runAssertReturnCommand( @@ -10889,7 +9801,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1087')] public function testAssertReturn1088(): void { $this->runAssertReturnCommand( @@ -10899,7 +9810,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1088')] public function testAssertReturn1089(): void { $this->runAssertReturnCommand( @@ -10909,7 +9819,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1089')] public function testAssertReturn1090(): void { $this->runAssertReturnCommand( @@ -10919,7 +9828,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1090')] public function testAssertReturn1091(): void { $this->runAssertReturnCommand( @@ -10929,7 +9837,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1091')] public function testAssertReturn1092(): void { $this->runAssertReturnCommand( @@ -10939,7 +9846,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1092')] public function testAssertReturn1093(): void { $this->runAssertReturnCommand( @@ -10949,7 +9855,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1093')] public function testAssertReturn1094(): void { $this->runAssertReturnCommand( @@ -10959,7 +9864,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1094')] public function testAssertReturn1095(): void { $this->runAssertReturnCommand( @@ -10969,7 +9873,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1095')] public function testAssertReturn1096(): void { $this->runAssertReturnCommand( @@ -10979,7 +9882,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1096')] public function testAssertReturn1097(): void { $this->runAssertReturnCommand( @@ -10989,7 +9891,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1097')] public function testAssertReturn1098(): void { $this->runAssertReturnCommand( @@ -10999,7 +9900,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1098')] public function testAssertReturn1099(): void { $this->runAssertReturnCommand( @@ -11009,7 +9909,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1099')] public function testAssertReturn1100(): void { $this->runAssertReturnCommand( @@ -11019,7 +9918,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1100')] public function testAssertReturn1101(): void { $this->runAssertReturnCommand( @@ -11029,7 +9927,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1101')] public function testAssertReturn1102(): void { $this->runAssertReturnCommand( @@ -11039,7 +9936,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1102')] public function testAssertReturn1103(): void { $this->runAssertReturnCommand( @@ -11049,7 +9945,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1103')] public function testAssertReturn1104(): void { $this->runAssertReturnCommand( @@ -11059,7 +9954,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1104')] public function testAssertReturn1105(): void { $this->runAssertReturnCommand( @@ -11069,7 +9963,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1105')] public function testAssertReturn1106(): void { $this->runAssertReturnCommand( @@ -11079,7 +9972,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1106')] public function testAssertReturn1107(): void { $this->runAssertReturnCommand( @@ -11089,7 +9981,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1107')] public function testAssertReturn1108(): void { $this->runAssertReturnCommand( @@ -11099,7 +9990,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1108')] public function testAssertReturn1109(): void { $this->runAssertReturnCommand( @@ -11109,7 +9999,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1109')] public function testAssertReturn1110(): void { $this->runAssertReturnCommand( @@ -11119,7 +10008,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1110')] public function testAssertReturn1111(): void { $this->runAssertReturnCommand( @@ -11129,7 +10017,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1111')] public function testAssertReturn1112(): void { $this->runAssertReturnCommand( @@ -11139,7 +10026,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1112')] public function testAssertReturn1113(): void { $this->runAssertReturnCommand( @@ -11149,7 +10035,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1113')] public function testAssertReturn1114(): void { $this->runAssertReturnCommand( @@ -11159,7 +10044,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1114')] public function testAssertReturn1115(): void { $this->runAssertReturnCommand( @@ -11169,7 +10053,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1115')] public function testAssertReturn1116(): void { $this->runAssertReturnCommand( @@ -11179,7 +10062,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1116')] public function testAssertReturn1117(): void { $this->runAssertReturnCommand( @@ -11189,7 +10071,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1117')] public function testAssertReturn1118(): void { $this->runAssertReturnCommand( @@ -11199,7 +10080,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1118')] public function testAssertReturn1119(): void { $this->runAssertReturnCommand( @@ -11209,7 +10089,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1119')] public function testAssertReturn1120(): void { $this->runAssertReturnCommand( @@ -11219,7 +10098,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1120')] public function testAssertReturn1121(): void { $this->runAssertReturnCommand( @@ -11229,7 +10107,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1121')] public function testAssertReturn1122(): void { $this->runAssertReturnCommand( @@ -11239,7 +10116,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1122')] public function testAssertReturn1123(): void { $this->runAssertReturnCommand( @@ -11249,7 +10125,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1123')] public function testAssertReturn1124(): void { $this->runAssertReturnCommand( @@ -11259,7 +10134,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1124')] public function testAssertReturn1125(): void { $this->runAssertReturnCommand( @@ -11269,7 +10143,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1125')] public function testAssertReturn1126(): void { $this->runAssertReturnCommand( @@ -11279,7 +10152,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1126')] public function testAssertReturn1127(): void { $this->runAssertReturnCommand( @@ -11289,7 +10161,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1127')] public function testAssertReturn1128(): void { $this->runAssertReturnCommand( @@ -11299,7 +10170,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1128')] public function testAssertReturn1129(): void { $this->runAssertReturnCommand( @@ -11309,7 +10179,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1129')] public function testAssertReturn1130(): void { $this->runAssertReturnCommand( @@ -11319,7 +10188,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1130')] public function testAssertReturn1131(): void { $this->runAssertReturnCommand( @@ -11329,7 +10197,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1131')] public function testAssertReturn1132(): void { $this->runAssertReturnCommand( @@ -11339,7 +10206,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1132')] public function testAssertReturn1133(): void { $this->runAssertReturnCommand( @@ -11349,7 +10215,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1133')] public function testAssertReturn1134(): void { $this->runAssertReturnCommand( @@ -11359,7 +10224,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1134')] public function testAssertReturn1135(): void { $this->runAssertReturnCommand( @@ -11369,7 +10233,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1135')] public function testAssertReturn1136(): void { $this->runAssertReturnCommand( @@ -11379,7 +10242,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1136')] public function testAssertReturn1137(): void { $this->runAssertReturnCommand( @@ -11389,7 +10251,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1137')] public function testAssertReturn1138(): void { $this->runAssertReturnCommand( @@ -11399,7 +10260,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1138')] public function testAssertReturn1139(): void { $this->runAssertReturnCommand( @@ -11409,7 +10269,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1139')] public function testAssertReturn1140(): void { $this->runAssertReturnCommand( @@ -11419,7 +10278,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1140')] public function testAssertReturn1141(): void { $this->runAssertReturnCommand( @@ -11429,7 +10287,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1141')] public function testAssertReturn1142(): void { $this->runAssertReturnCommand( @@ -11439,7 +10296,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1142')] public function testAssertReturn1143(): void { $this->runAssertReturnCommand( @@ -11449,7 +10305,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1143')] public function testAssertReturn1144(): void { $this->runAssertReturnCommand( @@ -11459,7 +10314,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1144')] public function testAssertReturn1145(): void { $this->runAssertReturnCommand( @@ -11469,7 +10323,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1145')] public function testAssertReturn1146(): void { $this->runAssertReturnCommand( @@ -11479,7 +10332,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1146')] public function testAssertReturn1147(): void { $this->runAssertReturnCommand( @@ -11489,7 +10341,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1147')] public function testAssertReturn1148(): void { $this->runAssertReturnCommand( @@ -11499,7 +10350,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1148')] public function testAssertReturn1149(): void { $this->runAssertReturnCommand( @@ -11509,7 +10359,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1149')] public function testAssertReturn1150(): void { $this->runAssertReturnCommand( @@ -11519,7 +10368,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1150')] public function testAssertReturn1151(): void { $this->runAssertReturnCommand( @@ -11529,7 +10377,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1151')] public function testAssertReturn1152(): void { $this->runAssertReturnCommand( @@ -11539,7 +10386,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1152')] public function testAssertReturn1153(): void { $this->runAssertReturnCommand( @@ -11549,7 +10395,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1153')] public function testAssertReturn1154(): void { $this->runAssertReturnCommand( @@ -11559,7 +10404,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1154')] public function testAssertReturn1155(): void { $this->runAssertReturnCommand( @@ -11569,7 +10413,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1155')] public function testAssertReturn1156(): void { $this->runAssertReturnCommand( @@ -11579,7 +10422,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1156')] public function testAssertReturn1157(): void { $this->runAssertReturnCommand( @@ -11589,7 +10431,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1157')] public function testAssertReturn1158(): void { $this->runAssertReturnCommand( @@ -11599,7 +10440,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1158')] public function testAssertReturn1159(): void { $this->runAssertReturnCommand( @@ -11609,7 +10449,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1159')] public function testAssertReturn1160(): void { $this->runAssertReturnCommand( @@ -11619,7 +10458,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1160')] public function testAssertReturn1161(): void { $this->runAssertReturnCommand( @@ -11629,7 +10467,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1161')] public function testAssertReturn1162(): void { $this->runAssertReturnCommand( @@ -11639,7 +10476,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1162')] public function testAssertReturn1163(): void { $this->runAssertReturnCommand( @@ -11649,7 +10485,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1163')] public function testAssertReturn1164(): void { $this->runAssertReturnCommand( @@ -11659,7 +10494,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1164')] public function testAssertReturn1165(): void { $this->runAssertReturnCommand( @@ -11669,7 +10503,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1165')] public function testAssertReturn1166(): void { $this->runAssertReturnCommand( @@ -11679,7 +10512,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1166')] public function testAssertReturn1167(): void { $this->runAssertReturnCommand( @@ -11689,7 +10521,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1167')] public function testAssertReturn1168(): void { $this->runAssertReturnCommand( @@ -11699,7 +10530,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1168')] public function testAssertReturn1169(): void { $this->runAssertReturnCommand( @@ -11709,7 +10539,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1169')] public function testAssertReturn1170(): void { $this->runAssertReturnCommand( @@ -11719,7 +10548,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1170')] public function testAssertReturn1171(): void { $this->runAssertReturnCommand( @@ -11729,7 +10557,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1171')] public function testAssertReturn1172(): void { $this->runAssertReturnCommand( @@ -11739,7 +10566,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1172')] public function testAssertReturn1173(): void { $this->runAssertReturnCommand( @@ -11749,7 +10575,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1173')] public function testAssertReturn1174(): void { $this->runAssertReturnCommand( @@ -11759,7 +10584,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1174')] public function testAssertReturn1175(): void { $this->runAssertReturnCommand( @@ -11769,7 +10593,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1175')] public function testAssertReturn1176(): void { $this->runAssertReturnCommand( @@ -11779,7 +10602,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1176')] public function testAssertReturn1177(): void { $this->runAssertReturnCommand( @@ -11789,7 +10611,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1177')] public function testAssertReturn1178(): void { $this->runAssertReturnCommand( @@ -11799,7 +10620,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1178')] public function testAssertReturn1179(): void { $this->runAssertReturnCommand( @@ -11809,7 +10629,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1179')] public function testAssertReturn1180(): void { $this->runAssertReturnCommand( @@ -11819,7 +10638,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1180')] public function testAssertReturn1181(): void { $this->runAssertReturnCommand( @@ -11829,7 +10647,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1181')] public function testAssertReturn1182(): void { $this->runAssertReturnCommand( @@ -11839,7 +10656,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1182')] public function testAssertReturn1183(): void { $this->runAssertReturnCommand( @@ -11849,7 +10665,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1183')] public function testAssertReturn1184(): void { $this->runAssertReturnCommand( @@ -11859,7 +10674,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1184')] public function testAssertReturn1185(): void { $this->runAssertReturnCommand( @@ -11869,7 +10683,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1185')] public function testAssertReturn1186(): void { $this->runAssertReturnCommand( @@ -11879,7 +10692,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1186')] public function testAssertReturn1187(): void { $this->runAssertReturnCommand( @@ -11889,7 +10701,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1187')] public function testAssertReturn1188(): void { $this->runAssertReturnCommand( @@ -11899,7 +10710,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1188')] public function testAssertReturn1189(): void { $this->runAssertReturnCommand( @@ -11909,7 +10719,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1189')] public function testAssertReturn1190(): void { $this->runAssertReturnCommand( @@ -11919,7 +10728,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1190')] public function testAssertReturn1191(): void { $this->runAssertReturnCommand( @@ -11929,7 +10737,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1191')] public function testAssertReturn1192(): void { $this->runAssertReturnCommand( @@ -11939,7 +10746,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1192')] public function testAssertReturn1193(): void { $this->runAssertReturnCommand( @@ -11949,7 +10755,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1193')] public function testAssertReturn1194(): void { $this->runAssertReturnCommand( @@ -11959,7 +10764,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1194')] public function testAssertReturn1195(): void { $this->runAssertReturnCommand( @@ -11969,7 +10773,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1195')] public function testAssertReturn1196(): void { $this->runAssertReturnCommand( @@ -11979,7 +10782,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1196')] public function testAssertReturn1197(): void { $this->runAssertReturnCommand( @@ -11989,7 +10791,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1197')] public function testAssertReturn1198(): void { $this->runAssertReturnCommand( @@ -11999,7 +10800,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1198')] public function testAssertReturn1199(): void { $this->runAssertReturnCommand( @@ -12009,7 +10809,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1199')] public function testAssertReturn1200(): void { $this->runAssertReturnCommand( @@ -12019,7 +10818,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1200')] public function testAssertReturn1201(): void { $this->runAssertReturnCommand( @@ -12029,7 +10827,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1201')] public function testAssertReturn1202(): void { $this->runAssertReturnCommand( @@ -12039,7 +10836,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1202')] public function testAssertReturn1203(): void { $this->runAssertReturnCommand( @@ -12049,7 +10845,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1203')] public function testAssertReturn1204(): void { $this->runAssertReturnCommand( @@ -12059,7 +10854,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1204')] public function testAssertReturn1205(): void { $this->runAssertReturnCommand( @@ -12069,7 +10863,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1205')] public function testAssertReturn1206(): void { $this->runAssertReturnCommand( @@ -12079,7 +10872,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1206')] public function testAssertReturn1207(): void { $this->runAssertReturnCommand( @@ -12089,7 +10881,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1207')] public function testAssertReturn1208(): void { $this->runAssertReturnCommand( @@ -12099,7 +10890,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1208')] public function testAssertReturn1209(): void { $this->runAssertReturnCommand( @@ -12109,7 +10899,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1209')] public function testAssertReturn1210(): void { $this->runAssertReturnCommand( @@ -12119,7 +10908,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1210')] public function testAssertReturn1211(): void { $this->runAssertReturnCommand( @@ -12129,7 +10917,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1211')] public function testAssertReturn1212(): void { $this->runAssertReturnCommand( @@ -12139,7 +10926,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1212')] public function testAssertReturn1213(): void { $this->runAssertReturnCommand( @@ -12149,7 +10935,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1213')] public function testAssertReturn1214(): void { $this->runAssertReturnCommand( @@ -12159,7 +10944,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1214')] public function testAssertReturn1215(): void { $this->runAssertReturnCommand( @@ -12169,7 +10953,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1215')] public function testAssertReturn1216(): void { $this->runAssertReturnCommand( @@ -12179,7 +10962,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1216')] public function testAssertReturn1217(): void { $this->runAssertReturnCommand( @@ -12189,7 +10971,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1217')] public function testAssertReturn1218(): void { $this->runAssertReturnCommand( @@ -12199,7 +10980,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1218')] public function testAssertReturn1219(): void { $this->runAssertReturnCommand( @@ -12209,7 +10989,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1219')] public function testAssertReturn1220(): void { $this->runAssertReturnCommand( @@ -12219,7 +10998,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1220')] public function testAssertReturn1221(): void { $this->runAssertReturnCommand( @@ -12229,7 +11007,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1221')] public function testAssertReturn1222(): void { $this->runAssertReturnCommand( @@ -12239,7 +11016,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1222')] public function testAssertReturn1223(): void { $this->runAssertReturnCommand( @@ -12249,7 +11025,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1223')] public function testAssertReturn1224(): void { $this->runAssertReturnCommand( @@ -12259,7 +11034,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1224')] public function testAssertReturn1225(): void { $this->runAssertReturnCommand( @@ -12269,7 +11043,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1225')] public function testAssertReturn1226(): void { $this->runAssertReturnCommand( @@ -12279,7 +11052,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1226')] public function testAssertReturn1227(): void { $this->runAssertReturnCommand( @@ -12289,7 +11061,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1227')] public function testAssertReturn1228(): void { $this->runAssertReturnCommand( @@ -12299,7 +11070,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1228')] public function testAssertReturn1229(): void { $this->runAssertReturnCommand( @@ -12309,7 +11079,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1229')] public function testAssertReturn1230(): void { $this->runAssertReturnCommand( @@ -12319,7 +11088,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1230')] public function testAssertReturn1231(): void { $this->runAssertReturnCommand( @@ -12329,7 +11097,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1231')] public function testAssertReturn1232(): void { $this->runAssertReturnCommand( @@ -12339,7 +11106,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1232')] public function testAssertReturn1233(): void { $this->runAssertReturnCommand( @@ -12349,7 +11115,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1233')] public function testAssertReturn1234(): void { $this->runAssertReturnCommand( @@ -12359,7 +11124,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1234')] public function testAssertReturn1235(): void { $this->runAssertReturnCommand( @@ -12369,7 +11133,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1235')] public function testAssertReturn1236(): void { $this->runAssertReturnCommand( @@ -12379,7 +11142,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1236')] public function testAssertReturn1237(): void { $this->runAssertReturnCommand( @@ -12389,7 +11151,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1237')] public function testAssertReturn1238(): void { $this->runAssertReturnCommand( @@ -12399,7 +11160,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1238')] public function testAssertReturn1239(): void { $this->runAssertReturnCommand( @@ -12409,7 +11169,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1239')] public function testAssertReturn1240(): void { $this->runAssertReturnCommand( @@ -12419,7 +11178,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1240')] public function testAssertReturn1241(): void { $this->runAssertReturnCommand( @@ -12429,7 +11187,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1241')] public function testAssertReturn1242(): void { $this->runAssertReturnCommand( @@ -12439,7 +11196,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1242')] public function testAssertReturn1243(): void { $this->runAssertReturnCommand( @@ -12449,7 +11205,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1243')] public function testAssertReturn1244(): void { $this->runAssertReturnCommand( @@ -12459,7 +11214,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1244')] public function testAssertReturn1245(): void { $this->runAssertReturnCommand( @@ -12469,7 +11223,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1245')] public function testAssertReturn1246(): void { $this->runAssertReturnCommand( @@ -12479,7 +11232,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1246')] public function testAssertReturn1247(): void { $this->runAssertReturnCommand( @@ -12489,7 +11241,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1247')] public function testAssertReturn1248(): void { $this->runAssertReturnCommand( @@ -12499,7 +11250,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1248')] public function testAssertReturn1249(): void { $this->runAssertReturnCommand( @@ -12509,7 +11259,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1249')] public function testAssertReturn1250(): void { $this->runAssertReturnCommand( @@ -12519,7 +11268,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1250')] public function testAssertReturn1251(): void { $this->runAssertReturnCommand( @@ -12529,7 +11277,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1251')] public function testAssertReturn1252(): void { $this->runAssertReturnCommand( @@ -12539,7 +11286,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1252')] public function testAssertReturn1253(): void { $this->runAssertReturnCommand( @@ -12549,7 +11295,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1253')] public function testAssertReturn1254(): void { $this->runAssertReturnCommand( @@ -12559,7 +11304,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1254')] public function testAssertReturn1255(): void { $this->runAssertReturnCommand( @@ -12569,7 +11313,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1255')] public function testAssertReturn1256(): void { $this->runAssertReturnCommand( @@ -12579,7 +11322,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1256')] public function testAssertReturn1257(): void { $this->runAssertReturnCommand( @@ -12589,7 +11331,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1257')] public function testAssertReturn1258(): void { $this->runAssertReturnCommand( @@ -12599,7 +11340,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1258')] public function testAssertReturn1259(): void { $this->runAssertReturnCommand( @@ -12609,7 +11349,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1259')] public function testAssertReturn1260(): void { $this->runAssertReturnCommand( @@ -12619,7 +11358,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1260')] public function testAssertReturn1261(): void { $this->runAssertReturnCommand( @@ -12629,7 +11367,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1261')] public function testAssertReturn1262(): void { $this->runAssertReturnCommand( @@ -12639,7 +11376,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1262')] public function testAssertReturn1263(): void { $this->runAssertReturnCommand( @@ -12649,7 +11385,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1263')] public function testAssertReturn1264(): void { $this->runAssertReturnCommand( @@ -12659,7 +11394,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1264')] public function testAssertReturn1265(): void { $this->runAssertReturnCommand( @@ -12669,7 +11403,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1265')] public function testAssertReturn1266(): void { $this->runAssertReturnCommand( @@ -12679,7 +11412,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1266')] public function testAssertReturn1267(): void { $this->runAssertReturnCommand( @@ -12689,7 +11421,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1267')] public function testAssertReturn1268(): void { $this->runAssertReturnCommand( @@ -12699,7 +11430,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1268')] public function testAssertReturn1269(): void { $this->runAssertReturnCommand( @@ -12709,7 +11439,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1269')] public function testAssertReturn1270(): void { $this->runAssertReturnCommand( @@ -12719,7 +11448,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1270')] public function testAssertReturn1271(): void { $this->runAssertReturnCommand( @@ -12729,7 +11457,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1271')] public function testAssertReturn1272(): void { $this->runAssertReturnCommand( @@ -12739,7 +11466,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1272')] public function testAssertReturn1273(): void { $this->runAssertReturnCommand( @@ -12749,7 +11475,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1273')] public function testAssertReturn1274(): void { $this->runAssertReturnCommand( @@ -12759,7 +11484,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1274')] public function testAssertReturn1275(): void { $this->runAssertReturnCommand( @@ -12769,7 +11493,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1275')] public function testAssertReturn1276(): void { $this->runAssertReturnCommand( @@ -12779,7 +11502,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1276')] public function testAssertReturn1277(): void { $this->runAssertReturnCommand( @@ -12789,7 +11511,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1277')] public function testAssertReturn1278(): void { $this->runAssertReturnCommand( @@ -12799,7 +11520,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1278')] public function testAssertReturn1279(): void { $this->runAssertReturnCommand( @@ -12809,7 +11529,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1279')] public function testAssertReturn1280(): void { $this->runAssertReturnCommand( @@ -12819,7 +11538,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1280')] public function testAssertReturn1281(): void { $this->runAssertReturnCommand( @@ -12829,7 +11547,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1281')] public function testAssertReturn1282(): void { $this->runAssertReturnCommand( @@ -12839,7 +11556,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1282')] public function testAssertReturn1283(): void { $this->runAssertReturnCommand( @@ -12849,7 +11565,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1283')] public function testAssertReturn1284(): void { $this->runAssertReturnCommand( @@ -12859,7 +11574,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1284')] public function testAssertReturn1285(): void { $this->runAssertReturnCommand( @@ -12869,7 +11583,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1285')] public function testAssertReturn1286(): void { $this->runAssertReturnCommand( @@ -12879,7 +11592,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1286')] public function testAssertReturn1287(): void { $this->runAssertReturnCommand( @@ -12889,7 +11601,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1287')] public function testAssertReturn1288(): void { $this->runAssertReturnCommand( @@ -12899,7 +11610,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1288')] public function testAssertReturn1289(): void { $this->runAssertReturnCommand( @@ -12909,7 +11619,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1289')] public function testAssertReturn1290(): void { $this->runAssertReturnCommand( @@ -12919,7 +11628,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1290')] public function testAssertReturn1291(): void { $this->runAssertReturnCommand( @@ -12929,7 +11637,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1291')] public function testAssertReturn1292(): void { $this->runAssertReturnCommand( @@ -12939,7 +11646,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1292')] public function testAssertReturn1293(): void { $this->runAssertReturnCommand( @@ -12949,7 +11655,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1293')] public function testAssertReturn1294(): void { $this->runAssertReturnCommand( @@ -12959,7 +11664,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1294')] public function testAssertReturn1295(): void { $this->runAssertReturnCommand( @@ -12969,7 +11673,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1295')] public function testAssertReturn1296(): void { $this->runAssertReturnCommand( @@ -12979,7 +11682,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1296')] public function testAssertReturn1297(): void { $this->runAssertReturnCommand( @@ -12989,7 +11691,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1297')] public function testAssertReturn1298(): void { $this->runAssertReturnCommand( @@ -12999,7 +11700,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1298')] public function testAssertReturn1299(): void { $this->runAssertReturnCommand( @@ -13009,7 +11709,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1299')] public function testAssertReturn1300(): void { $this->runAssertReturnCommand( @@ -13019,7 +11718,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1300')] public function testAssertReturn1301(): void { $this->runAssertReturnCommand( @@ -13029,7 +11727,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1301')] public function testAssertReturn1302(): void { $this->runAssertReturnCommand( @@ -13039,7 +11736,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1302')] public function testAssertReturn1303(): void { $this->runAssertReturnCommand( @@ -13049,7 +11745,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1303')] public function testAssertReturn1304(): void { $this->runAssertReturnCommand( @@ -13059,7 +11754,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1304')] public function testAssertReturn1305(): void { $this->runAssertReturnCommand( @@ -13069,7 +11763,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1305')] public function testAssertReturn1306(): void { $this->runAssertReturnCommand( @@ -13079,7 +11772,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1306')] public function testAssertReturn1307(): void { $this->runAssertReturnCommand( @@ -13089,7 +11781,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1307')] public function testAssertReturn1308(): void { $this->runAssertReturnCommand( @@ -13099,7 +11790,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1308')] public function testAssertReturn1309(): void { $this->runAssertReturnCommand( @@ -13109,7 +11799,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1309')] public function testAssertReturn1310(): void { $this->runAssertReturnCommand( @@ -13119,7 +11808,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1310')] public function testAssertReturn1311(): void { $this->runAssertReturnCommand( @@ -13129,7 +11817,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1311')] public function testAssertReturn1312(): void { $this->runAssertReturnCommand( @@ -13139,7 +11826,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1312')] public function testAssertReturn1313(): void { $this->runAssertReturnCommand( @@ -13149,7 +11835,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1313')] public function testAssertReturn1314(): void { $this->runAssertReturnCommand( @@ -13159,7 +11844,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1314')] public function testAssertReturn1315(): void { $this->runAssertReturnCommand( @@ -13169,7 +11853,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1315')] public function testAssertReturn1316(): void { $this->runAssertReturnCommand( @@ -13179,7 +11862,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1316')] public function testAssertReturn1317(): void { $this->runAssertReturnCommand( @@ -13189,7 +11871,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1317')] public function testAssertReturn1318(): void { $this->runAssertReturnCommand( @@ -13199,7 +11880,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1318')] public function testAssertReturn1319(): void { $this->runAssertReturnCommand( @@ -13209,7 +11889,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1319')] public function testAssertReturn1320(): void { $this->runAssertReturnCommand( @@ -13219,7 +11898,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1320')] public function testAssertReturn1321(): void { $this->runAssertReturnCommand( @@ -13229,7 +11907,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1321')] public function testAssertReturn1322(): void { $this->runAssertReturnCommand( @@ -13239,7 +11916,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1322')] public function testAssertReturn1323(): void { $this->runAssertReturnCommand( @@ -13249,7 +11925,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1323')] public function testAssertReturn1324(): void { $this->runAssertReturnCommand( @@ -13259,7 +11934,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1324')] public function testAssertReturn1325(): void { $this->runAssertReturnCommand( @@ -13269,7 +11943,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1325')] public function testAssertReturn1326(): void { $this->runAssertReturnCommand( @@ -13279,7 +11952,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1326')] public function testAssertReturn1327(): void { $this->runAssertReturnCommand( @@ -13289,7 +11961,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1327')] public function testAssertReturn1328(): void { $this->runAssertReturnCommand( @@ -13299,7 +11970,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1328')] public function testAssertReturn1329(): void { $this->runAssertReturnCommand( @@ -13309,7 +11979,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1329')] public function testAssertReturn1330(): void { $this->runAssertReturnCommand( @@ -13319,7 +11988,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1330')] public function testAssertReturn1331(): void { $this->runAssertReturnCommand( @@ -13329,7 +11997,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1331')] public function testAssertReturn1332(): void { $this->runAssertReturnCommand( @@ -13339,7 +12006,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1332')] public function testAssertReturn1333(): void { $this->runAssertReturnCommand( @@ -13349,7 +12015,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1333')] public function testAssertReturn1334(): void { $this->runAssertReturnCommand( @@ -13359,7 +12024,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1334')] public function testAssertReturn1335(): void { $this->runAssertReturnCommand( @@ -13369,7 +12033,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1335')] public function testAssertReturn1336(): void { $this->runAssertReturnCommand( @@ -13379,7 +12042,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1336')] public function testAssertReturn1337(): void { $this->runAssertReturnCommand( @@ -13389,7 +12051,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1337')] public function testAssertReturn1338(): void { $this->runAssertReturnCommand( @@ -13399,7 +12060,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1338')] public function testAssertReturn1339(): void { $this->runAssertReturnCommand( @@ -13409,7 +12069,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1339')] public function testAssertReturn1340(): void { $this->runAssertReturnCommand( @@ -13419,7 +12078,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1340')] public function testAssertReturn1341(): void { $this->runAssertReturnCommand( @@ -13429,7 +12087,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1341')] public function testAssertReturn1342(): void { $this->runAssertReturnCommand( @@ -13439,7 +12096,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1342')] public function testAssertReturn1343(): void { $this->runAssertReturnCommand( @@ -13449,7 +12105,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1343')] public function testAssertReturn1344(): void { $this->runAssertReturnCommand( @@ -13459,7 +12114,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1344')] public function testAssertReturn1345(): void { $this->runAssertReturnCommand( @@ -13469,7 +12123,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1345')] public function testAssertReturn1346(): void { $this->runAssertReturnCommand( @@ -13479,7 +12132,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1346')] public function testAssertReturn1347(): void { $this->runAssertReturnCommand( @@ -13489,7 +12141,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1347')] public function testAssertReturn1348(): void { $this->runAssertReturnCommand( @@ -13499,7 +12150,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1348')] public function testAssertReturn1349(): void { $this->runAssertReturnCommand( @@ -13509,7 +12159,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1349')] public function testAssertReturn1350(): void { $this->runAssertReturnCommand( @@ -13519,7 +12168,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1350')] public function testAssertReturn1351(): void { $this->runAssertReturnCommand( @@ -13529,7 +12177,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1351')] public function testAssertReturn1352(): void { $this->runAssertReturnCommand( @@ -13539,7 +12186,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1352')] public function testAssertReturn1353(): void { $this->runAssertReturnCommand( @@ -13549,7 +12195,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1353')] public function testAssertReturn1354(): void { $this->runAssertReturnCommand( @@ -13559,7 +12204,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1354')] public function testAssertReturn1355(): void { $this->runAssertReturnCommand( @@ -13569,7 +12213,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1355')] public function testAssertReturn1356(): void { $this->runAssertReturnCommand( @@ -13579,7 +12222,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1356')] public function testAssertReturn1357(): void { $this->runAssertReturnCommand( @@ -13589,7 +12231,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1357')] public function testAssertReturn1358(): void { $this->runAssertReturnCommand( @@ -13599,7 +12240,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1358')] public function testAssertReturn1359(): void { $this->runAssertReturnCommand( @@ -13609,7 +12249,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1359')] public function testAssertReturn1360(): void { $this->runAssertReturnCommand( @@ -13619,7 +12258,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1360')] public function testAssertReturn1361(): void { $this->runAssertReturnCommand( @@ -13629,7 +12267,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1361')] public function testAssertReturn1362(): void { $this->runAssertReturnCommand( @@ -13639,7 +12276,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1362')] public function testAssertReturn1363(): void { $this->runAssertReturnCommand( @@ -13649,7 +12285,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1363')] public function testAssertReturn1364(): void { $this->runAssertReturnCommand( @@ -13659,7 +12294,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1364')] public function testAssertReturn1365(): void { $this->runAssertReturnCommand( @@ -13669,7 +12303,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1365')] public function testAssertReturn1366(): void { $this->runAssertReturnCommand( @@ -13679,7 +12312,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1366')] public function testAssertReturn1367(): void { $this->runAssertReturnCommand( @@ -13689,7 +12321,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1367')] public function testAssertReturn1368(): void { $this->runAssertReturnCommand( @@ -13699,7 +12330,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1368')] public function testAssertReturn1369(): void { $this->runAssertReturnCommand( @@ -13709,7 +12339,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1369')] public function testAssertReturn1370(): void { $this->runAssertReturnCommand( @@ -13719,7 +12348,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1370')] public function testAssertReturn1371(): void { $this->runAssertReturnCommand( @@ -13729,7 +12357,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1371')] public function testAssertReturn1372(): void { $this->runAssertReturnCommand( @@ -13739,7 +12366,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1372')] public function testAssertReturn1373(): void { $this->runAssertReturnCommand( @@ -13749,7 +12375,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1373')] public function testAssertReturn1374(): void { $this->runAssertReturnCommand( @@ -13759,7 +12384,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1374')] public function testAssertReturn1375(): void { $this->runAssertReturnCommand( @@ -13769,7 +12393,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1375')] public function testAssertReturn1376(): void { $this->runAssertReturnCommand( @@ -13779,7 +12402,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1376')] public function testAssertReturn1377(): void { $this->runAssertReturnCommand( @@ -13789,7 +12411,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1377')] public function testAssertReturn1378(): void { $this->runAssertReturnCommand( @@ -13799,7 +12420,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1378')] public function testAssertReturn1379(): void { $this->runAssertReturnCommand( @@ -13809,7 +12429,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1379')] public function testAssertReturn1380(): void { $this->runAssertReturnCommand( @@ -13819,7 +12438,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1380')] public function testAssertReturn1381(): void { $this->runAssertReturnCommand( @@ -13829,7 +12447,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1381')] public function testAssertReturn1382(): void { $this->runAssertReturnCommand( @@ -13839,7 +12456,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1382')] public function testAssertReturn1383(): void { $this->runAssertReturnCommand( @@ -13849,7 +12465,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1383')] public function testAssertReturn1384(): void { $this->runAssertReturnCommand( @@ -13859,7 +12474,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1384')] public function testAssertReturn1385(): void { $this->runAssertReturnCommand( @@ -13869,7 +12483,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1385')] public function testAssertReturn1386(): void { $this->runAssertReturnCommand( @@ -13879,7 +12492,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1386')] public function testAssertReturn1387(): void { $this->runAssertReturnCommand( @@ -13889,7 +12501,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1387')] public function testAssertReturn1388(): void { $this->runAssertReturnCommand( @@ -13899,7 +12510,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1388')] public function testAssertReturn1389(): void { $this->runAssertReturnCommand( @@ -13909,7 +12519,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1389')] public function testAssertReturn1390(): void { $this->runAssertReturnCommand( @@ -13919,7 +12528,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1390')] public function testAssertReturn1391(): void { $this->runAssertReturnCommand( @@ -13929,7 +12537,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1391')] public function testAssertReturn1392(): void { $this->runAssertReturnCommand( @@ -13939,7 +12546,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1392')] public function testAssertReturn1393(): void { $this->runAssertReturnCommand( @@ -13949,7 +12555,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1393')] public function testAssertReturn1394(): void { $this->runAssertReturnCommand( @@ -13959,7 +12564,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1394')] public function testAssertReturn1395(): void { $this->runAssertReturnCommand( @@ -13969,7 +12573,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1395')] public function testAssertReturn1396(): void { $this->runAssertReturnCommand( @@ -13979,7 +12582,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1396')] public function testAssertReturn1397(): void { $this->runAssertReturnCommand( @@ -13989,7 +12591,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1397')] public function testAssertReturn1398(): void { $this->runAssertReturnCommand( @@ -13999,7 +12600,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1398')] public function testAssertReturn1399(): void { $this->runAssertReturnCommand( @@ -14009,7 +12609,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1399')] public function testAssertReturn1400(): void { $this->runAssertReturnCommand( @@ -14019,7 +12618,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1400')] public function testAssertReturn1401(): void { $this->runAssertReturnCommand( @@ -14029,7 +12627,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1401')] public function testAssertReturn1402(): void { $this->runAssertReturnCommand( @@ -14039,7 +12636,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1402')] public function testAssertReturn1403(): void { $this->runAssertReturnCommand( @@ -14049,7 +12645,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1403')] public function testAssertReturn1404(): void { $this->runAssertReturnCommand( @@ -14059,7 +12654,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1404')] public function testAssertReturn1405(): void { $this->runAssertReturnCommand( @@ -14069,7 +12663,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1405')] public function testAssertReturn1406(): void { $this->runAssertReturnCommand( @@ -14079,7 +12672,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1406')] public function testAssertReturn1407(): void { $this->runAssertReturnCommand( @@ -14089,7 +12681,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1407')] public function testAssertReturn1408(): void { $this->runAssertReturnCommand( @@ -14099,7 +12690,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1408')] public function testAssertReturn1409(): void { $this->runAssertReturnCommand( @@ -14109,7 +12699,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1409')] public function testAssertReturn1410(): void { $this->runAssertReturnCommand( @@ -14119,7 +12708,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1410')] public function testAssertReturn1411(): void { $this->runAssertReturnCommand( @@ -14129,7 +12717,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1411')] public function testAssertReturn1412(): void { $this->runAssertReturnCommand( @@ -14139,7 +12726,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1412')] public function testAssertReturn1413(): void { $this->runAssertReturnCommand( @@ -14149,7 +12735,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1413')] public function testAssertReturn1414(): void { $this->runAssertReturnCommand( @@ -14159,7 +12744,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1414')] public function testAssertReturn1415(): void { $this->runAssertReturnCommand( @@ -14169,7 +12753,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1415')] public function testAssertReturn1416(): void { $this->runAssertReturnCommand( @@ -14179,7 +12762,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1416')] public function testAssertReturn1417(): void { $this->runAssertReturnCommand( @@ -14189,7 +12771,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1417')] public function testAssertReturn1418(): void { $this->runAssertReturnCommand( @@ -14199,7 +12780,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1418')] public function testAssertReturn1419(): void { $this->runAssertReturnCommand( @@ -14209,7 +12789,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1419')] public function testAssertReturn1420(): void { $this->runAssertReturnCommand( @@ -14219,7 +12798,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1420')] public function testAssertReturn1421(): void { $this->runAssertReturnCommand( @@ -14229,7 +12807,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1421')] public function testAssertReturn1422(): void { $this->runAssertReturnCommand( @@ -14239,7 +12816,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1422')] public function testAssertReturn1423(): void { $this->runAssertReturnCommand( @@ -14249,7 +12825,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1423')] public function testAssertReturn1424(): void { $this->runAssertReturnCommand( @@ -14259,7 +12834,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1424')] public function testAssertReturn1425(): void { $this->runAssertReturnCommand( @@ -14269,7 +12843,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1425')] public function testAssertReturn1426(): void { $this->runAssertReturnCommand( @@ -14279,7 +12852,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1426')] public function testAssertReturn1427(): void { $this->runAssertReturnCommand( @@ -14289,7 +12861,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1427')] public function testAssertReturn1428(): void { $this->runAssertReturnCommand( @@ -14299,7 +12870,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1428')] public function testAssertReturn1429(): void { $this->runAssertReturnCommand( @@ -14309,7 +12879,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1429')] public function testAssertReturn1430(): void { $this->runAssertReturnCommand( @@ -14319,7 +12888,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1430')] public function testAssertReturn1431(): void { $this->runAssertReturnCommand( @@ -14329,7 +12897,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1431')] public function testAssertReturn1432(): void { $this->runAssertReturnCommand( @@ -14339,7 +12906,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1432')] public function testAssertReturn1433(): void { $this->runAssertReturnCommand( @@ -14349,7 +12915,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1433')] public function testAssertReturn1434(): void { $this->runAssertReturnCommand( @@ -14359,7 +12924,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1434')] public function testAssertReturn1435(): void { $this->runAssertReturnCommand( @@ -14369,7 +12933,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1435')] public function testAssertReturn1436(): void { $this->runAssertReturnCommand( @@ -14379,7 +12942,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1436')] public function testAssertReturn1437(): void { $this->runAssertReturnCommand( @@ -14389,7 +12951,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1437')] public function testAssertReturn1438(): void { $this->runAssertReturnCommand( @@ -14399,7 +12960,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1438')] public function testAssertReturn1439(): void { $this->runAssertReturnCommand( @@ -14409,7 +12969,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1439')] public function testAssertReturn1440(): void { $this->runAssertReturnCommand( @@ -14419,7 +12978,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1440')] public function testAssertReturn1441(): void { $this->runAssertReturnCommand( @@ -14429,7 +12987,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1441')] public function testAssertReturn1442(): void { $this->runAssertReturnCommand( @@ -14439,7 +12996,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1442')] public function testAssertReturn1443(): void { $this->runAssertReturnCommand( @@ -14449,7 +13005,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1443')] public function testAssertReturn1444(): void { $this->runAssertReturnCommand( @@ -14459,7 +13014,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1444')] public function testAssertReturn1445(): void { $this->runAssertReturnCommand( @@ -14469,7 +13023,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1445')] public function testAssertReturn1446(): void { $this->runAssertReturnCommand( @@ -14479,7 +13032,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1446')] public function testAssertReturn1447(): void { $this->runAssertReturnCommand( @@ -14489,7 +13041,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1447')] public function testAssertReturn1448(): void { $this->runAssertReturnCommand( @@ -14499,7 +13050,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1448')] public function testAssertReturn1449(): void { $this->runAssertReturnCommand( @@ -14509,7 +13059,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1449')] public function testAssertReturn1450(): void { $this->runAssertReturnCommand( @@ -14519,7 +13068,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1450')] public function testAssertReturn1451(): void { $this->runAssertReturnCommand( @@ -14529,7 +13077,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1451')] public function testAssertReturn1452(): void { $this->runAssertReturnCommand( @@ -14539,7 +13086,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1452')] public function testAssertReturn1453(): void { $this->runAssertReturnCommand( @@ -14549,7 +13095,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1453')] public function testAssertReturn1454(): void { $this->runAssertReturnCommand( @@ -14559,7 +13104,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1454')] public function testAssertReturn1455(): void { $this->runAssertReturnCommand( @@ -14569,7 +13113,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1455')] public function testAssertReturn1456(): void { $this->runAssertReturnCommand( @@ -14579,7 +13122,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1456')] public function testAssertReturn1457(): void { $this->runAssertReturnCommand( @@ -14589,7 +13131,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1457')] public function testAssertReturn1458(): void { $this->runAssertReturnCommand( @@ -14599,7 +13140,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1458')] public function testAssertReturn1459(): void { $this->runAssertReturnCommand( @@ -14609,7 +13149,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1459')] public function testAssertReturn1460(): void { $this->runAssertReturnCommand( @@ -14619,7 +13158,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1460')] public function testAssertReturn1461(): void { $this->runAssertReturnCommand( @@ -14629,7 +13167,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1461')] public function testAssertReturn1462(): void { $this->runAssertReturnCommand( @@ -14639,7 +13176,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1462')] public function testAssertReturn1463(): void { $this->runAssertReturnCommand( @@ -14649,7 +13185,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1463')] public function testAssertReturn1464(): void { $this->runAssertReturnCommand( @@ -14659,7 +13194,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1464')] public function testAssertReturn1465(): void { $this->runAssertReturnCommand( @@ -14669,7 +13203,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1465')] public function testAssertReturn1466(): void { $this->runAssertReturnCommand( @@ -14679,7 +13212,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1466')] public function testAssertReturn1467(): void { $this->runAssertReturnCommand( @@ -14689,7 +13221,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1467')] public function testAssertReturn1468(): void { $this->runAssertReturnCommand( @@ -14699,7 +13230,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1468')] public function testAssertReturn1469(): void { $this->runAssertReturnCommand( @@ -14709,7 +13239,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1469')] public function testAssertReturn1470(): void { $this->runAssertReturnCommand( @@ -14719,7 +13248,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1470')] public function testAssertReturn1471(): void { $this->runAssertReturnCommand( @@ -14729,7 +13257,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1471')] public function testAssertReturn1472(): void { $this->runAssertReturnCommand( @@ -14739,7 +13266,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1472')] public function testAssertReturn1473(): void { $this->runAssertReturnCommand( @@ -14749,7 +13275,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1473')] public function testAssertReturn1474(): void { $this->runAssertReturnCommand( @@ -14759,7 +13284,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1474')] public function testAssertReturn1475(): void { $this->runAssertReturnCommand( @@ -14769,7 +13293,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1475')] public function testAssertReturn1476(): void { $this->runAssertReturnCommand( @@ -14779,7 +13302,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1476')] public function testAssertReturn1477(): void { $this->runAssertReturnCommand( @@ -14789,7 +13311,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1477')] public function testAssertReturn1478(): void { $this->runAssertReturnCommand( @@ -14799,7 +13320,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1478')] public function testAssertReturn1479(): void { $this->runAssertReturnCommand( @@ -14809,7 +13329,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1479')] public function testAssertReturn1480(): void { $this->runAssertReturnCommand( @@ -14819,7 +13338,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1480')] public function testAssertReturn1481(): void { $this->runAssertReturnCommand( @@ -14829,7 +13347,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1481')] public function testAssertReturn1482(): void { $this->runAssertReturnCommand( @@ -14839,7 +13356,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1482')] public function testAssertReturn1483(): void { $this->runAssertReturnCommand( @@ -14849,7 +13365,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1483')] public function testAssertReturn1484(): void { $this->runAssertReturnCommand( @@ -14859,7 +13374,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1484')] public function testAssertReturn1485(): void { $this->runAssertReturnCommand( @@ -14869,7 +13383,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1485')] public function testAssertReturn1486(): void { $this->runAssertReturnCommand( @@ -14879,7 +13392,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1486')] public function testAssertReturn1487(): void { $this->runAssertReturnCommand( @@ -14889,7 +13401,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1487')] public function testAssertReturn1488(): void { $this->runAssertReturnCommand( @@ -14899,7 +13410,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1488')] public function testAssertReturn1489(): void { $this->runAssertReturnCommand( @@ -14909,7 +13419,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1489')] public function testAssertReturn1490(): void { $this->runAssertReturnCommand( @@ -14919,7 +13428,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1490')] public function testAssertReturn1491(): void { $this->runAssertReturnCommand( @@ -14929,7 +13437,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1491')] public function testAssertReturn1492(): void { $this->runAssertReturnCommand( @@ -14939,7 +13446,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1492')] public function testAssertReturn1493(): void { $this->runAssertReturnCommand( @@ -14949,7 +13455,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1493')] public function testAssertReturn1494(): void { $this->runAssertReturnCommand( @@ -14959,7 +13464,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1494')] public function testAssertReturn1495(): void { $this->runAssertReturnCommand( @@ -14969,7 +13473,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1495')] public function testAssertReturn1496(): void { $this->runAssertReturnCommand( @@ -14979,7 +13482,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1496')] public function testAssertReturn1497(): void { $this->runAssertReturnCommand( @@ -14989,7 +13491,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1497')] public function testAssertReturn1498(): void { $this->runAssertReturnCommand( @@ -14999,7 +13500,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1498')] public function testAssertReturn1499(): void { $this->runAssertReturnCommand( @@ -15009,7 +13509,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1499')] public function testAssertReturn1500(): void { $this->runAssertReturnCommand( @@ -15019,7 +13518,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1500')] public function testAssertReturn1501(): void { $this->runAssertReturnCommand( @@ -15029,7 +13527,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1501')] public function testAssertReturn1502(): void { $this->runAssertReturnCommand( @@ -15039,7 +13536,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1502')] public function testAssertReturn1503(): void { $this->runAssertReturnCommand( @@ -15049,7 +13545,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1503')] public function testAssertReturn1504(): void { $this->runAssertReturnCommand( @@ -15059,7 +13554,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1504')] public function testAssertReturn1505(): void { $this->runAssertReturnCommand( @@ -15069,7 +13563,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1505')] public function testAssertReturn1506(): void { $this->runAssertReturnCommand( @@ -15079,7 +13572,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1506')] public function testAssertReturn1507(): void { $this->runAssertReturnCommand( @@ -15089,7 +13581,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1507')] public function testAssertReturn1508(): void { $this->runAssertReturnCommand( @@ -15099,7 +13590,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1508')] public function testAssertReturn1509(): void { $this->runAssertReturnCommand( @@ -15109,7 +13599,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1509')] public function testAssertReturn1510(): void { $this->runAssertReturnCommand( @@ -15119,7 +13608,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1510')] public function testAssertReturn1511(): void { $this->runAssertReturnCommand( @@ -15129,7 +13617,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1511')] public function testAssertReturn1512(): void { $this->runAssertReturnCommand( @@ -15139,7 +13626,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1512')] public function testAssertReturn1513(): void { $this->runAssertReturnCommand( @@ -15149,7 +13635,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1513')] public function testAssertReturn1514(): void { $this->runAssertReturnCommand( @@ -15159,7 +13644,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1514')] public function testAssertReturn1515(): void { $this->runAssertReturnCommand( @@ -15169,7 +13653,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1515')] public function testAssertReturn1516(): void { $this->runAssertReturnCommand( @@ -15179,7 +13662,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1516')] public function testAssertReturn1517(): void { $this->runAssertReturnCommand( @@ -15189,7 +13671,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1517')] public function testAssertReturn1518(): void { $this->runAssertReturnCommand( @@ -15199,7 +13680,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1518')] public function testAssertReturn1519(): void { $this->runAssertReturnCommand( @@ -15209,7 +13689,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1519')] public function testAssertReturn1520(): void { $this->runAssertReturnCommand( @@ -15219,7 +13698,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1520')] public function testAssertReturn1521(): void { $this->runAssertReturnCommand( @@ -15229,7 +13707,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1521')] public function testAssertReturn1522(): void { $this->runAssertReturnCommand( @@ -15239,7 +13716,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1522')] public function testAssertReturn1523(): void { $this->runAssertReturnCommand( @@ -15249,7 +13725,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1523')] public function testAssertReturn1524(): void { $this->runAssertReturnCommand( @@ -15259,7 +13734,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1524')] public function testAssertReturn1525(): void { $this->runAssertReturnCommand( @@ -15269,7 +13743,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1525')] public function testAssertReturn1526(): void { $this->runAssertReturnCommand( @@ -15279,7 +13752,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1526')] public function testAssertReturn1527(): void { $this->runAssertReturnCommand( @@ -15289,7 +13761,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1527')] public function testAssertReturn1528(): void { $this->runAssertReturnCommand( @@ -15299,7 +13770,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1528')] public function testAssertReturn1529(): void { $this->runAssertReturnCommand( @@ -15309,7 +13779,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1529')] public function testAssertReturn1530(): void { $this->runAssertReturnCommand( @@ -15319,7 +13788,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1530')] public function testAssertReturn1531(): void { $this->runAssertReturnCommand( @@ -15329,7 +13797,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1531')] public function testAssertReturn1532(): void { $this->runAssertReturnCommand( @@ -15339,7 +13806,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1532')] public function testAssertReturn1533(): void { $this->runAssertReturnCommand( @@ -15349,7 +13815,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1533')] public function testAssertReturn1534(): void { $this->runAssertReturnCommand( @@ -15359,7 +13824,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1534')] public function testAssertReturn1535(): void { $this->runAssertReturnCommand( @@ -15369,7 +13833,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1535')] public function testAssertReturn1536(): void { $this->runAssertReturnCommand( @@ -15379,7 +13842,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1536')] public function testAssertReturn1537(): void { $this->runAssertReturnCommand( @@ -15389,7 +13851,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1537')] public function testAssertReturn1538(): void { $this->runAssertReturnCommand( @@ -15399,7 +13860,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1538')] public function testAssertReturn1539(): void { $this->runAssertReturnCommand( @@ -15409,7 +13869,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1539')] public function testAssertReturn1540(): void { $this->runAssertReturnCommand( @@ -15419,7 +13878,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1540')] public function testAssertReturn1541(): void { $this->runAssertReturnCommand( @@ -15429,7 +13887,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1541')] public function testAssertReturn1542(): void { $this->runAssertReturnCommand( @@ -15439,7 +13896,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1542')] public function testAssertReturn1543(): void { $this->runAssertReturnCommand( @@ -15449,7 +13905,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1543')] public function testAssertReturn1544(): void { $this->runAssertReturnCommand( @@ -15459,7 +13914,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1544')] public function testAssertReturn1545(): void { $this->runAssertReturnCommand( @@ -15469,7 +13923,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1545')] public function testAssertReturn1546(): void { $this->runAssertReturnCommand( @@ -15479,7 +13932,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1546')] public function testAssertReturn1547(): void { $this->runAssertReturnCommand( @@ -15489,7 +13941,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1547')] public function testAssertReturn1548(): void { $this->runAssertReturnCommand( @@ -15499,7 +13950,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1548')] public function testAssertReturn1549(): void { $this->runAssertReturnCommand( @@ -15509,7 +13959,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1549')] public function testAssertReturn1550(): void { $this->runAssertReturnCommand( @@ -15519,7 +13968,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1550')] public function testAssertReturn1551(): void { $this->runAssertReturnCommand( @@ -15529,7 +13977,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1551')] public function testAssertReturn1552(): void { $this->runAssertReturnCommand( @@ -15539,7 +13986,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1552')] public function testAssertReturn1553(): void { $this->runAssertReturnCommand( @@ -15549,7 +13995,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1553')] public function testAssertReturn1554(): void { $this->runAssertReturnCommand( @@ -15559,7 +14004,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1554')] public function testAssertReturn1555(): void { $this->runAssertReturnCommand( @@ -15569,7 +14013,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1555')] public function testAssertReturn1556(): void { $this->runAssertReturnCommand( @@ -15579,7 +14022,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1556')] public function testAssertReturn1557(): void { $this->runAssertReturnCommand( @@ -15589,7 +14031,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1557')] public function testAssertReturn1558(): void { $this->runAssertReturnCommand( @@ -15599,7 +14040,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1558')] public function testAssertReturn1559(): void { $this->runAssertReturnCommand( @@ -15609,7 +14049,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1559')] public function testAssertReturn1560(): void { $this->runAssertReturnCommand( @@ -15619,7 +14058,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1560')] public function testAssertReturn1561(): void { $this->runAssertReturnCommand( @@ -15629,7 +14067,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1561')] public function testAssertReturn1562(): void { $this->runAssertReturnCommand( @@ -15639,7 +14076,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1562')] public function testAssertReturn1563(): void { $this->runAssertReturnCommand( @@ -15649,7 +14085,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1563')] public function testAssertReturn1564(): void { $this->runAssertReturnCommand( @@ -15659,7 +14094,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1564')] public function testAssertReturn1565(): void { $this->runAssertReturnCommand( @@ -15669,7 +14103,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1565')] public function testAssertReturn1566(): void { $this->runAssertReturnCommand( @@ -15679,7 +14112,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1566')] public function testAssertReturn1567(): void { $this->runAssertReturnCommand( @@ -15689,7 +14121,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1567')] public function testAssertReturn1568(): void { $this->runAssertReturnCommand( @@ -15699,7 +14130,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1568')] public function testAssertReturn1569(): void { $this->runAssertReturnCommand( @@ -15709,7 +14139,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1569')] public function testAssertReturn1570(): void { $this->runAssertReturnCommand( @@ -15719,7 +14148,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1570')] public function testAssertReturn1571(): void { $this->runAssertReturnCommand( @@ -15729,7 +14157,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1571')] public function testAssertReturn1572(): void { $this->runAssertReturnCommand( @@ -15739,7 +14166,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1572')] public function testAssertReturn1573(): void { $this->runAssertReturnCommand( @@ -15749,7 +14175,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1573')] public function testAssertReturn1574(): void { $this->runAssertReturnCommand( @@ -15759,7 +14184,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1574')] public function testAssertReturn1575(): void { $this->runAssertReturnCommand( @@ -15769,7 +14193,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1575')] public function testAssertReturn1576(): void { $this->runAssertReturnCommand( @@ -15779,7 +14202,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1576')] public function testAssertReturn1577(): void { $this->runAssertReturnCommand( @@ -15789,7 +14211,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1577')] public function testAssertReturn1578(): void { $this->runAssertReturnCommand( @@ -15799,7 +14220,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1578')] public function testAssertReturn1579(): void { $this->runAssertReturnCommand( @@ -15809,7 +14229,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1579')] public function testAssertReturn1580(): void { $this->runAssertReturnCommand( @@ -15819,7 +14238,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1580')] public function testAssertReturn1581(): void { $this->runAssertReturnCommand( @@ -15829,7 +14247,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1581')] public function testAssertReturn1582(): void { $this->runAssertReturnCommand( @@ -15839,7 +14256,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1582')] public function testAssertReturn1583(): void { $this->runAssertReturnCommand( @@ -15849,7 +14265,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1583')] public function testAssertReturn1584(): void { $this->runAssertReturnCommand( @@ -15859,7 +14274,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1584')] public function testAssertReturn1585(): void { $this->runAssertReturnCommand( @@ -15869,7 +14283,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1585')] public function testAssertReturn1586(): void { $this->runAssertReturnCommand( @@ -15879,7 +14292,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1586')] public function testAssertReturn1587(): void { $this->runAssertReturnCommand( @@ -15889,7 +14301,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1587')] public function testAssertReturn1588(): void { $this->runAssertReturnCommand( @@ -15899,7 +14310,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1588')] public function testAssertReturn1589(): void { $this->runAssertReturnCommand( @@ -15909,7 +14319,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1589')] public function testAssertReturn1590(): void { $this->runAssertReturnCommand( @@ -15919,7 +14328,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1590')] public function testAssertReturn1591(): void { $this->runAssertReturnCommand( @@ -15929,7 +14337,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1591')] public function testAssertReturn1592(): void { $this->runAssertReturnCommand( @@ -15939,7 +14346,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1592')] public function testAssertReturn1593(): void { $this->runAssertReturnCommand( @@ -15949,7 +14355,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1593')] public function testAssertReturn1594(): void { $this->runAssertReturnCommand( @@ -15959,7 +14364,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1594')] public function testAssertReturn1595(): void { $this->runAssertReturnCommand( @@ -15969,7 +14373,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1595')] public function testAssertReturn1596(): void { $this->runAssertReturnCommand( @@ -15979,7 +14382,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1596')] public function testAssertReturn1597(): void { $this->runAssertReturnCommand( @@ -15989,7 +14391,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1597')] public function testAssertReturn1598(): void { $this->runAssertReturnCommand( @@ -15999,7 +14400,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1598')] public function testAssertReturn1599(): void { $this->runAssertReturnCommand( @@ -16009,7 +14409,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1599')] public function testAssertReturn1600(): void { $this->runAssertReturnCommand( @@ -16019,7 +14418,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1600')] public function testAssertReturn1601(): void { $this->runAssertReturnCommand( @@ -16029,7 +14427,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1601')] public function testAssertReturn1602(): void { $this->runAssertReturnCommand( @@ -16039,7 +14436,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1602')] public function testAssertReturn1603(): void { $this->runAssertReturnCommand( @@ -16049,7 +14445,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1603')] public function testAssertReturn1604(): void { $this->runAssertReturnCommand( @@ -16059,7 +14454,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1604')] public function testAssertReturn1605(): void { $this->runAssertReturnCommand( @@ -16069,7 +14463,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1605')] public function testAssertReturn1606(): void { $this->runAssertReturnCommand( @@ -16079,7 +14472,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1606')] public function testAssertReturn1607(): void { $this->runAssertReturnCommand( @@ -16089,7 +14481,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1607')] public function testAssertReturn1608(): void { $this->runAssertReturnCommand( @@ -16099,7 +14490,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1608')] public function testAssertReturn1609(): void { $this->runAssertReturnCommand( @@ -16109,7 +14499,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1609')] public function testAssertReturn1610(): void { $this->runAssertReturnCommand( @@ -16119,7 +14508,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1610')] public function testAssertReturn1611(): void { $this->runAssertReturnCommand( @@ -16129,7 +14517,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1611')] public function testAssertReturn1612(): void { $this->runAssertReturnCommand( @@ -16139,7 +14526,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1612')] public function testAssertReturn1613(): void { $this->runAssertReturnCommand( @@ -16149,7 +14535,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1613')] public function testAssertReturn1614(): void { $this->runAssertReturnCommand( @@ -16159,7 +14544,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1614')] public function testAssertReturn1615(): void { $this->runAssertReturnCommand( @@ -16169,7 +14553,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1615')] public function testAssertReturn1616(): void { $this->runAssertReturnCommand( @@ -16179,7 +14562,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1616')] public function testAssertReturn1617(): void { $this->runAssertReturnCommand( @@ -16189,7 +14571,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1617')] public function testAssertReturn1618(): void { $this->runAssertReturnCommand( @@ -16199,7 +14580,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1618')] public function testAssertReturn1619(): void { $this->runAssertReturnCommand( @@ -16209,7 +14589,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1619')] public function testAssertReturn1620(): void { $this->runAssertReturnCommand( @@ -16219,7 +14598,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1620')] public function testAssertReturn1621(): void { $this->runAssertReturnCommand( @@ -16229,7 +14607,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1621')] public function testAssertReturn1622(): void { $this->runAssertReturnCommand( @@ -16239,7 +14616,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1622')] public function testAssertReturn1623(): void { $this->runAssertReturnCommand( @@ -16249,7 +14625,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1623')] public function testAssertReturn1624(): void { $this->runAssertReturnCommand( @@ -16259,7 +14634,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1624')] public function testAssertReturn1625(): void { $this->runAssertReturnCommand( @@ -16269,7 +14643,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1625')] public function testAssertReturn1626(): void { $this->runAssertReturnCommand( @@ -16279,7 +14652,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1626')] public function testAssertReturn1627(): void { $this->runAssertReturnCommand( @@ -16289,7 +14661,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1627')] public function testAssertReturn1628(): void { $this->runAssertReturnCommand( @@ -16299,7 +14670,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1628')] public function testAssertReturn1629(): void { $this->runAssertReturnCommand( @@ -16309,7 +14679,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1629')] public function testAssertReturn1630(): void { $this->runAssertReturnCommand( @@ -16319,7 +14688,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1630')] public function testAssertReturn1631(): void { $this->runAssertReturnCommand( @@ -16329,7 +14697,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1631')] public function testAssertReturn1632(): void { $this->runAssertReturnCommand( @@ -16339,7 +14706,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1632')] public function testAssertReturn1633(): void { $this->runAssertReturnCommand( @@ -16349,7 +14715,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1633')] public function testAssertReturn1634(): void { $this->runAssertReturnCommand( @@ -16359,7 +14724,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1634')] public function testAssertReturn1635(): void { $this->runAssertReturnCommand( @@ -16369,7 +14733,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1635')] public function testAssertReturn1636(): void { $this->runAssertReturnCommand( @@ -16379,7 +14742,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1636')] public function testAssertReturn1637(): void { $this->runAssertReturnCommand( @@ -16389,7 +14751,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1637')] public function testAssertReturn1638(): void { $this->runAssertReturnCommand( @@ -16399,7 +14760,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1638')] public function testAssertReturn1639(): void { $this->runAssertReturnCommand( @@ -16409,7 +14769,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1639')] public function testAssertReturn1640(): void { $this->runAssertReturnCommand( @@ -16419,7 +14778,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1640')] public function testAssertReturn1641(): void { $this->runAssertReturnCommand( @@ -16429,7 +14787,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1641')] public function testAssertReturn1642(): void { $this->runAssertReturnCommand( @@ -16439,7 +14796,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1642')] public function testAssertReturn1643(): void { $this->runAssertReturnCommand( @@ -16449,7 +14805,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1643')] public function testAssertReturn1644(): void { $this->runAssertReturnCommand( @@ -16459,7 +14814,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1644')] public function testAssertReturn1645(): void { $this->runAssertReturnCommand( @@ -16469,7 +14823,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1645')] public function testAssertReturn1646(): void { $this->runAssertReturnCommand( @@ -16479,7 +14832,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1646')] public function testAssertReturn1647(): void { $this->runAssertReturnCommand( @@ -16489,7 +14841,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1647')] public function testAssertReturn1648(): void { $this->runAssertReturnCommand( @@ -16499,7 +14850,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1648')] public function testAssertReturn1649(): void { $this->runAssertReturnCommand( @@ -16509,7 +14859,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1649')] public function testAssertReturn1650(): void { $this->runAssertReturnCommand( @@ -16519,7 +14868,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1650')] public function testAssertReturn1651(): void { $this->runAssertReturnCommand( @@ -16529,7 +14877,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1651')] public function testAssertReturn1652(): void { $this->runAssertReturnCommand( @@ -16539,7 +14886,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1652')] public function testAssertReturn1653(): void { $this->runAssertReturnCommand( @@ -16549,7 +14895,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1653')] public function testAssertReturn1654(): void { $this->runAssertReturnCommand( @@ -16559,7 +14904,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1654')] public function testAssertReturn1655(): void { $this->runAssertReturnCommand( @@ -16569,7 +14913,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1655')] public function testAssertReturn1656(): void { $this->runAssertReturnCommand( @@ -16579,7 +14922,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1656')] public function testAssertReturn1657(): void { $this->runAssertReturnCommand( @@ -16589,7 +14931,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1657')] public function testAssertReturn1658(): void { $this->runAssertReturnCommand( @@ -16599,7 +14940,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1658')] public function testAssertReturn1659(): void { $this->runAssertReturnCommand( @@ -16609,7 +14949,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1659')] public function testAssertReturn1660(): void { $this->runAssertReturnCommand( @@ -16619,7 +14958,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1660')] public function testAssertReturn1661(): void { $this->runAssertReturnCommand( @@ -16629,7 +14967,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1661')] public function testAssertReturn1662(): void { $this->runAssertReturnCommand( @@ -16639,7 +14976,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1662')] public function testAssertReturn1663(): void { $this->runAssertReturnCommand( @@ -16649,7 +14985,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1663')] public function testAssertReturn1664(): void { $this->runAssertReturnCommand( @@ -16659,7 +14994,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1664')] public function testAssertReturn1665(): void { $this->runAssertReturnCommand( @@ -16669,7 +15003,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1665')] public function testAssertReturn1666(): void { $this->runAssertReturnCommand( @@ -16679,7 +15012,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1666')] public function testAssertReturn1667(): void { $this->runAssertReturnCommand( @@ -16689,7 +15021,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1667')] public function testAssertReturn1668(): void { $this->runAssertReturnCommand( @@ -16699,7 +15030,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1668')] public function testAssertReturn1669(): void { $this->runAssertReturnCommand( @@ -16709,7 +15039,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1669')] public function testAssertReturn1670(): void { $this->runAssertReturnCommand( @@ -16719,7 +15048,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1670')] public function testAssertReturn1671(): void { $this->runAssertReturnCommand( @@ -16729,7 +15057,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1671')] public function testAssertReturn1672(): void { $this->runAssertReturnCommand( @@ -16739,7 +15066,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1672')] public function testAssertReturn1673(): void { $this->runAssertReturnCommand( @@ -16749,7 +15075,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1673')] public function testAssertReturn1674(): void { $this->runAssertReturnCommand( @@ -16759,7 +15084,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1674')] public function testAssertReturn1675(): void { $this->runAssertReturnCommand( @@ -16769,7 +15093,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1675')] public function testAssertReturn1676(): void { $this->runAssertReturnCommand( @@ -16779,7 +15102,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1676')] public function testAssertReturn1677(): void { $this->runAssertReturnCommand( @@ -16789,7 +15111,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1677')] public function testAssertReturn1678(): void { $this->runAssertReturnCommand( @@ -16799,7 +15120,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1678')] public function testAssertReturn1679(): void { $this->runAssertReturnCommand( @@ -16809,7 +15129,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1679')] public function testAssertReturn1680(): void { $this->runAssertReturnCommand( @@ -16819,7 +15138,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1680')] public function testAssertReturn1681(): void { $this->runAssertReturnCommand( @@ -16829,7 +15147,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1681')] public function testAssertReturn1682(): void { $this->runAssertReturnCommand( @@ -16839,7 +15156,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1682')] public function testAssertReturn1683(): void { $this->runAssertReturnCommand( @@ -16849,7 +15165,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1683')] public function testAssertReturn1684(): void { $this->runAssertReturnCommand( @@ -16859,7 +15174,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1684')] public function testAssertReturn1685(): void { $this->runAssertReturnCommand( @@ -16869,7 +15183,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1685')] public function testAssertReturn1686(): void { $this->runAssertReturnCommand( @@ -16879,7 +15192,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1686')] public function testAssertReturn1687(): void { $this->runAssertReturnCommand( @@ -16889,7 +15201,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1687')] public function testAssertReturn1688(): void { $this->runAssertReturnCommand( @@ -16899,7 +15210,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1688')] public function testAssertReturn1689(): void { $this->runAssertReturnCommand( @@ -16909,7 +15219,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1689')] public function testAssertReturn1690(): void { $this->runAssertReturnCommand( @@ -16919,7 +15228,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1690')] public function testAssertReturn1691(): void { $this->runAssertReturnCommand( @@ -16929,7 +15237,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1691')] public function testAssertReturn1692(): void { $this->runAssertReturnCommand( @@ -16939,7 +15246,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1692')] public function testAssertReturn1693(): void { $this->runAssertReturnCommand( @@ -16949,7 +15255,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1693')] public function testAssertReturn1694(): void { $this->runAssertReturnCommand( @@ -16959,7 +15264,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1694')] public function testAssertReturn1695(): void { $this->runAssertReturnCommand( @@ -16969,7 +15273,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1695')] public function testAssertReturn1696(): void { $this->runAssertReturnCommand( @@ -16979,7 +15282,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1696')] public function testAssertReturn1697(): void { $this->runAssertReturnCommand( @@ -16989,7 +15291,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1697')] public function testAssertReturn1698(): void { $this->runAssertReturnCommand( @@ -16999,7 +15300,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1698')] public function testAssertReturn1699(): void { $this->runAssertReturnCommand( @@ -17009,7 +15309,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1699')] public function testAssertReturn1700(): void { $this->runAssertReturnCommand( @@ -17019,7 +15318,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1700')] public function testAssertReturn1701(): void { $this->runAssertReturnCommand( @@ -17029,7 +15327,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1701')] public function testAssertReturn1702(): void { $this->runAssertReturnCommand( @@ -17039,7 +15336,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1702')] public function testAssertReturn1703(): void { $this->runAssertReturnCommand( @@ -17049,7 +15345,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1703')] public function testAssertReturn1704(): void { $this->runAssertReturnCommand( @@ -17059,7 +15354,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1704')] public function testAssertReturn1705(): void { $this->runAssertReturnCommand( @@ -17069,7 +15363,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1705')] public function testAssertReturn1706(): void { $this->runAssertReturnCommand( @@ -17079,7 +15372,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1706')] public function testAssertReturn1707(): void { $this->runAssertReturnCommand( @@ -17089,7 +15381,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1707')] public function testAssertReturn1708(): void { $this->runAssertReturnCommand( @@ -17099,7 +15390,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1708')] public function testAssertReturn1709(): void { $this->runAssertReturnCommand( @@ -17109,7 +15399,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1709')] public function testAssertReturn1710(): void { $this->runAssertReturnCommand( @@ -17119,7 +15408,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1710')] public function testAssertReturn1711(): void { $this->runAssertReturnCommand( @@ -17129,7 +15417,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1711')] public function testAssertReturn1712(): void { $this->runAssertReturnCommand( @@ -17139,7 +15426,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1712')] public function testAssertReturn1713(): void { $this->runAssertReturnCommand( @@ -17149,7 +15435,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1713')] public function testAssertReturn1714(): void { $this->runAssertReturnCommand( @@ -17159,7 +15444,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1714')] public function testAssertReturn1715(): void { $this->runAssertReturnCommand( @@ -17169,7 +15453,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1715')] public function testAssertReturn1716(): void { $this->runAssertReturnCommand( @@ -17179,7 +15462,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1716')] public function testAssertReturn1717(): void { $this->runAssertReturnCommand( @@ -17189,7 +15471,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1717')] public function testAssertReturn1718(): void { $this->runAssertReturnCommand( @@ -17199,7 +15480,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1718')] public function testAssertReturn1719(): void { $this->runAssertReturnCommand( @@ -17209,7 +15489,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1719')] public function testAssertReturn1720(): void { $this->runAssertReturnCommand( @@ -17219,7 +15498,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1720')] public function testAssertReturn1721(): void { $this->runAssertReturnCommand( @@ -17229,7 +15507,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1721')] public function testAssertReturn1722(): void { $this->runAssertReturnCommand( @@ -17239,7 +15516,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1722')] public function testAssertReturn1723(): void { $this->runAssertReturnCommand( @@ -17249,7 +15525,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1723')] public function testAssertReturn1724(): void { $this->runAssertReturnCommand( @@ -17259,7 +15534,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1724')] public function testAssertReturn1725(): void { $this->runAssertReturnCommand( @@ -17269,7 +15543,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1725')] public function testAssertReturn1726(): void { $this->runAssertReturnCommand( @@ -17279,7 +15552,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1726')] public function testAssertReturn1727(): void { $this->runAssertReturnCommand( @@ -17289,7 +15561,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1727')] public function testAssertReturn1728(): void { $this->runAssertReturnCommand( @@ -17299,7 +15570,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1728')] public function testAssertReturn1729(): void { $this->runAssertReturnCommand( @@ -17309,7 +15579,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1729')] public function testAssertReturn1730(): void { $this->runAssertReturnCommand( @@ -17319,7 +15588,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1730')] public function testAssertReturn1731(): void { $this->runAssertReturnCommand( @@ -17329,7 +15597,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1731')] public function testAssertReturn1732(): void { $this->runAssertReturnCommand( @@ -17339,7 +15606,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1732')] public function testAssertReturn1733(): void { $this->runAssertReturnCommand( @@ -17349,7 +15615,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1733')] public function testAssertReturn1734(): void { $this->runAssertReturnCommand( @@ -17359,7 +15624,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1734')] public function testAssertReturn1735(): void { $this->runAssertReturnCommand( @@ -17369,7 +15633,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1735')] public function testAssertReturn1736(): void { $this->runAssertReturnCommand( @@ -17379,7 +15642,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1736')] public function testAssertReturn1737(): void { $this->runAssertReturnCommand( @@ -17389,7 +15651,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1737')] public function testAssertReturn1738(): void { $this->runAssertReturnCommand( @@ -17399,7 +15660,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1738')] public function testAssertReturn1739(): void { $this->runAssertReturnCommand( @@ -17409,7 +15669,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1739')] public function testAssertReturn1740(): void { $this->runAssertReturnCommand( @@ -17419,7 +15678,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1740')] public function testAssertReturn1741(): void { $this->runAssertReturnCommand( @@ -17429,7 +15687,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1741')] public function testAssertReturn1742(): void { $this->runAssertReturnCommand( @@ -17439,7 +15696,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1742')] public function testAssertReturn1743(): void { $this->runAssertReturnCommand( @@ -17449,7 +15705,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1743')] public function testAssertReturn1744(): void { $this->runAssertReturnCommand( @@ -17459,7 +15714,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1744')] public function testAssertReturn1745(): void { $this->runAssertReturnCommand( @@ -17469,7 +15723,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1745')] public function testAssertReturn1746(): void { $this->runAssertReturnCommand( @@ -17479,7 +15732,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1746')] public function testAssertReturn1747(): void { $this->runAssertReturnCommand( @@ -17489,7 +15741,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1747')] public function testAssertReturn1748(): void { $this->runAssertReturnCommand( @@ -17499,7 +15750,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1748')] public function testAssertReturn1749(): void { $this->runAssertReturnCommand( @@ -17509,7 +15759,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1749')] public function testAssertReturn1750(): void { $this->runAssertReturnCommand( @@ -17519,7 +15768,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1750')] public function testAssertReturn1751(): void { $this->runAssertReturnCommand( @@ -17529,7 +15777,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1751')] public function testAssertReturn1752(): void { $this->runAssertReturnCommand( @@ -17539,7 +15786,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1752')] public function testAssertReturn1753(): void { $this->runAssertReturnCommand( @@ -17549,7 +15795,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1753')] public function testAssertReturn1754(): void { $this->runAssertReturnCommand( @@ -17559,7 +15804,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1754')] public function testAssertReturn1755(): void { $this->runAssertReturnCommand( @@ -17569,7 +15813,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1755')] public function testAssertReturn1756(): void { $this->runAssertReturnCommand( @@ -17579,7 +15822,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1756')] public function testAssertReturn1757(): void { $this->runAssertReturnCommand( @@ -17589,7 +15831,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1757')] public function testAssertReturn1758(): void { $this->runAssertReturnCommand( @@ -17599,7 +15840,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1758')] public function testAssertReturn1759(): void { $this->runAssertReturnCommand( @@ -17609,7 +15849,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1759')] public function testAssertReturn1760(): void { $this->runAssertReturnCommand( @@ -17619,7 +15858,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1760')] public function testAssertReturn1761(): void { $this->runAssertReturnCommand( @@ -17629,7 +15867,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1761')] public function testAssertReturn1762(): void { $this->runAssertReturnCommand( @@ -17639,7 +15876,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1762')] public function testAssertReturn1763(): void { $this->runAssertReturnCommand( @@ -17649,7 +15885,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1763')] public function testAssertReturn1764(): void { $this->runAssertReturnCommand( @@ -17659,7 +15894,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1764')] public function testAssertReturn1765(): void { $this->runAssertReturnCommand( @@ -17669,7 +15903,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1765')] public function testAssertReturn1766(): void { $this->runAssertReturnCommand( @@ -17679,7 +15912,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1766')] public function testAssertReturn1767(): void { $this->runAssertReturnCommand( @@ -17689,7 +15921,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1767')] public function testAssertReturn1768(): void { $this->runAssertReturnCommand( @@ -17699,7 +15930,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1768')] public function testAssertReturn1769(): void { $this->runAssertReturnCommand( @@ -17709,7 +15939,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1769')] public function testAssertReturn1770(): void { $this->runAssertReturnCommand( @@ -17719,7 +15948,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1770')] public function testAssertReturn1771(): void { $this->runAssertReturnCommand( @@ -17729,7 +15957,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1771')] public function testAssertReturn1772(): void { $this->runAssertReturnCommand( @@ -17739,7 +15966,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1772')] public function testAssertReturn1773(): void { $this->runAssertReturnCommand( @@ -17749,7 +15975,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1773')] public function testAssertReturn1774(): void { $this->runAssertReturnCommand( @@ -17759,7 +15984,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1774')] public function testAssertReturn1775(): void { $this->runAssertReturnCommand( @@ -17769,7 +15993,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1775')] public function testAssertReturn1776(): void { $this->runAssertReturnCommand( @@ -17779,7 +16002,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1776')] public function testAssertReturn1777(): void { $this->runAssertReturnCommand( @@ -17789,7 +16011,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1777')] public function testAssertReturn1778(): void { $this->runAssertReturnCommand( @@ -17799,7 +16020,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1778')] public function testAssertReturn1779(): void { $this->runAssertReturnCommand( @@ -17809,7 +16029,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1779')] public function testAssertReturn1780(): void { $this->runAssertReturnCommand( @@ -17819,7 +16038,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1780')] public function testAssertReturn1781(): void { $this->runAssertReturnCommand( @@ -17829,7 +16047,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1781')] public function testAssertReturn1782(): void { $this->runAssertReturnCommand( @@ -17839,7 +16056,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1782')] public function testAssertReturn1783(): void { $this->runAssertReturnCommand( @@ -17849,7 +16065,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1783')] public function testAssertReturn1784(): void { $this->runAssertReturnCommand( @@ -17859,7 +16074,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1784')] public function testAssertReturn1785(): void { $this->runAssertReturnCommand( @@ -17869,7 +16083,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1785')] public function testAssertReturn1786(): void { $this->runAssertReturnCommand( @@ -17879,7 +16092,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1786')] public function testAssertReturn1787(): void { $this->runAssertReturnCommand( @@ -17889,7 +16101,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1787')] public function testAssertReturn1788(): void { $this->runAssertReturnCommand( @@ -17899,7 +16110,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1788')] public function testAssertReturn1789(): void { $this->runAssertReturnCommand( @@ -17909,7 +16119,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1789')] public function testAssertReturn1790(): void { $this->runAssertReturnCommand( @@ -17919,7 +16128,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1790')] public function testAssertReturn1791(): void { $this->runAssertReturnCommand( @@ -17929,7 +16137,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1791')] public function testAssertReturn1792(): void { $this->runAssertReturnCommand( @@ -17939,7 +16146,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1792')] public function testAssertReturn1793(): void { $this->runAssertReturnCommand( @@ -17949,7 +16155,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1793')] public function testAssertReturn1794(): void { $this->runAssertReturnCommand( @@ -17959,7 +16164,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1794')] public function testAssertReturn1795(): void { $this->runAssertReturnCommand( @@ -17969,7 +16173,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1795')] public function testAssertReturn1796(): void { $this->runAssertReturnCommand( @@ -17979,7 +16182,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1796')] public function testAssertReturn1797(): void { $this->runAssertReturnCommand( @@ -17989,7 +16191,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1797')] public function testAssertReturn1798(): void { $this->runAssertReturnCommand( @@ -17999,7 +16200,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1798')] public function testAssertReturn1799(): void { $this->runAssertReturnCommand( @@ -18009,7 +16209,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1799')] public function testAssertReturn1800(): void { $this->runAssertReturnCommand( @@ -18019,7 +16218,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1800')] public function testAssertReturn1801(): void { $this->runAssertReturnCommand( @@ -18029,7 +16227,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1801')] public function testAssertReturn1802(): void { $this->runAssertReturnCommand( @@ -18039,7 +16236,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1802')] public function testAssertReturn1803(): void { $this->runAssertReturnCommand( @@ -18049,7 +16245,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1803')] public function testAssertReturn1804(): void { $this->runAssertReturnCommand( @@ -18059,7 +16254,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1804')] public function testAssertReturn1805(): void { $this->runAssertReturnCommand( @@ -18069,7 +16263,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1805')] public function testAssertReturn1806(): void { $this->runAssertReturnCommand( @@ -18079,7 +16272,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1806')] public function testAssertReturn1807(): void { $this->runAssertReturnCommand( @@ -18089,7 +16281,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1807')] public function testAssertReturn1808(): void { $this->runAssertReturnCommand( @@ -18099,7 +16290,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1808')] public function testAssertReturn1809(): void { $this->runAssertReturnCommand( @@ -18109,7 +16299,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1809')] public function testAssertReturn1810(): void { $this->runAssertReturnCommand( @@ -18119,7 +16308,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1810')] public function testAssertReturn1811(): void { $this->runAssertReturnCommand( @@ -18129,7 +16317,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1811')] public function testAssertReturn1812(): void { $this->runAssertReturnCommand( @@ -18139,7 +16326,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1812')] public function testAssertReturn1813(): void { $this->runAssertReturnCommand( @@ -18149,7 +16335,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1813')] public function testAssertReturn1814(): void { $this->runAssertReturnCommand( @@ -18159,7 +16344,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1814')] public function testAssertReturn1815(): void { $this->runAssertReturnCommand( @@ -18169,7 +16353,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1815')] public function testAssertReturn1816(): void { $this->runAssertReturnCommand( @@ -18179,7 +16362,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1816')] public function testAssertReturn1817(): void { $this->runAssertReturnCommand( @@ -18189,7 +16371,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1817')] public function testAssertReturn1818(): void { $this->runAssertReturnCommand( @@ -18199,7 +16380,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1818')] public function testAssertReturn1819(): void { $this->runAssertReturnCommand( @@ -18209,7 +16389,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1819')] public function testAssertReturn1820(): void { $this->runAssertReturnCommand( @@ -18219,7 +16398,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1820')] public function testAssertReturn1821(): void { $this->runAssertReturnCommand( @@ -18229,7 +16407,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1821')] public function testAssertReturn1822(): void { $this->runAssertReturnCommand( @@ -18239,7 +16416,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1822')] public function testAssertReturn1823(): void { $this->runAssertReturnCommand( @@ -18249,7 +16425,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1823')] public function testAssertReturn1824(): void { $this->runAssertReturnCommand( @@ -18259,7 +16434,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1824')] public function testAssertReturn1825(): void { $this->runAssertReturnCommand( @@ -18269,7 +16443,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1825')] public function testAssertReturn1826(): void { $this->runAssertReturnCommand( @@ -18279,7 +16452,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1826')] public function testAssertReturn1827(): void { $this->runAssertReturnCommand( @@ -18289,7 +16461,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1827')] public function testAssertReturn1828(): void { $this->runAssertReturnCommand( @@ -18299,7 +16470,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1828')] public function testAssertReturn1829(): void { $this->runAssertReturnCommand( @@ -18309,7 +16479,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1829')] public function testAssertReturn1830(): void { $this->runAssertReturnCommand( @@ -18319,7 +16488,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1830')] public function testAssertReturn1831(): void { $this->runAssertReturnCommand( @@ -18329,7 +16497,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1831')] public function testAssertReturn1832(): void { $this->runAssertReturnCommand( @@ -18339,7 +16506,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1832')] public function testAssertReturn1833(): void { $this->runAssertReturnCommand( @@ -18349,7 +16515,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1833')] public function testAssertReturn1834(): void { $this->runAssertReturnCommand( @@ -18359,7 +16524,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1834')] public function testAssertReturn1835(): void { $this->runAssertReturnCommand( @@ -18369,7 +16533,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1835')] public function testAssertReturn1836(): void { $this->runAssertReturnCommand( @@ -18379,7 +16542,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1836')] public function testAssertReturn1837(): void { $this->runAssertReturnCommand( @@ -18389,7 +16551,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1837')] public function testAssertReturn1838(): void { $this->runAssertReturnCommand( @@ -18399,7 +16560,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1838')] public function testAssertReturn1839(): void { $this->runAssertReturnCommand( @@ -18409,7 +16569,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1839')] public function testAssertReturn1840(): void { $this->runAssertReturnCommand( @@ -18419,7 +16578,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1840')] public function testAssertReturn1841(): void { $this->runAssertReturnCommand( @@ -18429,7 +16587,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1841')] public function testAssertReturn1842(): void { $this->runAssertReturnCommand( @@ -18439,7 +16596,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1842')] public function testAssertReturn1843(): void { $this->runAssertReturnCommand( @@ -18449,7 +16605,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1843')] public function testAssertReturn1844(): void { $this->runAssertReturnCommand( @@ -18459,7 +16614,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1844')] public function testAssertReturn1845(): void { $this->runAssertReturnCommand( @@ -18469,7 +16623,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1845')] public function testAssertReturn1846(): void { $this->runAssertReturnCommand( @@ -18479,7 +16632,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1846')] public function testAssertReturn1847(): void { $this->runAssertReturnCommand( @@ -18489,7 +16641,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1847')] public function testAssertReturn1848(): void { $this->runAssertReturnCommand( @@ -18499,7 +16650,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1848')] public function testAssertReturn1849(): void { $this->runAssertReturnCommand( @@ -18509,7 +16659,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1849')] public function testAssertReturn1850(): void { $this->runAssertReturnCommand( @@ -18519,7 +16668,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1850')] public function testAssertReturn1851(): void { $this->runAssertReturnCommand( @@ -18529,7 +16677,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1851')] public function testAssertReturn1852(): void { $this->runAssertReturnCommand( @@ -18539,7 +16686,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1852')] public function testAssertReturn1853(): void { $this->runAssertReturnCommand( @@ -18549,7 +16695,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1853')] public function testAssertReturn1854(): void { $this->runAssertReturnCommand( @@ -18559,7 +16704,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1854')] public function testAssertReturn1855(): void { $this->runAssertReturnCommand( @@ -18569,7 +16713,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1855')] public function testAssertReturn1856(): void { $this->runAssertReturnCommand( @@ -18579,7 +16722,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1856')] public function testAssertReturn1857(): void { $this->runAssertReturnCommand( @@ -18589,7 +16731,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1857')] public function testAssertReturn1858(): void { $this->runAssertReturnCommand( @@ -18599,7 +16740,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1858')] public function testAssertReturn1859(): void { $this->runAssertReturnCommand( @@ -18609,7 +16749,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1859')] public function testAssertReturn1860(): void { $this->runAssertReturnCommand( @@ -18619,7 +16758,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1860')] public function testAssertReturn1861(): void { $this->runAssertReturnCommand( @@ -18629,7 +16767,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1861')] public function testAssertReturn1862(): void { $this->runAssertReturnCommand( @@ -18639,7 +16776,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1862')] public function testAssertReturn1863(): void { $this->runAssertReturnCommand( @@ -18649,7 +16785,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1863')] public function testAssertReturn1864(): void { $this->runAssertReturnCommand( @@ -18659,7 +16794,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1864')] public function testAssertReturn1865(): void { $this->runAssertReturnCommand( @@ -18669,7 +16803,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1865')] public function testAssertReturn1866(): void { $this->runAssertReturnCommand( @@ -18679,7 +16812,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1866')] public function testAssertReturn1867(): void { $this->runAssertReturnCommand( @@ -18689,7 +16821,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1867')] public function testAssertReturn1868(): void { $this->runAssertReturnCommand( @@ -18699,7 +16830,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1868')] public function testAssertReturn1869(): void { $this->runAssertReturnCommand( @@ -18709,7 +16839,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1869')] public function testAssertReturn1870(): void { $this->runAssertReturnCommand( @@ -18719,7 +16848,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1870')] public function testAssertReturn1871(): void { $this->runAssertReturnCommand( @@ -18729,7 +16857,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1871')] public function testAssertReturn1872(): void { $this->runAssertReturnCommand( @@ -18739,7 +16866,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1872')] public function testAssertReturn1873(): void { $this->runAssertReturnCommand( @@ -18749,7 +16875,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1873')] public function testAssertReturn1874(): void { $this->runAssertReturnCommand( @@ -18759,7 +16884,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1874')] public function testAssertReturn1875(): void { $this->runAssertReturnCommand( @@ -18769,7 +16893,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1875')] public function testAssertReturn1876(): void { $this->runAssertReturnCommand( @@ -18779,7 +16902,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1876')] public function testAssertReturn1877(): void { $this->runAssertReturnCommand( @@ -18789,7 +16911,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1877')] public function testAssertReturn1878(): void { $this->runAssertReturnCommand( @@ -18799,7 +16920,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1878')] public function testAssertReturn1879(): void { $this->runAssertReturnCommand( @@ -18809,7 +16929,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1879')] public function testAssertReturn1880(): void { $this->runAssertReturnCommand( @@ -18819,7 +16938,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1880')] public function testAssertReturn1881(): void { $this->runAssertReturnCommand( @@ -18829,7 +16947,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1881')] public function testAssertReturn1882(): void { $this->runAssertReturnCommand( @@ -18839,7 +16956,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1882')] public function testAssertReturn1883(): void { $this->runAssertReturnCommand( @@ -18849,7 +16965,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1883')] public function testAssertReturn1884(): void { $this->runAssertReturnCommand( @@ -18859,7 +16974,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1884')] public function testAssertReturn1885(): void { $this->runAssertReturnCommand( @@ -18869,7 +16983,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1885')] public function testAssertReturn1886(): void { $this->runAssertReturnCommand( @@ -18879,7 +16992,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1886')] public function testAssertReturn1887(): void { $this->runAssertReturnCommand( @@ -18889,7 +17001,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1887')] public function testAssertReturn1888(): void { $this->runAssertReturnCommand( @@ -18899,7 +17010,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1888')] public function testAssertReturn1889(): void { $this->runAssertReturnCommand( @@ -18909,7 +17019,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1889')] public function testAssertReturn1890(): void { $this->runAssertReturnCommand( @@ -18919,7 +17028,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1890')] public function testAssertReturn1891(): void { $this->runAssertReturnCommand( @@ -18929,7 +17037,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1891')] public function testAssertReturn1892(): void { $this->runAssertReturnCommand( @@ -18939,7 +17046,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1892')] public function testAssertReturn1893(): void { $this->runAssertReturnCommand( @@ -18949,7 +17055,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1893')] public function testAssertReturn1894(): void { $this->runAssertReturnCommand( @@ -18959,7 +17064,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1894')] public function testAssertReturn1895(): void { $this->runAssertReturnCommand( @@ -18969,7 +17073,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1895')] public function testAssertReturn1896(): void { $this->runAssertReturnCommand( @@ -18979,7 +17082,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1896')] public function testAssertReturn1897(): void { $this->runAssertReturnCommand( @@ -18989,7 +17091,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1897')] public function testAssertReturn1898(): void { $this->runAssertReturnCommand( @@ -18999,7 +17100,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1898')] public function testAssertReturn1899(): void { $this->runAssertReturnCommand( @@ -19009,7 +17109,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1899')] public function testAssertReturn1900(): void { $this->runAssertReturnCommand( @@ -19019,7 +17118,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1900')] public function testAssertReturn1901(): void { $this->runAssertReturnCommand( @@ -19029,7 +17127,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1901')] public function testAssertReturn1902(): void { $this->runAssertReturnCommand( @@ -19039,7 +17136,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1902')] public function testAssertReturn1903(): void { $this->runAssertReturnCommand( @@ -19049,7 +17145,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1903')] public function testAssertReturn1904(): void { $this->runAssertReturnCommand( @@ -19059,7 +17154,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1904')] public function testAssertReturn1905(): void { $this->runAssertReturnCommand( @@ -19069,7 +17163,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1905')] public function testAssertReturn1906(): void { $this->runAssertReturnCommand( @@ -19079,7 +17172,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1906')] public function testAssertReturn1907(): void { $this->runAssertReturnCommand( @@ -19089,7 +17181,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1907')] public function testAssertReturn1908(): void { $this->runAssertReturnCommand( @@ -19099,7 +17190,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1908')] public function testAssertReturn1909(): void { $this->runAssertReturnCommand( @@ -19109,7 +17199,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1909')] public function testAssertReturn1910(): void { $this->runAssertReturnCommand( @@ -19119,7 +17208,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1910')] public function testAssertReturn1911(): void { $this->runAssertReturnCommand( @@ -19129,7 +17217,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1911')] public function testAssertReturn1912(): void { $this->runAssertReturnCommand( @@ -19139,7 +17226,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1912')] public function testAssertReturn1913(): void { $this->runAssertReturnCommand( @@ -19149,7 +17235,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1913')] public function testAssertReturn1914(): void { $this->runAssertReturnCommand( @@ -19159,7 +17244,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1914')] public function testAssertReturn1915(): void { $this->runAssertReturnCommand( @@ -19169,7 +17253,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1915')] public function testAssertReturn1916(): void { $this->runAssertReturnCommand( @@ -19179,7 +17262,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1916')] public function testAssertReturn1917(): void { $this->runAssertReturnCommand( @@ -19189,7 +17271,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1917')] public function testAssertReturn1918(): void { $this->runAssertReturnCommand( @@ -19199,7 +17280,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1918')] public function testAssertReturn1919(): void { $this->runAssertReturnCommand( @@ -19209,7 +17289,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1919')] public function testAssertReturn1920(): void { $this->runAssertReturnCommand( @@ -19219,7 +17298,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1920')] public function testAssertReturn1921(): void { $this->runAssertReturnCommand( @@ -19229,7 +17307,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1921')] public function testAssertReturn1922(): void { $this->runAssertReturnCommand( @@ -19239,7 +17316,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1922')] public function testAssertReturn1923(): void { $this->runAssertReturnCommand( @@ -19249,7 +17325,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1923')] public function testAssertReturn1924(): void { $this->runAssertReturnCommand( @@ -19259,7 +17334,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1924')] public function testAssertReturn1925(): void { $this->runAssertReturnCommand( @@ -19269,7 +17343,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1925')] public function testAssertReturn1926(): void { $this->runAssertReturnCommand( @@ -19279,7 +17352,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1926')] public function testAssertReturn1927(): void { $this->runAssertReturnCommand( @@ -19289,7 +17361,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1927')] public function testAssertReturn1928(): void { $this->runAssertReturnCommand( @@ -19299,7 +17370,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1928')] public function testAssertReturn1929(): void { $this->runAssertReturnCommand( @@ -19309,7 +17379,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1929')] public function testAssertReturn1930(): void { $this->runAssertReturnCommand( @@ -19319,7 +17388,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1930')] public function testAssertReturn1931(): void { $this->runAssertReturnCommand( @@ -19329,7 +17397,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1931')] public function testAssertReturn1932(): void { $this->runAssertReturnCommand( @@ -19339,7 +17406,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1932')] public function testAssertReturn1933(): void { $this->runAssertReturnCommand( @@ -19349,7 +17415,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1933')] public function testAssertReturn1934(): void { $this->runAssertReturnCommand( @@ -19359,7 +17424,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1934')] public function testAssertReturn1935(): void { $this->runAssertReturnCommand( @@ -19369,7 +17433,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1935')] public function testAssertReturn1936(): void { $this->runAssertReturnCommand( @@ -19379,7 +17442,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1936')] public function testAssertReturn1937(): void { $this->runAssertReturnCommand( @@ -19389,7 +17451,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1937')] public function testAssertReturn1938(): void { $this->runAssertReturnCommand( @@ -19399,7 +17460,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1938')] public function testAssertReturn1939(): void { $this->runAssertReturnCommand( @@ -19409,7 +17469,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1939')] public function testAssertReturn1940(): void { $this->runAssertReturnCommand( @@ -19419,7 +17478,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1940')] public function testAssertReturn1941(): void { $this->runAssertReturnCommand( @@ -19429,7 +17487,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1941')] public function testAssertReturn1942(): void { $this->runAssertReturnCommand( @@ -19439,7 +17496,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1942')] public function testAssertReturn1943(): void { $this->runAssertReturnCommand( @@ -19449,7 +17505,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1943')] public function testAssertReturn1944(): void { $this->runAssertReturnCommand( @@ -19459,7 +17514,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1944')] public function testAssertReturn1945(): void { $this->runAssertReturnCommand( @@ -19469,7 +17523,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1945')] public function testAssertReturn1946(): void { $this->runAssertReturnCommand( @@ -19479,7 +17532,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1946')] public function testAssertReturn1947(): void { $this->runAssertReturnCommand( @@ -19489,7 +17541,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1947')] public function testAssertReturn1948(): void { $this->runAssertReturnCommand( @@ -19499,7 +17550,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1948')] public function testAssertReturn1949(): void { $this->runAssertReturnCommand( @@ -19509,7 +17559,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1949')] public function testAssertReturn1950(): void { $this->runAssertReturnCommand( @@ -19519,7 +17568,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1950')] public function testAssertReturn1951(): void { $this->runAssertReturnCommand( @@ -19529,7 +17577,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1951')] public function testAssertReturn1952(): void { $this->runAssertReturnCommand( @@ -19539,7 +17586,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1952')] public function testAssertReturn1953(): void { $this->runAssertReturnCommand( @@ -19549,7 +17595,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1953')] public function testAssertReturn1954(): void { $this->runAssertReturnCommand( @@ -19559,7 +17604,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1954')] public function testAssertReturn1955(): void { $this->runAssertReturnCommand( @@ -19569,7 +17613,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1955')] public function testAssertReturn1956(): void { $this->runAssertReturnCommand( @@ -19579,7 +17622,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1956')] public function testAssertReturn1957(): void { $this->runAssertReturnCommand( @@ -19589,7 +17631,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1957')] public function testAssertReturn1958(): void { $this->runAssertReturnCommand( @@ -19599,7 +17640,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1958')] public function testAssertReturn1959(): void { $this->runAssertReturnCommand( @@ -19609,7 +17649,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1959')] public function testAssertReturn1960(): void { $this->runAssertReturnCommand( @@ -19619,7 +17658,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1960')] public function testAssertReturn1961(): void { $this->runAssertReturnCommand( @@ -19629,7 +17667,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1961')] public function testAssertReturn1962(): void { $this->runAssertReturnCommand( @@ -19639,7 +17676,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1962')] public function testAssertReturn1963(): void { $this->runAssertReturnCommand( @@ -19649,7 +17685,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1963')] public function testAssertReturn1964(): void { $this->runAssertReturnCommand( @@ -19659,7 +17694,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1964')] public function testAssertReturn1965(): void { $this->runAssertReturnCommand( @@ -19669,7 +17703,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1965')] public function testAssertReturn1966(): void { $this->runAssertReturnCommand( @@ -19679,7 +17712,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1966')] public function testAssertReturn1967(): void { $this->runAssertReturnCommand( @@ -19689,7 +17721,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1967')] public function testAssertReturn1968(): void { $this->runAssertReturnCommand( @@ -19699,7 +17730,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1968')] public function testAssertReturn1969(): void { $this->runAssertReturnCommand( @@ -19709,7 +17739,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1969')] public function testAssertReturn1970(): void { $this->runAssertReturnCommand( @@ -19719,7 +17748,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1970')] public function testAssertReturn1971(): void { $this->runAssertReturnCommand( @@ -19729,7 +17757,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1971')] public function testAssertReturn1972(): void { $this->runAssertReturnCommand( @@ -19739,7 +17766,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1972')] public function testAssertReturn1973(): void { $this->runAssertReturnCommand( @@ -19749,7 +17775,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1973')] public function testAssertReturn1974(): void { $this->runAssertReturnCommand( @@ -19759,7 +17784,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1974')] public function testAssertReturn1975(): void { $this->runAssertReturnCommand( @@ -19769,7 +17793,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1975')] public function testAssertReturn1976(): void { $this->runAssertReturnCommand( @@ -19779,7 +17802,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1976')] public function testAssertReturn1977(): void { $this->runAssertReturnCommand( @@ -19789,7 +17811,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1977')] public function testAssertReturn1978(): void { $this->runAssertReturnCommand( @@ -19799,7 +17820,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1978')] public function testAssertReturn1979(): void { $this->runAssertReturnCommand( @@ -19809,7 +17829,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1979')] public function testAssertReturn1980(): void { $this->runAssertReturnCommand( @@ -19819,7 +17838,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1980')] public function testAssertReturn1981(): void { $this->runAssertReturnCommand( @@ -19829,7 +17847,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1981')] public function testAssertReturn1982(): void { $this->runAssertReturnCommand( @@ -19839,7 +17856,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1982')] public function testAssertReturn1983(): void { $this->runAssertReturnCommand( @@ -19849,7 +17865,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1983')] public function testAssertReturn1984(): void { $this->runAssertReturnCommand( @@ -19859,7 +17874,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1984')] public function testAssertReturn1985(): void { $this->runAssertReturnCommand( @@ -19869,7 +17883,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1985')] public function testAssertReturn1986(): void { $this->runAssertReturnCommand( @@ -19879,7 +17892,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1986')] public function testAssertReturn1987(): void { $this->runAssertReturnCommand( @@ -19889,7 +17901,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1987')] public function testAssertReturn1988(): void { $this->runAssertReturnCommand( @@ -19899,7 +17910,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1988')] public function testAssertReturn1989(): void { $this->runAssertReturnCommand( @@ -19909,7 +17919,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1989')] public function testAssertReturn1990(): void { $this->runAssertReturnCommand( @@ -19919,7 +17928,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1990')] public function testAssertReturn1991(): void { $this->runAssertReturnCommand( @@ -19929,7 +17937,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1991')] public function testAssertReturn1992(): void { $this->runAssertReturnCommand( @@ -19939,7 +17946,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1992')] public function testAssertReturn1993(): void { $this->runAssertReturnCommand( @@ -19949,7 +17955,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1993')] public function testAssertReturn1994(): void { $this->runAssertReturnCommand( @@ -19959,7 +17964,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1994')] public function testAssertReturn1995(): void { $this->runAssertReturnCommand( @@ -19969,7 +17973,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1995')] public function testAssertReturn1996(): void { $this->runAssertReturnCommand( @@ -19979,7 +17982,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1996')] public function testAssertReturn1997(): void { $this->runAssertReturnCommand( @@ -19989,7 +17991,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1997')] public function testAssertReturn1998(): void { $this->runAssertReturnCommand( @@ -19999,7 +18000,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1998')] public function testAssertReturn1999(): void { $this->runAssertReturnCommand( @@ -20009,7 +18009,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1999')] public function testAssertReturn2000(): void { $this->runAssertReturnCommand( @@ -20019,7 +18018,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2000')] public function testAssertReturn2001(): void { $this->runAssertReturnCommand( @@ -20029,7 +18027,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2001')] public function testAssertReturn2002(): void { $this->runAssertReturnCommand( @@ -20039,7 +18036,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2002')] public function testAssertReturn2003(): void { $this->runAssertReturnCommand( @@ -20049,7 +18045,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2003')] public function testAssertReturn2004(): void { $this->runAssertReturnCommand( @@ -20059,7 +18054,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2004')] public function testAssertReturn2005(): void { $this->runAssertReturnCommand( @@ -20069,7 +18063,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2005')] public function testAssertReturn2006(): void { $this->runAssertReturnCommand( @@ -20079,7 +18072,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2006')] public function testAssertReturn2007(): void { $this->runAssertReturnCommand( @@ -20089,7 +18081,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2007')] public function testAssertReturn2008(): void { $this->runAssertReturnCommand( @@ -20099,7 +18090,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2008')] public function testAssertReturn2009(): void { $this->runAssertReturnCommand( @@ -20109,7 +18099,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2009')] public function testAssertReturn2010(): void { $this->runAssertReturnCommand( @@ -20119,7 +18108,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2010')] public function testAssertReturn2011(): void { $this->runAssertReturnCommand( @@ -20129,7 +18117,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2011')] public function testAssertReturn2012(): void { $this->runAssertReturnCommand( @@ -20139,7 +18126,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2012')] public function testAssertReturn2013(): void { $this->runAssertReturnCommand( @@ -20149,7 +18135,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2013')] public function testAssertReturn2014(): void { $this->runAssertReturnCommand( @@ -20159,7 +18144,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2014')] public function testAssertReturn2015(): void { $this->runAssertReturnCommand( @@ -20169,7 +18153,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2015')] public function testAssertReturn2016(): void { $this->runAssertReturnCommand( @@ -20179,7 +18162,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2016')] public function testAssertReturn2017(): void { $this->runAssertReturnCommand( @@ -20189,7 +18171,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2017')] public function testAssertReturn2018(): void { $this->runAssertReturnCommand( @@ -20199,7 +18180,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2018')] public function testAssertReturn2019(): void { $this->runAssertReturnCommand( @@ -20209,7 +18189,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2019')] public function testAssertReturn2020(): void { $this->runAssertReturnCommand( @@ -20219,7 +18198,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2020')] public function testAssertReturn2021(): void { $this->runAssertReturnCommand( @@ -20229,7 +18207,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2021')] public function testAssertReturn2022(): void { $this->runAssertReturnCommand( @@ -20239,7 +18216,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2022')] public function testAssertReturn2023(): void { $this->runAssertReturnCommand( @@ -20249,7 +18225,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2023')] public function testAssertReturn2024(): void { $this->runAssertReturnCommand( @@ -20259,7 +18234,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2024')] public function testAssertReturn2025(): void { $this->runAssertReturnCommand( @@ -20269,7 +18243,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2025')] public function testAssertReturn2026(): void { $this->runAssertReturnCommand( @@ -20279,7 +18252,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2026')] public function testAssertReturn2027(): void { $this->runAssertReturnCommand( @@ -20289,7 +18261,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2027')] public function testAssertReturn2028(): void { $this->runAssertReturnCommand( @@ -20299,7 +18270,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2028')] public function testAssertReturn2029(): void { $this->runAssertReturnCommand( @@ -20309,7 +18279,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2029')] public function testAssertReturn2030(): void { $this->runAssertReturnCommand( @@ -20319,7 +18288,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2030')] public function testAssertReturn2031(): void { $this->runAssertReturnCommand( @@ -20329,7 +18297,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2031')] public function testAssertReturn2032(): void { $this->runAssertReturnCommand( @@ -20339,7 +18306,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2032')] public function testAssertReturn2033(): void { $this->runAssertReturnCommand( @@ -20349,7 +18315,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2033')] public function testAssertReturn2034(): void { $this->runAssertReturnCommand( @@ -20359,7 +18324,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2034')] public function testAssertReturn2035(): void { $this->runAssertReturnCommand( @@ -20369,7 +18333,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2035')] public function testAssertReturn2036(): void { $this->runAssertReturnCommand( @@ -20379,7 +18342,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2036')] public function testAssertReturn2037(): void { $this->runAssertReturnCommand( @@ -20389,7 +18351,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2037')] public function testAssertReturn2038(): void { $this->runAssertReturnCommand( @@ -20399,7 +18360,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2038')] public function testAssertReturn2039(): void { $this->runAssertReturnCommand( @@ -20409,7 +18369,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2039')] public function testAssertReturn2040(): void { $this->runAssertReturnCommand( @@ -20419,7 +18378,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2040')] public function testAssertReturn2041(): void { $this->runAssertReturnCommand( @@ -20429,7 +18387,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2041')] public function testAssertReturn2042(): void { $this->runAssertReturnCommand( @@ -20439,7 +18396,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2042')] public function testAssertReturn2043(): void { $this->runAssertReturnCommand( @@ -20449,7 +18405,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2043')] public function testAssertReturn2044(): void { $this->runAssertReturnCommand( @@ -20459,7 +18414,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2044')] public function testAssertReturn2045(): void { $this->runAssertReturnCommand( @@ -20469,7 +18423,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2045')] public function testAssertReturn2046(): void { $this->runAssertReturnCommand( @@ -20479,7 +18432,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2046')] public function testAssertReturn2047(): void { $this->runAssertReturnCommand( @@ -20489,7 +18441,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2047')] public function testAssertReturn2048(): void { $this->runAssertReturnCommand( @@ -20499,7 +18450,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2048')] public function testAssertReturn2049(): void { $this->runAssertReturnCommand( @@ -20509,7 +18459,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2049')] public function testAssertReturn2050(): void { $this->runAssertReturnCommand( @@ -20519,7 +18468,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2050')] public function testAssertReturn2051(): void { $this->runAssertReturnCommand( @@ -20529,7 +18477,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2051')] public function testAssertReturn2052(): void { $this->runAssertReturnCommand( @@ -20539,7 +18486,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2052')] public function testAssertReturn2053(): void { $this->runAssertReturnCommand( @@ -20549,7 +18495,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2053')] public function testAssertReturn2054(): void { $this->runAssertReturnCommand( @@ -20559,7 +18504,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2054')] public function testAssertReturn2055(): void { $this->runAssertReturnCommand( @@ -20569,7 +18513,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2055')] public function testAssertReturn2056(): void { $this->runAssertReturnCommand( @@ -20579,7 +18522,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2056')] public function testAssertReturn2057(): void { $this->runAssertReturnCommand( @@ -20589,7 +18531,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2057')] public function testAssertReturn2058(): void { $this->runAssertReturnCommand( @@ -20599,7 +18540,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2058')] public function testAssertReturn2059(): void { $this->runAssertReturnCommand( @@ -20609,7 +18549,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2059')] public function testAssertReturn2060(): void { $this->runAssertReturnCommand( @@ -20619,7 +18558,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2060')] public function testAssertReturn2061(): void { $this->runAssertReturnCommand( @@ -20629,7 +18567,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2061')] public function testAssertReturn2062(): void { $this->runAssertReturnCommand( @@ -20639,7 +18576,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2062')] public function testAssertReturn2063(): void { $this->runAssertReturnCommand( @@ -20649,7 +18585,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2063')] public function testAssertReturn2064(): void { $this->runAssertReturnCommand( @@ -20659,7 +18594,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2064')] public function testAssertReturn2065(): void { $this->runAssertReturnCommand( @@ -20669,7 +18603,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2065')] public function testAssertReturn2066(): void { $this->runAssertReturnCommand( @@ -20679,7 +18612,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2066')] public function testAssertReturn2067(): void { $this->runAssertReturnCommand( @@ -20689,7 +18621,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2067')] public function testAssertReturn2068(): void { $this->runAssertReturnCommand( @@ -20699,7 +18630,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2068')] public function testAssertReturn2069(): void { $this->runAssertReturnCommand( @@ -20709,7 +18639,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2069')] public function testAssertReturn2070(): void { $this->runAssertReturnCommand( @@ -20719,7 +18648,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2070')] public function testAssertReturn2071(): void { $this->runAssertReturnCommand( @@ -20729,7 +18657,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2071')] public function testAssertReturn2072(): void { $this->runAssertReturnCommand( @@ -20739,7 +18666,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2072')] public function testAssertReturn2073(): void { $this->runAssertReturnCommand( @@ -20749,7 +18675,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2073')] public function testAssertReturn2074(): void { $this->runAssertReturnCommand( @@ -20759,7 +18684,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2074')] public function testAssertReturn2075(): void { $this->runAssertReturnCommand( @@ -20769,7 +18693,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2075')] public function testAssertReturn2076(): void { $this->runAssertReturnCommand( @@ -20779,7 +18702,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2076')] public function testAssertReturn2077(): void { $this->runAssertReturnCommand( @@ -20789,7 +18711,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2077')] public function testAssertReturn2078(): void { $this->runAssertReturnCommand( @@ -20799,7 +18720,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2078')] public function testAssertReturn2079(): void { $this->runAssertReturnCommand( @@ -20809,7 +18729,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2079')] public function testAssertReturn2080(): void { $this->runAssertReturnCommand( @@ -20819,7 +18738,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2080')] public function testAssertReturn2081(): void { $this->runAssertReturnCommand( @@ -20829,7 +18747,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2081')] public function testAssertReturn2082(): void { $this->runAssertReturnCommand( @@ -20839,7 +18756,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2082')] public function testAssertReturn2083(): void { $this->runAssertReturnCommand( @@ -20849,7 +18765,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2083')] public function testAssertReturn2084(): void { $this->runAssertReturnCommand( @@ -20859,7 +18774,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2084')] public function testAssertReturn2085(): void { $this->runAssertReturnCommand( @@ -20869,7 +18783,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2085')] public function testAssertReturn2086(): void { $this->runAssertReturnCommand( @@ -20879,7 +18792,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2086')] public function testAssertReturn2087(): void { $this->runAssertReturnCommand( @@ -20889,7 +18801,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2087')] public function testAssertReturn2088(): void { $this->runAssertReturnCommand( @@ -20899,7 +18810,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2088')] public function testAssertReturn2089(): void { $this->runAssertReturnCommand( @@ -20909,7 +18819,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2089')] public function testAssertReturn2090(): void { $this->runAssertReturnCommand( @@ -20919,7 +18828,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2090')] public function testAssertReturn2091(): void { $this->runAssertReturnCommand( @@ -20929,7 +18837,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2091')] public function testAssertReturn2092(): void { $this->runAssertReturnCommand( @@ -20939,7 +18846,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2092')] public function testAssertReturn2093(): void { $this->runAssertReturnCommand( @@ -20949,7 +18855,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2093')] public function testAssertReturn2094(): void { $this->runAssertReturnCommand( @@ -20959,7 +18864,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2094')] public function testAssertReturn2095(): void { $this->runAssertReturnCommand( @@ -20969,7 +18873,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2095')] public function testAssertReturn2096(): void { $this->runAssertReturnCommand( @@ -20979,7 +18882,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2096')] public function testAssertReturn2097(): void { $this->runAssertReturnCommand( @@ -20989,7 +18891,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2097')] public function testAssertReturn2098(): void { $this->runAssertReturnCommand( @@ -20999,7 +18900,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2098')] public function testAssertReturn2099(): void { $this->runAssertReturnCommand( @@ -21009,7 +18909,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2099')] public function testAssertReturn2100(): void { $this->runAssertReturnCommand( @@ -21019,7 +18918,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2100')] public function testAssertReturn2101(): void { $this->runAssertReturnCommand( @@ -21029,7 +18927,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2101')] public function testAssertReturn2102(): void { $this->runAssertReturnCommand( @@ -21039,7 +18936,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2102')] public function testAssertReturn2103(): void { $this->runAssertReturnCommand( @@ -21049,7 +18945,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2103')] public function testAssertReturn2104(): void { $this->runAssertReturnCommand( @@ -21059,7 +18954,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2104')] public function testAssertReturn2105(): void { $this->runAssertReturnCommand( @@ -21069,7 +18963,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2105')] public function testAssertReturn2106(): void { $this->runAssertReturnCommand( @@ -21079,7 +18972,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2106')] public function testAssertReturn2107(): void { $this->runAssertReturnCommand( @@ -21089,7 +18981,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2107')] public function testAssertReturn2108(): void { $this->runAssertReturnCommand( @@ -21099,7 +18990,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2108')] public function testAssertReturn2109(): void { $this->runAssertReturnCommand( @@ -21109,7 +18999,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2109')] public function testAssertReturn2110(): void { $this->runAssertReturnCommand( @@ -21119,7 +19008,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2110')] public function testAssertReturn2111(): void { $this->runAssertReturnCommand( @@ -21129,7 +19017,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2111')] public function testAssertReturn2112(): void { $this->runAssertReturnCommand( @@ -21139,7 +19026,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2112')] public function testAssertReturn2113(): void { $this->runAssertReturnCommand( @@ -21149,7 +19035,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2113')] public function testAssertReturn2114(): void { $this->runAssertReturnCommand( @@ -21159,7 +19044,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2114')] public function testAssertReturn2115(): void { $this->runAssertReturnCommand( @@ -21169,7 +19053,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2115')] public function testAssertReturn2116(): void { $this->runAssertReturnCommand( @@ -21179,7 +19062,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2116')] public function testAssertReturn2117(): void { $this->runAssertReturnCommand( @@ -21189,7 +19071,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2117')] public function testAssertReturn2118(): void { $this->runAssertReturnCommand( @@ -21199,7 +19080,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2118')] public function testAssertReturn2119(): void { $this->runAssertReturnCommand( @@ -21209,7 +19089,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2119')] public function testAssertReturn2120(): void { $this->runAssertReturnCommand( @@ -21219,7 +19098,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2120')] public function testAssertReturn2121(): void { $this->runAssertReturnCommand( @@ -21229,7 +19107,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2121')] public function testAssertReturn2122(): void { $this->runAssertReturnCommand( @@ -21239,7 +19116,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2122')] public function testAssertReturn2123(): void { $this->runAssertReturnCommand( @@ -21249,7 +19125,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2123')] public function testAssertReturn2124(): void { $this->runAssertReturnCommand( @@ -21259,7 +19134,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2124')] public function testAssertReturn2125(): void { $this->runAssertReturnCommand( @@ -21269,7 +19143,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2125')] public function testAssertReturn2126(): void { $this->runAssertReturnCommand( @@ -21279,7 +19152,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2126')] public function testAssertReturn2127(): void { $this->runAssertReturnCommand( @@ -21289,7 +19161,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2127')] public function testAssertReturn2128(): void { $this->runAssertReturnCommand( @@ -21299,7 +19170,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2128')] public function testAssertReturn2129(): void { $this->runAssertReturnCommand( @@ -21309,7 +19179,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2129')] public function testAssertReturn2130(): void { $this->runAssertReturnCommand( @@ -21319,7 +19188,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2130')] public function testAssertReturn2131(): void { $this->runAssertReturnCommand( @@ -21329,7 +19197,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2131')] public function testAssertReturn2132(): void { $this->runAssertReturnCommand( @@ -21339,7 +19206,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2132')] public function testAssertReturn2133(): void { $this->runAssertReturnCommand( @@ -21349,7 +19215,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2133')] public function testAssertReturn2134(): void { $this->runAssertReturnCommand( @@ -21359,7 +19224,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2134')] public function testAssertReturn2135(): void { $this->runAssertReturnCommand( @@ -21369,7 +19233,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2135')] public function testAssertReturn2136(): void { $this->runAssertReturnCommand( @@ -21379,7 +19242,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2136')] public function testAssertReturn2137(): void { $this->runAssertReturnCommand( @@ -21389,7 +19251,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2137')] public function testAssertReturn2138(): void { $this->runAssertReturnCommand( @@ -21399,7 +19260,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2138')] public function testAssertReturn2139(): void { $this->runAssertReturnCommand( @@ -21409,7 +19269,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2139')] public function testAssertReturn2140(): void { $this->runAssertReturnCommand( @@ -21419,7 +19278,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2140')] public function testAssertReturn2141(): void { $this->runAssertReturnCommand( @@ -21429,7 +19287,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2141')] public function testAssertReturn2142(): void { $this->runAssertReturnCommand( @@ -21439,7 +19296,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2142')] public function testAssertReturn2143(): void { $this->runAssertReturnCommand( @@ -21449,7 +19305,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2143')] public function testAssertReturn2144(): void { $this->runAssertReturnCommand( @@ -21459,7 +19314,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2144')] public function testAssertReturn2145(): void { $this->runAssertReturnCommand( @@ -21469,7 +19323,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2145')] public function testAssertReturn2146(): void { $this->runAssertReturnCommand( @@ -21479,7 +19332,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2146')] public function testAssertReturn2147(): void { $this->runAssertReturnCommand( @@ -21489,7 +19341,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2147')] public function testAssertReturn2148(): void { $this->runAssertReturnCommand( @@ -21499,7 +19350,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2148')] public function testAssertReturn2149(): void { $this->runAssertReturnCommand( @@ -21509,7 +19359,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2149')] public function testAssertReturn2150(): void { $this->runAssertReturnCommand( @@ -21519,7 +19368,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2150')] public function testAssertReturn2151(): void { $this->runAssertReturnCommand( @@ -21529,7 +19377,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2151')] public function testAssertReturn2152(): void { $this->runAssertReturnCommand( @@ -21539,7 +19386,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2152')] public function testAssertReturn2153(): void { $this->runAssertReturnCommand( @@ -21549,7 +19395,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2153')] public function testAssertReturn2154(): void { $this->runAssertReturnCommand( @@ -21559,7 +19404,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2154')] public function testAssertReturn2155(): void { $this->runAssertReturnCommand( @@ -21569,7 +19413,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2155')] public function testAssertReturn2156(): void { $this->runAssertReturnCommand( @@ -21579,7 +19422,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2156')] public function testAssertReturn2157(): void { $this->runAssertReturnCommand( @@ -21589,7 +19431,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2157')] public function testAssertReturn2158(): void { $this->runAssertReturnCommand( @@ -21599,7 +19440,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2158')] public function testAssertReturn2159(): void { $this->runAssertReturnCommand( @@ -21609,7 +19449,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2159')] public function testAssertReturn2160(): void { $this->runAssertReturnCommand( @@ -21619,7 +19458,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2160')] public function testAssertReturn2161(): void { $this->runAssertReturnCommand( @@ -21629,7 +19467,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2161')] public function testAssertReturn2162(): void { $this->runAssertReturnCommand( @@ -21639,7 +19476,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2162')] public function testAssertReturn2163(): void { $this->runAssertReturnCommand( @@ -21649,7 +19485,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2163')] public function testAssertReturn2164(): void { $this->runAssertReturnCommand( @@ -21659,7 +19494,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2164')] public function testAssertReturn2165(): void { $this->runAssertReturnCommand( @@ -21669,7 +19503,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2165')] public function testAssertReturn2166(): void { $this->runAssertReturnCommand( @@ -21679,7 +19512,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2166')] public function testAssertReturn2167(): void { $this->runAssertReturnCommand( @@ -21689,7 +19521,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2167')] public function testAssertReturn2168(): void { $this->runAssertReturnCommand( @@ -21699,7 +19530,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2168')] public function testAssertReturn2169(): void { $this->runAssertReturnCommand( @@ -21709,7 +19539,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2169')] public function testAssertReturn2170(): void { $this->runAssertReturnCommand( @@ -21719,7 +19548,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2170')] public function testAssertReturn2171(): void { $this->runAssertReturnCommand( @@ -21729,7 +19557,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2171')] public function testAssertReturn2172(): void { $this->runAssertReturnCommand( @@ -21739,7 +19566,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2172')] public function testAssertReturn2173(): void { $this->runAssertReturnCommand( @@ -21749,7 +19575,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2173')] public function testAssertReturn2174(): void { $this->runAssertReturnCommand( @@ -21759,7 +19584,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2174')] public function testAssertReturn2175(): void { $this->runAssertReturnCommand( @@ -21769,7 +19593,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2175')] public function testAssertReturn2176(): void { $this->runAssertReturnCommand( @@ -21779,7 +19602,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2176')] public function testAssertReturn2177(): void { $this->runAssertReturnCommand( @@ -21789,7 +19611,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2177')] public function testAssertReturn2178(): void { $this->runAssertReturnCommand( @@ -21799,7 +19620,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2178')] public function testAssertReturn2179(): void { $this->runAssertReturnCommand( @@ -21809,7 +19629,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2179')] public function testAssertReturn2180(): void { $this->runAssertReturnCommand( @@ -21819,7 +19638,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2180')] public function testAssertReturn2181(): void { $this->runAssertReturnCommand( @@ -21829,7 +19647,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2181')] public function testAssertReturn2182(): void { $this->runAssertReturnCommand( @@ -21839,7 +19656,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2182')] public function testAssertReturn2183(): void { $this->runAssertReturnCommand( @@ -21849,7 +19665,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2183')] public function testAssertReturn2184(): void { $this->runAssertReturnCommand( @@ -21859,7 +19674,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2184')] public function testAssertReturn2185(): void { $this->runAssertReturnCommand( @@ -21869,7 +19683,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2185')] public function testAssertReturn2186(): void { $this->runAssertReturnCommand( @@ -21879,7 +19692,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2186')] public function testAssertReturn2187(): void { $this->runAssertReturnCommand( @@ -21889,7 +19701,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2187')] public function testAssertReturn2188(): void { $this->runAssertReturnCommand( @@ -21899,7 +19710,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2188')] public function testAssertReturn2189(): void { $this->runAssertReturnCommand( @@ -21909,7 +19719,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2189')] public function testAssertReturn2190(): void { $this->runAssertReturnCommand( @@ -21919,7 +19728,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2190')] public function testAssertReturn2191(): void { $this->runAssertReturnCommand( @@ -21929,7 +19737,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2191')] public function testAssertReturn2192(): void { $this->runAssertReturnCommand( @@ -21939,7 +19746,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2192')] public function testAssertReturn2193(): void { $this->runAssertReturnCommand( @@ -21949,7 +19755,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2193')] public function testAssertReturn2194(): void { $this->runAssertReturnCommand( @@ -21959,7 +19764,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2194')] public function testAssertReturn2195(): void { $this->runAssertReturnCommand( @@ -21969,7 +19773,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2195')] public function testAssertReturn2196(): void { $this->runAssertReturnCommand( @@ -21979,7 +19782,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2196')] public function testAssertReturn2197(): void { $this->runAssertReturnCommand( @@ -21989,7 +19791,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2197')] public function testAssertReturn2198(): void { $this->runAssertReturnCommand( @@ -21999,7 +19800,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2198')] public function testAssertReturn2199(): void { $this->runAssertReturnCommand( @@ -22009,7 +19809,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2199')] public function testAssertReturn2200(): void { $this->runAssertReturnCommand( @@ -22019,7 +19818,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2200')] public function testAssertReturn2201(): void { $this->runAssertReturnCommand( @@ -22029,7 +19827,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2201')] public function testAssertReturn2202(): void { $this->runAssertReturnCommand( @@ -22039,7 +19836,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2202')] public function testAssertReturn2203(): void { $this->runAssertReturnCommand( @@ -22049,7 +19845,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2203')] public function testAssertReturn2204(): void { $this->runAssertReturnCommand( @@ -22059,7 +19854,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2204')] public function testAssertReturn2205(): void { $this->runAssertReturnCommand( @@ -22069,7 +19863,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2205')] public function testAssertReturn2206(): void { $this->runAssertReturnCommand( @@ -22079,7 +19872,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2206')] public function testAssertReturn2207(): void { $this->runAssertReturnCommand( @@ -22089,7 +19881,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2207')] public function testAssertReturn2208(): void { $this->runAssertReturnCommand( @@ -22099,7 +19890,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2208')] public function testAssertReturn2209(): void { $this->runAssertReturnCommand( @@ -22109,7 +19899,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2209')] public function testAssertReturn2210(): void { $this->runAssertReturnCommand( @@ -22119,7 +19908,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2210')] public function testAssertReturn2211(): void { $this->runAssertReturnCommand( @@ -22129,7 +19917,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2211')] public function testAssertReturn2212(): void { $this->runAssertReturnCommand( @@ -22139,7 +19926,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2212')] public function testAssertReturn2213(): void { $this->runAssertReturnCommand( @@ -22149,7 +19935,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2213')] public function testAssertReturn2214(): void { $this->runAssertReturnCommand( @@ -22159,7 +19944,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2214')] public function testAssertReturn2215(): void { $this->runAssertReturnCommand( @@ -22169,7 +19953,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2215')] public function testAssertReturn2216(): void { $this->runAssertReturnCommand( @@ -22179,7 +19962,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2216')] public function testAssertReturn2217(): void { $this->runAssertReturnCommand( @@ -22189,7 +19971,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2217')] public function testAssertReturn2218(): void { $this->runAssertReturnCommand( @@ -22199,7 +19980,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2218')] public function testAssertReturn2219(): void { $this->runAssertReturnCommand( @@ -22209,7 +19989,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2219')] public function testAssertReturn2220(): void { $this->runAssertReturnCommand( @@ -22219,7 +19998,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2220')] public function testAssertReturn2221(): void { $this->runAssertReturnCommand( @@ -22229,7 +20007,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2221')] public function testAssertReturn2222(): void { $this->runAssertReturnCommand( @@ -22239,7 +20016,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2222')] public function testAssertReturn2223(): void { $this->runAssertReturnCommand( @@ -22249,7 +20025,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2223')] public function testAssertReturn2224(): void { $this->runAssertReturnCommand( @@ -22259,7 +20034,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2224')] public function testAssertReturn2225(): void { $this->runAssertReturnCommand( @@ -22269,7 +20043,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2225')] public function testAssertReturn2226(): void { $this->runAssertReturnCommand( @@ -22279,7 +20052,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2226')] public function testAssertReturn2227(): void { $this->runAssertReturnCommand( @@ -22289,7 +20061,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2227')] public function testAssertReturn2228(): void { $this->runAssertReturnCommand( @@ -22299,7 +20070,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2228')] public function testAssertReturn2229(): void { $this->runAssertReturnCommand( @@ -22309,7 +20079,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2229')] public function testAssertReturn2230(): void { $this->runAssertReturnCommand( @@ -22319,7 +20088,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2230')] public function testAssertReturn2231(): void { $this->runAssertReturnCommand( @@ -22329,7 +20097,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2231')] public function testAssertReturn2232(): void { $this->runAssertReturnCommand( @@ -22339,7 +20106,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2232')] public function testAssertReturn2233(): void { $this->runAssertReturnCommand( @@ -22349,7 +20115,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2233')] public function testAssertReturn2234(): void { $this->runAssertReturnCommand( @@ -22359,7 +20124,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2234')] public function testAssertReturn2235(): void { $this->runAssertReturnCommand( @@ -22369,7 +20133,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2235')] public function testAssertReturn2236(): void { $this->runAssertReturnCommand( @@ -22379,7 +20142,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2236')] public function testAssertReturn2237(): void { $this->runAssertReturnCommand( @@ -22389,7 +20151,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2237')] public function testAssertReturn2238(): void { $this->runAssertReturnCommand( @@ -22399,7 +20160,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2238')] public function testAssertReturn2239(): void { $this->runAssertReturnCommand( @@ -22409,7 +20169,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2239')] public function testAssertReturn2240(): void { $this->runAssertReturnCommand( @@ -22419,7 +20178,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2240')] public function testAssertReturn2241(): void { $this->runAssertReturnCommand( @@ -22429,7 +20187,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2241')] public function testAssertReturn2242(): void { $this->runAssertReturnCommand( @@ -22439,7 +20196,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2242')] public function testAssertReturn2243(): void { $this->runAssertReturnCommand( @@ -22449,7 +20205,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2243')] public function testAssertReturn2244(): void { $this->runAssertReturnCommand( @@ -22459,7 +20214,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2244')] public function testAssertReturn2245(): void { $this->runAssertReturnCommand( @@ -22469,7 +20223,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2245')] public function testAssertReturn2246(): void { $this->runAssertReturnCommand( @@ -22479,7 +20232,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2246')] public function testAssertReturn2247(): void { $this->runAssertReturnCommand( @@ -22489,7 +20241,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2247')] public function testAssertReturn2248(): void { $this->runAssertReturnCommand( @@ -22499,7 +20250,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2248')] public function testAssertReturn2249(): void { $this->runAssertReturnCommand( @@ -22509,7 +20259,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2249')] public function testAssertReturn2250(): void { $this->runAssertReturnCommand( @@ -22519,7 +20268,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2250')] public function testAssertReturn2251(): void { $this->runAssertReturnCommand( @@ -22529,7 +20277,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2251')] public function testAssertReturn2252(): void { $this->runAssertReturnCommand( @@ -22539,7 +20286,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2252')] public function testAssertReturn2253(): void { $this->runAssertReturnCommand( @@ -22549,7 +20295,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2253')] public function testAssertReturn2254(): void { $this->runAssertReturnCommand( @@ -22559,7 +20304,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2254')] public function testAssertReturn2255(): void { $this->runAssertReturnCommand( @@ -22569,7 +20313,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2255')] public function testAssertReturn2256(): void { $this->runAssertReturnCommand( @@ -22579,7 +20322,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2256')] public function testAssertReturn2257(): void { $this->runAssertReturnCommand( @@ -22589,7 +20331,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2257')] public function testAssertReturn2258(): void { $this->runAssertReturnCommand( @@ -22599,7 +20340,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2258')] public function testAssertReturn2259(): void { $this->runAssertReturnCommand( @@ -22609,7 +20349,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2259')] public function testAssertReturn2260(): void { $this->runAssertReturnCommand( @@ -22619,7 +20358,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2260')] public function testAssertReturn2261(): void { $this->runAssertReturnCommand( @@ -22629,7 +20367,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2261')] public function testAssertReturn2262(): void { $this->runAssertReturnCommand( @@ -22639,7 +20376,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2262')] public function testAssertReturn2263(): void { $this->runAssertReturnCommand( @@ -22649,7 +20385,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2263')] public function testAssertReturn2264(): void { $this->runAssertReturnCommand( @@ -22659,7 +20394,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2264')] public function testAssertReturn2265(): void { $this->runAssertReturnCommand( @@ -22669,7 +20403,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2265')] public function testAssertReturn2266(): void { $this->runAssertReturnCommand( @@ -22679,7 +20412,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2266')] public function testAssertReturn2267(): void { $this->runAssertReturnCommand( @@ -22689,7 +20421,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2267')] public function testAssertReturn2268(): void { $this->runAssertReturnCommand( @@ -22699,7 +20430,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2268')] public function testAssertReturn2269(): void { $this->runAssertReturnCommand( @@ -22709,7 +20439,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2269')] public function testAssertReturn2270(): void { $this->runAssertReturnCommand( @@ -22719,7 +20448,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2270')] public function testAssertReturn2271(): void { $this->runAssertReturnCommand( @@ -22729,7 +20457,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2271')] public function testAssertReturn2272(): void { $this->runAssertReturnCommand( @@ -22739,7 +20466,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2272')] public function testAssertReturn2273(): void { $this->runAssertReturnCommand( @@ -22749,7 +20475,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2273')] public function testAssertReturn2274(): void { $this->runAssertReturnCommand( @@ -22759,7 +20484,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2274')] public function testAssertReturn2275(): void { $this->runAssertReturnCommand( @@ -22769,7 +20493,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2275')] public function testAssertReturn2276(): void { $this->runAssertReturnCommand( @@ -22779,7 +20502,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2276')] public function testAssertReturn2277(): void { $this->runAssertReturnCommand( @@ -22789,7 +20511,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2277')] public function testAssertReturn2278(): void { $this->runAssertReturnCommand( @@ -22799,7 +20520,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2278')] public function testAssertReturn2279(): void { $this->runAssertReturnCommand( @@ -22809,7 +20529,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2279')] public function testAssertReturn2280(): void { $this->runAssertReturnCommand( @@ -22819,7 +20538,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2280')] public function testAssertReturn2281(): void { $this->runAssertReturnCommand( @@ -22829,7 +20547,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2281')] public function testAssertReturn2282(): void { $this->runAssertReturnCommand( @@ -22839,7 +20556,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2282')] public function testAssertReturn2283(): void { $this->runAssertReturnCommand( @@ -22849,7 +20565,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2283')] public function testAssertReturn2284(): void { $this->runAssertReturnCommand( @@ -22859,7 +20574,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2284')] public function testAssertReturn2285(): void { $this->runAssertReturnCommand( @@ -22869,7 +20583,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2285')] public function testAssertReturn2286(): void { $this->runAssertReturnCommand( @@ -22879,7 +20592,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2286')] public function testAssertReturn2287(): void { $this->runAssertReturnCommand( @@ -22889,7 +20601,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2287')] public function testAssertReturn2288(): void { $this->runAssertReturnCommand( @@ -22899,7 +20610,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2288')] public function testAssertReturn2289(): void { $this->runAssertReturnCommand( @@ -22909,7 +20619,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2289')] public function testAssertReturn2290(): void { $this->runAssertReturnCommand( @@ -22919,7 +20628,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2290')] public function testAssertReturn2291(): void { $this->runAssertReturnCommand( @@ -22929,7 +20637,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2291')] public function testAssertReturn2292(): void { $this->runAssertReturnCommand( @@ -22939,7 +20646,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2292')] public function testAssertReturn2293(): void { $this->runAssertReturnCommand( @@ -22949,7 +20655,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2293')] public function testAssertReturn2294(): void { $this->runAssertReturnCommand( @@ -22959,7 +20664,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2294')] public function testAssertReturn2295(): void { $this->runAssertReturnCommand( @@ -22969,7 +20673,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2295')] public function testAssertReturn2296(): void { $this->runAssertReturnCommand( @@ -22979,7 +20682,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2296')] public function testAssertReturn2297(): void { $this->runAssertReturnCommand( @@ -22989,7 +20691,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2297')] public function testAssertReturn2298(): void { $this->runAssertReturnCommand( @@ -22999,7 +20700,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2298')] public function testAssertReturn2299(): void { $this->runAssertReturnCommand( @@ -23009,7 +20709,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2299')] public function testAssertReturn2300(): void { $this->runAssertReturnCommand( @@ -23019,7 +20718,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2300')] public function testAssertReturn2301(): void { $this->runAssertReturnCommand( @@ -23029,7 +20727,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2301')] public function testAssertReturn2302(): void { $this->runAssertReturnCommand( @@ -23039,7 +20736,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2302')] public function testAssertReturn2303(): void { $this->runAssertReturnCommand( @@ -23049,7 +20745,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2303')] public function testAssertReturn2304(): void { $this->runAssertReturnCommand( @@ -23059,7 +20754,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2304')] public function testAssertReturn2305(): void { $this->runAssertReturnCommand( @@ -23069,7 +20763,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2305')] public function testAssertReturn2306(): void { $this->runAssertReturnCommand( @@ -23079,7 +20772,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2306')] public function testAssertReturn2307(): void { $this->runAssertReturnCommand( @@ -23089,7 +20781,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2307')] public function testAssertReturn2308(): void { $this->runAssertReturnCommand( @@ -23099,7 +20790,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2308')] public function testAssertReturn2309(): void { $this->runAssertReturnCommand( @@ -23109,7 +20799,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2309')] public function testAssertReturn2310(): void { $this->runAssertReturnCommand( @@ -23119,7 +20808,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2310')] public function testAssertReturn2311(): void { $this->runAssertReturnCommand( @@ -23129,7 +20817,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2311')] public function testAssertReturn2312(): void { $this->runAssertReturnCommand( @@ -23139,7 +20826,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2312')] public function testAssertReturn2313(): void { $this->runAssertReturnCommand( @@ -23149,7 +20835,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2313')] public function testAssertReturn2314(): void { $this->runAssertReturnCommand( @@ -23159,7 +20844,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2314')] public function testAssertReturn2315(): void { $this->runAssertReturnCommand( @@ -23169,7 +20853,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2315')] public function testAssertReturn2316(): void { $this->runAssertReturnCommand( @@ -23179,7 +20862,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2316')] public function testAssertReturn2317(): void { $this->runAssertReturnCommand( @@ -23189,7 +20871,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2317')] public function testAssertReturn2318(): void { $this->runAssertReturnCommand( @@ -23199,7 +20880,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2318')] public function testAssertReturn2319(): void { $this->runAssertReturnCommand( @@ -23209,7 +20889,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2319')] public function testAssertReturn2320(): void { $this->runAssertReturnCommand( @@ -23219,7 +20898,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2320')] public function testAssertReturn2321(): void { $this->runAssertReturnCommand( @@ -23229,7 +20907,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2321')] public function testAssertReturn2322(): void { $this->runAssertReturnCommand( @@ -23239,7 +20916,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2322')] public function testAssertReturn2323(): void { $this->runAssertReturnCommand( @@ -23249,7 +20925,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2323')] public function testAssertReturn2324(): void { $this->runAssertReturnCommand( @@ -23259,7 +20934,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2324')] public function testAssertReturn2325(): void { $this->runAssertReturnCommand( @@ -23269,7 +20943,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2325')] public function testAssertReturn2326(): void { $this->runAssertReturnCommand( @@ -23279,7 +20952,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2326')] public function testAssertReturn2327(): void { $this->runAssertReturnCommand( @@ -23289,7 +20961,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2327')] public function testAssertReturn2328(): void { $this->runAssertReturnCommand( @@ -23299,7 +20970,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2328')] public function testAssertReturn2329(): void { $this->runAssertReturnCommand( @@ -23309,7 +20979,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2329')] public function testAssertReturn2330(): void { $this->runAssertReturnCommand( @@ -23319,7 +20988,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2330')] public function testAssertReturn2331(): void { $this->runAssertReturnCommand( @@ -23329,7 +20997,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2331')] public function testAssertReturn2332(): void { $this->runAssertReturnCommand( @@ -23339,7 +21006,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2332')] public function testAssertReturn2333(): void { $this->runAssertReturnCommand( @@ -23349,7 +21015,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2333')] public function testAssertReturn2334(): void { $this->runAssertReturnCommand( @@ -23359,7 +21024,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2334')] public function testAssertReturn2335(): void { $this->runAssertReturnCommand( @@ -23369,7 +21033,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2335')] public function testAssertReturn2336(): void { $this->runAssertReturnCommand( @@ -23379,7 +21042,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2336')] public function testAssertReturn2337(): void { $this->runAssertReturnCommand( @@ -23389,7 +21051,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2337')] public function testAssertReturn2338(): void { $this->runAssertReturnCommand( @@ -23399,7 +21060,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2338')] public function testAssertReturn2339(): void { $this->runAssertReturnCommand( @@ -23409,7 +21069,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2339')] public function testAssertReturn2340(): void { $this->runAssertReturnCommand( @@ -23419,7 +21078,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2340')] public function testAssertReturn2341(): void { $this->runAssertReturnCommand( @@ -23429,7 +21087,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2341')] public function testAssertReturn2342(): void { $this->runAssertReturnCommand( @@ -23439,7 +21096,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2342')] public function testAssertReturn2343(): void { $this->runAssertReturnCommand( @@ -23449,7 +21105,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2343')] public function testAssertReturn2344(): void { $this->runAssertReturnCommand( @@ -23459,7 +21114,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2344')] public function testAssertReturn2345(): void { $this->runAssertReturnCommand( @@ -23469,7 +21123,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2345')] public function testAssertReturn2346(): void { $this->runAssertReturnCommand( @@ -23479,7 +21132,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2346')] public function testAssertReturn2347(): void { $this->runAssertReturnCommand( @@ -23489,7 +21141,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2347')] public function testAssertReturn2348(): void { $this->runAssertReturnCommand( @@ -23499,7 +21150,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2348')] public function testAssertReturn2349(): void { $this->runAssertReturnCommand( @@ -23509,7 +21159,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2349')] public function testAssertReturn2350(): void { $this->runAssertReturnCommand( @@ -23519,7 +21168,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2350')] public function testAssertReturn2351(): void { $this->runAssertReturnCommand( @@ -23529,7 +21177,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2351')] public function testAssertReturn2352(): void { $this->runAssertReturnCommand( @@ -23539,7 +21186,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2352')] public function testAssertReturn2353(): void { $this->runAssertReturnCommand( @@ -23549,7 +21195,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2353')] public function testAssertReturn2354(): void { $this->runAssertReturnCommand( @@ -23559,7 +21204,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2354')] public function testAssertReturn2355(): void { $this->runAssertReturnCommand( @@ -23569,7 +21213,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2355')] public function testAssertReturn2356(): void { $this->runAssertReturnCommand( @@ -23579,7 +21222,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2356')] public function testAssertReturn2357(): void { $this->runAssertReturnCommand( @@ -23589,7 +21231,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2357')] public function testAssertReturn2358(): void { $this->runAssertReturnCommand( @@ -23599,7 +21240,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2358')] public function testAssertReturn2359(): void { $this->runAssertReturnCommand( @@ -23609,7 +21249,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2359')] public function testAssertReturn2360(): void { $this->runAssertReturnCommand( @@ -23619,7 +21258,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2360')] public function testAssertReturn2361(): void { $this->runAssertReturnCommand( @@ -23629,7 +21267,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2361')] public function testAssertReturn2362(): void { $this->runAssertReturnCommand( @@ -23639,7 +21276,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2362')] public function testAssertReturn2363(): void { $this->runAssertReturnCommand( @@ -23649,7 +21285,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2363')] public function testAssertReturn2364(): void { $this->runAssertReturnCommand( @@ -23659,7 +21294,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2364')] public function testAssertReturn2365(): void { $this->runAssertReturnCommand( @@ -23669,7 +21303,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2365')] public function testAssertReturn2366(): void { $this->runAssertReturnCommand( @@ -23679,7 +21312,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2366')] public function testAssertReturn2367(): void { $this->runAssertReturnCommand( @@ -23689,7 +21321,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2367')] public function testAssertReturn2368(): void { $this->runAssertReturnCommand( @@ -23699,7 +21330,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2368')] public function testAssertReturn2369(): void { $this->runAssertReturnCommand( @@ -23709,7 +21339,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2369')] public function testAssertReturn2370(): void { $this->runAssertReturnCommand( @@ -23719,7 +21348,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2370')] public function testAssertReturn2371(): void { $this->runAssertReturnCommand( @@ -23729,7 +21357,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2371')] public function testAssertReturn2372(): void { $this->runAssertReturnCommand( @@ -23739,7 +21366,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2372')] public function testAssertReturn2373(): void { $this->runAssertReturnCommand( @@ -23749,7 +21375,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2373')] public function testAssertReturn2374(): void { $this->runAssertReturnCommand( @@ -23759,7 +21384,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2374')] public function testAssertReturn2375(): void { $this->runAssertReturnCommand( @@ -23769,7 +21393,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2375')] public function testAssertReturn2376(): void { $this->runAssertReturnCommand( @@ -23779,7 +21402,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2376')] public function testAssertReturn2377(): void { $this->runAssertReturnCommand( @@ -23789,7 +21411,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2377')] public function testAssertReturn2378(): void { $this->runAssertReturnCommand( @@ -23799,7 +21420,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2378')] public function testAssertReturn2379(): void { $this->runAssertReturnCommand( @@ -23809,7 +21429,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2379')] public function testAssertReturn2380(): void { $this->runAssertReturnCommand( @@ -23819,7 +21438,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2380')] public function testAssertReturn2381(): void { $this->runAssertReturnCommand( @@ -23829,7 +21447,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2381')] public function testAssertReturn2382(): void { $this->runAssertReturnCommand( @@ -23839,7 +21456,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2382')] public function testAssertReturn2383(): void { $this->runAssertReturnCommand( @@ -23849,7 +21465,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2383')] public function testAssertReturn2384(): void { $this->runAssertReturnCommand( @@ -23859,7 +21474,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2384')] public function testAssertReturn2385(): void { $this->runAssertReturnCommand( @@ -23869,7 +21483,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2385')] public function testAssertReturn2386(): void { $this->runAssertReturnCommand( @@ -23879,7 +21492,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2386')] public function testAssertReturn2387(): void { $this->runAssertReturnCommand( @@ -23889,7 +21501,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2387')] public function testAssertReturn2388(): void { $this->runAssertReturnCommand( @@ -23899,7 +21510,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2388')] public function testAssertReturn2389(): void { $this->runAssertReturnCommand( @@ -23909,7 +21519,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2389')] public function testAssertReturn2390(): void { $this->runAssertReturnCommand( @@ -23919,7 +21528,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2390')] public function testAssertReturn2391(): void { $this->runAssertReturnCommand( @@ -23929,7 +21537,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2391')] public function testAssertReturn2392(): void { $this->runAssertReturnCommand( @@ -23939,7 +21546,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2392')] public function testAssertReturn2393(): void { $this->runAssertReturnCommand( @@ -23949,7 +21555,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2393')] public function testAssertReturn2394(): void { $this->runAssertReturnCommand( @@ -23959,7 +21564,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2394')] public function testAssertReturn2395(): void { $this->runAssertReturnCommand( @@ -23969,7 +21573,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2395')] public function testAssertReturn2396(): void { $this->runAssertReturnCommand( @@ -23979,7 +21582,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2396')] public function testAssertReturn2397(): void { $this->runAssertReturnCommand( @@ -23989,7 +21591,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2397')] public function testAssertReturn2398(): void { $this->runAssertReturnCommand( @@ -23999,7 +21600,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2398')] public function testAssertReturn2399(): void { $this->runAssertReturnCommand( @@ -24009,7 +21609,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2399')] public function testAssertReturn2400(): void { $this->runAssertReturnCommand( @@ -24019,7 +21618,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2400')] public function testAssertReturn2401(): void { $this->runAssertReturnCommand( @@ -24029,7 +21627,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2401')] public function testAssertReturn2402(): void { $this->runAssertReturnCommand( @@ -24039,7 +21636,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2402')] public function testAssertReturn2403(): void { $this->runAssertReturnCommand( @@ -24049,7 +21645,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2403')] public function testAssertReturn2404(): void { $this->runAssertReturnCommand( @@ -24059,7 +21654,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2404')] public function testAssertReturn2405(): void { $this->runAssertReturnCommand( @@ -24069,7 +21663,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2405')] public function testAssertReturn2406(): void { $this->runAssertReturnCommand( @@ -24079,7 +21672,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2406')] public function testAssertReturn2407(): void { $this->runAssertReturnCommand( @@ -24089,7 +21681,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2407')] public function testAssertReturn2408(): void { $this->runAssertReturnCommand( @@ -24099,7 +21690,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2408')] public function testAssertReturn2409(): void { $this->runAssertReturnCommand( @@ -24109,7 +21699,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2409')] public function testAssertReturn2410(): void { $this->runAssertReturnCommand( @@ -24119,7 +21708,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2410')] public function testAssertReturn2411(): void { $this->runAssertReturnCommand( @@ -24129,7 +21717,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2411')] public function testAssertReturn2412(): void { $this->runAssertReturnCommand( @@ -24139,7 +21726,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2412')] public function testAssertReturn2413(): void { $this->runAssertReturnCommand( @@ -24149,7 +21735,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2413')] public function testAssertReturn2414(): void { $this->runAssertReturnCommand( @@ -24159,7 +21744,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2414')] public function testAssertReturn2415(): void { $this->runAssertReturnCommand( @@ -24169,7 +21753,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2415')] public function testAssertReturn2416(): void { $this->runAssertReturnCommand( @@ -24179,7 +21762,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2416')] public function testAssertReturn2417(): void { $this->runAssertReturnCommand( @@ -24189,7 +21771,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2417')] public function testAssertReturn2418(): void { $this->runAssertReturnCommand( @@ -24199,7 +21780,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2418')] public function testAssertReturn2419(): void { $this->runAssertReturnCommand( @@ -24209,7 +21789,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2419')] public function testAssertReturn2420(): void { $this->runAssertReturnCommand( @@ -24219,7 +21798,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2420')] public function testAssertReturn2421(): void { $this->runAssertReturnCommand( @@ -24229,7 +21807,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2421')] public function testAssertReturn2422(): void { $this->runAssertReturnCommand( @@ -24239,7 +21816,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2422')] public function testAssertReturn2423(): void { $this->runAssertReturnCommand( @@ -24249,7 +21825,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2423')] public function testAssertReturn2424(): void { $this->runAssertReturnCommand( @@ -24259,7 +21834,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2424')] public function testAssertReturn2425(): void { $this->runAssertReturnCommand( @@ -24269,7 +21843,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2425')] public function testAssertReturn2426(): void { $this->runAssertReturnCommand( @@ -24279,7 +21852,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2426')] public function testAssertReturn2427(): void { $this->runAssertReturnCommand( @@ -24289,7 +21861,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2427')] public function testAssertReturn2428(): void { $this->runAssertReturnCommand( @@ -24299,7 +21870,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2428')] public function testAssertReturn2429(): void { $this->runAssertReturnCommand( @@ -24309,7 +21879,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2429')] public function testAssertReturn2430(): void { $this->runAssertReturnCommand( @@ -24319,7 +21888,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2430')] public function testAssertReturn2431(): void { $this->runAssertReturnCommand( @@ -24329,7 +21897,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2431')] public function testAssertReturn2432(): void { $this->runAssertReturnCommand( @@ -24339,7 +21906,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2432')] public function testAssertReturn2433(): void { $this->runAssertReturnCommand( @@ -24349,7 +21915,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2433')] public function testAssertReturn2434(): void { $this->runAssertReturnCommand( @@ -24359,7 +21924,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2434')] public function testAssertReturn2435(): void { $this->runAssertReturnCommand( @@ -24369,7 +21933,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2435')] public function testAssertReturn2436(): void { $this->runAssertReturnCommand( @@ -24379,7 +21942,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2436')] public function testAssertReturn2437(): void { $this->runAssertReturnCommand( @@ -24389,7 +21951,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2437')] public function testAssertReturn2438(): void { $this->runAssertReturnCommand( @@ -24399,7 +21960,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2438')] public function testAssertReturn2439(): void { $this->runAssertReturnCommand( @@ -24409,7 +21969,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2439')] public function testAssertReturn2440(): void { $this->runAssertReturnCommand( @@ -24419,7 +21978,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2440')] public function testAssertReturn2441(): void { $this->runAssertReturnCommand( @@ -24429,7 +21987,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2441')] public function testAssertReturn2442(): void { $this->runAssertReturnCommand( @@ -24439,7 +21996,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2442')] public function testAssertReturn2443(): void { $this->runAssertReturnCommand( @@ -24449,7 +22005,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2443')] public function testAssertReturn2444(): void { $this->runAssertReturnCommand( @@ -24459,7 +22014,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2444')] public function testAssertReturn2445(): void { $this->runAssertReturnCommand( @@ -24469,7 +22023,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2445')] public function testAssertReturn2446(): void { $this->runAssertReturnCommand( @@ -24479,7 +22032,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2446')] public function testAssertReturn2447(): void { $this->runAssertReturnCommand( @@ -24489,7 +22041,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2447')] public function testAssertReturn2448(): void { $this->runAssertReturnCommand( @@ -24499,7 +22050,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2448')] public function testAssertReturn2449(): void { $this->runAssertReturnCommand( @@ -24509,7 +22059,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2449')] public function testAssertReturn2450(): void { $this->runAssertReturnCommand( @@ -24519,7 +22068,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2450')] public function testAssertReturn2451(): void { $this->runAssertReturnCommand( @@ -24529,7 +22077,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2451')] public function testAssertReturn2452(): void { $this->runAssertReturnCommand( @@ -24539,7 +22086,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2452')] public function testAssertReturn2453(): void { $this->runAssertReturnCommand( @@ -24549,7 +22095,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2453')] public function testAssertReturn2454(): void { $this->runAssertReturnCommand( @@ -24559,7 +22104,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2454')] public function testAssertReturn2455(): void { $this->runAssertReturnCommand( @@ -24569,7 +22113,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2455')] public function testAssertReturn2456(): void { $this->runAssertReturnCommand( @@ -24579,7 +22122,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2456')] public function testAssertReturn2457(): void { $this->runAssertReturnCommand( @@ -24589,7 +22131,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2457')] public function testAssertReturn2458(): void { $this->runAssertReturnCommand( @@ -24599,7 +22140,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2458')] public function testAssertReturn2459(): void { $this->runAssertReturnCommand( @@ -24609,7 +22149,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2459')] public function testAssertReturn2460(): void { $this->runAssertReturnCommand( @@ -24619,7 +22158,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2460')] public function testAssertReturn2461(): void { $this->runAssertReturnCommand( @@ -24629,7 +22167,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2461')] public function testAssertReturn2462(): void { $this->runAssertReturnCommand( @@ -24639,7 +22176,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2462')] public function testAssertReturn2463(): void { $this->runAssertReturnCommand( @@ -24649,7 +22185,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2463')] public function testAssertReturn2464(): void { $this->runAssertReturnCommand( @@ -24659,7 +22194,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2464')] public function testAssertReturn2465(): void { $this->runAssertReturnCommand( @@ -24669,7 +22203,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2465')] public function testAssertReturn2466(): void { $this->runAssertReturnCommand( @@ -24679,7 +22212,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2466')] public function testAssertReturn2467(): void { $this->runAssertReturnCommand( @@ -24689,7 +22221,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2467')] public function testAssertReturn2468(): void { $this->runAssertReturnCommand( @@ -24699,7 +22230,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2468')] public function testAssertReturn2469(): void { $this->runAssertReturnCommand( @@ -24709,7 +22239,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2469')] public function testAssertReturn2470(): void { $this->runAssertReturnCommand( @@ -24719,7 +22248,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2470')] public function testAssertReturn2471(): void { $this->runAssertReturnCommand( @@ -24729,7 +22257,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2471')] public function testAssertReturn2472(): void { $this->runAssertReturnCommand( @@ -24739,7 +22266,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2472')] public function testAssertReturn2473(): void { $this->runAssertReturnCommand( @@ -24749,7 +22275,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2473')] public function testAssertReturn2474(): void { $this->runAssertReturnCommand( @@ -24759,7 +22284,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2474')] public function testAssertReturn2475(): void { $this->runAssertReturnCommand( @@ -24769,7 +22293,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2475')] public function testAssertReturn2476(): void { $this->runAssertReturnCommand( @@ -24779,7 +22302,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2476')] public function testAssertReturn2477(): void { $this->runAssertReturnCommand( @@ -24789,7 +22311,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2477')] public function testAssertReturn2478(): void { $this->runAssertReturnCommand( @@ -24799,7 +22320,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2478')] public function testAssertReturn2479(): void { $this->runAssertReturnCommand( @@ -24809,7 +22329,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2479')] public function testAssertReturn2480(): void { $this->runAssertReturnCommand( @@ -24819,7 +22338,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2480')] public function testAssertReturn2481(): void { $this->runAssertReturnCommand( @@ -24829,7 +22347,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2481')] public function testAssertReturn2482(): void { $this->runAssertReturnCommand( @@ -24839,7 +22356,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2482')] public function testAssertReturn2483(): void { $this->runAssertReturnCommand( @@ -24849,7 +22365,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2483')] public function testAssertReturn2484(): void { $this->runAssertReturnCommand( @@ -24859,7 +22374,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2484')] public function testAssertReturn2485(): void { $this->runAssertReturnCommand( @@ -24869,7 +22383,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2485')] public function testAssertReturn2486(): void { $this->runAssertReturnCommand( @@ -24879,7 +22392,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2486')] public function testAssertReturn2487(): void { $this->runAssertReturnCommand( @@ -24889,7 +22401,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2487')] public function testAssertReturn2488(): void { $this->runAssertReturnCommand( @@ -24899,7 +22410,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2488')] public function testAssertReturn2489(): void { $this->runAssertReturnCommand( @@ -24909,7 +22419,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2489')] public function testAssertReturn2490(): void { $this->runAssertReturnCommand( @@ -24919,7 +22428,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2490')] public function testAssertReturn2491(): void { $this->runAssertReturnCommand( @@ -24929,7 +22437,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2491')] public function testAssertReturn2492(): void { $this->runAssertReturnCommand( @@ -24939,7 +22446,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2492')] public function testAssertReturn2493(): void { $this->runAssertReturnCommand( @@ -24949,7 +22455,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2493')] public function testAssertReturn2494(): void { $this->runAssertReturnCommand( @@ -24959,7 +22464,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2494')] public function testAssertReturn2495(): void { $this->runAssertReturnCommand( @@ -24969,7 +22473,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2495')] public function testAssertReturn2496(): void { $this->runAssertReturnCommand( @@ -24979,7 +22482,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2496')] public function testAssertReturn2497(): void { $this->runAssertReturnCommand( @@ -24989,7 +22491,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2497')] public function testAssertReturn2498(): void { $this->runAssertReturnCommand( @@ -24999,7 +22500,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2498')] public function testAssertReturn2499(): void { $this->runAssertReturnCommand( @@ -25009,7 +22509,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2499')] public function testAssertReturn2500(): void { $this->runAssertReturnCommand( @@ -25019,7 +22518,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2500')] public function testAssertInvalid2501(): void { $this->runAssertInvalidCommand( @@ -25029,7 +22527,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertInvalid2501')] public function testAssertInvalid2502(): void { $this->runAssertInvalidCommand( @@ -25039,7 +22536,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertInvalid2502')] public function testAssertInvalid2503(): void { $this->runAssertInvalidCommand( @@ -25049,7 +22545,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertInvalid2503')] public function testAssertInvalid2504(): void { $this->runAssertInvalidCommand( @@ -25059,7 +22554,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertInvalid2504')] public function testAssertInvalid2505(): void { $this->runAssertInvalidCommand( @@ -25069,7 +22563,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertInvalid2505')] public function testAssertInvalid2506(): void { $this->runAssertInvalidCommand( @@ -25079,7 +22572,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertInvalid2506')] public function testAssertInvalid2507(): void { $this->runAssertInvalidCommand( @@ -25089,7 +22581,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertInvalid2507')] public function testAssertInvalid2508(): void { $this->runAssertInvalidCommand( @@ -25099,7 +22590,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertInvalid2508')] public function testAssertInvalid2509(): void { $this->runAssertInvalidCommand( @@ -25109,7 +22599,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertInvalid2509')] public function testAssertInvalid2510(): void { $this->runAssertInvalidCommand( @@ -25119,7 +22608,6 @@ final class F32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertInvalid2510')] public function testAssertInvalid2511(): void { $this->runAssertInvalidCommand( @@ -25130,13 +22618,11 @@ final class F32Test extends SpecTestsuiteBase } #[DoesNotPerformAssertions] - #[Depends('testAssertInvalid2511')] public function testAssertMalformed2512(): void { } #[DoesNotPerformAssertions] - #[Depends('testAssertMalformed2512')] public function testAssertMalformed2513(): void { } diff --git a/tests/src/SpecTestsuites/Core/F64BitwiseTest.php b/tests/src/SpecTestsuites/Core/F64BitwiseTest.php index b01f585..956bd22 100644 --- a/tests/src/SpecTestsuites/Core/F64BitwiseTest.php +++ b/tests/src/SpecTestsuites/Core/F64BitwiseTest.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 F64BitwiseTest extends SpecTestsuiteBase @@ -19,7 +18,6 @@ final class F64BitwiseTest extends SpecTestsuiteBase ); } - #[Depends('testModule0')] public function testAssertReturn1(): void { $this->runAssertReturnCommand( @@ -29,7 +27,6 @@ final class F64BitwiseTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1')] public function testAssertReturn2(): void { $this->runAssertReturnCommand( @@ -39,7 +36,6 @@ final class F64BitwiseTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2')] public function testAssertReturn3(): void { $this->runAssertReturnCommand( @@ -49,7 +45,6 @@ final class F64BitwiseTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn3')] public function testAssertReturn4(): void { $this->runAssertReturnCommand( @@ -59,7 +54,6 @@ final class F64BitwiseTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn4')] public function testAssertReturn5(): void { $this->runAssertReturnCommand( @@ -69,7 +63,6 @@ final class F64BitwiseTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn5')] public function testAssertReturn6(): void { $this->runAssertReturnCommand( @@ -79,7 +72,6 @@ final class F64BitwiseTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn6')] public function testAssertReturn7(): void { $this->runAssertReturnCommand( @@ -89,7 +81,6 @@ final class F64BitwiseTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn7')] public function testAssertReturn8(): void { $this->runAssertReturnCommand( @@ -99,7 +90,6 @@ final class F64BitwiseTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn8')] public function testAssertReturn9(): void { $this->runAssertReturnCommand( @@ -109,7 +99,6 @@ final class F64BitwiseTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn9')] public function testAssertReturn10(): void { $this->runAssertReturnCommand( @@ -119,7 +108,6 @@ final class F64BitwiseTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn10')] public function testAssertReturn11(): void { $this->runAssertReturnCommand( @@ -129,7 +117,6 @@ final class F64BitwiseTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn11')] public function testAssertReturn12(): void { $this->runAssertReturnCommand( @@ -139,7 +126,6 @@ final class F64BitwiseTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn12')] public function testAssertReturn13(): void { $this->runAssertReturnCommand( @@ -149,7 +135,6 @@ final class F64BitwiseTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn13')] public function testAssertReturn14(): void { $this->runAssertReturnCommand( @@ -159,7 +144,6 @@ final class F64BitwiseTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn14')] public function testAssertReturn15(): void { $this->runAssertReturnCommand( @@ -169,7 +153,6 @@ final class F64BitwiseTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn15')] public function testAssertReturn16(): void { $this->runAssertReturnCommand( @@ -179,7 +162,6 @@ final class F64BitwiseTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn16')] public function testAssertReturn17(): void { $this->runAssertReturnCommand( @@ -189,7 +171,6 @@ final class F64BitwiseTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn17')] public function testAssertReturn18(): void { $this->runAssertReturnCommand( @@ -199,7 +180,6 @@ final class F64BitwiseTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn18')] public function testAssertReturn19(): void { $this->runAssertReturnCommand( @@ -209,7 +189,6 @@ final class F64BitwiseTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn19')] public function testAssertReturn20(): void { $this->runAssertReturnCommand( @@ -219,7 +198,6 @@ final class F64BitwiseTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn20')] public function testAssertReturn21(): void { $this->runAssertReturnCommand( @@ -229,7 +207,6 @@ final class F64BitwiseTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn21')] public function testAssertReturn22(): void { $this->runAssertReturnCommand( @@ -239,7 +216,6 @@ final class F64BitwiseTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn22')] public function testAssertReturn23(): void { $this->runAssertReturnCommand( @@ -249,7 +225,6 @@ final class F64BitwiseTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn23')] public function testAssertReturn24(): void { $this->runAssertReturnCommand( @@ -259,7 +234,6 @@ final class F64BitwiseTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn24')] public function testAssertReturn25(): void { $this->runAssertReturnCommand( @@ -269,7 +243,6 @@ final class F64BitwiseTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn25')] public function testAssertReturn26(): void { $this->runAssertReturnCommand( @@ -279,7 +252,6 @@ final class F64BitwiseTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn26')] public function testAssertReturn27(): void { $this->runAssertReturnCommand( @@ -289,7 +261,6 @@ final class F64BitwiseTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn27')] public function testAssertReturn28(): void { $this->runAssertReturnCommand( @@ -299,7 +270,6 @@ final class F64BitwiseTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn28')] public function testAssertReturn29(): void { $this->runAssertReturnCommand( @@ -309,7 +279,6 @@ final class F64BitwiseTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn29')] public function testAssertReturn30(): void { $this->runAssertReturnCommand( @@ -319,7 +288,6 @@ final class F64BitwiseTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn30')] public function testAssertReturn31(): void { $this->runAssertReturnCommand( @@ -329,7 +297,6 @@ final class F64BitwiseTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn31')] public function testAssertReturn32(): void { $this->runAssertReturnCommand( @@ -339,7 +306,6 @@ final class F64BitwiseTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn32')] public function testAssertReturn33(): void { $this->runAssertReturnCommand( @@ -349,7 +315,6 @@ final class F64BitwiseTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn33')] public function testAssertReturn34(): void { $this->runAssertReturnCommand( @@ -359,7 +324,6 @@ final class F64BitwiseTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn34')] public function testAssertReturn35(): void { $this->runAssertReturnCommand( @@ -369,7 +333,6 @@ final class F64BitwiseTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn35')] public function testAssertReturn36(): void { $this->runAssertReturnCommand( @@ -379,7 +342,6 @@ final class F64BitwiseTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn36')] public function testAssertReturn37(): void { $this->runAssertReturnCommand( @@ -389,7 +351,6 @@ final class F64BitwiseTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn37')] public function testAssertReturn38(): void { $this->runAssertReturnCommand( @@ -399,7 +360,6 @@ final class F64BitwiseTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn38')] public function testAssertReturn39(): void { $this->runAssertReturnCommand( @@ -409,7 +369,6 @@ final class F64BitwiseTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn39')] public function testAssertReturn40(): void { $this->runAssertReturnCommand( @@ -419,7 +378,6 @@ final class F64BitwiseTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn40')] public function testAssertReturn41(): void { $this->runAssertReturnCommand( @@ -429,7 +387,6 @@ final class F64BitwiseTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn41')] public function testAssertReturn42(): void { $this->runAssertReturnCommand( @@ -439,7 +396,6 @@ final class F64BitwiseTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn42')] public function testAssertReturn43(): void { $this->runAssertReturnCommand( @@ -449,7 +405,6 @@ final class F64BitwiseTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn43')] public function testAssertReturn44(): void { $this->runAssertReturnCommand( @@ -459,7 +414,6 @@ final class F64BitwiseTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn44')] public function testAssertReturn45(): void { $this->runAssertReturnCommand( @@ -469,7 +423,6 @@ final class F64BitwiseTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn45')] public function testAssertReturn46(): void { $this->runAssertReturnCommand( @@ -479,7 +432,6 @@ final class F64BitwiseTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn46')] public function testAssertReturn47(): void { $this->runAssertReturnCommand( @@ -489,7 +441,6 @@ final class F64BitwiseTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn47')] public function testAssertReturn48(): void { $this->runAssertReturnCommand( @@ -499,7 +450,6 @@ final class F64BitwiseTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn48')] public function testAssertReturn49(): void { $this->runAssertReturnCommand( @@ -509,7 +459,6 @@ final class F64BitwiseTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn49')] public function testAssertReturn50(): void { $this->runAssertReturnCommand( @@ -519,7 +468,6 @@ final class F64BitwiseTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn50')] public function testAssertReturn51(): void { $this->runAssertReturnCommand( @@ -529,7 +477,6 @@ final class F64BitwiseTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn51')] public function testAssertReturn52(): void { $this->runAssertReturnCommand( @@ -539,7 +486,6 @@ final class F64BitwiseTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn52')] public function testAssertReturn53(): void { $this->runAssertReturnCommand( @@ -549,7 +495,6 @@ final class F64BitwiseTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn53')] public function testAssertReturn54(): void { $this->runAssertReturnCommand( @@ -559,7 +504,6 @@ final class F64BitwiseTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn54')] public function testAssertReturn55(): void { $this->runAssertReturnCommand( @@ -569,7 +513,6 @@ final class F64BitwiseTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn55')] public function testAssertReturn56(): void { $this->runAssertReturnCommand( @@ -579,7 +522,6 @@ final class F64BitwiseTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn56')] public function testAssertReturn57(): void { $this->runAssertReturnCommand( @@ -589,7 +531,6 @@ final class F64BitwiseTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn57')] public function testAssertReturn58(): void { $this->runAssertReturnCommand( @@ -599,7 +540,6 @@ final class F64BitwiseTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn58')] public function testAssertReturn59(): void { $this->runAssertReturnCommand( @@ -609,7 +549,6 @@ final class F64BitwiseTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn59')] public function testAssertReturn60(): void { $this->runAssertReturnCommand( @@ -619,7 +558,6 @@ final class F64BitwiseTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn60')] public function testAssertReturn61(): void { $this->runAssertReturnCommand( @@ -629,7 +567,6 @@ final class F64BitwiseTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn61')] public function testAssertReturn62(): void { $this->runAssertReturnCommand( @@ -639,7 +576,6 @@ final class F64BitwiseTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn62')] public function testAssertReturn63(): void { $this->runAssertReturnCommand( @@ -649,7 +585,6 @@ final class F64BitwiseTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn63')] public function testAssertReturn64(): void { $this->runAssertReturnCommand( @@ -659,7 +594,6 @@ final class F64BitwiseTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn64')] public function testAssertReturn65(): void { $this->runAssertReturnCommand( @@ -669,7 +603,6 @@ final class F64BitwiseTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn65')] public function testAssertReturn66(): void { $this->runAssertReturnCommand( @@ -679,7 +612,6 @@ final class F64BitwiseTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn66')] public function testAssertReturn67(): void { $this->runAssertReturnCommand( @@ -689,7 +621,6 @@ final class F64BitwiseTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn67')] public function testAssertReturn68(): void { $this->runAssertReturnCommand( @@ -699,7 +630,6 @@ final class F64BitwiseTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn68')] public function testAssertReturn69(): void { $this->runAssertReturnCommand( @@ -709,7 +639,6 @@ final class F64BitwiseTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn69')] public function testAssertReturn70(): void { $this->runAssertReturnCommand( @@ -719,7 +648,6 @@ final class F64BitwiseTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn70')] public function testAssertReturn71(): void { $this->runAssertReturnCommand( @@ -729,7 +657,6 @@ final class F64BitwiseTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn71')] public function testAssertReturn72(): void { $this->runAssertReturnCommand( @@ -739,7 +666,6 @@ final class F64BitwiseTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn72')] public function testAssertReturn73(): void { $this->runAssertReturnCommand( @@ -749,7 +675,6 @@ final class F64BitwiseTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn73')] public function testAssertReturn74(): void { $this->runAssertReturnCommand( @@ -759,7 +684,6 @@ final class F64BitwiseTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn74')] public function testAssertReturn75(): void { $this->runAssertReturnCommand( @@ -769,7 +693,6 @@ final class F64BitwiseTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn75')] public function testAssertReturn76(): void { $this->runAssertReturnCommand( @@ -779,7 +702,6 @@ final class F64BitwiseTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn76')] public function testAssertReturn77(): void { $this->runAssertReturnCommand( @@ -789,7 +711,6 @@ final class F64BitwiseTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn77')] public function testAssertReturn78(): void { $this->runAssertReturnCommand( @@ -799,7 +720,6 @@ final class F64BitwiseTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn78')] public function testAssertReturn79(): void { $this->runAssertReturnCommand( @@ -809,7 +729,6 @@ final class F64BitwiseTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn79')] public function testAssertReturn80(): void { $this->runAssertReturnCommand( @@ -819,7 +738,6 @@ final class F64BitwiseTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn80')] public function testAssertReturn81(): void { $this->runAssertReturnCommand( @@ -829,7 +747,6 @@ final class F64BitwiseTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn81')] public function testAssertReturn82(): void { $this->runAssertReturnCommand( @@ -839,7 +756,6 @@ final class F64BitwiseTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn82')] public function testAssertReturn83(): void { $this->runAssertReturnCommand( @@ -849,7 +765,6 @@ final class F64BitwiseTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn83')] public function testAssertReturn84(): void { $this->runAssertReturnCommand( @@ -859,7 +774,6 @@ final class F64BitwiseTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn84')] public function testAssertReturn85(): void { $this->runAssertReturnCommand( @@ -869,7 +783,6 @@ final class F64BitwiseTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn85')] public function testAssertReturn86(): void { $this->runAssertReturnCommand( @@ -879,7 +792,6 @@ final class F64BitwiseTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn86')] public function testAssertReturn87(): void { $this->runAssertReturnCommand( @@ -889,7 +801,6 @@ final class F64BitwiseTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn87')] public function testAssertReturn88(): void { $this->runAssertReturnCommand( @@ -899,7 +810,6 @@ final class F64BitwiseTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn88')] public function testAssertReturn89(): void { $this->runAssertReturnCommand( @@ -909,7 +819,6 @@ final class F64BitwiseTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn89')] public function testAssertReturn90(): void { $this->runAssertReturnCommand( @@ -919,7 +828,6 @@ final class F64BitwiseTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn90')] public function testAssertReturn91(): void { $this->runAssertReturnCommand( @@ -929,7 +837,6 @@ final class F64BitwiseTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn91')] public function testAssertReturn92(): void { $this->runAssertReturnCommand( @@ -939,7 +846,6 @@ final class F64BitwiseTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn92')] public function testAssertReturn93(): void { $this->runAssertReturnCommand( @@ -949,7 +855,6 @@ final class F64BitwiseTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn93')] public function testAssertReturn94(): void { $this->runAssertReturnCommand( @@ -959,7 +864,6 @@ final class F64BitwiseTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn94')] public function testAssertReturn95(): void { $this->runAssertReturnCommand( @@ -969,7 +873,6 @@ final class F64BitwiseTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn95')] public function testAssertReturn96(): void { $this->runAssertReturnCommand( @@ -979,7 +882,6 @@ final class F64BitwiseTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn96')] public function testAssertReturn97(): void { $this->runAssertReturnCommand( @@ -989,7 +891,6 @@ final class F64BitwiseTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn97')] public function testAssertReturn98(): void { $this->runAssertReturnCommand( @@ -999,7 +900,6 @@ final class F64BitwiseTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn98')] public function testAssertReturn99(): void { $this->runAssertReturnCommand( @@ -1009,7 +909,6 @@ final class F64BitwiseTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn99')] public function testAssertReturn100(): void { $this->runAssertReturnCommand( @@ -1019,7 +918,6 @@ final class F64BitwiseTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn100')] public function testAssertReturn101(): void { $this->runAssertReturnCommand( @@ -1029,7 +927,6 @@ final class F64BitwiseTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn101')] public function testAssertReturn102(): void { $this->runAssertReturnCommand( @@ -1039,7 +936,6 @@ final class F64BitwiseTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn102')] public function testAssertReturn103(): void { $this->runAssertReturnCommand( @@ -1049,7 +945,6 @@ final class F64BitwiseTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn103')] public function testAssertReturn104(): void { $this->runAssertReturnCommand( @@ -1059,7 +954,6 @@ final class F64BitwiseTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn104')] public function testAssertReturn105(): void { $this->runAssertReturnCommand( @@ -1069,7 +963,6 @@ final class F64BitwiseTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn105')] public function testAssertReturn106(): void { $this->runAssertReturnCommand( @@ -1079,7 +972,6 @@ final class F64BitwiseTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn106')] public function testAssertReturn107(): void { $this->runAssertReturnCommand( @@ -1089,7 +981,6 @@ final class F64BitwiseTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn107')] public function testAssertReturn108(): void { $this->runAssertReturnCommand( @@ -1099,7 +990,6 @@ final class F64BitwiseTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn108')] public function testAssertReturn109(): void { $this->runAssertReturnCommand( @@ -1109,7 +999,6 @@ final class F64BitwiseTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn109')] public function testAssertReturn110(): void { $this->runAssertReturnCommand( @@ -1119,7 +1008,6 @@ final class F64BitwiseTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn110')] public function testAssertReturn111(): void { $this->runAssertReturnCommand( @@ -1129,7 +1017,6 @@ final class F64BitwiseTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn111')] public function testAssertReturn112(): void { $this->runAssertReturnCommand( @@ -1139,7 +1026,6 @@ final class F64BitwiseTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn112')] public function testAssertReturn113(): void { $this->runAssertReturnCommand( @@ -1149,7 +1035,6 @@ final class F64BitwiseTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn113')] public function testAssertReturn114(): void { $this->runAssertReturnCommand( @@ -1159,7 +1044,6 @@ final class F64BitwiseTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn114')] public function testAssertReturn115(): void { $this->runAssertReturnCommand( @@ -1169,7 +1053,6 @@ final class F64BitwiseTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn115')] public function testAssertReturn116(): void { $this->runAssertReturnCommand( @@ -1179,7 +1062,6 @@ final class F64BitwiseTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn116')] public function testAssertReturn117(): void { $this->runAssertReturnCommand( @@ -1189,7 +1071,6 @@ final class F64BitwiseTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn117')] public function testAssertReturn118(): void { $this->runAssertReturnCommand( @@ -1199,7 +1080,6 @@ final class F64BitwiseTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn118')] public function testAssertReturn119(): void { $this->runAssertReturnCommand( @@ -1209,7 +1089,6 @@ final class F64BitwiseTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn119')] public function testAssertReturn120(): void { $this->runAssertReturnCommand( @@ -1219,7 +1098,6 @@ final class F64BitwiseTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn120')] public function testAssertReturn121(): void { $this->runAssertReturnCommand( @@ -1229,7 +1107,6 @@ final class F64BitwiseTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn121')] public function testAssertReturn122(): void { $this->runAssertReturnCommand( @@ -1239,7 +1116,6 @@ final class F64BitwiseTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn122')] public function testAssertReturn123(): void { $this->runAssertReturnCommand( @@ -1249,7 +1125,6 @@ final class F64BitwiseTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn123')] public function testAssertReturn124(): void { $this->runAssertReturnCommand( @@ -1259,7 +1134,6 @@ final class F64BitwiseTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn124')] public function testAssertReturn125(): void { $this->runAssertReturnCommand( @@ -1269,7 +1143,6 @@ final class F64BitwiseTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn125')] public function testAssertReturn126(): void { $this->runAssertReturnCommand( @@ -1279,7 +1152,6 @@ final class F64BitwiseTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn126')] public function testAssertReturn127(): void { $this->runAssertReturnCommand( @@ -1289,7 +1161,6 @@ final class F64BitwiseTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn127')] public function testAssertReturn128(): void { $this->runAssertReturnCommand( @@ -1299,7 +1170,6 @@ final class F64BitwiseTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn128')] public function testAssertReturn129(): void { $this->runAssertReturnCommand( @@ -1309,7 +1179,6 @@ final class F64BitwiseTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn129')] public function testAssertReturn130(): void { $this->runAssertReturnCommand( @@ -1319,7 +1188,6 @@ final class F64BitwiseTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn130')] public function testAssertReturn131(): void { $this->runAssertReturnCommand( @@ -1329,7 +1197,6 @@ final class F64BitwiseTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn131')] public function testAssertReturn132(): void { $this->runAssertReturnCommand( @@ -1339,7 +1206,6 @@ final class F64BitwiseTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn132')] public function testAssertReturn133(): void { $this->runAssertReturnCommand( @@ -1349,7 +1215,6 @@ final class F64BitwiseTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn133')] public function testAssertReturn134(): void { $this->runAssertReturnCommand( @@ -1359,7 +1224,6 @@ final class F64BitwiseTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn134')] public function testAssertReturn135(): void { $this->runAssertReturnCommand( @@ -1369,7 +1233,6 @@ final class F64BitwiseTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn135')] public function testAssertReturn136(): void { $this->runAssertReturnCommand( @@ -1379,7 +1242,6 @@ final class F64BitwiseTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn136')] public function testAssertReturn137(): void { $this->runAssertReturnCommand( @@ -1389,7 +1251,6 @@ final class F64BitwiseTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn137')] public function testAssertReturn138(): void { $this->runAssertReturnCommand( @@ -1399,7 +1260,6 @@ final class F64BitwiseTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn138')] public function testAssertReturn139(): void { $this->runAssertReturnCommand( @@ -1409,7 +1269,6 @@ final class F64BitwiseTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn139')] public function testAssertReturn140(): void { $this->runAssertReturnCommand( @@ -1419,7 +1278,6 @@ final class F64BitwiseTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn140')] public function testAssertReturn141(): void { $this->runAssertReturnCommand( @@ -1429,7 +1287,6 @@ final class F64BitwiseTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn141')] public function testAssertReturn142(): void { $this->runAssertReturnCommand( @@ -1439,7 +1296,6 @@ final class F64BitwiseTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn142')] public function testAssertReturn143(): void { $this->runAssertReturnCommand( @@ -1449,7 +1305,6 @@ final class F64BitwiseTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn143')] public function testAssertReturn144(): void { $this->runAssertReturnCommand( @@ -1459,7 +1314,6 @@ final class F64BitwiseTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn144')] public function testAssertReturn145(): void { $this->runAssertReturnCommand( @@ -1469,7 +1323,6 @@ final class F64BitwiseTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn145')] public function testAssertReturn146(): void { $this->runAssertReturnCommand( @@ -1479,7 +1332,6 @@ final class F64BitwiseTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn146')] public function testAssertReturn147(): void { $this->runAssertReturnCommand( @@ -1489,7 +1341,6 @@ final class F64BitwiseTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn147')] public function testAssertReturn148(): void { $this->runAssertReturnCommand( @@ -1499,7 +1350,6 @@ final class F64BitwiseTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn148')] public function testAssertReturn149(): void { $this->runAssertReturnCommand( @@ -1509,7 +1359,6 @@ final class F64BitwiseTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn149')] public function testAssertReturn150(): void { $this->runAssertReturnCommand( @@ -1519,7 +1368,6 @@ final class F64BitwiseTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn150')] public function testAssertReturn151(): void { $this->runAssertReturnCommand( @@ -1529,7 +1377,6 @@ final class F64BitwiseTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn151')] public function testAssertReturn152(): void { $this->runAssertReturnCommand( @@ -1539,7 +1386,6 @@ final class F64BitwiseTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn152')] public function testAssertReturn153(): void { $this->runAssertReturnCommand( @@ -1549,7 +1395,6 @@ final class F64BitwiseTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn153')] public function testAssertReturn154(): void { $this->runAssertReturnCommand( @@ -1559,7 +1404,6 @@ final class F64BitwiseTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn154')] public function testAssertReturn155(): void { $this->runAssertReturnCommand( @@ -1569,7 +1413,6 @@ final class F64BitwiseTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn155')] public function testAssertReturn156(): void { $this->runAssertReturnCommand( @@ -1579,7 +1422,6 @@ final class F64BitwiseTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn156')] public function testAssertReturn157(): void { $this->runAssertReturnCommand( @@ -1589,7 +1431,6 @@ final class F64BitwiseTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn157')] public function testAssertReturn158(): void { $this->runAssertReturnCommand( @@ -1599,7 +1440,6 @@ final class F64BitwiseTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn158')] public function testAssertReturn159(): void { $this->runAssertReturnCommand( @@ -1609,7 +1449,6 @@ final class F64BitwiseTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn159')] public function testAssertReturn160(): void { $this->runAssertReturnCommand( @@ -1619,7 +1458,6 @@ final class F64BitwiseTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn160')] public function testAssertReturn161(): void { $this->runAssertReturnCommand( @@ -1629,7 +1467,6 @@ final class F64BitwiseTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn161')] public function testAssertReturn162(): void { $this->runAssertReturnCommand( @@ -1639,7 +1476,6 @@ final class F64BitwiseTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn162')] public function testAssertReturn163(): void { $this->runAssertReturnCommand( @@ -1649,7 +1485,6 @@ final class F64BitwiseTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn163')] public function testAssertReturn164(): void { $this->runAssertReturnCommand( @@ -1659,7 +1494,6 @@ final class F64BitwiseTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn164')] public function testAssertReturn165(): void { $this->runAssertReturnCommand( @@ -1669,7 +1503,6 @@ final class F64BitwiseTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn165')] public function testAssertReturn166(): void { $this->runAssertReturnCommand( @@ -1679,7 +1512,6 @@ final class F64BitwiseTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn166')] public function testAssertReturn167(): void { $this->runAssertReturnCommand( @@ -1689,7 +1521,6 @@ final class F64BitwiseTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn167')] public function testAssertReturn168(): void { $this->runAssertReturnCommand( @@ -1699,7 +1530,6 @@ final class F64BitwiseTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn168')] public function testAssertReturn169(): void { $this->runAssertReturnCommand( @@ -1709,7 +1539,6 @@ final class F64BitwiseTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn169')] public function testAssertReturn170(): void { $this->runAssertReturnCommand( @@ -1719,7 +1548,6 @@ final class F64BitwiseTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn170')] public function testAssertReturn171(): void { $this->runAssertReturnCommand( @@ -1729,7 +1557,6 @@ final class F64BitwiseTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn171')] public function testAssertReturn172(): void { $this->runAssertReturnCommand( @@ -1739,7 +1566,6 @@ final class F64BitwiseTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn172')] public function testAssertReturn173(): void { $this->runAssertReturnCommand( @@ -1749,7 +1575,6 @@ final class F64BitwiseTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn173')] public function testAssertReturn174(): void { $this->runAssertReturnCommand( @@ -1759,7 +1584,6 @@ final class F64BitwiseTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn174')] public function testAssertReturn175(): void { $this->runAssertReturnCommand( @@ -1769,7 +1593,6 @@ final class F64BitwiseTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn175')] public function testAssertReturn176(): void { $this->runAssertReturnCommand( @@ -1779,7 +1602,6 @@ final class F64BitwiseTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn176')] public function testAssertReturn177(): void { $this->runAssertReturnCommand( @@ -1789,7 +1611,6 @@ final class F64BitwiseTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn177')] public function testAssertReturn178(): void { $this->runAssertReturnCommand( @@ -1799,7 +1620,6 @@ final class F64BitwiseTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn178')] public function testAssertReturn179(): void { $this->runAssertReturnCommand( @@ -1809,7 +1629,6 @@ final class F64BitwiseTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn179')] public function testAssertReturn180(): void { $this->runAssertReturnCommand( @@ -1819,7 +1638,6 @@ final class F64BitwiseTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn180')] public function testAssertReturn181(): void { $this->runAssertReturnCommand( @@ -1829,7 +1647,6 @@ final class F64BitwiseTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn181')] public function testAssertReturn182(): void { $this->runAssertReturnCommand( @@ -1839,7 +1656,6 @@ final class F64BitwiseTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn182')] public function testAssertReturn183(): void { $this->runAssertReturnCommand( @@ -1849,7 +1665,6 @@ final class F64BitwiseTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn183')] public function testAssertReturn184(): void { $this->runAssertReturnCommand( @@ -1859,7 +1674,6 @@ final class F64BitwiseTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn184')] public function testAssertReturn185(): void { $this->runAssertReturnCommand( @@ -1869,7 +1683,6 @@ final class F64BitwiseTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn185')] public function testAssertReturn186(): void { $this->runAssertReturnCommand( @@ -1879,7 +1692,6 @@ final class F64BitwiseTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn186')] public function testAssertReturn187(): void { $this->runAssertReturnCommand( @@ -1889,7 +1701,6 @@ final class F64BitwiseTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn187')] public function testAssertReturn188(): void { $this->runAssertReturnCommand( @@ -1899,7 +1710,6 @@ final class F64BitwiseTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn188')] public function testAssertReturn189(): void { $this->runAssertReturnCommand( @@ -1909,7 +1719,6 @@ final class F64BitwiseTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn189')] public function testAssertReturn190(): void { $this->runAssertReturnCommand( @@ -1919,7 +1728,6 @@ final class F64BitwiseTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn190')] public function testAssertReturn191(): void { $this->runAssertReturnCommand( @@ -1929,7 +1737,6 @@ final class F64BitwiseTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn191')] public function testAssertReturn192(): void { $this->runAssertReturnCommand( @@ -1939,7 +1746,6 @@ final class F64BitwiseTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn192')] public function testAssertReturn193(): void { $this->runAssertReturnCommand( @@ -1949,7 +1755,6 @@ final class F64BitwiseTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn193')] public function testAssertReturn194(): void { $this->runAssertReturnCommand( @@ -1959,7 +1764,6 @@ final class F64BitwiseTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn194')] public function testAssertReturn195(): void { $this->runAssertReturnCommand( @@ -1969,7 +1773,6 @@ final class F64BitwiseTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn195')] public function testAssertReturn196(): void { $this->runAssertReturnCommand( @@ -1979,7 +1782,6 @@ final class F64BitwiseTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn196')] public function testAssertReturn197(): void { $this->runAssertReturnCommand( @@ -1989,7 +1791,6 @@ final class F64BitwiseTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn197')] public function testAssertReturn198(): void { $this->runAssertReturnCommand( @@ -1999,7 +1800,6 @@ final class F64BitwiseTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn198')] public function testAssertReturn199(): void { $this->runAssertReturnCommand( @@ -2009,7 +1809,6 @@ final class F64BitwiseTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn199')] public function testAssertReturn200(): void { $this->runAssertReturnCommand( @@ -2019,7 +1818,6 @@ final class F64BitwiseTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn200')] public function testAssertReturn201(): void { $this->runAssertReturnCommand( @@ -2029,7 +1827,6 @@ final class F64BitwiseTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn201')] public function testAssertReturn202(): void { $this->runAssertReturnCommand( @@ -2039,7 +1836,6 @@ final class F64BitwiseTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn202')] public function testAssertReturn203(): void { $this->runAssertReturnCommand( @@ -2049,7 +1845,6 @@ final class F64BitwiseTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn203')] public function testAssertReturn204(): void { $this->runAssertReturnCommand( @@ -2059,7 +1854,6 @@ final class F64BitwiseTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn204')] public function testAssertReturn205(): void { $this->runAssertReturnCommand( @@ -2069,7 +1863,6 @@ final class F64BitwiseTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn205')] public function testAssertReturn206(): void { $this->runAssertReturnCommand( @@ -2079,7 +1872,6 @@ final class F64BitwiseTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn206')] public function testAssertReturn207(): void { $this->runAssertReturnCommand( @@ -2089,7 +1881,6 @@ final class F64BitwiseTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn207')] public function testAssertReturn208(): void { $this->runAssertReturnCommand( @@ -2099,7 +1890,6 @@ final class F64BitwiseTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn208')] public function testAssertReturn209(): void { $this->runAssertReturnCommand( @@ -2109,7 +1899,6 @@ final class F64BitwiseTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn209')] public function testAssertReturn210(): void { $this->runAssertReturnCommand( @@ -2119,7 +1908,6 @@ final class F64BitwiseTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn210')] public function testAssertReturn211(): void { $this->runAssertReturnCommand( @@ -2129,7 +1917,6 @@ final class F64BitwiseTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn211')] public function testAssertReturn212(): void { $this->runAssertReturnCommand( @@ -2139,7 +1926,6 @@ final class F64BitwiseTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn212')] public function testAssertReturn213(): void { $this->runAssertReturnCommand( @@ -2149,7 +1935,6 @@ final class F64BitwiseTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn213')] public function testAssertReturn214(): void { $this->runAssertReturnCommand( @@ -2159,7 +1944,6 @@ final class F64BitwiseTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn214')] public function testAssertReturn215(): void { $this->runAssertReturnCommand( @@ -2169,7 +1953,6 @@ final class F64BitwiseTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn215')] public function testAssertReturn216(): void { $this->runAssertReturnCommand( @@ -2179,7 +1962,6 @@ final class F64BitwiseTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn216')] public function testAssertReturn217(): void { $this->runAssertReturnCommand( @@ -2189,7 +1971,6 @@ final class F64BitwiseTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn217')] public function testAssertReturn218(): void { $this->runAssertReturnCommand( @@ -2199,7 +1980,6 @@ final class F64BitwiseTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn218')] public function testAssertReturn219(): void { $this->runAssertReturnCommand( @@ -2209,7 +1989,6 @@ final class F64BitwiseTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn219')] public function testAssertReturn220(): void { $this->runAssertReturnCommand( @@ -2219,7 +1998,6 @@ final class F64BitwiseTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn220')] public function testAssertReturn221(): void { $this->runAssertReturnCommand( @@ -2229,7 +2007,6 @@ final class F64BitwiseTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn221')] public function testAssertReturn222(): void { $this->runAssertReturnCommand( @@ -2239,7 +2016,6 @@ final class F64BitwiseTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn222')] public function testAssertReturn223(): void { $this->runAssertReturnCommand( @@ -2249,7 +2025,6 @@ final class F64BitwiseTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn223')] public function testAssertReturn224(): void { $this->runAssertReturnCommand( @@ -2259,7 +2034,6 @@ final class F64BitwiseTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn224')] public function testAssertReturn225(): void { $this->runAssertReturnCommand( @@ -2269,7 +2043,6 @@ final class F64BitwiseTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn225')] public function testAssertReturn226(): void { $this->runAssertReturnCommand( @@ -2279,7 +2052,6 @@ final class F64BitwiseTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn226')] public function testAssertReturn227(): void { $this->runAssertReturnCommand( @@ -2289,7 +2061,6 @@ final class F64BitwiseTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn227')] public function testAssertReturn228(): void { $this->runAssertReturnCommand( @@ -2299,7 +2070,6 @@ final class F64BitwiseTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn228')] public function testAssertReturn229(): void { $this->runAssertReturnCommand( @@ -2309,7 +2079,6 @@ final class F64BitwiseTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn229')] public function testAssertReturn230(): void { $this->runAssertReturnCommand( @@ -2319,7 +2088,6 @@ final class F64BitwiseTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn230')] public function testAssertReturn231(): void { $this->runAssertReturnCommand( @@ -2329,7 +2097,6 @@ final class F64BitwiseTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn231')] public function testAssertReturn232(): void { $this->runAssertReturnCommand( @@ -2339,7 +2106,6 @@ final class F64BitwiseTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn232')] public function testAssertReturn233(): void { $this->runAssertReturnCommand( @@ -2349,7 +2115,6 @@ final class F64BitwiseTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn233')] public function testAssertReturn234(): void { $this->runAssertReturnCommand( @@ -2359,7 +2124,6 @@ final class F64BitwiseTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn234')] public function testAssertReturn235(): void { $this->runAssertReturnCommand( @@ -2369,7 +2133,6 @@ final class F64BitwiseTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn235')] public function testAssertReturn236(): void { $this->runAssertReturnCommand( @@ -2379,7 +2142,6 @@ final class F64BitwiseTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn236')] public function testAssertReturn237(): void { $this->runAssertReturnCommand( @@ -2389,7 +2151,6 @@ final class F64BitwiseTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn237')] public function testAssertReturn238(): void { $this->runAssertReturnCommand( @@ -2399,7 +2160,6 @@ final class F64BitwiseTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn238')] public function testAssertReturn239(): void { $this->runAssertReturnCommand( @@ -2409,7 +2169,6 @@ final class F64BitwiseTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn239')] public function testAssertReturn240(): void { $this->runAssertReturnCommand( @@ -2419,7 +2178,6 @@ final class F64BitwiseTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn240')] public function testAssertReturn241(): void { $this->runAssertReturnCommand( @@ -2429,7 +2187,6 @@ final class F64BitwiseTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn241')] public function testAssertReturn242(): void { $this->runAssertReturnCommand( @@ -2439,7 +2196,6 @@ final class F64BitwiseTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn242')] public function testAssertReturn243(): void { $this->runAssertReturnCommand( @@ -2449,7 +2205,6 @@ final class F64BitwiseTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn243')] public function testAssertReturn244(): void { $this->runAssertReturnCommand( @@ -2459,7 +2214,6 @@ final class F64BitwiseTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn244')] public function testAssertReturn245(): void { $this->runAssertReturnCommand( @@ -2469,7 +2223,6 @@ final class F64BitwiseTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn245')] public function testAssertReturn246(): void { $this->runAssertReturnCommand( @@ -2479,7 +2232,6 @@ final class F64BitwiseTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn246')] public function testAssertReturn247(): void { $this->runAssertReturnCommand( @@ -2489,7 +2241,6 @@ final class F64BitwiseTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn247')] public function testAssertReturn248(): void { $this->runAssertReturnCommand( @@ -2499,7 +2250,6 @@ final class F64BitwiseTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn248')] public function testAssertReturn249(): void { $this->runAssertReturnCommand( @@ -2509,7 +2259,6 @@ final class F64BitwiseTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn249')] public function testAssertReturn250(): void { $this->runAssertReturnCommand( @@ -2519,7 +2268,6 @@ final class F64BitwiseTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn250')] public function testAssertReturn251(): void { $this->runAssertReturnCommand( @@ -2529,7 +2277,6 @@ final class F64BitwiseTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn251')] public function testAssertReturn252(): void { $this->runAssertReturnCommand( @@ -2539,7 +2286,6 @@ final class F64BitwiseTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn252')] public function testAssertReturn253(): void { $this->runAssertReturnCommand( @@ -2549,7 +2295,6 @@ final class F64BitwiseTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn253')] public function testAssertReturn254(): void { $this->runAssertReturnCommand( @@ -2559,7 +2304,6 @@ final class F64BitwiseTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn254')] public function testAssertReturn255(): void { $this->runAssertReturnCommand( @@ -2569,7 +2313,6 @@ final class F64BitwiseTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn255')] public function testAssertReturn256(): void { $this->runAssertReturnCommand( @@ -2579,7 +2322,6 @@ final class F64BitwiseTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn256')] public function testAssertReturn257(): void { $this->runAssertReturnCommand( @@ -2589,7 +2331,6 @@ final class F64BitwiseTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn257')] public function testAssertReturn258(): void { $this->runAssertReturnCommand( @@ -2599,7 +2340,6 @@ final class F64BitwiseTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn258')] public function testAssertReturn259(): void { $this->runAssertReturnCommand( @@ -2609,7 +2349,6 @@ final class F64BitwiseTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn259')] public function testAssertReturn260(): void { $this->runAssertReturnCommand( @@ -2619,7 +2358,6 @@ final class F64BitwiseTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn260')] public function testAssertReturn261(): void { $this->runAssertReturnCommand( @@ -2629,7 +2367,6 @@ final class F64BitwiseTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn261')] public function testAssertReturn262(): void { $this->runAssertReturnCommand( @@ -2639,7 +2376,6 @@ final class F64BitwiseTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn262')] public function testAssertReturn263(): void { $this->runAssertReturnCommand( @@ -2649,7 +2385,6 @@ final class F64BitwiseTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn263')] public function testAssertReturn264(): void { $this->runAssertReturnCommand( @@ -2659,7 +2394,6 @@ final class F64BitwiseTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn264')] public function testAssertReturn265(): void { $this->runAssertReturnCommand( @@ -2669,7 +2403,6 @@ final class F64BitwiseTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn265')] public function testAssertReturn266(): void { $this->runAssertReturnCommand( @@ -2679,7 +2412,6 @@ final class F64BitwiseTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn266')] public function testAssertReturn267(): void { $this->runAssertReturnCommand( @@ -2689,7 +2421,6 @@ final class F64BitwiseTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn267')] public function testAssertReturn268(): void { $this->runAssertReturnCommand( @@ -2699,7 +2430,6 @@ final class F64BitwiseTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn268')] public function testAssertReturn269(): void { $this->runAssertReturnCommand( @@ -2709,7 +2439,6 @@ final class F64BitwiseTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn269')] public function testAssertReturn270(): void { $this->runAssertReturnCommand( @@ -2719,7 +2448,6 @@ final class F64BitwiseTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn270')] public function testAssertReturn271(): void { $this->runAssertReturnCommand( @@ -2729,7 +2457,6 @@ final class F64BitwiseTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn271')] public function testAssertReturn272(): void { $this->runAssertReturnCommand( @@ -2739,7 +2466,6 @@ final class F64BitwiseTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn272')] public function testAssertReturn273(): void { $this->runAssertReturnCommand( @@ -2749,7 +2475,6 @@ final class F64BitwiseTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn273')] public function testAssertReturn274(): void { $this->runAssertReturnCommand( @@ -2759,7 +2484,6 @@ final class F64BitwiseTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn274')] public function testAssertReturn275(): void { $this->runAssertReturnCommand( @@ -2769,7 +2493,6 @@ final class F64BitwiseTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn275')] public function testAssertReturn276(): void { $this->runAssertReturnCommand( @@ -2779,7 +2502,6 @@ final class F64BitwiseTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn276')] public function testAssertReturn277(): void { $this->runAssertReturnCommand( @@ -2789,7 +2511,6 @@ final class F64BitwiseTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn277')] public function testAssertReturn278(): void { $this->runAssertReturnCommand( @@ -2799,7 +2520,6 @@ final class F64BitwiseTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn278')] public function testAssertReturn279(): void { $this->runAssertReturnCommand( @@ -2809,7 +2529,6 @@ final class F64BitwiseTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn279')] public function testAssertReturn280(): void { $this->runAssertReturnCommand( @@ -2819,7 +2538,6 @@ final class F64BitwiseTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn280')] public function testAssertReturn281(): void { $this->runAssertReturnCommand( @@ -2829,7 +2547,6 @@ final class F64BitwiseTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn281')] public function testAssertReturn282(): void { $this->runAssertReturnCommand( @@ -2839,7 +2556,6 @@ final class F64BitwiseTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn282')] public function testAssertReturn283(): void { $this->runAssertReturnCommand( @@ -2849,7 +2565,6 @@ final class F64BitwiseTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn283')] public function testAssertReturn284(): void { $this->runAssertReturnCommand( @@ -2859,7 +2574,6 @@ final class F64BitwiseTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn284')] public function testAssertReturn285(): void { $this->runAssertReturnCommand( @@ -2869,7 +2583,6 @@ final class F64BitwiseTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn285')] public function testAssertReturn286(): void { $this->runAssertReturnCommand( @@ -2879,7 +2592,6 @@ final class F64BitwiseTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn286')] public function testAssertReturn287(): void { $this->runAssertReturnCommand( @@ -2889,7 +2601,6 @@ final class F64BitwiseTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn287')] public function testAssertReturn288(): void { $this->runAssertReturnCommand( @@ -2899,7 +2610,6 @@ final class F64BitwiseTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn288')] public function testAssertReturn289(): void { $this->runAssertReturnCommand( @@ -2909,7 +2619,6 @@ final class F64BitwiseTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn289')] public function testAssertReturn290(): void { $this->runAssertReturnCommand( @@ -2919,7 +2628,6 @@ final class F64BitwiseTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn290')] public function testAssertReturn291(): void { $this->runAssertReturnCommand( @@ -2929,7 +2637,6 @@ final class F64BitwiseTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn291')] public function testAssertReturn292(): void { $this->runAssertReturnCommand( @@ -2939,7 +2646,6 @@ final class F64BitwiseTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn292')] public function testAssertReturn293(): void { $this->runAssertReturnCommand( @@ -2949,7 +2655,6 @@ final class F64BitwiseTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn293')] public function testAssertReturn294(): void { $this->runAssertReturnCommand( @@ -2959,7 +2664,6 @@ final class F64BitwiseTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn294')] public function testAssertReturn295(): void { $this->runAssertReturnCommand( @@ -2969,7 +2673,6 @@ final class F64BitwiseTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn295')] public function testAssertReturn296(): void { $this->runAssertReturnCommand( @@ -2979,7 +2682,6 @@ final class F64BitwiseTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn296')] public function testAssertReturn297(): void { $this->runAssertReturnCommand( @@ -2989,7 +2691,6 @@ final class F64BitwiseTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn297')] public function testAssertReturn298(): void { $this->runAssertReturnCommand( @@ -2999,7 +2700,6 @@ final class F64BitwiseTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn298')] public function testAssertReturn299(): void { $this->runAssertReturnCommand( @@ -3009,7 +2709,6 @@ final class F64BitwiseTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn299')] public function testAssertReturn300(): void { $this->runAssertReturnCommand( @@ -3019,7 +2718,6 @@ final class F64BitwiseTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn300')] public function testAssertReturn301(): void { $this->runAssertReturnCommand( @@ -3029,7 +2727,6 @@ final class F64BitwiseTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn301')] public function testAssertReturn302(): void { $this->runAssertReturnCommand( @@ -3039,7 +2736,6 @@ final class F64BitwiseTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn302')] public function testAssertReturn303(): void { $this->runAssertReturnCommand( @@ -3049,7 +2745,6 @@ final class F64BitwiseTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn303')] public function testAssertReturn304(): void { $this->runAssertReturnCommand( @@ -3059,7 +2754,6 @@ final class F64BitwiseTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn304')] public function testAssertReturn305(): void { $this->runAssertReturnCommand( @@ -3069,7 +2763,6 @@ final class F64BitwiseTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn305')] public function testAssertReturn306(): void { $this->runAssertReturnCommand( @@ -3079,7 +2772,6 @@ final class F64BitwiseTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn306')] public function testAssertReturn307(): void { $this->runAssertReturnCommand( @@ -3089,7 +2781,6 @@ final class F64BitwiseTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn307')] public function testAssertReturn308(): void { $this->runAssertReturnCommand( @@ -3099,7 +2790,6 @@ final class F64BitwiseTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn308')] public function testAssertReturn309(): void { $this->runAssertReturnCommand( @@ -3109,7 +2799,6 @@ final class F64BitwiseTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn309')] public function testAssertReturn310(): void { $this->runAssertReturnCommand( @@ -3119,7 +2808,6 @@ final class F64BitwiseTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn310')] public function testAssertReturn311(): void { $this->runAssertReturnCommand( @@ -3129,7 +2817,6 @@ final class F64BitwiseTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn311')] public function testAssertReturn312(): void { $this->runAssertReturnCommand( @@ -3139,7 +2826,6 @@ final class F64BitwiseTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn312')] public function testAssertReturn313(): void { $this->runAssertReturnCommand( @@ -3149,7 +2835,6 @@ final class F64BitwiseTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn313')] public function testAssertReturn314(): void { $this->runAssertReturnCommand( @@ -3159,7 +2844,6 @@ final class F64BitwiseTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn314')] public function testAssertReturn315(): void { $this->runAssertReturnCommand( @@ -3169,7 +2853,6 @@ final class F64BitwiseTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn315')] public function testAssertReturn316(): void { $this->runAssertReturnCommand( @@ -3179,7 +2862,6 @@ final class F64BitwiseTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn316')] public function testAssertReturn317(): void { $this->runAssertReturnCommand( @@ -3189,7 +2871,6 @@ final class F64BitwiseTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn317')] public function testAssertReturn318(): void { $this->runAssertReturnCommand( @@ -3199,7 +2880,6 @@ final class F64BitwiseTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn318')] public function testAssertReturn319(): void { $this->runAssertReturnCommand( @@ -3209,7 +2889,6 @@ final class F64BitwiseTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn319')] public function testAssertReturn320(): void { $this->runAssertReturnCommand( @@ -3219,7 +2898,6 @@ final class F64BitwiseTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn320')] public function testAssertReturn321(): void { $this->runAssertReturnCommand( @@ -3229,7 +2907,6 @@ final class F64BitwiseTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn321')] public function testAssertReturn322(): void { $this->runAssertReturnCommand( @@ -3239,7 +2916,6 @@ final class F64BitwiseTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn322')] public function testAssertReturn323(): void { $this->runAssertReturnCommand( @@ -3249,7 +2925,6 @@ final class F64BitwiseTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn323')] public function testAssertReturn324(): void { $this->runAssertReturnCommand( @@ -3259,7 +2934,6 @@ final class F64BitwiseTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn324')] public function testAssertReturn325(): void { $this->runAssertReturnCommand( @@ -3269,7 +2943,6 @@ final class F64BitwiseTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn325')] public function testAssertReturn326(): void { $this->runAssertReturnCommand( @@ -3279,7 +2952,6 @@ final class F64BitwiseTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn326')] public function testAssertReturn327(): void { $this->runAssertReturnCommand( @@ -3289,7 +2961,6 @@ final class F64BitwiseTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn327')] public function testAssertReturn328(): void { $this->runAssertReturnCommand( @@ -3299,7 +2970,6 @@ final class F64BitwiseTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn328')] public function testAssertReturn329(): void { $this->runAssertReturnCommand( @@ -3309,7 +2979,6 @@ final class F64BitwiseTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn329')] public function testAssertReturn330(): void { $this->runAssertReturnCommand( @@ -3319,7 +2988,6 @@ final class F64BitwiseTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn330')] public function testAssertReturn331(): void { $this->runAssertReturnCommand( @@ -3329,7 +2997,6 @@ final class F64BitwiseTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn331')] public function testAssertReturn332(): void { $this->runAssertReturnCommand( @@ -3339,7 +3006,6 @@ final class F64BitwiseTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn332')] public function testAssertReturn333(): void { $this->runAssertReturnCommand( @@ -3349,7 +3015,6 @@ final class F64BitwiseTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn333')] public function testAssertReturn334(): void { $this->runAssertReturnCommand( @@ -3359,7 +3024,6 @@ final class F64BitwiseTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn334')] public function testAssertReturn335(): void { $this->runAssertReturnCommand( @@ -3369,7 +3033,6 @@ final class F64BitwiseTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn335')] public function testAssertReturn336(): void { $this->runAssertReturnCommand( @@ -3379,7 +3042,6 @@ final class F64BitwiseTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn336')] public function testAssertReturn337(): void { $this->runAssertReturnCommand( @@ -3389,7 +3051,6 @@ final class F64BitwiseTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn337')] public function testAssertReturn338(): void { $this->runAssertReturnCommand( @@ -3399,7 +3060,6 @@ final class F64BitwiseTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn338')] public function testAssertReturn339(): void { $this->runAssertReturnCommand( @@ -3409,7 +3069,6 @@ final class F64BitwiseTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn339')] public function testAssertReturn340(): void { $this->runAssertReturnCommand( @@ -3419,7 +3078,6 @@ final class F64BitwiseTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn340')] public function testAssertReturn341(): void { $this->runAssertReturnCommand( @@ -3429,7 +3087,6 @@ final class F64BitwiseTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn341')] public function testAssertReturn342(): void { $this->runAssertReturnCommand( @@ -3439,7 +3096,6 @@ final class F64BitwiseTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn342')] public function testAssertReturn343(): void { $this->runAssertReturnCommand( @@ -3449,7 +3105,6 @@ final class F64BitwiseTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn343')] public function testAssertReturn344(): void { $this->runAssertReturnCommand( @@ -3459,7 +3114,6 @@ final class F64BitwiseTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn344')] public function testAssertReturn345(): void { $this->runAssertReturnCommand( @@ -3469,7 +3123,6 @@ final class F64BitwiseTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn345')] public function testAssertReturn346(): void { $this->runAssertReturnCommand( @@ -3479,7 +3132,6 @@ final class F64BitwiseTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn346')] public function testAssertReturn347(): void { $this->runAssertReturnCommand( @@ -3489,7 +3141,6 @@ final class F64BitwiseTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn347')] public function testAssertReturn348(): void { $this->runAssertReturnCommand( @@ -3499,7 +3150,6 @@ final class F64BitwiseTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn348')] public function testAssertReturn349(): void { $this->runAssertReturnCommand( @@ -3509,7 +3159,6 @@ final class F64BitwiseTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn349')] public function testAssertReturn350(): void { $this->runAssertReturnCommand( @@ -3519,7 +3168,6 @@ final class F64BitwiseTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn350')] public function testAssertReturn351(): void { $this->runAssertReturnCommand( @@ -3529,7 +3177,6 @@ final class F64BitwiseTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn351')] public function testAssertReturn352(): void { $this->runAssertReturnCommand( @@ -3539,7 +3186,6 @@ final class F64BitwiseTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn352')] public function testAssertReturn353(): void { $this->runAssertReturnCommand( @@ -3549,7 +3195,6 @@ final class F64BitwiseTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn353')] public function testAssertReturn354(): void { $this->runAssertReturnCommand( @@ -3559,7 +3204,6 @@ final class F64BitwiseTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn354')] public function testAssertReturn355(): void { $this->runAssertReturnCommand( @@ -3569,7 +3213,6 @@ final class F64BitwiseTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn355')] public function testAssertReturn356(): void { $this->runAssertReturnCommand( @@ -3579,7 +3222,6 @@ final class F64BitwiseTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn356')] public function testAssertReturn357(): void { $this->runAssertReturnCommand( @@ -3589,7 +3231,6 @@ final class F64BitwiseTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn357')] public function testAssertReturn358(): void { $this->runAssertReturnCommand( @@ -3599,7 +3240,6 @@ final class F64BitwiseTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn358')] public function testAssertReturn359(): void { $this->runAssertReturnCommand( @@ -3609,7 +3249,6 @@ final class F64BitwiseTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn359')] public function testAssertReturn360(): void { $this->runAssertReturnCommand( @@ -3619,7 +3258,6 @@ final class F64BitwiseTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn360')] public function testAssertInvalid361(): void { $this->runAssertInvalidCommand( @@ -3629,7 +3267,6 @@ final class F64BitwiseTest extends SpecTestsuiteBase ); } - #[Depends('testAssertInvalid361')] public function testAssertInvalid362(): void { $this->runAssertInvalidCommand( @@ -3639,7 +3276,6 @@ final class F64BitwiseTest extends SpecTestsuiteBase ); } - #[Depends('testAssertInvalid362')] public function testAssertInvalid363(): void { $this->runAssertInvalidCommand( diff --git a/tests/src/SpecTestsuites/Core/F64CmpTest.php b/tests/src/SpecTestsuites/Core/F64CmpTest.php index ef64523..24bb855 100644 --- a/tests/src/SpecTestsuites/Core/F64CmpTest.php +++ b/tests/src/SpecTestsuites/Core/F64CmpTest.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 F64CmpTest extends SpecTestsuiteBase @@ -19,7 +18,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testModule0')] public function testAssertReturn1(): void { $this->runAssertReturnCommand( @@ -29,7 +27,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1')] public function testAssertReturn2(): void { $this->runAssertReturnCommand( @@ -39,7 +36,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2')] public function testAssertReturn3(): void { $this->runAssertReturnCommand( @@ -49,7 +45,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn3')] public function testAssertReturn4(): void { $this->runAssertReturnCommand( @@ -59,7 +54,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn4')] public function testAssertReturn5(): void { $this->runAssertReturnCommand( @@ -69,7 +63,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn5')] public function testAssertReturn6(): void { $this->runAssertReturnCommand( @@ -79,7 +72,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn6')] public function testAssertReturn7(): void { $this->runAssertReturnCommand( @@ -89,7 +81,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn7')] public function testAssertReturn8(): void { $this->runAssertReturnCommand( @@ -99,7 +90,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn8')] public function testAssertReturn9(): void { $this->runAssertReturnCommand( @@ -109,7 +99,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn9')] public function testAssertReturn10(): void { $this->runAssertReturnCommand( @@ -119,7 +108,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn10')] public function testAssertReturn11(): void { $this->runAssertReturnCommand( @@ -129,7 +117,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn11')] public function testAssertReturn12(): void { $this->runAssertReturnCommand( @@ -139,7 +126,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn12')] public function testAssertReturn13(): void { $this->runAssertReturnCommand( @@ -149,7 +135,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn13')] public function testAssertReturn14(): void { $this->runAssertReturnCommand( @@ -159,7 +144,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn14')] public function testAssertReturn15(): void { $this->runAssertReturnCommand( @@ -169,7 +153,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn15')] public function testAssertReturn16(): void { $this->runAssertReturnCommand( @@ -179,7 +162,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn16')] public function testAssertReturn17(): void { $this->runAssertReturnCommand( @@ -189,7 +171,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn17')] public function testAssertReturn18(): void { $this->runAssertReturnCommand( @@ -199,7 +180,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn18')] public function testAssertReturn19(): void { $this->runAssertReturnCommand( @@ -209,7 +189,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn19')] public function testAssertReturn20(): void { $this->runAssertReturnCommand( @@ -219,7 +198,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn20')] public function testAssertReturn21(): void { $this->runAssertReturnCommand( @@ -229,7 +207,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn21')] public function testAssertReturn22(): void { $this->runAssertReturnCommand( @@ -239,7 +216,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn22')] public function testAssertReturn23(): void { $this->runAssertReturnCommand( @@ -249,7 +225,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn23')] public function testAssertReturn24(): void { $this->runAssertReturnCommand( @@ -259,7 +234,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn24')] public function testAssertReturn25(): void { $this->runAssertReturnCommand( @@ -269,7 +243,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn25')] public function testAssertReturn26(): void { $this->runAssertReturnCommand( @@ -279,7 +252,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn26')] public function testAssertReturn27(): void { $this->runAssertReturnCommand( @@ -289,7 +261,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn27')] public function testAssertReturn28(): void { $this->runAssertReturnCommand( @@ -299,7 +270,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn28')] public function testAssertReturn29(): void { $this->runAssertReturnCommand( @@ -309,7 +279,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn29')] public function testAssertReturn30(): void { $this->runAssertReturnCommand( @@ -319,7 +288,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn30')] public function testAssertReturn31(): void { $this->runAssertReturnCommand( @@ -329,7 +297,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn31')] public function testAssertReturn32(): void { $this->runAssertReturnCommand( @@ -339,7 +306,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn32')] public function testAssertReturn33(): void { $this->runAssertReturnCommand( @@ -349,7 +315,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn33')] public function testAssertReturn34(): void { $this->runAssertReturnCommand( @@ -359,7 +324,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn34')] public function testAssertReturn35(): void { $this->runAssertReturnCommand( @@ -369,7 +333,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn35')] public function testAssertReturn36(): void { $this->runAssertReturnCommand( @@ -379,7 +342,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn36')] public function testAssertReturn37(): void { $this->runAssertReturnCommand( @@ -389,7 +351,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn37')] public function testAssertReturn38(): void { $this->runAssertReturnCommand( @@ -399,7 +360,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn38')] public function testAssertReturn39(): void { $this->runAssertReturnCommand( @@ -409,7 +369,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn39')] public function testAssertReturn40(): void { $this->runAssertReturnCommand( @@ -419,7 +378,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn40')] public function testAssertReturn41(): void { $this->runAssertReturnCommand( @@ -429,7 +387,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn41')] public function testAssertReturn42(): void { $this->runAssertReturnCommand( @@ -439,7 +396,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn42')] public function testAssertReturn43(): void { $this->runAssertReturnCommand( @@ -449,7 +405,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn43')] public function testAssertReturn44(): void { $this->runAssertReturnCommand( @@ -459,7 +414,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn44')] public function testAssertReturn45(): void { $this->runAssertReturnCommand( @@ -469,7 +423,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn45')] public function testAssertReturn46(): void { $this->runAssertReturnCommand( @@ -479,7 +432,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn46')] public function testAssertReturn47(): void { $this->runAssertReturnCommand( @@ -489,7 +441,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn47')] public function testAssertReturn48(): void { $this->runAssertReturnCommand( @@ -499,7 +450,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn48')] public function testAssertReturn49(): void { $this->runAssertReturnCommand( @@ -509,7 +459,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn49')] public function testAssertReturn50(): void { $this->runAssertReturnCommand( @@ -519,7 +468,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn50')] public function testAssertReturn51(): void { $this->runAssertReturnCommand( @@ -529,7 +477,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn51')] public function testAssertReturn52(): void { $this->runAssertReturnCommand( @@ -539,7 +486,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn52')] public function testAssertReturn53(): void { $this->runAssertReturnCommand( @@ -549,7 +495,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn53')] public function testAssertReturn54(): void { $this->runAssertReturnCommand( @@ -559,7 +504,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn54')] public function testAssertReturn55(): void { $this->runAssertReturnCommand( @@ -569,7 +513,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn55')] public function testAssertReturn56(): void { $this->runAssertReturnCommand( @@ -579,7 +522,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn56')] public function testAssertReturn57(): void { $this->runAssertReturnCommand( @@ -589,7 +531,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn57')] public function testAssertReturn58(): void { $this->runAssertReturnCommand( @@ -599,7 +540,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn58')] public function testAssertReturn59(): void { $this->runAssertReturnCommand( @@ -609,7 +549,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn59')] public function testAssertReturn60(): void { $this->runAssertReturnCommand( @@ -619,7 +558,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn60')] public function testAssertReturn61(): void { $this->runAssertReturnCommand( @@ -629,7 +567,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn61')] public function testAssertReturn62(): void { $this->runAssertReturnCommand( @@ -639,7 +576,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn62')] public function testAssertReturn63(): void { $this->runAssertReturnCommand( @@ -649,7 +585,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn63')] public function testAssertReturn64(): void { $this->runAssertReturnCommand( @@ -659,7 +594,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn64')] public function testAssertReturn65(): void { $this->runAssertReturnCommand( @@ -669,7 +603,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn65')] public function testAssertReturn66(): void { $this->runAssertReturnCommand( @@ -679,7 +612,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn66')] public function testAssertReturn67(): void { $this->runAssertReturnCommand( @@ -689,7 +621,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn67')] public function testAssertReturn68(): void { $this->runAssertReturnCommand( @@ -699,7 +630,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn68')] public function testAssertReturn69(): void { $this->runAssertReturnCommand( @@ -709,7 +639,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn69')] public function testAssertReturn70(): void { $this->runAssertReturnCommand( @@ -719,7 +648,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn70')] public function testAssertReturn71(): void { $this->runAssertReturnCommand( @@ -729,7 +657,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn71')] public function testAssertReturn72(): void { $this->runAssertReturnCommand( @@ -739,7 +666,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn72')] public function testAssertReturn73(): void { $this->runAssertReturnCommand( @@ -749,7 +675,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn73')] public function testAssertReturn74(): void { $this->runAssertReturnCommand( @@ -759,7 +684,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn74')] public function testAssertReturn75(): void { $this->runAssertReturnCommand( @@ -769,7 +693,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn75')] public function testAssertReturn76(): void { $this->runAssertReturnCommand( @@ -779,7 +702,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn76')] public function testAssertReturn77(): void { $this->runAssertReturnCommand( @@ -789,7 +711,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn77')] public function testAssertReturn78(): void { $this->runAssertReturnCommand( @@ -799,7 +720,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn78')] public function testAssertReturn79(): void { $this->runAssertReturnCommand( @@ -809,7 +729,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn79')] public function testAssertReturn80(): void { $this->runAssertReturnCommand( @@ -819,7 +738,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn80')] public function testAssertReturn81(): void { $this->runAssertReturnCommand( @@ -829,7 +747,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn81')] public function testAssertReturn82(): void { $this->runAssertReturnCommand( @@ -839,7 +756,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn82')] public function testAssertReturn83(): void { $this->runAssertReturnCommand( @@ -849,7 +765,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn83')] public function testAssertReturn84(): void { $this->runAssertReturnCommand( @@ -859,7 +774,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn84')] public function testAssertReturn85(): void { $this->runAssertReturnCommand( @@ -869,7 +783,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn85')] public function testAssertReturn86(): void { $this->runAssertReturnCommand( @@ -879,7 +792,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn86')] public function testAssertReturn87(): void { $this->runAssertReturnCommand( @@ -889,7 +801,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn87')] public function testAssertReturn88(): void { $this->runAssertReturnCommand( @@ -899,7 +810,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn88')] public function testAssertReturn89(): void { $this->runAssertReturnCommand( @@ -909,7 +819,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn89')] public function testAssertReturn90(): void { $this->runAssertReturnCommand( @@ -919,7 +828,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn90')] public function testAssertReturn91(): void { $this->runAssertReturnCommand( @@ -929,7 +837,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn91')] public function testAssertReturn92(): void { $this->runAssertReturnCommand( @@ -939,7 +846,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn92')] public function testAssertReturn93(): void { $this->runAssertReturnCommand( @@ -949,7 +855,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn93')] public function testAssertReturn94(): void { $this->runAssertReturnCommand( @@ -959,7 +864,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn94')] public function testAssertReturn95(): void { $this->runAssertReturnCommand( @@ -969,7 +873,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn95')] public function testAssertReturn96(): void { $this->runAssertReturnCommand( @@ -979,7 +882,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn96')] public function testAssertReturn97(): void { $this->runAssertReturnCommand( @@ -989,7 +891,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn97')] public function testAssertReturn98(): void { $this->runAssertReturnCommand( @@ -999,7 +900,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn98')] public function testAssertReturn99(): void { $this->runAssertReturnCommand( @@ -1009,7 +909,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn99')] public function testAssertReturn100(): void { $this->runAssertReturnCommand( @@ -1019,7 +918,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn100')] public function testAssertReturn101(): void { $this->runAssertReturnCommand( @@ -1029,7 +927,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn101')] public function testAssertReturn102(): void { $this->runAssertReturnCommand( @@ -1039,7 +936,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn102')] public function testAssertReturn103(): void { $this->runAssertReturnCommand( @@ -1049,7 +945,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn103')] public function testAssertReturn104(): void { $this->runAssertReturnCommand( @@ -1059,7 +954,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn104')] public function testAssertReturn105(): void { $this->runAssertReturnCommand( @@ -1069,7 +963,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn105')] public function testAssertReturn106(): void { $this->runAssertReturnCommand( @@ -1079,7 +972,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn106')] public function testAssertReturn107(): void { $this->runAssertReturnCommand( @@ -1089,7 +981,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn107')] public function testAssertReturn108(): void { $this->runAssertReturnCommand( @@ -1099,7 +990,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn108')] public function testAssertReturn109(): void { $this->runAssertReturnCommand( @@ -1109,7 +999,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn109')] public function testAssertReturn110(): void { $this->runAssertReturnCommand( @@ -1119,7 +1008,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn110')] public function testAssertReturn111(): void { $this->runAssertReturnCommand( @@ -1129,7 +1017,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn111')] public function testAssertReturn112(): void { $this->runAssertReturnCommand( @@ -1139,7 +1026,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn112')] public function testAssertReturn113(): void { $this->runAssertReturnCommand( @@ -1149,7 +1035,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn113')] public function testAssertReturn114(): void { $this->runAssertReturnCommand( @@ -1159,7 +1044,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn114')] public function testAssertReturn115(): void { $this->runAssertReturnCommand( @@ -1169,7 +1053,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn115')] public function testAssertReturn116(): void { $this->runAssertReturnCommand( @@ -1179,7 +1062,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn116')] public function testAssertReturn117(): void { $this->runAssertReturnCommand( @@ -1189,7 +1071,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn117')] public function testAssertReturn118(): void { $this->runAssertReturnCommand( @@ -1199,7 +1080,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn118')] public function testAssertReturn119(): void { $this->runAssertReturnCommand( @@ -1209,7 +1089,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn119')] public function testAssertReturn120(): void { $this->runAssertReturnCommand( @@ -1219,7 +1098,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn120')] public function testAssertReturn121(): void { $this->runAssertReturnCommand( @@ -1229,7 +1107,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn121')] public function testAssertReturn122(): void { $this->runAssertReturnCommand( @@ -1239,7 +1116,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn122')] public function testAssertReturn123(): void { $this->runAssertReturnCommand( @@ -1249,7 +1125,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn123')] public function testAssertReturn124(): void { $this->runAssertReturnCommand( @@ -1259,7 +1134,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn124')] public function testAssertReturn125(): void { $this->runAssertReturnCommand( @@ -1269,7 +1143,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn125')] public function testAssertReturn126(): void { $this->runAssertReturnCommand( @@ -1279,7 +1152,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn126')] public function testAssertReturn127(): void { $this->runAssertReturnCommand( @@ -1289,7 +1161,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn127')] public function testAssertReturn128(): void { $this->runAssertReturnCommand( @@ -1299,7 +1170,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn128')] public function testAssertReturn129(): void { $this->runAssertReturnCommand( @@ -1309,7 +1179,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn129')] public function testAssertReturn130(): void { $this->runAssertReturnCommand( @@ -1319,7 +1188,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn130')] public function testAssertReturn131(): void { $this->runAssertReturnCommand( @@ -1329,7 +1197,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn131')] public function testAssertReturn132(): void { $this->runAssertReturnCommand( @@ -1339,7 +1206,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn132')] public function testAssertReturn133(): void { $this->runAssertReturnCommand( @@ -1349,7 +1215,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn133')] public function testAssertReturn134(): void { $this->runAssertReturnCommand( @@ -1359,7 +1224,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn134')] public function testAssertReturn135(): void { $this->runAssertReturnCommand( @@ -1369,7 +1233,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn135')] public function testAssertReturn136(): void { $this->runAssertReturnCommand( @@ -1379,7 +1242,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn136')] public function testAssertReturn137(): void { $this->runAssertReturnCommand( @@ -1389,7 +1251,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn137')] public function testAssertReturn138(): void { $this->runAssertReturnCommand( @@ -1399,7 +1260,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn138')] public function testAssertReturn139(): void { $this->runAssertReturnCommand( @@ -1409,7 +1269,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn139')] public function testAssertReturn140(): void { $this->runAssertReturnCommand( @@ -1419,7 +1278,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn140')] public function testAssertReturn141(): void { $this->runAssertReturnCommand( @@ -1429,7 +1287,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn141')] public function testAssertReturn142(): void { $this->runAssertReturnCommand( @@ -1439,7 +1296,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn142')] public function testAssertReturn143(): void { $this->runAssertReturnCommand( @@ -1449,7 +1305,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn143')] public function testAssertReturn144(): void { $this->runAssertReturnCommand( @@ -1459,7 +1314,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn144')] public function testAssertReturn145(): void { $this->runAssertReturnCommand( @@ -1469,7 +1323,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn145')] public function testAssertReturn146(): void { $this->runAssertReturnCommand( @@ -1479,7 +1332,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn146')] public function testAssertReturn147(): void { $this->runAssertReturnCommand( @@ -1489,7 +1341,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn147')] public function testAssertReturn148(): void { $this->runAssertReturnCommand( @@ -1499,7 +1350,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn148')] public function testAssertReturn149(): void { $this->runAssertReturnCommand( @@ -1509,7 +1359,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn149')] public function testAssertReturn150(): void { $this->runAssertReturnCommand( @@ -1519,7 +1368,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn150')] public function testAssertReturn151(): void { $this->runAssertReturnCommand( @@ -1529,7 +1377,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn151')] public function testAssertReturn152(): void { $this->runAssertReturnCommand( @@ -1539,7 +1386,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn152')] public function testAssertReturn153(): void { $this->runAssertReturnCommand( @@ -1549,7 +1395,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn153')] public function testAssertReturn154(): void { $this->runAssertReturnCommand( @@ -1559,7 +1404,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn154')] public function testAssertReturn155(): void { $this->runAssertReturnCommand( @@ -1569,7 +1413,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn155')] public function testAssertReturn156(): void { $this->runAssertReturnCommand( @@ -1579,7 +1422,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn156')] public function testAssertReturn157(): void { $this->runAssertReturnCommand( @@ -1589,7 +1431,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn157')] public function testAssertReturn158(): void { $this->runAssertReturnCommand( @@ -1599,7 +1440,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn158')] public function testAssertReturn159(): void { $this->runAssertReturnCommand( @@ -1609,7 +1449,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn159')] public function testAssertReturn160(): void { $this->runAssertReturnCommand( @@ -1619,7 +1458,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn160')] public function testAssertReturn161(): void { $this->runAssertReturnCommand( @@ -1629,7 +1467,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn161')] public function testAssertReturn162(): void { $this->runAssertReturnCommand( @@ -1639,7 +1476,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn162')] public function testAssertReturn163(): void { $this->runAssertReturnCommand( @@ -1649,7 +1485,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn163')] public function testAssertReturn164(): void { $this->runAssertReturnCommand( @@ -1659,7 +1494,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn164')] public function testAssertReturn165(): void { $this->runAssertReturnCommand( @@ -1669,7 +1503,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn165')] public function testAssertReturn166(): void { $this->runAssertReturnCommand( @@ -1679,7 +1512,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn166')] public function testAssertReturn167(): void { $this->runAssertReturnCommand( @@ -1689,7 +1521,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn167')] public function testAssertReturn168(): void { $this->runAssertReturnCommand( @@ -1699,7 +1530,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn168')] public function testAssertReturn169(): void { $this->runAssertReturnCommand( @@ -1709,7 +1539,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn169')] public function testAssertReturn170(): void { $this->runAssertReturnCommand( @@ -1719,7 +1548,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn170')] public function testAssertReturn171(): void { $this->runAssertReturnCommand( @@ -1729,7 +1557,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn171')] public function testAssertReturn172(): void { $this->runAssertReturnCommand( @@ -1739,7 +1566,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn172')] public function testAssertReturn173(): void { $this->runAssertReturnCommand( @@ -1749,7 +1575,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn173')] public function testAssertReturn174(): void { $this->runAssertReturnCommand( @@ -1759,7 +1584,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn174')] public function testAssertReturn175(): void { $this->runAssertReturnCommand( @@ -1769,7 +1593,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn175')] public function testAssertReturn176(): void { $this->runAssertReturnCommand( @@ -1779,7 +1602,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn176')] public function testAssertReturn177(): void { $this->runAssertReturnCommand( @@ -1789,7 +1611,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn177')] public function testAssertReturn178(): void { $this->runAssertReturnCommand( @@ -1799,7 +1620,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn178')] public function testAssertReturn179(): void { $this->runAssertReturnCommand( @@ -1809,7 +1629,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn179')] public function testAssertReturn180(): void { $this->runAssertReturnCommand( @@ -1819,7 +1638,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn180')] public function testAssertReturn181(): void { $this->runAssertReturnCommand( @@ -1829,7 +1647,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn181')] public function testAssertReturn182(): void { $this->runAssertReturnCommand( @@ -1839,7 +1656,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn182')] public function testAssertReturn183(): void { $this->runAssertReturnCommand( @@ -1849,7 +1665,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn183')] public function testAssertReturn184(): void { $this->runAssertReturnCommand( @@ -1859,7 +1674,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn184')] public function testAssertReturn185(): void { $this->runAssertReturnCommand( @@ -1869,7 +1683,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn185')] public function testAssertReturn186(): void { $this->runAssertReturnCommand( @@ -1879,7 +1692,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn186')] public function testAssertReturn187(): void { $this->runAssertReturnCommand( @@ -1889,7 +1701,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn187')] public function testAssertReturn188(): void { $this->runAssertReturnCommand( @@ -1899,7 +1710,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn188')] public function testAssertReturn189(): void { $this->runAssertReturnCommand( @@ -1909,7 +1719,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn189')] public function testAssertReturn190(): void { $this->runAssertReturnCommand( @@ -1919,7 +1728,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn190')] public function testAssertReturn191(): void { $this->runAssertReturnCommand( @@ -1929,7 +1737,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn191')] public function testAssertReturn192(): void { $this->runAssertReturnCommand( @@ -1939,7 +1746,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn192')] public function testAssertReturn193(): void { $this->runAssertReturnCommand( @@ -1949,7 +1755,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn193')] public function testAssertReturn194(): void { $this->runAssertReturnCommand( @@ -1959,7 +1764,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn194')] public function testAssertReturn195(): void { $this->runAssertReturnCommand( @@ -1969,7 +1773,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn195')] public function testAssertReturn196(): void { $this->runAssertReturnCommand( @@ -1979,7 +1782,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn196')] public function testAssertReturn197(): void { $this->runAssertReturnCommand( @@ -1989,7 +1791,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn197')] public function testAssertReturn198(): void { $this->runAssertReturnCommand( @@ -1999,7 +1800,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn198')] public function testAssertReturn199(): void { $this->runAssertReturnCommand( @@ -2009,7 +1809,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn199')] public function testAssertReturn200(): void { $this->runAssertReturnCommand( @@ -2019,7 +1818,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn200')] public function testAssertReturn201(): void { $this->runAssertReturnCommand( @@ -2029,7 +1827,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn201')] public function testAssertReturn202(): void { $this->runAssertReturnCommand( @@ -2039,7 +1836,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn202')] public function testAssertReturn203(): void { $this->runAssertReturnCommand( @@ -2049,7 +1845,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn203')] public function testAssertReturn204(): void { $this->runAssertReturnCommand( @@ -2059,7 +1854,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn204')] public function testAssertReturn205(): void { $this->runAssertReturnCommand( @@ -2069,7 +1863,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn205')] public function testAssertReturn206(): void { $this->runAssertReturnCommand( @@ -2079,7 +1872,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn206')] public function testAssertReturn207(): void { $this->runAssertReturnCommand( @@ -2089,7 +1881,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn207')] public function testAssertReturn208(): void { $this->runAssertReturnCommand( @@ -2099,7 +1890,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn208')] public function testAssertReturn209(): void { $this->runAssertReturnCommand( @@ -2109,7 +1899,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn209')] public function testAssertReturn210(): void { $this->runAssertReturnCommand( @@ -2119,7 +1908,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn210')] public function testAssertReturn211(): void { $this->runAssertReturnCommand( @@ -2129,7 +1917,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn211')] public function testAssertReturn212(): void { $this->runAssertReturnCommand( @@ -2139,7 +1926,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn212')] public function testAssertReturn213(): void { $this->runAssertReturnCommand( @@ -2149,7 +1935,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn213')] public function testAssertReturn214(): void { $this->runAssertReturnCommand( @@ -2159,7 +1944,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn214')] public function testAssertReturn215(): void { $this->runAssertReturnCommand( @@ -2169,7 +1953,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn215')] public function testAssertReturn216(): void { $this->runAssertReturnCommand( @@ -2179,7 +1962,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn216')] public function testAssertReturn217(): void { $this->runAssertReturnCommand( @@ -2189,7 +1971,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn217')] public function testAssertReturn218(): void { $this->runAssertReturnCommand( @@ -2199,7 +1980,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn218')] public function testAssertReturn219(): void { $this->runAssertReturnCommand( @@ -2209,7 +1989,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn219')] public function testAssertReturn220(): void { $this->runAssertReturnCommand( @@ -2219,7 +1998,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn220')] public function testAssertReturn221(): void { $this->runAssertReturnCommand( @@ -2229,7 +2007,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn221')] public function testAssertReturn222(): void { $this->runAssertReturnCommand( @@ -2239,7 +2016,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn222')] public function testAssertReturn223(): void { $this->runAssertReturnCommand( @@ -2249,7 +2025,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn223')] public function testAssertReturn224(): void { $this->runAssertReturnCommand( @@ -2259,7 +2034,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn224')] public function testAssertReturn225(): void { $this->runAssertReturnCommand( @@ -2269,7 +2043,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn225')] public function testAssertReturn226(): void { $this->runAssertReturnCommand( @@ -2279,7 +2052,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn226')] public function testAssertReturn227(): void { $this->runAssertReturnCommand( @@ -2289,7 +2061,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn227')] public function testAssertReturn228(): void { $this->runAssertReturnCommand( @@ -2299,7 +2070,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn228')] public function testAssertReturn229(): void { $this->runAssertReturnCommand( @@ -2309,7 +2079,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn229')] public function testAssertReturn230(): void { $this->runAssertReturnCommand( @@ -2319,7 +2088,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn230')] public function testAssertReturn231(): void { $this->runAssertReturnCommand( @@ -2329,7 +2097,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn231')] public function testAssertReturn232(): void { $this->runAssertReturnCommand( @@ -2339,7 +2106,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn232')] public function testAssertReturn233(): void { $this->runAssertReturnCommand( @@ -2349,7 +2115,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn233')] public function testAssertReturn234(): void { $this->runAssertReturnCommand( @@ -2359,7 +2124,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn234')] public function testAssertReturn235(): void { $this->runAssertReturnCommand( @@ -2369,7 +2133,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn235')] public function testAssertReturn236(): void { $this->runAssertReturnCommand( @@ -2379,7 +2142,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn236')] public function testAssertReturn237(): void { $this->runAssertReturnCommand( @@ -2389,7 +2151,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn237')] public function testAssertReturn238(): void { $this->runAssertReturnCommand( @@ -2399,7 +2160,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn238')] public function testAssertReturn239(): void { $this->runAssertReturnCommand( @@ -2409,7 +2169,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn239')] public function testAssertReturn240(): void { $this->runAssertReturnCommand( @@ -2419,7 +2178,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn240')] public function testAssertReturn241(): void { $this->runAssertReturnCommand( @@ -2429,7 +2187,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn241')] public function testAssertReturn242(): void { $this->runAssertReturnCommand( @@ -2439,7 +2196,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn242')] public function testAssertReturn243(): void { $this->runAssertReturnCommand( @@ -2449,7 +2205,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn243')] public function testAssertReturn244(): void { $this->runAssertReturnCommand( @@ -2459,7 +2214,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn244')] public function testAssertReturn245(): void { $this->runAssertReturnCommand( @@ -2469,7 +2223,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn245')] public function testAssertReturn246(): void { $this->runAssertReturnCommand( @@ -2479,7 +2232,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn246')] public function testAssertReturn247(): void { $this->runAssertReturnCommand( @@ -2489,7 +2241,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn247')] public function testAssertReturn248(): void { $this->runAssertReturnCommand( @@ -2499,7 +2250,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn248')] public function testAssertReturn249(): void { $this->runAssertReturnCommand( @@ -2509,7 +2259,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn249')] public function testAssertReturn250(): void { $this->runAssertReturnCommand( @@ -2519,7 +2268,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn250')] public function testAssertReturn251(): void { $this->runAssertReturnCommand( @@ -2529,7 +2277,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn251')] public function testAssertReturn252(): void { $this->runAssertReturnCommand( @@ -2539,7 +2286,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn252')] public function testAssertReturn253(): void { $this->runAssertReturnCommand( @@ -2549,7 +2295,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn253')] public function testAssertReturn254(): void { $this->runAssertReturnCommand( @@ -2559,7 +2304,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn254')] public function testAssertReturn255(): void { $this->runAssertReturnCommand( @@ -2569,7 +2313,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn255')] public function testAssertReturn256(): void { $this->runAssertReturnCommand( @@ -2579,7 +2322,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn256')] public function testAssertReturn257(): void { $this->runAssertReturnCommand( @@ -2589,7 +2331,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn257')] public function testAssertReturn258(): void { $this->runAssertReturnCommand( @@ -2599,7 +2340,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn258')] public function testAssertReturn259(): void { $this->runAssertReturnCommand( @@ -2609,7 +2349,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn259')] public function testAssertReturn260(): void { $this->runAssertReturnCommand( @@ -2619,7 +2358,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn260')] public function testAssertReturn261(): void { $this->runAssertReturnCommand( @@ -2629,7 +2367,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn261')] public function testAssertReturn262(): void { $this->runAssertReturnCommand( @@ -2639,7 +2376,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn262')] public function testAssertReturn263(): void { $this->runAssertReturnCommand( @@ -2649,7 +2385,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn263')] public function testAssertReturn264(): void { $this->runAssertReturnCommand( @@ -2659,7 +2394,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn264')] public function testAssertReturn265(): void { $this->runAssertReturnCommand( @@ -2669,7 +2403,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn265')] public function testAssertReturn266(): void { $this->runAssertReturnCommand( @@ -2679,7 +2412,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn266')] public function testAssertReturn267(): void { $this->runAssertReturnCommand( @@ -2689,7 +2421,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn267')] public function testAssertReturn268(): void { $this->runAssertReturnCommand( @@ -2699,7 +2430,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn268')] public function testAssertReturn269(): void { $this->runAssertReturnCommand( @@ -2709,7 +2439,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn269')] public function testAssertReturn270(): void { $this->runAssertReturnCommand( @@ -2719,7 +2448,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn270')] public function testAssertReturn271(): void { $this->runAssertReturnCommand( @@ -2729,7 +2457,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn271')] public function testAssertReturn272(): void { $this->runAssertReturnCommand( @@ -2739,7 +2466,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn272')] public function testAssertReturn273(): void { $this->runAssertReturnCommand( @@ -2749,7 +2475,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn273')] public function testAssertReturn274(): void { $this->runAssertReturnCommand( @@ -2759,7 +2484,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn274')] public function testAssertReturn275(): void { $this->runAssertReturnCommand( @@ -2769,7 +2493,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn275')] public function testAssertReturn276(): void { $this->runAssertReturnCommand( @@ -2779,7 +2502,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn276')] public function testAssertReturn277(): void { $this->runAssertReturnCommand( @@ -2789,7 +2511,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn277')] public function testAssertReturn278(): void { $this->runAssertReturnCommand( @@ -2799,7 +2520,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn278')] public function testAssertReturn279(): void { $this->runAssertReturnCommand( @@ -2809,7 +2529,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn279')] public function testAssertReturn280(): void { $this->runAssertReturnCommand( @@ -2819,7 +2538,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn280')] public function testAssertReturn281(): void { $this->runAssertReturnCommand( @@ -2829,7 +2547,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn281')] public function testAssertReturn282(): void { $this->runAssertReturnCommand( @@ -2839,7 +2556,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn282')] public function testAssertReturn283(): void { $this->runAssertReturnCommand( @@ -2849,7 +2565,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn283')] public function testAssertReturn284(): void { $this->runAssertReturnCommand( @@ -2859,7 +2574,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn284')] public function testAssertReturn285(): void { $this->runAssertReturnCommand( @@ -2869,7 +2583,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn285')] public function testAssertReturn286(): void { $this->runAssertReturnCommand( @@ -2879,7 +2592,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn286')] public function testAssertReturn287(): void { $this->runAssertReturnCommand( @@ -2889,7 +2601,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn287')] public function testAssertReturn288(): void { $this->runAssertReturnCommand( @@ -2899,7 +2610,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn288')] public function testAssertReturn289(): void { $this->runAssertReturnCommand( @@ -2909,7 +2619,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn289')] public function testAssertReturn290(): void { $this->runAssertReturnCommand( @@ -2919,7 +2628,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn290')] public function testAssertReturn291(): void { $this->runAssertReturnCommand( @@ -2929,7 +2637,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn291')] public function testAssertReturn292(): void { $this->runAssertReturnCommand( @@ -2939,7 +2646,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn292')] public function testAssertReturn293(): void { $this->runAssertReturnCommand( @@ -2949,7 +2655,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn293')] public function testAssertReturn294(): void { $this->runAssertReturnCommand( @@ -2959,7 +2664,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn294')] public function testAssertReturn295(): void { $this->runAssertReturnCommand( @@ -2969,7 +2673,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn295')] public function testAssertReturn296(): void { $this->runAssertReturnCommand( @@ -2979,7 +2682,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn296')] public function testAssertReturn297(): void { $this->runAssertReturnCommand( @@ -2989,7 +2691,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn297')] public function testAssertReturn298(): void { $this->runAssertReturnCommand( @@ -2999,7 +2700,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn298')] public function testAssertReturn299(): void { $this->runAssertReturnCommand( @@ -3009,7 +2709,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn299')] public function testAssertReturn300(): void { $this->runAssertReturnCommand( @@ -3019,7 +2718,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn300')] public function testAssertReturn301(): void { $this->runAssertReturnCommand( @@ -3029,7 +2727,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn301')] public function testAssertReturn302(): void { $this->runAssertReturnCommand( @@ -3039,7 +2736,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn302')] public function testAssertReturn303(): void { $this->runAssertReturnCommand( @@ -3049,7 +2745,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn303')] public function testAssertReturn304(): void { $this->runAssertReturnCommand( @@ -3059,7 +2754,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn304')] public function testAssertReturn305(): void { $this->runAssertReturnCommand( @@ -3069,7 +2763,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn305')] public function testAssertReturn306(): void { $this->runAssertReturnCommand( @@ -3079,7 +2772,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn306')] public function testAssertReturn307(): void { $this->runAssertReturnCommand( @@ -3089,7 +2781,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn307')] public function testAssertReturn308(): void { $this->runAssertReturnCommand( @@ -3099,7 +2790,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn308')] public function testAssertReturn309(): void { $this->runAssertReturnCommand( @@ -3109,7 +2799,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn309')] public function testAssertReturn310(): void { $this->runAssertReturnCommand( @@ -3119,7 +2808,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn310')] public function testAssertReturn311(): void { $this->runAssertReturnCommand( @@ -3129,7 +2817,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn311')] public function testAssertReturn312(): void { $this->runAssertReturnCommand( @@ -3139,7 +2826,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn312')] public function testAssertReturn313(): void { $this->runAssertReturnCommand( @@ -3149,7 +2835,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn313')] public function testAssertReturn314(): void { $this->runAssertReturnCommand( @@ -3159,7 +2844,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn314')] public function testAssertReturn315(): void { $this->runAssertReturnCommand( @@ -3169,7 +2853,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn315')] public function testAssertReturn316(): void { $this->runAssertReturnCommand( @@ -3179,7 +2862,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn316')] public function testAssertReturn317(): void { $this->runAssertReturnCommand( @@ -3189,7 +2871,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn317')] public function testAssertReturn318(): void { $this->runAssertReturnCommand( @@ -3199,7 +2880,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn318')] public function testAssertReturn319(): void { $this->runAssertReturnCommand( @@ -3209,7 +2889,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn319')] public function testAssertReturn320(): void { $this->runAssertReturnCommand( @@ -3219,7 +2898,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn320')] public function testAssertReturn321(): void { $this->runAssertReturnCommand( @@ -3229,7 +2907,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn321')] public function testAssertReturn322(): void { $this->runAssertReturnCommand( @@ -3239,7 +2916,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn322')] public function testAssertReturn323(): void { $this->runAssertReturnCommand( @@ -3249,7 +2925,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn323')] public function testAssertReturn324(): void { $this->runAssertReturnCommand( @@ -3259,7 +2934,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn324')] public function testAssertReturn325(): void { $this->runAssertReturnCommand( @@ -3269,7 +2943,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn325')] public function testAssertReturn326(): void { $this->runAssertReturnCommand( @@ -3279,7 +2952,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn326')] public function testAssertReturn327(): void { $this->runAssertReturnCommand( @@ -3289,7 +2961,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn327')] public function testAssertReturn328(): void { $this->runAssertReturnCommand( @@ -3299,7 +2970,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn328')] public function testAssertReturn329(): void { $this->runAssertReturnCommand( @@ -3309,7 +2979,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn329')] public function testAssertReturn330(): void { $this->runAssertReturnCommand( @@ -3319,7 +2988,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn330')] public function testAssertReturn331(): void { $this->runAssertReturnCommand( @@ -3329,7 +2997,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn331')] public function testAssertReturn332(): void { $this->runAssertReturnCommand( @@ -3339,7 +3006,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn332')] public function testAssertReturn333(): void { $this->runAssertReturnCommand( @@ -3349,7 +3015,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn333')] public function testAssertReturn334(): void { $this->runAssertReturnCommand( @@ -3359,7 +3024,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn334')] public function testAssertReturn335(): void { $this->runAssertReturnCommand( @@ -3369,7 +3033,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn335')] public function testAssertReturn336(): void { $this->runAssertReturnCommand( @@ -3379,7 +3042,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn336')] public function testAssertReturn337(): void { $this->runAssertReturnCommand( @@ -3389,7 +3051,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn337')] public function testAssertReturn338(): void { $this->runAssertReturnCommand( @@ -3399,7 +3060,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn338')] public function testAssertReturn339(): void { $this->runAssertReturnCommand( @@ -3409,7 +3069,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn339')] public function testAssertReturn340(): void { $this->runAssertReturnCommand( @@ -3419,7 +3078,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn340')] public function testAssertReturn341(): void { $this->runAssertReturnCommand( @@ -3429,7 +3087,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn341')] public function testAssertReturn342(): void { $this->runAssertReturnCommand( @@ -3439,7 +3096,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn342')] public function testAssertReturn343(): void { $this->runAssertReturnCommand( @@ -3449,7 +3105,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn343')] public function testAssertReturn344(): void { $this->runAssertReturnCommand( @@ -3459,7 +3114,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn344')] public function testAssertReturn345(): void { $this->runAssertReturnCommand( @@ -3469,7 +3123,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn345')] public function testAssertReturn346(): void { $this->runAssertReturnCommand( @@ -3479,7 +3132,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn346')] public function testAssertReturn347(): void { $this->runAssertReturnCommand( @@ -3489,7 +3141,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn347')] public function testAssertReturn348(): void { $this->runAssertReturnCommand( @@ -3499,7 +3150,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn348')] public function testAssertReturn349(): void { $this->runAssertReturnCommand( @@ -3509,7 +3159,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn349')] public function testAssertReturn350(): void { $this->runAssertReturnCommand( @@ -3519,7 +3168,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn350')] public function testAssertReturn351(): void { $this->runAssertReturnCommand( @@ -3529,7 +3177,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn351')] public function testAssertReturn352(): void { $this->runAssertReturnCommand( @@ -3539,7 +3186,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn352')] public function testAssertReturn353(): void { $this->runAssertReturnCommand( @@ -3549,7 +3195,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn353')] public function testAssertReturn354(): void { $this->runAssertReturnCommand( @@ -3559,7 +3204,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn354')] public function testAssertReturn355(): void { $this->runAssertReturnCommand( @@ -3569,7 +3213,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn355')] public function testAssertReturn356(): void { $this->runAssertReturnCommand( @@ -3579,7 +3222,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn356')] public function testAssertReturn357(): void { $this->runAssertReturnCommand( @@ -3589,7 +3231,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn357')] public function testAssertReturn358(): void { $this->runAssertReturnCommand( @@ -3599,7 +3240,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn358')] public function testAssertReturn359(): void { $this->runAssertReturnCommand( @@ -3609,7 +3249,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn359')] public function testAssertReturn360(): void { $this->runAssertReturnCommand( @@ -3619,7 +3258,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn360')] public function testAssertReturn361(): void { $this->runAssertReturnCommand( @@ -3629,7 +3267,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn361')] public function testAssertReturn362(): void { $this->runAssertReturnCommand( @@ -3639,7 +3276,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn362')] public function testAssertReturn363(): void { $this->runAssertReturnCommand( @@ -3649,7 +3285,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn363')] public function testAssertReturn364(): void { $this->runAssertReturnCommand( @@ -3659,7 +3294,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn364')] public function testAssertReturn365(): void { $this->runAssertReturnCommand( @@ -3669,7 +3303,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn365')] public function testAssertReturn366(): void { $this->runAssertReturnCommand( @@ -3679,7 +3312,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn366')] public function testAssertReturn367(): void { $this->runAssertReturnCommand( @@ -3689,7 +3321,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn367')] public function testAssertReturn368(): void { $this->runAssertReturnCommand( @@ -3699,7 +3330,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn368')] public function testAssertReturn369(): void { $this->runAssertReturnCommand( @@ -3709,7 +3339,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn369')] public function testAssertReturn370(): void { $this->runAssertReturnCommand( @@ -3719,7 +3348,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn370')] public function testAssertReturn371(): void { $this->runAssertReturnCommand( @@ -3729,7 +3357,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn371')] public function testAssertReturn372(): void { $this->runAssertReturnCommand( @@ -3739,7 +3366,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn372')] public function testAssertReturn373(): void { $this->runAssertReturnCommand( @@ -3749,7 +3375,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn373')] public function testAssertReturn374(): void { $this->runAssertReturnCommand( @@ -3759,7 +3384,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn374')] public function testAssertReturn375(): void { $this->runAssertReturnCommand( @@ -3769,7 +3393,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn375')] public function testAssertReturn376(): void { $this->runAssertReturnCommand( @@ -3779,7 +3402,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn376')] public function testAssertReturn377(): void { $this->runAssertReturnCommand( @@ -3789,7 +3411,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn377')] public function testAssertReturn378(): void { $this->runAssertReturnCommand( @@ -3799,7 +3420,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn378')] public function testAssertReturn379(): void { $this->runAssertReturnCommand( @@ -3809,7 +3429,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn379')] public function testAssertReturn380(): void { $this->runAssertReturnCommand( @@ -3819,7 +3438,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn380')] public function testAssertReturn381(): void { $this->runAssertReturnCommand( @@ -3829,7 +3447,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn381')] public function testAssertReturn382(): void { $this->runAssertReturnCommand( @@ -3839,7 +3456,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn382')] public function testAssertReturn383(): void { $this->runAssertReturnCommand( @@ -3849,7 +3465,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn383')] public function testAssertReturn384(): void { $this->runAssertReturnCommand( @@ -3859,7 +3474,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn384')] public function testAssertReturn385(): void { $this->runAssertReturnCommand( @@ -3869,7 +3483,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn385')] public function testAssertReturn386(): void { $this->runAssertReturnCommand( @@ -3879,7 +3492,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn386')] public function testAssertReturn387(): void { $this->runAssertReturnCommand( @@ -3889,7 +3501,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn387')] public function testAssertReturn388(): void { $this->runAssertReturnCommand( @@ -3899,7 +3510,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn388')] public function testAssertReturn389(): void { $this->runAssertReturnCommand( @@ -3909,7 +3519,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn389')] public function testAssertReturn390(): void { $this->runAssertReturnCommand( @@ -3919,7 +3528,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn390')] public function testAssertReturn391(): void { $this->runAssertReturnCommand( @@ -3929,7 +3537,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn391')] public function testAssertReturn392(): void { $this->runAssertReturnCommand( @@ -3939,7 +3546,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn392')] public function testAssertReturn393(): void { $this->runAssertReturnCommand( @@ -3949,7 +3555,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn393')] public function testAssertReturn394(): void { $this->runAssertReturnCommand( @@ -3959,7 +3564,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn394')] public function testAssertReturn395(): void { $this->runAssertReturnCommand( @@ -3969,7 +3573,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn395')] public function testAssertReturn396(): void { $this->runAssertReturnCommand( @@ -3979,7 +3582,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn396')] public function testAssertReturn397(): void { $this->runAssertReturnCommand( @@ -3989,7 +3591,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn397')] public function testAssertReturn398(): void { $this->runAssertReturnCommand( @@ -3999,7 +3600,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn398')] public function testAssertReturn399(): void { $this->runAssertReturnCommand( @@ -4009,7 +3609,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn399')] public function testAssertReturn400(): void { $this->runAssertReturnCommand( @@ -4019,7 +3618,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn400')] public function testAssertReturn401(): void { $this->runAssertReturnCommand( @@ -4029,7 +3627,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn401')] public function testAssertReturn402(): void { $this->runAssertReturnCommand( @@ -4039,7 +3636,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn402')] public function testAssertReturn403(): void { $this->runAssertReturnCommand( @@ -4049,7 +3645,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn403')] public function testAssertReturn404(): void { $this->runAssertReturnCommand( @@ -4059,7 +3654,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn404')] public function testAssertReturn405(): void { $this->runAssertReturnCommand( @@ -4069,7 +3663,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn405')] public function testAssertReturn406(): void { $this->runAssertReturnCommand( @@ -4079,7 +3672,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn406')] public function testAssertReturn407(): void { $this->runAssertReturnCommand( @@ -4089,7 +3681,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn407')] public function testAssertReturn408(): void { $this->runAssertReturnCommand( @@ -4099,7 +3690,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn408')] public function testAssertReturn409(): void { $this->runAssertReturnCommand( @@ -4109,7 +3699,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn409')] public function testAssertReturn410(): void { $this->runAssertReturnCommand( @@ -4119,7 +3708,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn410')] public function testAssertReturn411(): void { $this->runAssertReturnCommand( @@ -4129,7 +3717,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn411')] public function testAssertReturn412(): void { $this->runAssertReturnCommand( @@ -4139,7 +3726,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn412')] public function testAssertReturn413(): void { $this->runAssertReturnCommand( @@ -4149,7 +3735,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn413')] public function testAssertReturn414(): void { $this->runAssertReturnCommand( @@ -4159,7 +3744,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn414')] public function testAssertReturn415(): void { $this->runAssertReturnCommand( @@ -4169,7 +3753,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn415')] public function testAssertReturn416(): void { $this->runAssertReturnCommand( @@ -4179,7 +3762,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn416')] public function testAssertReturn417(): void { $this->runAssertReturnCommand( @@ -4189,7 +3771,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn417')] public function testAssertReturn418(): void { $this->runAssertReturnCommand( @@ -4199,7 +3780,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn418')] public function testAssertReturn419(): void { $this->runAssertReturnCommand( @@ -4209,7 +3789,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn419')] public function testAssertReturn420(): void { $this->runAssertReturnCommand( @@ -4219,7 +3798,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn420')] public function testAssertReturn421(): void { $this->runAssertReturnCommand( @@ -4229,7 +3807,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn421')] public function testAssertReturn422(): void { $this->runAssertReturnCommand( @@ -4239,7 +3816,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn422')] public function testAssertReturn423(): void { $this->runAssertReturnCommand( @@ -4249,7 +3825,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn423')] public function testAssertReturn424(): void { $this->runAssertReturnCommand( @@ -4259,7 +3834,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn424')] public function testAssertReturn425(): void { $this->runAssertReturnCommand( @@ -4269,7 +3843,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn425')] public function testAssertReturn426(): void { $this->runAssertReturnCommand( @@ -4279,7 +3852,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn426')] public function testAssertReturn427(): void { $this->runAssertReturnCommand( @@ -4289,7 +3861,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn427')] public function testAssertReturn428(): void { $this->runAssertReturnCommand( @@ -4299,7 +3870,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn428')] public function testAssertReturn429(): void { $this->runAssertReturnCommand( @@ -4309,7 +3879,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn429')] public function testAssertReturn430(): void { $this->runAssertReturnCommand( @@ -4319,7 +3888,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn430')] public function testAssertReturn431(): void { $this->runAssertReturnCommand( @@ -4329,7 +3897,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn431')] public function testAssertReturn432(): void { $this->runAssertReturnCommand( @@ -4339,7 +3906,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn432')] public function testAssertReturn433(): void { $this->runAssertReturnCommand( @@ -4349,7 +3915,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn433')] public function testAssertReturn434(): void { $this->runAssertReturnCommand( @@ -4359,7 +3924,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn434')] public function testAssertReturn435(): void { $this->runAssertReturnCommand( @@ -4369,7 +3933,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn435')] public function testAssertReturn436(): void { $this->runAssertReturnCommand( @@ -4379,7 +3942,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn436')] public function testAssertReturn437(): void { $this->runAssertReturnCommand( @@ -4389,7 +3951,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn437')] public function testAssertReturn438(): void { $this->runAssertReturnCommand( @@ -4399,7 +3960,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn438')] public function testAssertReturn439(): void { $this->runAssertReturnCommand( @@ -4409,7 +3969,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn439')] public function testAssertReturn440(): void { $this->runAssertReturnCommand( @@ -4419,7 +3978,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn440')] public function testAssertReturn441(): void { $this->runAssertReturnCommand( @@ -4429,7 +3987,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn441')] public function testAssertReturn442(): void { $this->runAssertReturnCommand( @@ -4439,7 +3996,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn442')] public function testAssertReturn443(): void { $this->runAssertReturnCommand( @@ -4449,7 +4005,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn443')] public function testAssertReturn444(): void { $this->runAssertReturnCommand( @@ -4459,7 +4014,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn444')] public function testAssertReturn445(): void { $this->runAssertReturnCommand( @@ -4469,7 +4023,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn445')] public function testAssertReturn446(): void { $this->runAssertReturnCommand( @@ -4479,7 +4032,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn446')] public function testAssertReturn447(): void { $this->runAssertReturnCommand( @@ -4489,7 +4041,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn447')] public function testAssertReturn448(): void { $this->runAssertReturnCommand( @@ -4499,7 +4050,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn448')] public function testAssertReturn449(): void { $this->runAssertReturnCommand( @@ -4509,7 +4059,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn449')] public function testAssertReturn450(): void { $this->runAssertReturnCommand( @@ -4519,7 +4068,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn450')] public function testAssertReturn451(): void { $this->runAssertReturnCommand( @@ -4529,7 +4077,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn451')] public function testAssertReturn452(): void { $this->runAssertReturnCommand( @@ -4539,7 +4086,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn452')] public function testAssertReturn453(): void { $this->runAssertReturnCommand( @@ -4549,7 +4095,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn453')] public function testAssertReturn454(): void { $this->runAssertReturnCommand( @@ -4559,7 +4104,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn454')] public function testAssertReturn455(): void { $this->runAssertReturnCommand( @@ -4569,7 +4113,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn455')] public function testAssertReturn456(): void { $this->runAssertReturnCommand( @@ -4579,7 +4122,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn456')] public function testAssertReturn457(): void { $this->runAssertReturnCommand( @@ -4589,7 +4131,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn457')] public function testAssertReturn458(): void { $this->runAssertReturnCommand( @@ -4599,7 +4140,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn458')] public function testAssertReturn459(): void { $this->runAssertReturnCommand( @@ -4609,7 +4149,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn459')] public function testAssertReturn460(): void { $this->runAssertReturnCommand( @@ -4619,7 +4158,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn460')] public function testAssertReturn461(): void { $this->runAssertReturnCommand( @@ -4629,7 +4167,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn461')] public function testAssertReturn462(): void { $this->runAssertReturnCommand( @@ -4639,7 +4176,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn462')] public function testAssertReturn463(): void { $this->runAssertReturnCommand( @@ -4649,7 +4185,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn463')] public function testAssertReturn464(): void { $this->runAssertReturnCommand( @@ -4659,7 +4194,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn464')] public function testAssertReturn465(): void { $this->runAssertReturnCommand( @@ -4669,7 +4203,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn465')] public function testAssertReturn466(): void { $this->runAssertReturnCommand( @@ -4679,7 +4212,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn466')] public function testAssertReturn467(): void { $this->runAssertReturnCommand( @@ -4689,7 +4221,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn467')] public function testAssertReturn468(): void { $this->runAssertReturnCommand( @@ -4699,7 +4230,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn468')] public function testAssertReturn469(): void { $this->runAssertReturnCommand( @@ -4709,7 +4239,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn469')] public function testAssertReturn470(): void { $this->runAssertReturnCommand( @@ -4719,7 +4248,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn470')] public function testAssertReturn471(): void { $this->runAssertReturnCommand( @@ -4729,7 +4257,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn471')] public function testAssertReturn472(): void { $this->runAssertReturnCommand( @@ -4739,7 +4266,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn472')] public function testAssertReturn473(): void { $this->runAssertReturnCommand( @@ -4749,7 +4275,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn473')] public function testAssertReturn474(): void { $this->runAssertReturnCommand( @@ -4759,7 +4284,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn474')] public function testAssertReturn475(): void { $this->runAssertReturnCommand( @@ -4769,7 +4293,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn475')] public function testAssertReturn476(): void { $this->runAssertReturnCommand( @@ -4779,7 +4302,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn476')] public function testAssertReturn477(): void { $this->runAssertReturnCommand( @@ -4789,7 +4311,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn477')] public function testAssertReturn478(): void { $this->runAssertReturnCommand( @@ -4799,7 +4320,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn478')] public function testAssertReturn479(): void { $this->runAssertReturnCommand( @@ -4809,7 +4329,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn479')] public function testAssertReturn480(): void { $this->runAssertReturnCommand( @@ -4819,7 +4338,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn480')] public function testAssertReturn481(): void { $this->runAssertReturnCommand( @@ -4829,7 +4347,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn481')] public function testAssertReturn482(): void { $this->runAssertReturnCommand( @@ -4839,7 +4356,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn482')] public function testAssertReturn483(): void { $this->runAssertReturnCommand( @@ -4849,7 +4365,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn483')] public function testAssertReturn484(): void { $this->runAssertReturnCommand( @@ -4859,7 +4374,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn484')] public function testAssertReturn485(): void { $this->runAssertReturnCommand( @@ -4869,7 +4383,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn485')] public function testAssertReturn486(): void { $this->runAssertReturnCommand( @@ -4879,7 +4392,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn486')] public function testAssertReturn487(): void { $this->runAssertReturnCommand( @@ -4889,7 +4401,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn487')] public function testAssertReturn488(): void { $this->runAssertReturnCommand( @@ -4899,7 +4410,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn488')] public function testAssertReturn489(): void { $this->runAssertReturnCommand( @@ -4909,7 +4419,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn489')] public function testAssertReturn490(): void { $this->runAssertReturnCommand( @@ -4919,7 +4428,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn490')] public function testAssertReturn491(): void { $this->runAssertReturnCommand( @@ -4929,7 +4437,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn491')] public function testAssertReturn492(): void { $this->runAssertReturnCommand( @@ -4939,7 +4446,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn492')] public function testAssertReturn493(): void { $this->runAssertReturnCommand( @@ -4949,7 +4455,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn493')] public function testAssertReturn494(): void { $this->runAssertReturnCommand( @@ -4959,7 +4464,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn494')] public function testAssertReturn495(): void { $this->runAssertReturnCommand( @@ -4969,7 +4473,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn495')] public function testAssertReturn496(): void { $this->runAssertReturnCommand( @@ -4979,7 +4482,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn496')] public function testAssertReturn497(): void { $this->runAssertReturnCommand( @@ -4989,7 +4491,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn497')] public function testAssertReturn498(): void { $this->runAssertReturnCommand( @@ -4999,7 +4500,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn498')] public function testAssertReturn499(): void { $this->runAssertReturnCommand( @@ -5009,7 +4509,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn499')] public function testAssertReturn500(): void { $this->runAssertReturnCommand( @@ -5019,7 +4518,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn500')] public function testAssertReturn501(): void { $this->runAssertReturnCommand( @@ -5029,7 +4527,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn501')] public function testAssertReturn502(): void { $this->runAssertReturnCommand( @@ -5039,7 +4536,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn502')] public function testAssertReturn503(): void { $this->runAssertReturnCommand( @@ -5049,7 +4545,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn503')] public function testAssertReturn504(): void { $this->runAssertReturnCommand( @@ -5059,7 +4554,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn504')] public function testAssertReturn505(): void { $this->runAssertReturnCommand( @@ -5069,7 +4563,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn505')] public function testAssertReturn506(): void { $this->runAssertReturnCommand( @@ -5079,7 +4572,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn506')] public function testAssertReturn507(): void { $this->runAssertReturnCommand( @@ -5089,7 +4581,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn507')] public function testAssertReturn508(): void { $this->runAssertReturnCommand( @@ -5099,7 +4590,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn508')] public function testAssertReturn509(): void { $this->runAssertReturnCommand( @@ -5109,7 +4599,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn509')] public function testAssertReturn510(): void { $this->runAssertReturnCommand( @@ -5119,7 +4608,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn510')] public function testAssertReturn511(): void { $this->runAssertReturnCommand( @@ -5129,7 +4617,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn511')] public function testAssertReturn512(): void { $this->runAssertReturnCommand( @@ -5139,7 +4626,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn512')] public function testAssertReturn513(): void { $this->runAssertReturnCommand( @@ -5149,7 +4635,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn513')] public function testAssertReturn514(): void { $this->runAssertReturnCommand( @@ -5159,7 +4644,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn514')] public function testAssertReturn515(): void { $this->runAssertReturnCommand( @@ -5169,7 +4653,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn515')] public function testAssertReturn516(): void { $this->runAssertReturnCommand( @@ -5179,7 +4662,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn516')] public function testAssertReturn517(): void { $this->runAssertReturnCommand( @@ -5189,7 +4671,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn517')] public function testAssertReturn518(): void { $this->runAssertReturnCommand( @@ -5199,7 +4680,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn518')] public function testAssertReturn519(): void { $this->runAssertReturnCommand( @@ -5209,7 +4689,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn519')] public function testAssertReturn520(): void { $this->runAssertReturnCommand( @@ -5219,7 +4698,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn520')] public function testAssertReturn521(): void { $this->runAssertReturnCommand( @@ -5229,7 +4707,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn521')] public function testAssertReturn522(): void { $this->runAssertReturnCommand( @@ -5239,7 +4716,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn522')] public function testAssertReturn523(): void { $this->runAssertReturnCommand( @@ -5249,7 +4725,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn523')] public function testAssertReturn524(): void { $this->runAssertReturnCommand( @@ -5259,7 +4734,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn524')] public function testAssertReturn525(): void { $this->runAssertReturnCommand( @@ -5269,7 +4743,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn525')] public function testAssertReturn526(): void { $this->runAssertReturnCommand( @@ -5279,7 +4752,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn526')] public function testAssertReturn527(): void { $this->runAssertReturnCommand( @@ -5289,7 +4761,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn527')] public function testAssertReturn528(): void { $this->runAssertReturnCommand( @@ -5299,7 +4770,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn528')] public function testAssertReturn529(): void { $this->runAssertReturnCommand( @@ -5309,7 +4779,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn529')] public function testAssertReturn530(): void { $this->runAssertReturnCommand( @@ -5319,7 +4788,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn530')] public function testAssertReturn531(): void { $this->runAssertReturnCommand( @@ -5329,7 +4797,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn531')] public function testAssertReturn532(): void { $this->runAssertReturnCommand( @@ -5339,7 +4806,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn532')] public function testAssertReturn533(): void { $this->runAssertReturnCommand( @@ -5349,7 +4815,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn533')] public function testAssertReturn534(): void { $this->runAssertReturnCommand( @@ -5359,7 +4824,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn534')] public function testAssertReturn535(): void { $this->runAssertReturnCommand( @@ -5369,7 +4833,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn535')] public function testAssertReturn536(): void { $this->runAssertReturnCommand( @@ -5379,7 +4842,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn536')] public function testAssertReturn537(): void { $this->runAssertReturnCommand( @@ -5389,7 +4851,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn537')] public function testAssertReturn538(): void { $this->runAssertReturnCommand( @@ -5399,7 +4860,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn538')] public function testAssertReturn539(): void { $this->runAssertReturnCommand( @@ -5409,7 +4869,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn539')] public function testAssertReturn540(): void { $this->runAssertReturnCommand( @@ -5419,7 +4878,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn540')] public function testAssertReturn541(): void { $this->runAssertReturnCommand( @@ -5429,7 +4887,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn541')] public function testAssertReturn542(): void { $this->runAssertReturnCommand( @@ -5439,7 +4896,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn542')] public function testAssertReturn543(): void { $this->runAssertReturnCommand( @@ -5449,7 +4905,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn543')] public function testAssertReturn544(): void { $this->runAssertReturnCommand( @@ -5459,7 +4914,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn544')] public function testAssertReturn545(): void { $this->runAssertReturnCommand( @@ -5469,7 +4923,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn545')] public function testAssertReturn546(): void { $this->runAssertReturnCommand( @@ -5479,7 +4932,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn546')] public function testAssertReturn547(): void { $this->runAssertReturnCommand( @@ -5489,7 +4941,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn547')] public function testAssertReturn548(): void { $this->runAssertReturnCommand( @@ -5499,7 +4950,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn548')] public function testAssertReturn549(): void { $this->runAssertReturnCommand( @@ -5509,7 +4959,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn549')] public function testAssertReturn550(): void { $this->runAssertReturnCommand( @@ -5519,7 +4968,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn550')] public function testAssertReturn551(): void { $this->runAssertReturnCommand( @@ -5529,7 +4977,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn551')] public function testAssertReturn552(): void { $this->runAssertReturnCommand( @@ -5539,7 +4986,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn552')] public function testAssertReturn553(): void { $this->runAssertReturnCommand( @@ -5549,7 +4995,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn553')] public function testAssertReturn554(): void { $this->runAssertReturnCommand( @@ -5559,7 +5004,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn554')] public function testAssertReturn555(): void { $this->runAssertReturnCommand( @@ -5569,7 +5013,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn555')] public function testAssertReturn556(): void { $this->runAssertReturnCommand( @@ -5579,7 +5022,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn556')] public function testAssertReturn557(): void { $this->runAssertReturnCommand( @@ -5589,7 +5031,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn557')] public function testAssertReturn558(): void { $this->runAssertReturnCommand( @@ -5599,7 +5040,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn558')] public function testAssertReturn559(): void { $this->runAssertReturnCommand( @@ -5609,7 +5049,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn559')] public function testAssertReturn560(): void { $this->runAssertReturnCommand( @@ -5619,7 +5058,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn560')] public function testAssertReturn561(): void { $this->runAssertReturnCommand( @@ -5629,7 +5067,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn561')] public function testAssertReturn562(): void { $this->runAssertReturnCommand( @@ -5639,7 +5076,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn562')] public function testAssertReturn563(): void { $this->runAssertReturnCommand( @@ -5649,7 +5085,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn563')] public function testAssertReturn564(): void { $this->runAssertReturnCommand( @@ -5659,7 +5094,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn564')] public function testAssertReturn565(): void { $this->runAssertReturnCommand( @@ -5669,7 +5103,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn565')] public function testAssertReturn566(): void { $this->runAssertReturnCommand( @@ -5679,7 +5112,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn566')] public function testAssertReturn567(): void { $this->runAssertReturnCommand( @@ -5689,7 +5121,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn567')] public function testAssertReturn568(): void { $this->runAssertReturnCommand( @@ -5699,7 +5130,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn568')] public function testAssertReturn569(): void { $this->runAssertReturnCommand( @@ -5709,7 +5139,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn569')] public function testAssertReturn570(): void { $this->runAssertReturnCommand( @@ -5719,7 +5148,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn570')] public function testAssertReturn571(): void { $this->runAssertReturnCommand( @@ -5729,7 +5157,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn571')] public function testAssertReturn572(): void { $this->runAssertReturnCommand( @@ -5739,7 +5166,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn572')] public function testAssertReturn573(): void { $this->runAssertReturnCommand( @@ -5749,7 +5175,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn573')] public function testAssertReturn574(): void { $this->runAssertReturnCommand( @@ -5759,7 +5184,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn574')] public function testAssertReturn575(): void { $this->runAssertReturnCommand( @@ -5769,7 +5193,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn575')] public function testAssertReturn576(): void { $this->runAssertReturnCommand( @@ -5779,7 +5202,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn576')] public function testAssertReturn577(): void { $this->runAssertReturnCommand( @@ -5789,7 +5211,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn577')] public function testAssertReturn578(): void { $this->runAssertReturnCommand( @@ -5799,7 +5220,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn578')] public function testAssertReturn579(): void { $this->runAssertReturnCommand( @@ -5809,7 +5229,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn579')] public function testAssertReturn580(): void { $this->runAssertReturnCommand( @@ -5819,7 +5238,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn580')] public function testAssertReturn581(): void { $this->runAssertReturnCommand( @@ -5829,7 +5247,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn581')] public function testAssertReturn582(): void { $this->runAssertReturnCommand( @@ -5839,7 +5256,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn582')] public function testAssertReturn583(): void { $this->runAssertReturnCommand( @@ -5849,7 +5265,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn583')] public function testAssertReturn584(): void { $this->runAssertReturnCommand( @@ -5859,7 +5274,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn584')] public function testAssertReturn585(): void { $this->runAssertReturnCommand( @@ -5869,7 +5283,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn585')] public function testAssertReturn586(): void { $this->runAssertReturnCommand( @@ -5879,7 +5292,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn586')] public function testAssertReturn587(): void { $this->runAssertReturnCommand( @@ -5889,7 +5301,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn587')] public function testAssertReturn588(): void { $this->runAssertReturnCommand( @@ -5899,7 +5310,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn588')] public function testAssertReturn589(): void { $this->runAssertReturnCommand( @@ -5909,7 +5319,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn589')] public function testAssertReturn590(): void { $this->runAssertReturnCommand( @@ -5919,7 +5328,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn590')] public function testAssertReturn591(): void { $this->runAssertReturnCommand( @@ -5929,7 +5337,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn591')] public function testAssertReturn592(): void { $this->runAssertReturnCommand( @@ -5939,7 +5346,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn592')] public function testAssertReturn593(): void { $this->runAssertReturnCommand( @@ -5949,7 +5355,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn593')] public function testAssertReturn594(): void { $this->runAssertReturnCommand( @@ -5959,7 +5364,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn594')] public function testAssertReturn595(): void { $this->runAssertReturnCommand( @@ -5969,7 +5373,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn595')] public function testAssertReturn596(): void { $this->runAssertReturnCommand( @@ -5979,7 +5382,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn596')] public function testAssertReturn597(): void { $this->runAssertReturnCommand( @@ -5989,7 +5391,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn597')] public function testAssertReturn598(): void { $this->runAssertReturnCommand( @@ -5999,7 +5400,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn598')] public function testAssertReturn599(): void { $this->runAssertReturnCommand( @@ -6009,7 +5409,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn599')] public function testAssertReturn600(): void { $this->runAssertReturnCommand( @@ -6019,7 +5418,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn600')] public function testAssertReturn601(): void { $this->runAssertReturnCommand( @@ -6029,7 +5427,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn601')] public function testAssertReturn602(): void { $this->runAssertReturnCommand( @@ -6039,7 +5436,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn602')] public function testAssertReturn603(): void { $this->runAssertReturnCommand( @@ -6049,7 +5445,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn603')] public function testAssertReturn604(): void { $this->runAssertReturnCommand( @@ -6059,7 +5454,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn604')] public function testAssertReturn605(): void { $this->runAssertReturnCommand( @@ -6069,7 +5463,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn605')] public function testAssertReturn606(): void { $this->runAssertReturnCommand( @@ -6079,7 +5472,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn606')] public function testAssertReturn607(): void { $this->runAssertReturnCommand( @@ -6089,7 +5481,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn607')] public function testAssertReturn608(): void { $this->runAssertReturnCommand( @@ -6099,7 +5490,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn608')] public function testAssertReturn609(): void { $this->runAssertReturnCommand( @@ -6109,7 +5499,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn609')] public function testAssertReturn610(): void { $this->runAssertReturnCommand( @@ -6119,7 +5508,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn610')] public function testAssertReturn611(): void { $this->runAssertReturnCommand( @@ -6129,7 +5517,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn611')] public function testAssertReturn612(): void { $this->runAssertReturnCommand( @@ -6139,7 +5526,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn612')] public function testAssertReturn613(): void { $this->runAssertReturnCommand( @@ -6149,7 +5535,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn613')] public function testAssertReturn614(): void { $this->runAssertReturnCommand( @@ -6159,7 +5544,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn614')] public function testAssertReturn615(): void { $this->runAssertReturnCommand( @@ -6169,7 +5553,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn615')] public function testAssertReturn616(): void { $this->runAssertReturnCommand( @@ -6179,7 +5562,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn616')] public function testAssertReturn617(): void { $this->runAssertReturnCommand( @@ -6189,7 +5571,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn617')] public function testAssertReturn618(): void { $this->runAssertReturnCommand( @@ -6199,7 +5580,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn618')] public function testAssertReturn619(): void { $this->runAssertReturnCommand( @@ -6209,7 +5589,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn619')] public function testAssertReturn620(): void { $this->runAssertReturnCommand( @@ -6219,7 +5598,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn620')] public function testAssertReturn621(): void { $this->runAssertReturnCommand( @@ -6229,7 +5607,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn621')] public function testAssertReturn622(): void { $this->runAssertReturnCommand( @@ -6239,7 +5616,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn622')] public function testAssertReturn623(): void { $this->runAssertReturnCommand( @@ -6249,7 +5625,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn623')] public function testAssertReturn624(): void { $this->runAssertReturnCommand( @@ -6259,7 +5634,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn624')] public function testAssertReturn625(): void { $this->runAssertReturnCommand( @@ -6269,7 +5643,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn625')] public function testAssertReturn626(): void { $this->runAssertReturnCommand( @@ -6279,7 +5652,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn626')] public function testAssertReturn627(): void { $this->runAssertReturnCommand( @@ -6289,7 +5661,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn627')] public function testAssertReturn628(): void { $this->runAssertReturnCommand( @@ -6299,7 +5670,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn628')] public function testAssertReturn629(): void { $this->runAssertReturnCommand( @@ -6309,7 +5679,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn629')] public function testAssertReturn630(): void { $this->runAssertReturnCommand( @@ -6319,7 +5688,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn630')] public function testAssertReturn631(): void { $this->runAssertReturnCommand( @@ -6329,7 +5697,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn631')] public function testAssertReturn632(): void { $this->runAssertReturnCommand( @@ -6339,7 +5706,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn632')] public function testAssertReturn633(): void { $this->runAssertReturnCommand( @@ -6349,7 +5715,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn633')] public function testAssertReturn634(): void { $this->runAssertReturnCommand( @@ -6359,7 +5724,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn634')] public function testAssertReturn635(): void { $this->runAssertReturnCommand( @@ -6369,7 +5733,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn635')] public function testAssertReturn636(): void { $this->runAssertReturnCommand( @@ -6379,7 +5742,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn636')] public function testAssertReturn637(): void { $this->runAssertReturnCommand( @@ -6389,7 +5751,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn637')] public function testAssertReturn638(): void { $this->runAssertReturnCommand( @@ -6399,7 +5760,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn638')] public function testAssertReturn639(): void { $this->runAssertReturnCommand( @@ -6409,7 +5769,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn639')] public function testAssertReturn640(): void { $this->runAssertReturnCommand( @@ -6419,7 +5778,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn640')] public function testAssertReturn641(): void { $this->runAssertReturnCommand( @@ -6429,7 +5787,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn641')] public function testAssertReturn642(): void { $this->runAssertReturnCommand( @@ -6439,7 +5796,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn642')] public function testAssertReturn643(): void { $this->runAssertReturnCommand( @@ -6449,7 +5805,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn643')] public function testAssertReturn644(): void { $this->runAssertReturnCommand( @@ -6459,7 +5814,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn644')] public function testAssertReturn645(): void { $this->runAssertReturnCommand( @@ -6469,7 +5823,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn645')] public function testAssertReturn646(): void { $this->runAssertReturnCommand( @@ -6479,7 +5832,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn646')] public function testAssertReturn647(): void { $this->runAssertReturnCommand( @@ -6489,7 +5841,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn647')] public function testAssertReturn648(): void { $this->runAssertReturnCommand( @@ -6499,7 +5850,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn648')] public function testAssertReturn649(): void { $this->runAssertReturnCommand( @@ -6509,7 +5859,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn649')] public function testAssertReturn650(): void { $this->runAssertReturnCommand( @@ -6519,7 +5868,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn650')] public function testAssertReturn651(): void { $this->runAssertReturnCommand( @@ -6529,7 +5877,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn651')] public function testAssertReturn652(): void { $this->runAssertReturnCommand( @@ -6539,7 +5886,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn652')] public function testAssertReturn653(): void { $this->runAssertReturnCommand( @@ -6549,7 +5895,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn653')] public function testAssertReturn654(): void { $this->runAssertReturnCommand( @@ -6559,7 +5904,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn654')] public function testAssertReturn655(): void { $this->runAssertReturnCommand( @@ -6569,7 +5913,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn655')] public function testAssertReturn656(): void { $this->runAssertReturnCommand( @@ -6579,7 +5922,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn656')] public function testAssertReturn657(): void { $this->runAssertReturnCommand( @@ -6589,7 +5931,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn657')] public function testAssertReturn658(): void { $this->runAssertReturnCommand( @@ -6599,7 +5940,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn658')] public function testAssertReturn659(): void { $this->runAssertReturnCommand( @@ -6609,7 +5949,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn659')] public function testAssertReturn660(): void { $this->runAssertReturnCommand( @@ -6619,7 +5958,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn660')] public function testAssertReturn661(): void { $this->runAssertReturnCommand( @@ -6629,7 +5967,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn661')] public function testAssertReturn662(): void { $this->runAssertReturnCommand( @@ -6639,7 +5976,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn662')] public function testAssertReturn663(): void { $this->runAssertReturnCommand( @@ -6649,7 +5985,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn663')] public function testAssertReturn664(): void { $this->runAssertReturnCommand( @@ -6659,7 +5994,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn664')] public function testAssertReturn665(): void { $this->runAssertReturnCommand( @@ -6669,7 +6003,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn665')] public function testAssertReturn666(): void { $this->runAssertReturnCommand( @@ -6679,7 +6012,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn666')] public function testAssertReturn667(): void { $this->runAssertReturnCommand( @@ -6689,7 +6021,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn667')] public function testAssertReturn668(): void { $this->runAssertReturnCommand( @@ -6699,7 +6030,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn668')] public function testAssertReturn669(): void { $this->runAssertReturnCommand( @@ -6709,7 +6039,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn669')] public function testAssertReturn670(): void { $this->runAssertReturnCommand( @@ -6719,7 +6048,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn670')] public function testAssertReturn671(): void { $this->runAssertReturnCommand( @@ -6729,7 +6057,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn671')] public function testAssertReturn672(): void { $this->runAssertReturnCommand( @@ -6739,7 +6066,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn672')] public function testAssertReturn673(): void { $this->runAssertReturnCommand( @@ -6749,7 +6075,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn673')] public function testAssertReturn674(): void { $this->runAssertReturnCommand( @@ -6759,7 +6084,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn674')] public function testAssertReturn675(): void { $this->runAssertReturnCommand( @@ -6769,7 +6093,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn675')] public function testAssertReturn676(): void { $this->runAssertReturnCommand( @@ -6779,7 +6102,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn676')] public function testAssertReturn677(): void { $this->runAssertReturnCommand( @@ -6789,7 +6111,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn677')] public function testAssertReturn678(): void { $this->runAssertReturnCommand( @@ -6799,7 +6120,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn678')] public function testAssertReturn679(): void { $this->runAssertReturnCommand( @@ -6809,7 +6129,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn679')] public function testAssertReturn680(): void { $this->runAssertReturnCommand( @@ -6819,7 +6138,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn680')] public function testAssertReturn681(): void { $this->runAssertReturnCommand( @@ -6829,7 +6147,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn681')] public function testAssertReturn682(): void { $this->runAssertReturnCommand( @@ -6839,7 +6156,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn682')] public function testAssertReturn683(): void { $this->runAssertReturnCommand( @@ -6849,7 +6165,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn683')] public function testAssertReturn684(): void { $this->runAssertReturnCommand( @@ -6859,7 +6174,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn684')] public function testAssertReturn685(): void { $this->runAssertReturnCommand( @@ -6869,7 +6183,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn685')] public function testAssertReturn686(): void { $this->runAssertReturnCommand( @@ -6879,7 +6192,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn686')] public function testAssertReturn687(): void { $this->runAssertReturnCommand( @@ -6889,7 +6201,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn687')] public function testAssertReturn688(): void { $this->runAssertReturnCommand( @@ -6899,7 +6210,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn688')] public function testAssertReturn689(): void { $this->runAssertReturnCommand( @@ -6909,7 +6219,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn689')] public function testAssertReturn690(): void { $this->runAssertReturnCommand( @@ -6919,7 +6228,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn690')] public function testAssertReturn691(): void { $this->runAssertReturnCommand( @@ -6929,7 +6237,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn691')] public function testAssertReturn692(): void { $this->runAssertReturnCommand( @@ -6939,7 +6246,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn692')] public function testAssertReturn693(): void { $this->runAssertReturnCommand( @@ -6949,7 +6255,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn693')] public function testAssertReturn694(): void { $this->runAssertReturnCommand( @@ -6959,7 +6264,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn694')] public function testAssertReturn695(): void { $this->runAssertReturnCommand( @@ -6969,7 +6273,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn695')] public function testAssertReturn696(): void { $this->runAssertReturnCommand( @@ -6979,7 +6282,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn696')] public function testAssertReturn697(): void { $this->runAssertReturnCommand( @@ -6989,7 +6291,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn697')] public function testAssertReturn698(): void { $this->runAssertReturnCommand( @@ -6999,7 +6300,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn698')] public function testAssertReturn699(): void { $this->runAssertReturnCommand( @@ -7009,7 +6309,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn699')] public function testAssertReturn700(): void { $this->runAssertReturnCommand( @@ -7019,7 +6318,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn700')] public function testAssertReturn701(): void { $this->runAssertReturnCommand( @@ -7029,7 +6327,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn701')] public function testAssertReturn702(): void { $this->runAssertReturnCommand( @@ -7039,7 +6336,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn702')] public function testAssertReturn703(): void { $this->runAssertReturnCommand( @@ -7049,7 +6345,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn703')] public function testAssertReturn704(): void { $this->runAssertReturnCommand( @@ -7059,7 +6354,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn704')] public function testAssertReturn705(): void { $this->runAssertReturnCommand( @@ -7069,7 +6363,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn705')] public function testAssertReturn706(): void { $this->runAssertReturnCommand( @@ -7079,7 +6372,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn706')] public function testAssertReturn707(): void { $this->runAssertReturnCommand( @@ -7089,7 +6381,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn707')] public function testAssertReturn708(): void { $this->runAssertReturnCommand( @@ -7099,7 +6390,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn708')] public function testAssertReturn709(): void { $this->runAssertReturnCommand( @@ -7109,7 +6399,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn709')] public function testAssertReturn710(): void { $this->runAssertReturnCommand( @@ -7119,7 +6408,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn710')] public function testAssertReturn711(): void { $this->runAssertReturnCommand( @@ -7129,7 +6417,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn711')] public function testAssertReturn712(): void { $this->runAssertReturnCommand( @@ -7139,7 +6426,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn712')] public function testAssertReturn713(): void { $this->runAssertReturnCommand( @@ -7149,7 +6435,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn713')] public function testAssertReturn714(): void { $this->runAssertReturnCommand( @@ -7159,7 +6444,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn714')] public function testAssertReturn715(): void { $this->runAssertReturnCommand( @@ -7169,7 +6453,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn715')] public function testAssertReturn716(): void { $this->runAssertReturnCommand( @@ -7179,7 +6462,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn716')] public function testAssertReturn717(): void { $this->runAssertReturnCommand( @@ -7189,7 +6471,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn717')] public function testAssertReturn718(): void { $this->runAssertReturnCommand( @@ -7199,7 +6480,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn718')] public function testAssertReturn719(): void { $this->runAssertReturnCommand( @@ -7209,7 +6489,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn719')] public function testAssertReturn720(): void { $this->runAssertReturnCommand( @@ -7219,7 +6498,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn720')] public function testAssertReturn721(): void { $this->runAssertReturnCommand( @@ -7229,7 +6507,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn721')] public function testAssertReturn722(): void { $this->runAssertReturnCommand( @@ -7239,7 +6516,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn722')] public function testAssertReturn723(): void { $this->runAssertReturnCommand( @@ -7249,7 +6525,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn723')] public function testAssertReturn724(): void { $this->runAssertReturnCommand( @@ -7259,7 +6534,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn724')] public function testAssertReturn725(): void { $this->runAssertReturnCommand( @@ -7269,7 +6543,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn725')] public function testAssertReturn726(): void { $this->runAssertReturnCommand( @@ -7279,7 +6552,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn726')] public function testAssertReturn727(): void { $this->runAssertReturnCommand( @@ -7289,7 +6561,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn727')] public function testAssertReturn728(): void { $this->runAssertReturnCommand( @@ -7299,7 +6570,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn728')] public function testAssertReturn729(): void { $this->runAssertReturnCommand( @@ -7309,7 +6579,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn729')] public function testAssertReturn730(): void { $this->runAssertReturnCommand( @@ -7319,7 +6588,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn730')] public function testAssertReturn731(): void { $this->runAssertReturnCommand( @@ -7329,7 +6597,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn731')] public function testAssertReturn732(): void { $this->runAssertReturnCommand( @@ -7339,7 +6606,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn732')] public function testAssertReturn733(): void { $this->runAssertReturnCommand( @@ -7349,7 +6615,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn733')] public function testAssertReturn734(): void { $this->runAssertReturnCommand( @@ -7359,7 +6624,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn734')] public function testAssertReturn735(): void { $this->runAssertReturnCommand( @@ -7369,7 +6633,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn735')] public function testAssertReturn736(): void { $this->runAssertReturnCommand( @@ -7379,7 +6642,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn736')] public function testAssertReturn737(): void { $this->runAssertReturnCommand( @@ -7389,7 +6651,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn737')] public function testAssertReturn738(): void { $this->runAssertReturnCommand( @@ -7399,7 +6660,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn738')] public function testAssertReturn739(): void { $this->runAssertReturnCommand( @@ -7409,7 +6669,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn739')] public function testAssertReturn740(): void { $this->runAssertReturnCommand( @@ -7419,7 +6678,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn740')] public function testAssertReturn741(): void { $this->runAssertReturnCommand( @@ -7429,7 +6687,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn741')] public function testAssertReturn742(): void { $this->runAssertReturnCommand( @@ -7439,7 +6696,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn742')] public function testAssertReturn743(): void { $this->runAssertReturnCommand( @@ -7449,7 +6705,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn743')] public function testAssertReturn744(): void { $this->runAssertReturnCommand( @@ -7459,7 +6714,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn744')] public function testAssertReturn745(): void { $this->runAssertReturnCommand( @@ -7469,7 +6723,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn745')] public function testAssertReturn746(): void { $this->runAssertReturnCommand( @@ -7479,7 +6732,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn746')] public function testAssertReturn747(): void { $this->runAssertReturnCommand( @@ -7489,7 +6741,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn747')] public function testAssertReturn748(): void { $this->runAssertReturnCommand( @@ -7499,7 +6750,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn748')] public function testAssertReturn749(): void { $this->runAssertReturnCommand( @@ -7509,7 +6759,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn749')] public function testAssertReturn750(): void { $this->runAssertReturnCommand( @@ -7519,7 +6768,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn750')] public function testAssertReturn751(): void { $this->runAssertReturnCommand( @@ -7529,7 +6777,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn751')] public function testAssertReturn752(): void { $this->runAssertReturnCommand( @@ -7539,7 +6786,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn752')] public function testAssertReturn753(): void { $this->runAssertReturnCommand( @@ -7549,7 +6795,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn753')] public function testAssertReturn754(): void { $this->runAssertReturnCommand( @@ -7559,7 +6804,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn754')] public function testAssertReturn755(): void { $this->runAssertReturnCommand( @@ -7569,7 +6813,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn755')] public function testAssertReturn756(): void { $this->runAssertReturnCommand( @@ -7579,7 +6822,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn756')] public function testAssertReturn757(): void { $this->runAssertReturnCommand( @@ -7589,7 +6831,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn757')] public function testAssertReturn758(): void { $this->runAssertReturnCommand( @@ -7599,7 +6840,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn758')] public function testAssertReturn759(): void { $this->runAssertReturnCommand( @@ -7609,7 +6849,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn759')] public function testAssertReturn760(): void { $this->runAssertReturnCommand( @@ -7619,7 +6858,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn760')] public function testAssertReturn761(): void { $this->runAssertReturnCommand( @@ -7629,7 +6867,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn761')] public function testAssertReturn762(): void { $this->runAssertReturnCommand( @@ -7639,7 +6876,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn762')] public function testAssertReturn763(): void { $this->runAssertReturnCommand( @@ -7649,7 +6885,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn763')] public function testAssertReturn764(): void { $this->runAssertReturnCommand( @@ -7659,7 +6894,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn764')] public function testAssertReturn765(): void { $this->runAssertReturnCommand( @@ -7669,7 +6903,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn765')] public function testAssertReturn766(): void { $this->runAssertReturnCommand( @@ -7679,7 +6912,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn766')] public function testAssertReturn767(): void { $this->runAssertReturnCommand( @@ -7689,7 +6921,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn767')] public function testAssertReturn768(): void { $this->runAssertReturnCommand( @@ -7699,7 +6930,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn768')] public function testAssertReturn769(): void { $this->runAssertReturnCommand( @@ -7709,7 +6939,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn769')] public function testAssertReturn770(): void { $this->runAssertReturnCommand( @@ -7719,7 +6948,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn770')] public function testAssertReturn771(): void { $this->runAssertReturnCommand( @@ -7729,7 +6957,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn771')] public function testAssertReturn772(): void { $this->runAssertReturnCommand( @@ -7739,7 +6966,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn772')] public function testAssertReturn773(): void { $this->runAssertReturnCommand( @@ -7749,7 +6975,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn773')] public function testAssertReturn774(): void { $this->runAssertReturnCommand( @@ -7759,7 +6984,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn774')] public function testAssertReturn775(): void { $this->runAssertReturnCommand( @@ -7769,7 +6993,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn775')] public function testAssertReturn776(): void { $this->runAssertReturnCommand( @@ -7779,7 +7002,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn776')] public function testAssertReturn777(): void { $this->runAssertReturnCommand( @@ -7789,7 +7011,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn777')] public function testAssertReturn778(): void { $this->runAssertReturnCommand( @@ -7799,7 +7020,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn778')] public function testAssertReturn779(): void { $this->runAssertReturnCommand( @@ -7809,7 +7029,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn779')] public function testAssertReturn780(): void { $this->runAssertReturnCommand( @@ -7819,7 +7038,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn780')] public function testAssertReturn781(): void { $this->runAssertReturnCommand( @@ -7829,7 +7047,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn781')] public function testAssertReturn782(): void { $this->runAssertReturnCommand( @@ -7839,7 +7056,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn782')] public function testAssertReturn783(): void { $this->runAssertReturnCommand( @@ -7849,7 +7065,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn783')] public function testAssertReturn784(): void { $this->runAssertReturnCommand( @@ -7859,7 +7074,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn784')] public function testAssertReturn785(): void { $this->runAssertReturnCommand( @@ -7869,7 +7083,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn785')] public function testAssertReturn786(): void { $this->runAssertReturnCommand( @@ -7879,7 +7092,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn786')] public function testAssertReturn787(): void { $this->runAssertReturnCommand( @@ -7889,7 +7101,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn787')] public function testAssertReturn788(): void { $this->runAssertReturnCommand( @@ -7899,7 +7110,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn788')] public function testAssertReturn789(): void { $this->runAssertReturnCommand( @@ -7909,7 +7119,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn789')] public function testAssertReturn790(): void { $this->runAssertReturnCommand( @@ -7919,7 +7128,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn790')] public function testAssertReturn791(): void { $this->runAssertReturnCommand( @@ -7929,7 +7137,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn791')] public function testAssertReturn792(): void { $this->runAssertReturnCommand( @@ -7939,7 +7146,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn792')] public function testAssertReturn793(): void { $this->runAssertReturnCommand( @@ -7949,7 +7155,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn793')] public function testAssertReturn794(): void { $this->runAssertReturnCommand( @@ -7959,7 +7164,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn794')] public function testAssertReturn795(): void { $this->runAssertReturnCommand( @@ -7969,7 +7173,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn795')] public function testAssertReturn796(): void { $this->runAssertReturnCommand( @@ -7979,7 +7182,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn796')] public function testAssertReturn797(): void { $this->runAssertReturnCommand( @@ -7989,7 +7191,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn797')] public function testAssertReturn798(): void { $this->runAssertReturnCommand( @@ -7999,7 +7200,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn798')] public function testAssertReturn799(): void { $this->runAssertReturnCommand( @@ -8009,7 +7209,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn799')] public function testAssertReturn800(): void { $this->runAssertReturnCommand( @@ -8019,7 +7218,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn800')] public function testAssertReturn801(): void { $this->runAssertReturnCommand( @@ -8029,7 +7227,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn801')] public function testAssertReturn802(): void { $this->runAssertReturnCommand( @@ -8039,7 +7236,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn802')] public function testAssertReturn803(): void { $this->runAssertReturnCommand( @@ -8049,7 +7245,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn803')] public function testAssertReturn804(): void { $this->runAssertReturnCommand( @@ -8059,7 +7254,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn804')] public function testAssertReturn805(): void { $this->runAssertReturnCommand( @@ -8069,7 +7263,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn805')] public function testAssertReturn806(): void { $this->runAssertReturnCommand( @@ -8079,7 +7272,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn806')] public function testAssertReturn807(): void { $this->runAssertReturnCommand( @@ -8089,7 +7281,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn807')] public function testAssertReturn808(): void { $this->runAssertReturnCommand( @@ -8099,7 +7290,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn808')] public function testAssertReturn809(): void { $this->runAssertReturnCommand( @@ -8109,7 +7299,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn809')] public function testAssertReturn810(): void { $this->runAssertReturnCommand( @@ -8119,7 +7308,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn810')] public function testAssertReturn811(): void { $this->runAssertReturnCommand( @@ -8129,7 +7317,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn811')] public function testAssertReturn812(): void { $this->runAssertReturnCommand( @@ -8139,7 +7326,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn812')] public function testAssertReturn813(): void { $this->runAssertReturnCommand( @@ -8149,7 +7335,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn813')] public function testAssertReturn814(): void { $this->runAssertReturnCommand( @@ -8159,7 +7344,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn814')] public function testAssertReturn815(): void { $this->runAssertReturnCommand( @@ -8169,7 +7353,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn815')] public function testAssertReturn816(): void { $this->runAssertReturnCommand( @@ -8179,7 +7362,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn816')] public function testAssertReturn817(): void { $this->runAssertReturnCommand( @@ -8189,7 +7371,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn817')] public function testAssertReturn818(): void { $this->runAssertReturnCommand( @@ -8199,7 +7380,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn818')] public function testAssertReturn819(): void { $this->runAssertReturnCommand( @@ -8209,7 +7389,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn819')] public function testAssertReturn820(): void { $this->runAssertReturnCommand( @@ -8219,7 +7398,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn820')] public function testAssertReturn821(): void { $this->runAssertReturnCommand( @@ -8229,7 +7407,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn821')] public function testAssertReturn822(): void { $this->runAssertReturnCommand( @@ -8239,7 +7416,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn822')] public function testAssertReturn823(): void { $this->runAssertReturnCommand( @@ -8249,7 +7425,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn823')] public function testAssertReturn824(): void { $this->runAssertReturnCommand( @@ -8259,7 +7434,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn824')] public function testAssertReturn825(): void { $this->runAssertReturnCommand( @@ -8269,7 +7443,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn825')] public function testAssertReturn826(): void { $this->runAssertReturnCommand( @@ -8279,7 +7452,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn826')] public function testAssertReturn827(): void { $this->runAssertReturnCommand( @@ -8289,7 +7461,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn827')] public function testAssertReturn828(): void { $this->runAssertReturnCommand( @@ -8299,7 +7470,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn828')] public function testAssertReturn829(): void { $this->runAssertReturnCommand( @@ -8309,7 +7479,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn829')] public function testAssertReturn830(): void { $this->runAssertReturnCommand( @@ -8319,7 +7488,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn830')] public function testAssertReturn831(): void { $this->runAssertReturnCommand( @@ -8329,7 +7497,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn831')] public function testAssertReturn832(): void { $this->runAssertReturnCommand( @@ -8339,7 +7506,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn832')] public function testAssertReturn833(): void { $this->runAssertReturnCommand( @@ -8349,7 +7515,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn833')] public function testAssertReturn834(): void { $this->runAssertReturnCommand( @@ -8359,7 +7524,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn834')] public function testAssertReturn835(): void { $this->runAssertReturnCommand( @@ -8369,7 +7533,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn835')] public function testAssertReturn836(): void { $this->runAssertReturnCommand( @@ -8379,7 +7542,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn836')] public function testAssertReturn837(): void { $this->runAssertReturnCommand( @@ -8389,7 +7551,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn837')] public function testAssertReturn838(): void { $this->runAssertReturnCommand( @@ -8399,7 +7560,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn838')] public function testAssertReturn839(): void { $this->runAssertReturnCommand( @@ -8409,7 +7569,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn839')] public function testAssertReturn840(): void { $this->runAssertReturnCommand( @@ -8419,7 +7578,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn840')] public function testAssertReturn841(): void { $this->runAssertReturnCommand( @@ -8429,7 +7587,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn841')] public function testAssertReturn842(): void { $this->runAssertReturnCommand( @@ -8439,7 +7596,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn842')] public function testAssertReturn843(): void { $this->runAssertReturnCommand( @@ -8449,7 +7605,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn843')] public function testAssertReturn844(): void { $this->runAssertReturnCommand( @@ -8459,7 +7614,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn844')] public function testAssertReturn845(): void { $this->runAssertReturnCommand( @@ -8469,7 +7623,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn845')] public function testAssertReturn846(): void { $this->runAssertReturnCommand( @@ -8479,7 +7632,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn846')] public function testAssertReturn847(): void { $this->runAssertReturnCommand( @@ -8489,7 +7641,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn847')] public function testAssertReturn848(): void { $this->runAssertReturnCommand( @@ -8499,7 +7650,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn848')] public function testAssertReturn849(): void { $this->runAssertReturnCommand( @@ -8509,7 +7659,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn849')] public function testAssertReturn850(): void { $this->runAssertReturnCommand( @@ -8519,7 +7668,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn850')] public function testAssertReturn851(): void { $this->runAssertReturnCommand( @@ -8529,7 +7677,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn851')] public function testAssertReturn852(): void { $this->runAssertReturnCommand( @@ -8539,7 +7686,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn852')] public function testAssertReturn853(): void { $this->runAssertReturnCommand( @@ -8549,7 +7695,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn853')] public function testAssertReturn854(): void { $this->runAssertReturnCommand( @@ -8559,7 +7704,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn854')] public function testAssertReturn855(): void { $this->runAssertReturnCommand( @@ -8569,7 +7713,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn855')] public function testAssertReturn856(): void { $this->runAssertReturnCommand( @@ -8579,7 +7722,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn856')] public function testAssertReturn857(): void { $this->runAssertReturnCommand( @@ -8589,7 +7731,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn857')] public function testAssertReturn858(): void { $this->runAssertReturnCommand( @@ -8599,7 +7740,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn858')] public function testAssertReturn859(): void { $this->runAssertReturnCommand( @@ -8609,7 +7749,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn859')] public function testAssertReturn860(): void { $this->runAssertReturnCommand( @@ -8619,7 +7758,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn860')] public function testAssertReturn861(): void { $this->runAssertReturnCommand( @@ -8629,7 +7767,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn861')] public function testAssertReturn862(): void { $this->runAssertReturnCommand( @@ -8639,7 +7776,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn862')] public function testAssertReturn863(): void { $this->runAssertReturnCommand( @@ -8649,7 +7785,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn863')] public function testAssertReturn864(): void { $this->runAssertReturnCommand( @@ -8659,7 +7794,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn864')] public function testAssertReturn865(): void { $this->runAssertReturnCommand( @@ -8669,7 +7803,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn865')] public function testAssertReturn866(): void { $this->runAssertReturnCommand( @@ -8679,7 +7812,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn866')] public function testAssertReturn867(): void { $this->runAssertReturnCommand( @@ -8689,7 +7821,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn867')] public function testAssertReturn868(): void { $this->runAssertReturnCommand( @@ -8699,7 +7830,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn868')] public function testAssertReturn869(): void { $this->runAssertReturnCommand( @@ -8709,7 +7839,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn869')] public function testAssertReturn870(): void { $this->runAssertReturnCommand( @@ -8719,7 +7848,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn870')] public function testAssertReturn871(): void { $this->runAssertReturnCommand( @@ -8729,7 +7857,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn871')] public function testAssertReturn872(): void { $this->runAssertReturnCommand( @@ -8739,7 +7866,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn872')] public function testAssertReturn873(): void { $this->runAssertReturnCommand( @@ -8749,7 +7875,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn873')] public function testAssertReturn874(): void { $this->runAssertReturnCommand( @@ -8759,7 +7884,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn874')] public function testAssertReturn875(): void { $this->runAssertReturnCommand( @@ -8769,7 +7893,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn875')] public function testAssertReturn876(): void { $this->runAssertReturnCommand( @@ -8779,7 +7902,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn876')] public function testAssertReturn877(): void { $this->runAssertReturnCommand( @@ -8789,7 +7911,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn877')] public function testAssertReturn878(): void { $this->runAssertReturnCommand( @@ -8799,7 +7920,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn878')] public function testAssertReturn879(): void { $this->runAssertReturnCommand( @@ -8809,7 +7929,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn879')] public function testAssertReturn880(): void { $this->runAssertReturnCommand( @@ -8819,7 +7938,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn880')] public function testAssertReturn881(): void { $this->runAssertReturnCommand( @@ -8829,7 +7947,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn881')] public function testAssertReturn882(): void { $this->runAssertReturnCommand( @@ -8839,7 +7956,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn882')] public function testAssertReturn883(): void { $this->runAssertReturnCommand( @@ -8849,7 +7965,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn883')] public function testAssertReturn884(): void { $this->runAssertReturnCommand( @@ -8859,7 +7974,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn884')] public function testAssertReturn885(): void { $this->runAssertReturnCommand( @@ -8869,7 +7983,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn885')] public function testAssertReturn886(): void { $this->runAssertReturnCommand( @@ -8879,7 +7992,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn886')] public function testAssertReturn887(): void { $this->runAssertReturnCommand( @@ -8889,7 +8001,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn887')] public function testAssertReturn888(): void { $this->runAssertReturnCommand( @@ -8899,7 +8010,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn888')] public function testAssertReturn889(): void { $this->runAssertReturnCommand( @@ -8909,7 +8019,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn889')] public function testAssertReturn890(): void { $this->runAssertReturnCommand( @@ -8919,7 +8028,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn890')] public function testAssertReturn891(): void { $this->runAssertReturnCommand( @@ -8929,7 +8037,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn891')] public function testAssertReturn892(): void { $this->runAssertReturnCommand( @@ -8939,7 +8046,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn892')] public function testAssertReturn893(): void { $this->runAssertReturnCommand( @@ -8949,7 +8055,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn893')] public function testAssertReturn894(): void { $this->runAssertReturnCommand( @@ -8959,7 +8064,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn894')] public function testAssertReturn895(): void { $this->runAssertReturnCommand( @@ -8969,7 +8073,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn895')] public function testAssertReturn896(): void { $this->runAssertReturnCommand( @@ -8979,7 +8082,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn896')] public function testAssertReturn897(): void { $this->runAssertReturnCommand( @@ -8989,7 +8091,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn897')] public function testAssertReturn898(): void { $this->runAssertReturnCommand( @@ -8999,7 +8100,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn898')] public function testAssertReturn899(): void { $this->runAssertReturnCommand( @@ -9009,7 +8109,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn899')] public function testAssertReturn900(): void { $this->runAssertReturnCommand( @@ -9019,7 +8118,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn900')] public function testAssertReturn901(): void { $this->runAssertReturnCommand( @@ -9029,7 +8127,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn901')] public function testAssertReturn902(): void { $this->runAssertReturnCommand( @@ -9039,7 +8136,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn902')] public function testAssertReturn903(): void { $this->runAssertReturnCommand( @@ -9049,7 +8145,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn903')] public function testAssertReturn904(): void { $this->runAssertReturnCommand( @@ -9059,7 +8154,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn904')] public function testAssertReturn905(): void { $this->runAssertReturnCommand( @@ -9069,7 +8163,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn905')] public function testAssertReturn906(): void { $this->runAssertReturnCommand( @@ -9079,7 +8172,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn906')] public function testAssertReturn907(): void { $this->runAssertReturnCommand( @@ -9089,7 +8181,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn907')] public function testAssertReturn908(): void { $this->runAssertReturnCommand( @@ -9099,7 +8190,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn908')] public function testAssertReturn909(): void { $this->runAssertReturnCommand( @@ -9109,7 +8199,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn909')] public function testAssertReturn910(): void { $this->runAssertReturnCommand( @@ -9119,7 +8208,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn910')] public function testAssertReturn911(): void { $this->runAssertReturnCommand( @@ -9129,7 +8217,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn911')] public function testAssertReturn912(): void { $this->runAssertReturnCommand( @@ -9139,7 +8226,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn912')] public function testAssertReturn913(): void { $this->runAssertReturnCommand( @@ -9149,7 +8235,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn913')] public function testAssertReturn914(): void { $this->runAssertReturnCommand( @@ -9159,7 +8244,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn914')] public function testAssertReturn915(): void { $this->runAssertReturnCommand( @@ -9169,7 +8253,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn915')] public function testAssertReturn916(): void { $this->runAssertReturnCommand( @@ -9179,7 +8262,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn916')] public function testAssertReturn917(): void { $this->runAssertReturnCommand( @@ -9189,7 +8271,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn917')] public function testAssertReturn918(): void { $this->runAssertReturnCommand( @@ -9199,7 +8280,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn918')] public function testAssertReturn919(): void { $this->runAssertReturnCommand( @@ -9209,7 +8289,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn919')] public function testAssertReturn920(): void { $this->runAssertReturnCommand( @@ -9219,7 +8298,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn920')] public function testAssertReturn921(): void { $this->runAssertReturnCommand( @@ -9229,7 +8307,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn921')] public function testAssertReturn922(): void { $this->runAssertReturnCommand( @@ -9239,7 +8316,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn922')] public function testAssertReturn923(): void { $this->runAssertReturnCommand( @@ -9249,7 +8325,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn923')] public function testAssertReturn924(): void { $this->runAssertReturnCommand( @@ -9259,7 +8334,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn924')] public function testAssertReturn925(): void { $this->runAssertReturnCommand( @@ -9269,7 +8343,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn925')] public function testAssertReturn926(): void { $this->runAssertReturnCommand( @@ -9279,7 +8352,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn926')] public function testAssertReturn927(): void { $this->runAssertReturnCommand( @@ -9289,7 +8361,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn927')] public function testAssertReturn928(): void { $this->runAssertReturnCommand( @@ -9299,7 +8370,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn928')] public function testAssertReturn929(): void { $this->runAssertReturnCommand( @@ -9309,7 +8379,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn929')] public function testAssertReturn930(): void { $this->runAssertReturnCommand( @@ -9319,7 +8388,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn930')] public function testAssertReturn931(): void { $this->runAssertReturnCommand( @@ -9329,7 +8397,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn931')] public function testAssertReturn932(): void { $this->runAssertReturnCommand( @@ -9339,7 +8406,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn932')] public function testAssertReturn933(): void { $this->runAssertReturnCommand( @@ -9349,7 +8415,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn933')] public function testAssertReturn934(): void { $this->runAssertReturnCommand( @@ -9359,7 +8424,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn934')] public function testAssertReturn935(): void { $this->runAssertReturnCommand( @@ -9369,7 +8433,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn935')] public function testAssertReturn936(): void { $this->runAssertReturnCommand( @@ -9379,7 +8442,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn936')] public function testAssertReturn937(): void { $this->runAssertReturnCommand( @@ -9389,7 +8451,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn937')] public function testAssertReturn938(): void { $this->runAssertReturnCommand( @@ -9399,7 +8460,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn938')] public function testAssertReturn939(): void { $this->runAssertReturnCommand( @@ -9409,7 +8469,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn939')] public function testAssertReturn940(): void { $this->runAssertReturnCommand( @@ -9419,7 +8478,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn940')] public function testAssertReturn941(): void { $this->runAssertReturnCommand( @@ -9429,7 +8487,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn941')] public function testAssertReturn942(): void { $this->runAssertReturnCommand( @@ -9439,7 +8496,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn942')] public function testAssertReturn943(): void { $this->runAssertReturnCommand( @@ -9449,7 +8505,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn943')] public function testAssertReturn944(): void { $this->runAssertReturnCommand( @@ -9459,7 +8514,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn944')] public function testAssertReturn945(): void { $this->runAssertReturnCommand( @@ -9469,7 +8523,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn945')] public function testAssertReturn946(): void { $this->runAssertReturnCommand( @@ -9479,7 +8532,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn946')] public function testAssertReturn947(): void { $this->runAssertReturnCommand( @@ -9489,7 +8541,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn947')] public function testAssertReturn948(): void { $this->runAssertReturnCommand( @@ -9499,7 +8550,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn948')] public function testAssertReturn949(): void { $this->runAssertReturnCommand( @@ -9509,7 +8559,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn949')] public function testAssertReturn950(): void { $this->runAssertReturnCommand( @@ -9519,7 +8568,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn950')] public function testAssertReturn951(): void { $this->runAssertReturnCommand( @@ -9529,7 +8577,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn951')] public function testAssertReturn952(): void { $this->runAssertReturnCommand( @@ -9539,7 +8586,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn952')] public function testAssertReturn953(): void { $this->runAssertReturnCommand( @@ -9549,7 +8595,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn953')] public function testAssertReturn954(): void { $this->runAssertReturnCommand( @@ -9559,7 +8604,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn954')] public function testAssertReturn955(): void { $this->runAssertReturnCommand( @@ -9569,7 +8613,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn955')] public function testAssertReturn956(): void { $this->runAssertReturnCommand( @@ -9579,7 +8622,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn956')] public function testAssertReturn957(): void { $this->runAssertReturnCommand( @@ -9589,7 +8631,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn957')] public function testAssertReturn958(): void { $this->runAssertReturnCommand( @@ -9599,7 +8640,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn958')] public function testAssertReturn959(): void { $this->runAssertReturnCommand( @@ -9609,7 +8649,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn959')] public function testAssertReturn960(): void { $this->runAssertReturnCommand( @@ -9619,7 +8658,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn960')] public function testAssertReturn961(): void { $this->runAssertReturnCommand( @@ -9629,7 +8667,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn961')] public function testAssertReturn962(): void { $this->runAssertReturnCommand( @@ -9639,7 +8676,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn962')] public function testAssertReturn963(): void { $this->runAssertReturnCommand( @@ -9649,7 +8685,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn963')] public function testAssertReturn964(): void { $this->runAssertReturnCommand( @@ -9659,7 +8694,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn964')] public function testAssertReturn965(): void { $this->runAssertReturnCommand( @@ -9669,7 +8703,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn965')] public function testAssertReturn966(): void { $this->runAssertReturnCommand( @@ -9679,7 +8712,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn966')] public function testAssertReturn967(): void { $this->runAssertReturnCommand( @@ -9689,7 +8721,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn967')] public function testAssertReturn968(): void { $this->runAssertReturnCommand( @@ -9699,7 +8730,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn968')] public function testAssertReturn969(): void { $this->runAssertReturnCommand( @@ -9709,7 +8739,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn969')] public function testAssertReturn970(): void { $this->runAssertReturnCommand( @@ -9719,7 +8748,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn970')] public function testAssertReturn971(): void { $this->runAssertReturnCommand( @@ -9729,7 +8757,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn971')] public function testAssertReturn972(): void { $this->runAssertReturnCommand( @@ -9739,7 +8766,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn972')] public function testAssertReturn973(): void { $this->runAssertReturnCommand( @@ -9749,7 +8775,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn973')] public function testAssertReturn974(): void { $this->runAssertReturnCommand( @@ -9759,7 +8784,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn974')] public function testAssertReturn975(): void { $this->runAssertReturnCommand( @@ -9769,7 +8793,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn975')] public function testAssertReturn976(): void { $this->runAssertReturnCommand( @@ -9779,7 +8802,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn976')] public function testAssertReturn977(): void { $this->runAssertReturnCommand( @@ -9789,7 +8811,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn977')] public function testAssertReturn978(): void { $this->runAssertReturnCommand( @@ -9799,7 +8820,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn978')] public function testAssertReturn979(): void { $this->runAssertReturnCommand( @@ -9809,7 +8829,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn979')] public function testAssertReturn980(): void { $this->runAssertReturnCommand( @@ -9819,7 +8838,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn980')] public function testAssertReturn981(): void { $this->runAssertReturnCommand( @@ -9829,7 +8847,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn981')] public function testAssertReturn982(): void { $this->runAssertReturnCommand( @@ -9839,7 +8856,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn982')] public function testAssertReturn983(): void { $this->runAssertReturnCommand( @@ -9849,7 +8865,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn983')] public function testAssertReturn984(): void { $this->runAssertReturnCommand( @@ -9859,7 +8874,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn984')] public function testAssertReturn985(): void { $this->runAssertReturnCommand( @@ -9869,7 +8883,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn985')] public function testAssertReturn986(): void { $this->runAssertReturnCommand( @@ -9879,7 +8892,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn986')] public function testAssertReturn987(): void { $this->runAssertReturnCommand( @@ -9889,7 +8901,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn987')] public function testAssertReturn988(): void { $this->runAssertReturnCommand( @@ -9899,7 +8910,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn988')] public function testAssertReturn989(): void { $this->runAssertReturnCommand( @@ -9909,7 +8919,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn989')] public function testAssertReturn990(): void { $this->runAssertReturnCommand( @@ -9919,7 +8928,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn990')] public function testAssertReturn991(): void { $this->runAssertReturnCommand( @@ -9929,7 +8937,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn991')] public function testAssertReturn992(): void { $this->runAssertReturnCommand( @@ -9939,7 +8946,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn992')] public function testAssertReturn993(): void { $this->runAssertReturnCommand( @@ -9949,7 +8955,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn993')] public function testAssertReturn994(): void { $this->runAssertReturnCommand( @@ -9959,7 +8964,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn994')] public function testAssertReturn995(): void { $this->runAssertReturnCommand( @@ -9969,7 +8973,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn995')] public function testAssertReturn996(): void { $this->runAssertReturnCommand( @@ -9979,7 +8982,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn996')] public function testAssertReturn997(): void { $this->runAssertReturnCommand( @@ -9989,7 +8991,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn997')] public function testAssertReturn998(): void { $this->runAssertReturnCommand( @@ -9999,7 +9000,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn998')] public function testAssertReturn999(): void { $this->runAssertReturnCommand( @@ -10009,7 +9009,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn999')] public function testAssertReturn1000(): void { $this->runAssertReturnCommand( @@ -10019,7 +9018,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1000')] public function testAssertReturn1001(): void { $this->runAssertReturnCommand( @@ -10029,7 +9027,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1001')] public function testAssertReturn1002(): void { $this->runAssertReturnCommand( @@ -10039,7 +9036,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1002')] public function testAssertReturn1003(): void { $this->runAssertReturnCommand( @@ -10049,7 +9045,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1003')] public function testAssertReturn1004(): void { $this->runAssertReturnCommand( @@ -10059,7 +9054,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1004')] public function testAssertReturn1005(): void { $this->runAssertReturnCommand( @@ -10069,7 +9063,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1005')] public function testAssertReturn1006(): void { $this->runAssertReturnCommand( @@ -10079,7 +9072,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1006')] public function testAssertReturn1007(): void { $this->runAssertReturnCommand( @@ -10089,7 +9081,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1007')] public function testAssertReturn1008(): void { $this->runAssertReturnCommand( @@ -10099,7 +9090,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1008')] public function testAssertReturn1009(): void { $this->runAssertReturnCommand( @@ -10109,7 +9099,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1009')] public function testAssertReturn1010(): void { $this->runAssertReturnCommand( @@ -10119,7 +9108,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1010')] public function testAssertReturn1011(): void { $this->runAssertReturnCommand( @@ -10129,7 +9117,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1011')] public function testAssertReturn1012(): void { $this->runAssertReturnCommand( @@ -10139,7 +9126,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1012')] public function testAssertReturn1013(): void { $this->runAssertReturnCommand( @@ -10149,7 +9135,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1013')] public function testAssertReturn1014(): void { $this->runAssertReturnCommand( @@ -10159,7 +9144,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1014')] public function testAssertReturn1015(): void { $this->runAssertReturnCommand( @@ -10169,7 +9153,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1015')] public function testAssertReturn1016(): void { $this->runAssertReturnCommand( @@ -10179,7 +9162,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1016')] public function testAssertReturn1017(): void { $this->runAssertReturnCommand( @@ -10189,7 +9171,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1017')] public function testAssertReturn1018(): void { $this->runAssertReturnCommand( @@ -10199,7 +9180,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1018')] public function testAssertReturn1019(): void { $this->runAssertReturnCommand( @@ -10209,7 +9189,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1019')] public function testAssertReturn1020(): void { $this->runAssertReturnCommand( @@ -10219,7 +9198,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1020')] public function testAssertReturn1021(): void { $this->runAssertReturnCommand( @@ -10229,7 +9207,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1021')] public function testAssertReturn1022(): void { $this->runAssertReturnCommand( @@ -10239,7 +9216,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1022')] public function testAssertReturn1023(): void { $this->runAssertReturnCommand( @@ -10249,7 +9225,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1023')] public function testAssertReturn1024(): void { $this->runAssertReturnCommand( @@ -10259,7 +9234,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1024')] public function testAssertReturn1025(): void { $this->runAssertReturnCommand( @@ -10269,7 +9243,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1025')] public function testAssertReturn1026(): void { $this->runAssertReturnCommand( @@ -10279,7 +9252,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1026')] public function testAssertReturn1027(): void { $this->runAssertReturnCommand( @@ -10289,7 +9261,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1027')] public function testAssertReturn1028(): void { $this->runAssertReturnCommand( @@ -10299,7 +9270,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1028')] public function testAssertReturn1029(): void { $this->runAssertReturnCommand( @@ -10309,7 +9279,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1029')] public function testAssertReturn1030(): void { $this->runAssertReturnCommand( @@ -10319,7 +9288,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1030')] public function testAssertReturn1031(): void { $this->runAssertReturnCommand( @@ -10329,7 +9297,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1031')] public function testAssertReturn1032(): void { $this->runAssertReturnCommand( @@ -10339,7 +9306,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1032')] public function testAssertReturn1033(): void { $this->runAssertReturnCommand( @@ -10349,7 +9315,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1033')] public function testAssertReturn1034(): void { $this->runAssertReturnCommand( @@ -10359,7 +9324,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1034')] public function testAssertReturn1035(): void { $this->runAssertReturnCommand( @@ -10369,7 +9333,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1035')] public function testAssertReturn1036(): void { $this->runAssertReturnCommand( @@ -10379,7 +9342,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1036')] public function testAssertReturn1037(): void { $this->runAssertReturnCommand( @@ -10389,7 +9351,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1037')] public function testAssertReturn1038(): void { $this->runAssertReturnCommand( @@ -10399,7 +9360,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1038')] public function testAssertReturn1039(): void { $this->runAssertReturnCommand( @@ -10409,7 +9369,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1039')] public function testAssertReturn1040(): void { $this->runAssertReturnCommand( @@ -10419,7 +9378,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1040')] public function testAssertReturn1041(): void { $this->runAssertReturnCommand( @@ -10429,7 +9387,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1041')] public function testAssertReturn1042(): void { $this->runAssertReturnCommand( @@ -10439,7 +9396,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1042')] public function testAssertReturn1043(): void { $this->runAssertReturnCommand( @@ -10449,7 +9405,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1043')] public function testAssertReturn1044(): void { $this->runAssertReturnCommand( @@ -10459,7 +9414,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1044')] public function testAssertReturn1045(): void { $this->runAssertReturnCommand( @@ -10469,7 +9423,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1045')] public function testAssertReturn1046(): void { $this->runAssertReturnCommand( @@ -10479,7 +9432,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1046')] public function testAssertReturn1047(): void { $this->runAssertReturnCommand( @@ -10489,7 +9441,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1047')] public function testAssertReturn1048(): void { $this->runAssertReturnCommand( @@ -10499,7 +9450,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1048')] public function testAssertReturn1049(): void { $this->runAssertReturnCommand( @@ -10509,7 +9459,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1049')] public function testAssertReturn1050(): void { $this->runAssertReturnCommand( @@ -10519,7 +9468,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1050')] public function testAssertReturn1051(): void { $this->runAssertReturnCommand( @@ -10529,7 +9477,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1051')] public function testAssertReturn1052(): void { $this->runAssertReturnCommand( @@ -10539,7 +9486,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1052')] public function testAssertReturn1053(): void { $this->runAssertReturnCommand( @@ -10549,7 +9495,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1053')] public function testAssertReturn1054(): void { $this->runAssertReturnCommand( @@ -10559,7 +9504,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1054')] public function testAssertReturn1055(): void { $this->runAssertReturnCommand( @@ -10569,7 +9513,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1055')] public function testAssertReturn1056(): void { $this->runAssertReturnCommand( @@ -10579,7 +9522,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1056')] public function testAssertReturn1057(): void { $this->runAssertReturnCommand( @@ -10589,7 +9531,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1057')] public function testAssertReturn1058(): void { $this->runAssertReturnCommand( @@ -10599,7 +9540,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1058')] public function testAssertReturn1059(): void { $this->runAssertReturnCommand( @@ -10609,7 +9549,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1059')] public function testAssertReturn1060(): void { $this->runAssertReturnCommand( @@ -10619,7 +9558,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1060')] public function testAssertReturn1061(): void { $this->runAssertReturnCommand( @@ -10629,7 +9567,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1061')] public function testAssertReturn1062(): void { $this->runAssertReturnCommand( @@ -10639,7 +9576,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1062')] public function testAssertReturn1063(): void { $this->runAssertReturnCommand( @@ -10649,7 +9585,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1063')] public function testAssertReturn1064(): void { $this->runAssertReturnCommand( @@ -10659,7 +9594,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1064')] public function testAssertReturn1065(): void { $this->runAssertReturnCommand( @@ -10669,7 +9603,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1065')] public function testAssertReturn1066(): void { $this->runAssertReturnCommand( @@ -10679,7 +9612,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1066')] public function testAssertReturn1067(): void { $this->runAssertReturnCommand( @@ -10689,7 +9621,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1067')] public function testAssertReturn1068(): void { $this->runAssertReturnCommand( @@ -10699,7 +9630,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1068')] public function testAssertReturn1069(): void { $this->runAssertReturnCommand( @@ -10709,7 +9639,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1069')] public function testAssertReturn1070(): void { $this->runAssertReturnCommand( @@ -10719,7 +9648,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1070')] public function testAssertReturn1071(): void { $this->runAssertReturnCommand( @@ -10729,7 +9657,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1071')] public function testAssertReturn1072(): void { $this->runAssertReturnCommand( @@ -10739,7 +9666,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1072')] public function testAssertReturn1073(): void { $this->runAssertReturnCommand( @@ -10749,7 +9675,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1073')] public function testAssertReturn1074(): void { $this->runAssertReturnCommand( @@ -10759,7 +9684,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1074')] public function testAssertReturn1075(): void { $this->runAssertReturnCommand( @@ -10769,7 +9693,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1075')] public function testAssertReturn1076(): void { $this->runAssertReturnCommand( @@ -10779,7 +9702,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1076')] public function testAssertReturn1077(): void { $this->runAssertReturnCommand( @@ -10789,7 +9711,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1077')] public function testAssertReturn1078(): void { $this->runAssertReturnCommand( @@ -10799,7 +9720,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1078')] public function testAssertReturn1079(): void { $this->runAssertReturnCommand( @@ -10809,7 +9729,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1079')] public function testAssertReturn1080(): void { $this->runAssertReturnCommand( @@ -10819,7 +9738,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1080')] public function testAssertReturn1081(): void { $this->runAssertReturnCommand( @@ -10829,7 +9747,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1081')] public function testAssertReturn1082(): void { $this->runAssertReturnCommand( @@ -10839,7 +9756,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1082')] public function testAssertReturn1083(): void { $this->runAssertReturnCommand( @@ -10849,7 +9765,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1083')] public function testAssertReturn1084(): void { $this->runAssertReturnCommand( @@ -10859,7 +9774,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1084')] public function testAssertReturn1085(): void { $this->runAssertReturnCommand( @@ -10869,7 +9783,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1085')] public function testAssertReturn1086(): void { $this->runAssertReturnCommand( @@ -10879,7 +9792,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1086')] public function testAssertReturn1087(): void { $this->runAssertReturnCommand( @@ -10889,7 +9801,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1087')] public function testAssertReturn1088(): void { $this->runAssertReturnCommand( @@ -10899,7 +9810,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1088')] public function testAssertReturn1089(): void { $this->runAssertReturnCommand( @@ -10909,7 +9819,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1089')] public function testAssertReturn1090(): void { $this->runAssertReturnCommand( @@ -10919,7 +9828,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1090')] public function testAssertReturn1091(): void { $this->runAssertReturnCommand( @@ -10929,7 +9837,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1091')] public function testAssertReturn1092(): void { $this->runAssertReturnCommand( @@ -10939,7 +9846,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1092')] public function testAssertReturn1093(): void { $this->runAssertReturnCommand( @@ -10949,7 +9855,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1093')] public function testAssertReturn1094(): void { $this->runAssertReturnCommand( @@ -10959,7 +9864,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1094')] public function testAssertReturn1095(): void { $this->runAssertReturnCommand( @@ -10969,7 +9873,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1095')] public function testAssertReturn1096(): void { $this->runAssertReturnCommand( @@ -10979,7 +9882,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1096')] public function testAssertReturn1097(): void { $this->runAssertReturnCommand( @@ -10989,7 +9891,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1097')] public function testAssertReturn1098(): void { $this->runAssertReturnCommand( @@ -10999,7 +9900,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1098')] public function testAssertReturn1099(): void { $this->runAssertReturnCommand( @@ -11009,7 +9909,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1099')] public function testAssertReturn1100(): void { $this->runAssertReturnCommand( @@ -11019,7 +9918,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1100')] public function testAssertReturn1101(): void { $this->runAssertReturnCommand( @@ -11029,7 +9927,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1101')] public function testAssertReturn1102(): void { $this->runAssertReturnCommand( @@ -11039,7 +9936,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1102')] public function testAssertReturn1103(): void { $this->runAssertReturnCommand( @@ -11049,7 +9945,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1103')] public function testAssertReturn1104(): void { $this->runAssertReturnCommand( @@ -11059,7 +9954,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1104')] public function testAssertReturn1105(): void { $this->runAssertReturnCommand( @@ -11069,7 +9963,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1105')] public function testAssertReturn1106(): void { $this->runAssertReturnCommand( @@ -11079,7 +9972,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1106')] public function testAssertReturn1107(): void { $this->runAssertReturnCommand( @@ -11089,7 +9981,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1107')] public function testAssertReturn1108(): void { $this->runAssertReturnCommand( @@ -11099,7 +9990,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1108')] public function testAssertReturn1109(): void { $this->runAssertReturnCommand( @@ -11109,7 +9999,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1109')] public function testAssertReturn1110(): void { $this->runAssertReturnCommand( @@ -11119,7 +10008,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1110')] public function testAssertReturn1111(): void { $this->runAssertReturnCommand( @@ -11129,7 +10017,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1111')] public function testAssertReturn1112(): void { $this->runAssertReturnCommand( @@ -11139,7 +10026,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1112')] public function testAssertReturn1113(): void { $this->runAssertReturnCommand( @@ -11149,7 +10035,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1113')] public function testAssertReturn1114(): void { $this->runAssertReturnCommand( @@ -11159,7 +10044,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1114')] public function testAssertReturn1115(): void { $this->runAssertReturnCommand( @@ -11169,7 +10053,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1115')] public function testAssertReturn1116(): void { $this->runAssertReturnCommand( @@ -11179,7 +10062,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1116')] public function testAssertReturn1117(): void { $this->runAssertReturnCommand( @@ -11189,7 +10071,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1117')] public function testAssertReturn1118(): void { $this->runAssertReturnCommand( @@ -11199,7 +10080,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1118')] public function testAssertReturn1119(): void { $this->runAssertReturnCommand( @@ -11209,7 +10089,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1119')] public function testAssertReturn1120(): void { $this->runAssertReturnCommand( @@ -11219,7 +10098,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1120')] public function testAssertReturn1121(): void { $this->runAssertReturnCommand( @@ -11229,7 +10107,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1121')] public function testAssertReturn1122(): void { $this->runAssertReturnCommand( @@ -11239,7 +10116,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1122')] public function testAssertReturn1123(): void { $this->runAssertReturnCommand( @@ -11249,7 +10125,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1123')] public function testAssertReturn1124(): void { $this->runAssertReturnCommand( @@ -11259,7 +10134,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1124')] public function testAssertReturn1125(): void { $this->runAssertReturnCommand( @@ -11269,7 +10143,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1125')] public function testAssertReturn1126(): void { $this->runAssertReturnCommand( @@ -11279,7 +10152,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1126')] public function testAssertReturn1127(): void { $this->runAssertReturnCommand( @@ -11289,7 +10161,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1127')] public function testAssertReturn1128(): void { $this->runAssertReturnCommand( @@ -11299,7 +10170,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1128')] public function testAssertReturn1129(): void { $this->runAssertReturnCommand( @@ -11309,7 +10179,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1129')] public function testAssertReturn1130(): void { $this->runAssertReturnCommand( @@ -11319,7 +10188,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1130')] public function testAssertReturn1131(): void { $this->runAssertReturnCommand( @@ -11329,7 +10197,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1131')] public function testAssertReturn1132(): void { $this->runAssertReturnCommand( @@ -11339,7 +10206,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1132')] public function testAssertReturn1133(): void { $this->runAssertReturnCommand( @@ -11349,7 +10215,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1133')] public function testAssertReturn1134(): void { $this->runAssertReturnCommand( @@ -11359,7 +10224,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1134')] public function testAssertReturn1135(): void { $this->runAssertReturnCommand( @@ -11369,7 +10233,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1135')] public function testAssertReturn1136(): void { $this->runAssertReturnCommand( @@ -11379,7 +10242,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1136')] public function testAssertReturn1137(): void { $this->runAssertReturnCommand( @@ -11389,7 +10251,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1137')] public function testAssertReturn1138(): void { $this->runAssertReturnCommand( @@ -11399,7 +10260,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1138')] public function testAssertReturn1139(): void { $this->runAssertReturnCommand( @@ -11409,7 +10269,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1139')] public function testAssertReturn1140(): void { $this->runAssertReturnCommand( @@ -11419,7 +10278,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1140')] public function testAssertReturn1141(): void { $this->runAssertReturnCommand( @@ -11429,7 +10287,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1141')] public function testAssertReturn1142(): void { $this->runAssertReturnCommand( @@ -11439,7 +10296,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1142')] public function testAssertReturn1143(): void { $this->runAssertReturnCommand( @@ -11449,7 +10305,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1143')] public function testAssertReturn1144(): void { $this->runAssertReturnCommand( @@ -11459,7 +10314,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1144')] public function testAssertReturn1145(): void { $this->runAssertReturnCommand( @@ -11469,7 +10323,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1145')] public function testAssertReturn1146(): void { $this->runAssertReturnCommand( @@ -11479,7 +10332,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1146')] public function testAssertReturn1147(): void { $this->runAssertReturnCommand( @@ -11489,7 +10341,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1147')] public function testAssertReturn1148(): void { $this->runAssertReturnCommand( @@ -11499,7 +10350,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1148')] public function testAssertReturn1149(): void { $this->runAssertReturnCommand( @@ -11509,7 +10359,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1149')] public function testAssertReturn1150(): void { $this->runAssertReturnCommand( @@ -11519,7 +10368,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1150')] public function testAssertReturn1151(): void { $this->runAssertReturnCommand( @@ -11529,7 +10377,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1151')] public function testAssertReturn1152(): void { $this->runAssertReturnCommand( @@ -11539,7 +10386,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1152')] public function testAssertReturn1153(): void { $this->runAssertReturnCommand( @@ -11549,7 +10395,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1153')] public function testAssertReturn1154(): void { $this->runAssertReturnCommand( @@ -11559,7 +10404,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1154')] public function testAssertReturn1155(): void { $this->runAssertReturnCommand( @@ -11569,7 +10413,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1155')] public function testAssertReturn1156(): void { $this->runAssertReturnCommand( @@ -11579,7 +10422,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1156')] public function testAssertReturn1157(): void { $this->runAssertReturnCommand( @@ -11589,7 +10431,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1157')] public function testAssertReturn1158(): void { $this->runAssertReturnCommand( @@ -11599,7 +10440,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1158')] public function testAssertReturn1159(): void { $this->runAssertReturnCommand( @@ -11609,7 +10449,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1159')] public function testAssertReturn1160(): void { $this->runAssertReturnCommand( @@ -11619,7 +10458,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1160')] public function testAssertReturn1161(): void { $this->runAssertReturnCommand( @@ -11629,7 +10467,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1161')] public function testAssertReturn1162(): void { $this->runAssertReturnCommand( @@ -11639,7 +10476,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1162')] public function testAssertReturn1163(): void { $this->runAssertReturnCommand( @@ -11649,7 +10485,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1163')] public function testAssertReturn1164(): void { $this->runAssertReturnCommand( @@ -11659,7 +10494,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1164')] public function testAssertReturn1165(): void { $this->runAssertReturnCommand( @@ -11669,7 +10503,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1165')] public function testAssertReturn1166(): void { $this->runAssertReturnCommand( @@ -11679,7 +10512,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1166')] public function testAssertReturn1167(): void { $this->runAssertReturnCommand( @@ -11689,7 +10521,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1167')] public function testAssertReturn1168(): void { $this->runAssertReturnCommand( @@ -11699,7 +10530,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1168')] public function testAssertReturn1169(): void { $this->runAssertReturnCommand( @@ -11709,7 +10539,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1169')] public function testAssertReturn1170(): void { $this->runAssertReturnCommand( @@ -11719,7 +10548,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1170')] public function testAssertReturn1171(): void { $this->runAssertReturnCommand( @@ -11729,7 +10557,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1171')] public function testAssertReturn1172(): void { $this->runAssertReturnCommand( @@ -11739,7 +10566,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1172')] public function testAssertReturn1173(): void { $this->runAssertReturnCommand( @@ -11749,7 +10575,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1173')] public function testAssertReturn1174(): void { $this->runAssertReturnCommand( @@ -11759,7 +10584,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1174')] public function testAssertReturn1175(): void { $this->runAssertReturnCommand( @@ -11769,7 +10593,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1175')] public function testAssertReturn1176(): void { $this->runAssertReturnCommand( @@ -11779,7 +10602,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1176')] public function testAssertReturn1177(): void { $this->runAssertReturnCommand( @@ -11789,7 +10611,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1177')] public function testAssertReturn1178(): void { $this->runAssertReturnCommand( @@ -11799,7 +10620,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1178')] public function testAssertReturn1179(): void { $this->runAssertReturnCommand( @@ -11809,7 +10629,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1179')] public function testAssertReturn1180(): void { $this->runAssertReturnCommand( @@ -11819,7 +10638,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1180')] public function testAssertReturn1181(): void { $this->runAssertReturnCommand( @@ -11829,7 +10647,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1181')] public function testAssertReturn1182(): void { $this->runAssertReturnCommand( @@ -11839,7 +10656,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1182')] public function testAssertReturn1183(): void { $this->runAssertReturnCommand( @@ -11849,7 +10665,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1183')] public function testAssertReturn1184(): void { $this->runAssertReturnCommand( @@ -11859,7 +10674,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1184')] public function testAssertReturn1185(): void { $this->runAssertReturnCommand( @@ -11869,7 +10683,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1185')] public function testAssertReturn1186(): void { $this->runAssertReturnCommand( @@ -11879,7 +10692,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1186')] public function testAssertReturn1187(): void { $this->runAssertReturnCommand( @@ -11889,7 +10701,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1187')] public function testAssertReturn1188(): void { $this->runAssertReturnCommand( @@ -11899,7 +10710,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1188')] public function testAssertReturn1189(): void { $this->runAssertReturnCommand( @@ -11909,7 +10719,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1189')] public function testAssertReturn1190(): void { $this->runAssertReturnCommand( @@ -11919,7 +10728,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1190')] public function testAssertReturn1191(): void { $this->runAssertReturnCommand( @@ -11929,7 +10737,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1191')] public function testAssertReturn1192(): void { $this->runAssertReturnCommand( @@ -11939,7 +10746,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1192')] public function testAssertReturn1193(): void { $this->runAssertReturnCommand( @@ -11949,7 +10755,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1193')] public function testAssertReturn1194(): void { $this->runAssertReturnCommand( @@ -11959,7 +10764,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1194')] public function testAssertReturn1195(): void { $this->runAssertReturnCommand( @@ -11969,7 +10773,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1195')] public function testAssertReturn1196(): void { $this->runAssertReturnCommand( @@ -11979,7 +10782,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1196')] public function testAssertReturn1197(): void { $this->runAssertReturnCommand( @@ -11989,7 +10791,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1197')] public function testAssertReturn1198(): void { $this->runAssertReturnCommand( @@ -11999,7 +10800,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1198')] public function testAssertReturn1199(): void { $this->runAssertReturnCommand( @@ -12009,7 +10809,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1199')] public function testAssertReturn1200(): void { $this->runAssertReturnCommand( @@ -12019,7 +10818,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1200')] public function testAssertReturn1201(): void { $this->runAssertReturnCommand( @@ -12029,7 +10827,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1201')] public function testAssertReturn1202(): void { $this->runAssertReturnCommand( @@ -12039,7 +10836,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1202')] public function testAssertReturn1203(): void { $this->runAssertReturnCommand( @@ -12049,7 +10845,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1203')] public function testAssertReturn1204(): void { $this->runAssertReturnCommand( @@ -12059,7 +10854,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1204')] public function testAssertReturn1205(): void { $this->runAssertReturnCommand( @@ -12069,7 +10863,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1205')] public function testAssertReturn1206(): void { $this->runAssertReturnCommand( @@ -12079,7 +10872,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1206')] public function testAssertReturn1207(): void { $this->runAssertReturnCommand( @@ -12089,7 +10881,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1207')] public function testAssertReturn1208(): void { $this->runAssertReturnCommand( @@ -12099,7 +10890,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1208')] public function testAssertReturn1209(): void { $this->runAssertReturnCommand( @@ -12109,7 +10899,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1209')] public function testAssertReturn1210(): void { $this->runAssertReturnCommand( @@ -12119,7 +10908,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1210')] public function testAssertReturn1211(): void { $this->runAssertReturnCommand( @@ -12129,7 +10917,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1211')] public function testAssertReturn1212(): void { $this->runAssertReturnCommand( @@ -12139,7 +10926,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1212')] public function testAssertReturn1213(): void { $this->runAssertReturnCommand( @@ -12149,7 +10935,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1213')] public function testAssertReturn1214(): void { $this->runAssertReturnCommand( @@ -12159,7 +10944,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1214')] public function testAssertReturn1215(): void { $this->runAssertReturnCommand( @@ -12169,7 +10953,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1215')] public function testAssertReturn1216(): void { $this->runAssertReturnCommand( @@ -12179,7 +10962,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1216')] public function testAssertReturn1217(): void { $this->runAssertReturnCommand( @@ -12189,7 +10971,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1217')] public function testAssertReturn1218(): void { $this->runAssertReturnCommand( @@ -12199,7 +10980,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1218')] public function testAssertReturn1219(): void { $this->runAssertReturnCommand( @@ -12209,7 +10989,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1219')] public function testAssertReturn1220(): void { $this->runAssertReturnCommand( @@ -12219,7 +10998,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1220')] public function testAssertReturn1221(): void { $this->runAssertReturnCommand( @@ -12229,7 +11007,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1221')] public function testAssertReturn1222(): void { $this->runAssertReturnCommand( @@ -12239,7 +11016,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1222')] public function testAssertReturn1223(): void { $this->runAssertReturnCommand( @@ -12249,7 +11025,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1223')] public function testAssertReturn1224(): void { $this->runAssertReturnCommand( @@ -12259,7 +11034,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1224')] public function testAssertReturn1225(): void { $this->runAssertReturnCommand( @@ -12269,7 +11043,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1225')] public function testAssertReturn1226(): void { $this->runAssertReturnCommand( @@ -12279,7 +11052,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1226')] public function testAssertReturn1227(): void { $this->runAssertReturnCommand( @@ -12289,7 +11061,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1227')] public function testAssertReturn1228(): void { $this->runAssertReturnCommand( @@ -12299,7 +11070,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1228')] public function testAssertReturn1229(): void { $this->runAssertReturnCommand( @@ -12309,7 +11079,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1229')] public function testAssertReturn1230(): void { $this->runAssertReturnCommand( @@ -12319,7 +11088,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1230')] public function testAssertReturn1231(): void { $this->runAssertReturnCommand( @@ -12329,7 +11097,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1231')] public function testAssertReturn1232(): void { $this->runAssertReturnCommand( @@ -12339,7 +11106,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1232')] public function testAssertReturn1233(): void { $this->runAssertReturnCommand( @@ -12349,7 +11115,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1233')] public function testAssertReturn1234(): void { $this->runAssertReturnCommand( @@ -12359,7 +11124,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1234')] public function testAssertReturn1235(): void { $this->runAssertReturnCommand( @@ -12369,7 +11133,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1235')] public function testAssertReturn1236(): void { $this->runAssertReturnCommand( @@ -12379,7 +11142,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1236')] public function testAssertReturn1237(): void { $this->runAssertReturnCommand( @@ -12389,7 +11151,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1237')] public function testAssertReturn1238(): void { $this->runAssertReturnCommand( @@ -12399,7 +11160,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1238')] public function testAssertReturn1239(): void { $this->runAssertReturnCommand( @@ -12409,7 +11169,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1239')] public function testAssertReturn1240(): void { $this->runAssertReturnCommand( @@ -12419,7 +11178,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1240')] public function testAssertReturn1241(): void { $this->runAssertReturnCommand( @@ -12429,7 +11187,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1241')] public function testAssertReturn1242(): void { $this->runAssertReturnCommand( @@ -12439,7 +11196,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1242')] public function testAssertReturn1243(): void { $this->runAssertReturnCommand( @@ -12449,7 +11205,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1243')] public function testAssertReturn1244(): void { $this->runAssertReturnCommand( @@ -12459,7 +11214,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1244')] public function testAssertReturn1245(): void { $this->runAssertReturnCommand( @@ -12469,7 +11223,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1245')] public function testAssertReturn1246(): void { $this->runAssertReturnCommand( @@ -12479,7 +11232,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1246')] public function testAssertReturn1247(): void { $this->runAssertReturnCommand( @@ -12489,7 +11241,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1247')] public function testAssertReturn1248(): void { $this->runAssertReturnCommand( @@ -12499,7 +11250,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1248')] public function testAssertReturn1249(): void { $this->runAssertReturnCommand( @@ -12509,7 +11259,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1249')] public function testAssertReturn1250(): void { $this->runAssertReturnCommand( @@ -12519,7 +11268,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1250')] public function testAssertReturn1251(): void { $this->runAssertReturnCommand( @@ -12529,7 +11277,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1251')] public function testAssertReturn1252(): void { $this->runAssertReturnCommand( @@ -12539,7 +11286,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1252')] public function testAssertReturn1253(): void { $this->runAssertReturnCommand( @@ -12549,7 +11295,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1253')] public function testAssertReturn1254(): void { $this->runAssertReturnCommand( @@ -12559,7 +11304,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1254')] public function testAssertReturn1255(): void { $this->runAssertReturnCommand( @@ -12569,7 +11313,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1255')] public function testAssertReturn1256(): void { $this->runAssertReturnCommand( @@ -12579,7 +11322,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1256')] public function testAssertReturn1257(): void { $this->runAssertReturnCommand( @@ -12589,7 +11331,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1257')] public function testAssertReturn1258(): void { $this->runAssertReturnCommand( @@ -12599,7 +11340,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1258')] public function testAssertReturn1259(): void { $this->runAssertReturnCommand( @@ -12609,7 +11349,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1259')] public function testAssertReturn1260(): void { $this->runAssertReturnCommand( @@ -12619,7 +11358,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1260')] public function testAssertReturn1261(): void { $this->runAssertReturnCommand( @@ -12629,7 +11367,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1261')] public function testAssertReturn1262(): void { $this->runAssertReturnCommand( @@ -12639,7 +11376,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1262')] public function testAssertReturn1263(): void { $this->runAssertReturnCommand( @@ -12649,7 +11385,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1263')] public function testAssertReturn1264(): void { $this->runAssertReturnCommand( @@ -12659,7 +11394,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1264')] public function testAssertReturn1265(): void { $this->runAssertReturnCommand( @@ -12669,7 +11403,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1265')] public function testAssertReturn1266(): void { $this->runAssertReturnCommand( @@ -12679,7 +11412,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1266')] public function testAssertReturn1267(): void { $this->runAssertReturnCommand( @@ -12689,7 +11421,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1267')] public function testAssertReturn1268(): void { $this->runAssertReturnCommand( @@ -12699,7 +11430,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1268')] public function testAssertReturn1269(): void { $this->runAssertReturnCommand( @@ -12709,7 +11439,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1269')] public function testAssertReturn1270(): void { $this->runAssertReturnCommand( @@ -12719,7 +11448,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1270')] public function testAssertReturn1271(): void { $this->runAssertReturnCommand( @@ -12729,7 +11457,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1271')] public function testAssertReturn1272(): void { $this->runAssertReturnCommand( @@ -12739,7 +11466,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1272')] public function testAssertReturn1273(): void { $this->runAssertReturnCommand( @@ -12749,7 +11475,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1273')] public function testAssertReturn1274(): void { $this->runAssertReturnCommand( @@ -12759,7 +11484,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1274')] public function testAssertReturn1275(): void { $this->runAssertReturnCommand( @@ -12769,7 +11493,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1275')] public function testAssertReturn1276(): void { $this->runAssertReturnCommand( @@ -12779,7 +11502,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1276')] public function testAssertReturn1277(): void { $this->runAssertReturnCommand( @@ -12789,7 +11511,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1277')] public function testAssertReturn1278(): void { $this->runAssertReturnCommand( @@ -12799,7 +11520,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1278')] public function testAssertReturn1279(): void { $this->runAssertReturnCommand( @@ -12809,7 +11529,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1279')] public function testAssertReturn1280(): void { $this->runAssertReturnCommand( @@ -12819,7 +11538,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1280')] public function testAssertReturn1281(): void { $this->runAssertReturnCommand( @@ -12829,7 +11547,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1281')] public function testAssertReturn1282(): void { $this->runAssertReturnCommand( @@ -12839,7 +11556,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1282')] public function testAssertReturn1283(): void { $this->runAssertReturnCommand( @@ -12849,7 +11565,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1283')] public function testAssertReturn1284(): void { $this->runAssertReturnCommand( @@ -12859,7 +11574,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1284')] public function testAssertReturn1285(): void { $this->runAssertReturnCommand( @@ -12869,7 +11583,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1285')] public function testAssertReturn1286(): void { $this->runAssertReturnCommand( @@ -12879,7 +11592,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1286')] public function testAssertReturn1287(): void { $this->runAssertReturnCommand( @@ -12889,7 +11601,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1287')] public function testAssertReturn1288(): void { $this->runAssertReturnCommand( @@ -12899,7 +11610,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1288')] public function testAssertReturn1289(): void { $this->runAssertReturnCommand( @@ -12909,7 +11619,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1289')] public function testAssertReturn1290(): void { $this->runAssertReturnCommand( @@ -12919,7 +11628,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1290')] public function testAssertReturn1291(): void { $this->runAssertReturnCommand( @@ -12929,7 +11637,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1291')] public function testAssertReturn1292(): void { $this->runAssertReturnCommand( @@ -12939,7 +11646,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1292')] public function testAssertReturn1293(): void { $this->runAssertReturnCommand( @@ -12949,7 +11655,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1293')] public function testAssertReturn1294(): void { $this->runAssertReturnCommand( @@ -12959,7 +11664,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1294')] public function testAssertReturn1295(): void { $this->runAssertReturnCommand( @@ -12969,7 +11673,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1295')] public function testAssertReturn1296(): void { $this->runAssertReturnCommand( @@ -12979,7 +11682,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1296')] public function testAssertReturn1297(): void { $this->runAssertReturnCommand( @@ -12989,7 +11691,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1297')] public function testAssertReturn1298(): void { $this->runAssertReturnCommand( @@ -12999,7 +11700,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1298')] public function testAssertReturn1299(): void { $this->runAssertReturnCommand( @@ -13009,7 +11709,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1299')] public function testAssertReturn1300(): void { $this->runAssertReturnCommand( @@ -13019,7 +11718,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1300')] public function testAssertReturn1301(): void { $this->runAssertReturnCommand( @@ -13029,7 +11727,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1301')] public function testAssertReturn1302(): void { $this->runAssertReturnCommand( @@ -13039,7 +11736,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1302')] public function testAssertReturn1303(): void { $this->runAssertReturnCommand( @@ -13049,7 +11745,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1303')] public function testAssertReturn1304(): void { $this->runAssertReturnCommand( @@ -13059,7 +11754,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1304')] public function testAssertReturn1305(): void { $this->runAssertReturnCommand( @@ -13069,7 +11763,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1305')] public function testAssertReturn1306(): void { $this->runAssertReturnCommand( @@ -13079,7 +11772,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1306')] public function testAssertReturn1307(): void { $this->runAssertReturnCommand( @@ -13089,7 +11781,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1307')] public function testAssertReturn1308(): void { $this->runAssertReturnCommand( @@ -13099,7 +11790,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1308')] public function testAssertReturn1309(): void { $this->runAssertReturnCommand( @@ -13109,7 +11799,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1309')] public function testAssertReturn1310(): void { $this->runAssertReturnCommand( @@ -13119,7 +11808,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1310')] public function testAssertReturn1311(): void { $this->runAssertReturnCommand( @@ -13129,7 +11817,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1311')] public function testAssertReturn1312(): void { $this->runAssertReturnCommand( @@ -13139,7 +11826,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1312')] public function testAssertReturn1313(): void { $this->runAssertReturnCommand( @@ -13149,7 +11835,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1313')] public function testAssertReturn1314(): void { $this->runAssertReturnCommand( @@ -13159,7 +11844,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1314')] public function testAssertReturn1315(): void { $this->runAssertReturnCommand( @@ -13169,7 +11853,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1315')] public function testAssertReturn1316(): void { $this->runAssertReturnCommand( @@ -13179,7 +11862,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1316')] public function testAssertReturn1317(): void { $this->runAssertReturnCommand( @@ -13189,7 +11871,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1317')] public function testAssertReturn1318(): void { $this->runAssertReturnCommand( @@ -13199,7 +11880,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1318')] public function testAssertReturn1319(): void { $this->runAssertReturnCommand( @@ -13209,7 +11889,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1319')] public function testAssertReturn1320(): void { $this->runAssertReturnCommand( @@ -13219,7 +11898,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1320')] public function testAssertReturn1321(): void { $this->runAssertReturnCommand( @@ -13229,7 +11907,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1321')] public function testAssertReturn1322(): void { $this->runAssertReturnCommand( @@ -13239,7 +11916,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1322')] public function testAssertReturn1323(): void { $this->runAssertReturnCommand( @@ -13249,7 +11925,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1323')] public function testAssertReturn1324(): void { $this->runAssertReturnCommand( @@ -13259,7 +11934,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1324')] public function testAssertReturn1325(): void { $this->runAssertReturnCommand( @@ -13269,7 +11943,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1325')] public function testAssertReturn1326(): void { $this->runAssertReturnCommand( @@ -13279,7 +11952,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1326')] public function testAssertReturn1327(): void { $this->runAssertReturnCommand( @@ -13289,7 +11961,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1327')] public function testAssertReturn1328(): void { $this->runAssertReturnCommand( @@ -13299,7 +11970,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1328')] public function testAssertReturn1329(): void { $this->runAssertReturnCommand( @@ -13309,7 +11979,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1329')] public function testAssertReturn1330(): void { $this->runAssertReturnCommand( @@ -13319,7 +11988,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1330')] public function testAssertReturn1331(): void { $this->runAssertReturnCommand( @@ -13329,7 +11997,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1331')] public function testAssertReturn1332(): void { $this->runAssertReturnCommand( @@ -13339,7 +12006,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1332')] public function testAssertReturn1333(): void { $this->runAssertReturnCommand( @@ -13349,7 +12015,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1333')] public function testAssertReturn1334(): void { $this->runAssertReturnCommand( @@ -13359,7 +12024,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1334')] public function testAssertReturn1335(): void { $this->runAssertReturnCommand( @@ -13369,7 +12033,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1335')] public function testAssertReturn1336(): void { $this->runAssertReturnCommand( @@ -13379,7 +12042,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1336')] public function testAssertReturn1337(): void { $this->runAssertReturnCommand( @@ -13389,7 +12051,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1337')] public function testAssertReturn1338(): void { $this->runAssertReturnCommand( @@ -13399,7 +12060,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1338')] public function testAssertReturn1339(): void { $this->runAssertReturnCommand( @@ -13409,7 +12069,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1339')] public function testAssertReturn1340(): void { $this->runAssertReturnCommand( @@ -13419,7 +12078,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1340')] public function testAssertReturn1341(): void { $this->runAssertReturnCommand( @@ -13429,7 +12087,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1341')] public function testAssertReturn1342(): void { $this->runAssertReturnCommand( @@ -13439,7 +12096,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1342')] public function testAssertReturn1343(): void { $this->runAssertReturnCommand( @@ -13449,7 +12105,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1343')] public function testAssertReturn1344(): void { $this->runAssertReturnCommand( @@ -13459,7 +12114,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1344')] public function testAssertReturn1345(): void { $this->runAssertReturnCommand( @@ -13469,7 +12123,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1345')] public function testAssertReturn1346(): void { $this->runAssertReturnCommand( @@ -13479,7 +12132,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1346')] public function testAssertReturn1347(): void { $this->runAssertReturnCommand( @@ -13489,7 +12141,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1347')] public function testAssertReturn1348(): void { $this->runAssertReturnCommand( @@ -13499,7 +12150,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1348')] public function testAssertReturn1349(): void { $this->runAssertReturnCommand( @@ -13509,7 +12159,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1349')] public function testAssertReturn1350(): void { $this->runAssertReturnCommand( @@ -13519,7 +12168,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1350')] public function testAssertReturn1351(): void { $this->runAssertReturnCommand( @@ -13529,7 +12177,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1351')] public function testAssertReturn1352(): void { $this->runAssertReturnCommand( @@ -13539,7 +12186,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1352')] public function testAssertReturn1353(): void { $this->runAssertReturnCommand( @@ -13549,7 +12195,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1353')] public function testAssertReturn1354(): void { $this->runAssertReturnCommand( @@ -13559,7 +12204,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1354')] public function testAssertReturn1355(): void { $this->runAssertReturnCommand( @@ -13569,7 +12213,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1355')] public function testAssertReturn1356(): void { $this->runAssertReturnCommand( @@ -13579,7 +12222,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1356')] public function testAssertReturn1357(): void { $this->runAssertReturnCommand( @@ -13589,7 +12231,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1357')] public function testAssertReturn1358(): void { $this->runAssertReturnCommand( @@ -13599,7 +12240,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1358')] public function testAssertReturn1359(): void { $this->runAssertReturnCommand( @@ -13609,7 +12249,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1359')] public function testAssertReturn1360(): void { $this->runAssertReturnCommand( @@ -13619,7 +12258,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1360')] public function testAssertReturn1361(): void { $this->runAssertReturnCommand( @@ -13629,7 +12267,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1361')] public function testAssertReturn1362(): void { $this->runAssertReturnCommand( @@ -13639,7 +12276,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1362')] public function testAssertReturn1363(): void { $this->runAssertReturnCommand( @@ -13649,7 +12285,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1363')] public function testAssertReturn1364(): void { $this->runAssertReturnCommand( @@ -13659,7 +12294,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1364')] public function testAssertReturn1365(): void { $this->runAssertReturnCommand( @@ -13669,7 +12303,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1365')] public function testAssertReturn1366(): void { $this->runAssertReturnCommand( @@ -13679,7 +12312,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1366')] public function testAssertReturn1367(): void { $this->runAssertReturnCommand( @@ -13689,7 +12321,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1367')] public function testAssertReturn1368(): void { $this->runAssertReturnCommand( @@ -13699,7 +12330,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1368')] public function testAssertReturn1369(): void { $this->runAssertReturnCommand( @@ -13709,7 +12339,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1369')] public function testAssertReturn1370(): void { $this->runAssertReturnCommand( @@ -13719,7 +12348,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1370')] public function testAssertReturn1371(): void { $this->runAssertReturnCommand( @@ -13729,7 +12357,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1371')] public function testAssertReturn1372(): void { $this->runAssertReturnCommand( @@ -13739,7 +12366,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1372')] public function testAssertReturn1373(): void { $this->runAssertReturnCommand( @@ -13749,7 +12375,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1373')] public function testAssertReturn1374(): void { $this->runAssertReturnCommand( @@ -13759,7 +12384,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1374')] public function testAssertReturn1375(): void { $this->runAssertReturnCommand( @@ -13769,7 +12393,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1375')] public function testAssertReturn1376(): void { $this->runAssertReturnCommand( @@ -13779,7 +12402,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1376')] public function testAssertReturn1377(): void { $this->runAssertReturnCommand( @@ -13789,7 +12411,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1377')] public function testAssertReturn1378(): void { $this->runAssertReturnCommand( @@ -13799,7 +12420,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1378')] public function testAssertReturn1379(): void { $this->runAssertReturnCommand( @@ -13809,7 +12429,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1379')] public function testAssertReturn1380(): void { $this->runAssertReturnCommand( @@ -13819,7 +12438,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1380')] public function testAssertReturn1381(): void { $this->runAssertReturnCommand( @@ -13829,7 +12447,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1381')] public function testAssertReturn1382(): void { $this->runAssertReturnCommand( @@ -13839,7 +12456,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1382')] public function testAssertReturn1383(): void { $this->runAssertReturnCommand( @@ -13849,7 +12465,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1383')] public function testAssertReturn1384(): void { $this->runAssertReturnCommand( @@ -13859,7 +12474,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1384')] public function testAssertReturn1385(): void { $this->runAssertReturnCommand( @@ -13869,7 +12483,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1385')] public function testAssertReturn1386(): void { $this->runAssertReturnCommand( @@ -13879,7 +12492,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1386')] public function testAssertReturn1387(): void { $this->runAssertReturnCommand( @@ -13889,7 +12501,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1387')] public function testAssertReturn1388(): void { $this->runAssertReturnCommand( @@ -13899,7 +12510,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1388')] public function testAssertReturn1389(): void { $this->runAssertReturnCommand( @@ -13909,7 +12519,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1389')] public function testAssertReturn1390(): void { $this->runAssertReturnCommand( @@ -13919,7 +12528,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1390')] public function testAssertReturn1391(): void { $this->runAssertReturnCommand( @@ -13929,7 +12537,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1391')] public function testAssertReturn1392(): void { $this->runAssertReturnCommand( @@ -13939,7 +12546,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1392')] public function testAssertReturn1393(): void { $this->runAssertReturnCommand( @@ -13949,7 +12555,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1393')] public function testAssertReturn1394(): void { $this->runAssertReturnCommand( @@ -13959,7 +12564,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1394')] public function testAssertReturn1395(): void { $this->runAssertReturnCommand( @@ -13969,7 +12573,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1395')] public function testAssertReturn1396(): void { $this->runAssertReturnCommand( @@ -13979,7 +12582,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1396')] public function testAssertReturn1397(): void { $this->runAssertReturnCommand( @@ -13989,7 +12591,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1397')] public function testAssertReturn1398(): void { $this->runAssertReturnCommand( @@ -13999,7 +12600,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1398')] public function testAssertReturn1399(): void { $this->runAssertReturnCommand( @@ -14009,7 +12609,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1399')] public function testAssertReturn1400(): void { $this->runAssertReturnCommand( @@ -14019,7 +12618,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1400')] public function testAssertReturn1401(): void { $this->runAssertReturnCommand( @@ -14029,7 +12627,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1401')] public function testAssertReturn1402(): void { $this->runAssertReturnCommand( @@ -14039,7 +12636,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1402')] public function testAssertReturn1403(): void { $this->runAssertReturnCommand( @@ -14049,7 +12645,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1403')] public function testAssertReturn1404(): void { $this->runAssertReturnCommand( @@ -14059,7 +12654,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1404')] public function testAssertReturn1405(): void { $this->runAssertReturnCommand( @@ -14069,7 +12663,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1405')] public function testAssertReturn1406(): void { $this->runAssertReturnCommand( @@ -14079,7 +12672,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1406')] public function testAssertReturn1407(): void { $this->runAssertReturnCommand( @@ -14089,7 +12681,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1407')] public function testAssertReturn1408(): void { $this->runAssertReturnCommand( @@ -14099,7 +12690,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1408')] public function testAssertReturn1409(): void { $this->runAssertReturnCommand( @@ -14109,7 +12699,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1409')] public function testAssertReturn1410(): void { $this->runAssertReturnCommand( @@ -14119,7 +12708,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1410')] public function testAssertReturn1411(): void { $this->runAssertReturnCommand( @@ -14129,7 +12717,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1411')] public function testAssertReturn1412(): void { $this->runAssertReturnCommand( @@ -14139,7 +12726,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1412')] public function testAssertReturn1413(): void { $this->runAssertReturnCommand( @@ -14149,7 +12735,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1413')] public function testAssertReturn1414(): void { $this->runAssertReturnCommand( @@ -14159,7 +12744,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1414')] public function testAssertReturn1415(): void { $this->runAssertReturnCommand( @@ -14169,7 +12753,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1415')] public function testAssertReturn1416(): void { $this->runAssertReturnCommand( @@ -14179,7 +12762,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1416')] public function testAssertReturn1417(): void { $this->runAssertReturnCommand( @@ -14189,7 +12771,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1417')] public function testAssertReturn1418(): void { $this->runAssertReturnCommand( @@ -14199,7 +12780,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1418')] public function testAssertReturn1419(): void { $this->runAssertReturnCommand( @@ -14209,7 +12789,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1419')] public function testAssertReturn1420(): void { $this->runAssertReturnCommand( @@ -14219,7 +12798,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1420')] public function testAssertReturn1421(): void { $this->runAssertReturnCommand( @@ -14229,7 +12807,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1421')] public function testAssertReturn1422(): void { $this->runAssertReturnCommand( @@ -14239,7 +12816,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1422')] public function testAssertReturn1423(): void { $this->runAssertReturnCommand( @@ -14249,7 +12825,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1423')] public function testAssertReturn1424(): void { $this->runAssertReturnCommand( @@ -14259,7 +12834,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1424')] public function testAssertReturn1425(): void { $this->runAssertReturnCommand( @@ -14269,7 +12843,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1425')] public function testAssertReturn1426(): void { $this->runAssertReturnCommand( @@ -14279,7 +12852,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1426')] public function testAssertReturn1427(): void { $this->runAssertReturnCommand( @@ -14289,7 +12861,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1427')] public function testAssertReturn1428(): void { $this->runAssertReturnCommand( @@ -14299,7 +12870,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1428')] public function testAssertReturn1429(): void { $this->runAssertReturnCommand( @@ -14309,7 +12879,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1429')] public function testAssertReturn1430(): void { $this->runAssertReturnCommand( @@ -14319,7 +12888,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1430')] public function testAssertReturn1431(): void { $this->runAssertReturnCommand( @@ -14329,7 +12897,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1431')] public function testAssertReturn1432(): void { $this->runAssertReturnCommand( @@ -14339,7 +12906,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1432')] public function testAssertReturn1433(): void { $this->runAssertReturnCommand( @@ -14349,7 +12915,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1433')] public function testAssertReturn1434(): void { $this->runAssertReturnCommand( @@ -14359,7 +12924,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1434')] public function testAssertReturn1435(): void { $this->runAssertReturnCommand( @@ -14369,7 +12933,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1435')] public function testAssertReturn1436(): void { $this->runAssertReturnCommand( @@ -14379,7 +12942,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1436')] public function testAssertReturn1437(): void { $this->runAssertReturnCommand( @@ -14389,7 +12951,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1437')] public function testAssertReturn1438(): void { $this->runAssertReturnCommand( @@ -14399,7 +12960,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1438')] public function testAssertReturn1439(): void { $this->runAssertReturnCommand( @@ -14409,7 +12969,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1439')] public function testAssertReturn1440(): void { $this->runAssertReturnCommand( @@ -14419,7 +12978,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1440')] public function testAssertReturn1441(): void { $this->runAssertReturnCommand( @@ -14429,7 +12987,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1441')] public function testAssertReturn1442(): void { $this->runAssertReturnCommand( @@ -14439,7 +12996,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1442')] public function testAssertReturn1443(): void { $this->runAssertReturnCommand( @@ -14449,7 +13005,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1443')] public function testAssertReturn1444(): void { $this->runAssertReturnCommand( @@ -14459,7 +13014,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1444')] public function testAssertReturn1445(): void { $this->runAssertReturnCommand( @@ -14469,7 +13023,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1445')] public function testAssertReturn1446(): void { $this->runAssertReturnCommand( @@ -14479,7 +13032,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1446')] public function testAssertReturn1447(): void { $this->runAssertReturnCommand( @@ -14489,7 +13041,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1447')] public function testAssertReturn1448(): void { $this->runAssertReturnCommand( @@ -14499,7 +13050,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1448')] public function testAssertReturn1449(): void { $this->runAssertReturnCommand( @@ -14509,7 +13059,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1449')] public function testAssertReturn1450(): void { $this->runAssertReturnCommand( @@ -14519,7 +13068,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1450')] public function testAssertReturn1451(): void { $this->runAssertReturnCommand( @@ -14529,7 +13077,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1451')] public function testAssertReturn1452(): void { $this->runAssertReturnCommand( @@ -14539,7 +13086,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1452')] public function testAssertReturn1453(): void { $this->runAssertReturnCommand( @@ -14549,7 +13095,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1453')] public function testAssertReturn1454(): void { $this->runAssertReturnCommand( @@ -14559,7 +13104,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1454')] public function testAssertReturn1455(): void { $this->runAssertReturnCommand( @@ -14569,7 +13113,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1455')] public function testAssertReturn1456(): void { $this->runAssertReturnCommand( @@ -14579,7 +13122,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1456')] public function testAssertReturn1457(): void { $this->runAssertReturnCommand( @@ -14589,7 +13131,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1457')] public function testAssertReturn1458(): void { $this->runAssertReturnCommand( @@ -14599,7 +13140,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1458')] public function testAssertReturn1459(): void { $this->runAssertReturnCommand( @@ -14609,7 +13149,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1459')] public function testAssertReturn1460(): void { $this->runAssertReturnCommand( @@ -14619,7 +13158,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1460')] public function testAssertReturn1461(): void { $this->runAssertReturnCommand( @@ -14629,7 +13167,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1461')] public function testAssertReturn1462(): void { $this->runAssertReturnCommand( @@ -14639,7 +13176,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1462')] public function testAssertReturn1463(): void { $this->runAssertReturnCommand( @@ -14649,7 +13185,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1463')] public function testAssertReturn1464(): void { $this->runAssertReturnCommand( @@ -14659,7 +13194,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1464')] public function testAssertReturn1465(): void { $this->runAssertReturnCommand( @@ -14669,7 +13203,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1465')] public function testAssertReturn1466(): void { $this->runAssertReturnCommand( @@ -14679,7 +13212,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1466')] public function testAssertReturn1467(): void { $this->runAssertReturnCommand( @@ -14689,7 +13221,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1467')] public function testAssertReturn1468(): void { $this->runAssertReturnCommand( @@ -14699,7 +13230,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1468')] public function testAssertReturn1469(): void { $this->runAssertReturnCommand( @@ -14709,7 +13239,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1469')] public function testAssertReturn1470(): void { $this->runAssertReturnCommand( @@ -14719,7 +13248,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1470')] public function testAssertReturn1471(): void { $this->runAssertReturnCommand( @@ -14729,7 +13257,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1471')] public function testAssertReturn1472(): void { $this->runAssertReturnCommand( @@ -14739,7 +13266,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1472')] public function testAssertReturn1473(): void { $this->runAssertReturnCommand( @@ -14749,7 +13275,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1473')] public function testAssertReturn1474(): void { $this->runAssertReturnCommand( @@ -14759,7 +13284,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1474')] public function testAssertReturn1475(): void { $this->runAssertReturnCommand( @@ -14769,7 +13293,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1475')] public function testAssertReturn1476(): void { $this->runAssertReturnCommand( @@ -14779,7 +13302,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1476')] public function testAssertReturn1477(): void { $this->runAssertReturnCommand( @@ -14789,7 +13311,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1477')] public function testAssertReturn1478(): void { $this->runAssertReturnCommand( @@ -14799,7 +13320,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1478')] public function testAssertReturn1479(): void { $this->runAssertReturnCommand( @@ -14809,7 +13329,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1479')] public function testAssertReturn1480(): void { $this->runAssertReturnCommand( @@ -14819,7 +13338,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1480')] public function testAssertReturn1481(): void { $this->runAssertReturnCommand( @@ -14829,7 +13347,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1481')] public function testAssertReturn1482(): void { $this->runAssertReturnCommand( @@ -14839,7 +13356,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1482')] public function testAssertReturn1483(): void { $this->runAssertReturnCommand( @@ -14849,7 +13365,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1483')] public function testAssertReturn1484(): void { $this->runAssertReturnCommand( @@ -14859,7 +13374,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1484')] public function testAssertReturn1485(): void { $this->runAssertReturnCommand( @@ -14869,7 +13383,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1485')] public function testAssertReturn1486(): void { $this->runAssertReturnCommand( @@ -14879,7 +13392,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1486')] public function testAssertReturn1487(): void { $this->runAssertReturnCommand( @@ -14889,7 +13401,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1487')] public function testAssertReturn1488(): void { $this->runAssertReturnCommand( @@ -14899,7 +13410,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1488')] public function testAssertReturn1489(): void { $this->runAssertReturnCommand( @@ -14909,7 +13419,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1489')] public function testAssertReturn1490(): void { $this->runAssertReturnCommand( @@ -14919,7 +13428,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1490')] public function testAssertReturn1491(): void { $this->runAssertReturnCommand( @@ -14929,7 +13437,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1491')] public function testAssertReturn1492(): void { $this->runAssertReturnCommand( @@ -14939,7 +13446,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1492')] public function testAssertReturn1493(): void { $this->runAssertReturnCommand( @@ -14949,7 +13455,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1493')] public function testAssertReturn1494(): void { $this->runAssertReturnCommand( @@ -14959,7 +13464,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1494')] public function testAssertReturn1495(): void { $this->runAssertReturnCommand( @@ -14969,7 +13473,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1495')] public function testAssertReturn1496(): void { $this->runAssertReturnCommand( @@ -14979,7 +13482,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1496')] public function testAssertReturn1497(): void { $this->runAssertReturnCommand( @@ -14989,7 +13491,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1497')] public function testAssertReturn1498(): void { $this->runAssertReturnCommand( @@ -14999,7 +13500,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1498')] public function testAssertReturn1499(): void { $this->runAssertReturnCommand( @@ -15009,7 +13509,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1499')] public function testAssertReturn1500(): void { $this->runAssertReturnCommand( @@ -15019,7 +13518,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1500')] public function testAssertReturn1501(): void { $this->runAssertReturnCommand( @@ -15029,7 +13527,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1501')] public function testAssertReturn1502(): void { $this->runAssertReturnCommand( @@ -15039,7 +13536,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1502')] public function testAssertReturn1503(): void { $this->runAssertReturnCommand( @@ -15049,7 +13545,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1503')] public function testAssertReturn1504(): void { $this->runAssertReturnCommand( @@ -15059,7 +13554,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1504')] public function testAssertReturn1505(): void { $this->runAssertReturnCommand( @@ -15069,7 +13563,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1505')] public function testAssertReturn1506(): void { $this->runAssertReturnCommand( @@ -15079,7 +13572,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1506')] public function testAssertReturn1507(): void { $this->runAssertReturnCommand( @@ -15089,7 +13581,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1507')] public function testAssertReturn1508(): void { $this->runAssertReturnCommand( @@ -15099,7 +13590,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1508')] public function testAssertReturn1509(): void { $this->runAssertReturnCommand( @@ -15109,7 +13599,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1509')] public function testAssertReturn1510(): void { $this->runAssertReturnCommand( @@ -15119,7 +13608,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1510')] public function testAssertReturn1511(): void { $this->runAssertReturnCommand( @@ -15129,7 +13617,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1511')] public function testAssertReturn1512(): void { $this->runAssertReturnCommand( @@ -15139,7 +13626,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1512')] public function testAssertReturn1513(): void { $this->runAssertReturnCommand( @@ -15149,7 +13635,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1513')] public function testAssertReturn1514(): void { $this->runAssertReturnCommand( @@ -15159,7 +13644,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1514')] public function testAssertReturn1515(): void { $this->runAssertReturnCommand( @@ -15169,7 +13653,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1515')] public function testAssertReturn1516(): void { $this->runAssertReturnCommand( @@ -15179,7 +13662,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1516')] public function testAssertReturn1517(): void { $this->runAssertReturnCommand( @@ -15189,7 +13671,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1517')] public function testAssertReturn1518(): void { $this->runAssertReturnCommand( @@ -15199,7 +13680,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1518')] public function testAssertReturn1519(): void { $this->runAssertReturnCommand( @@ -15209,7 +13689,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1519')] public function testAssertReturn1520(): void { $this->runAssertReturnCommand( @@ -15219,7 +13698,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1520')] public function testAssertReturn1521(): void { $this->runAssertReturnCommand( @@ -15229,7 +13707,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1521')] public function testAssertReturn1522(): void { $this->runAssertReturnCommand( @@ -15239,7 +13716,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1522')] public function testAssertReturn1523(): void { $this->runAssertReturnCommand( @@ -15249,7 +13725,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1523')] public function testAssertReturn1524(): void { $this->runAssertReturnCommand( @@ -15259,7 +13734,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1524')] public function testAssertReturn1525(): void { $this->runAssertReturnCommand( @@ -15269,7 +13743,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1525')] public function testAssertReturn1526(): void { $this->runAssertReturnCommand( @@ -15279,7 +13752,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1526')] public function testAssertReturn1527(): void { $this->runAssertReturnCommand( @@ -15289,7 +13761,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1527')] public function testAssertReturn1528(): void { $this->runAssertReturnCommand( @@ -15299,7 +13770,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1528')] public function testAssertReturn1529(): void { $this->runAssertReturnCommand( @@ -15309,7 +13779,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1529')] public function testAssertReturn1530(): void { $this->runAssertReturnCommand( @@ -15319,7 +13788,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1530')] public function testAssertReturn1531(): void { $this->runAssertReturnCommand( @@ -15329,7 +13797,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1531')] public function testAssertReturn1532(): void { $this->runAssertReturnCommand( @@ -15339,7 +13806,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1532')] public function testAssertReturn1533(): void { $this->runAssertReturnCommand( @@ -15349,7 +13815,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1533')] public function testAssertReturn1534(): void { $this->runAssertReturnCommand( @@ -15359,7 +13824,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1534')] public function testAssertReturn1535(): void { $this->runAssertReturnCommand( @@ -15369,7 +13833,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1535')] public function testAssertReturn1536(): void { $this->runAssertReturnCommand( @@ -15379,7 +13842,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1536')] public function testAssertReturn1537(): void { $this->runAssertReturnCommand( @@ -15389,7 +13851,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1537')] public function testAssertReturn1538(): void { $this->runAssertReturnCommand( @@ -15399,7 +13860,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1538')] public function testAssertReturn1539(): void { $this->runAssertReturnCommand( @@ -15409,7 +13869,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1539')] public function testAssertReturn1540(): void { $this->runAssertReturnCommand( @@ -15419,7 +13878,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1540')] public function testAssertReturn1541(): void { $this->runAssertReturnCommand( @@ -15429,7 +13887,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1541')] public function testAssertReturn1542(): void { $this->runAssertReturnCommand( @@ -15439,7 +13896,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1542')] public function testAssertReturn1543(): void { $this->runAssertReturnCommand( @@ -15449,7 +13905,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1543')] public function testAssertReturn1544(): void { $this->runAssertReturnCommand( @@ -15459,7 +13914,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1544')] public function testAssertReturn1545(): void { $this->runAssertReturnCommand( @@ -15469,7 +13923,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1545')] public function testAssertReturn1546(): void { $this->runAssertReturnCommand( @@ -15479,7 +13932,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1546')] public function testAssertReturn1547(): void { $this->runAssertReturnCommand( @@ -15489,7 +13941,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1547')] public function testAssertReturn1548(): void { $this->runAssertReturnCommand( @@ -15499,7 +13950,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1548')] public function testAssertReturn1549(): void { $this->runAssertReturnCommand( @@ -15509,7 +13959,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1549')] public function testAssertReturn1550(): void { $this->runAssertReturnCommand( @@ -15519,7 +13968,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1550')] public function testAssertReturn1551(): void { $this->runAssertReturnCommand( @@ -15529,7 +13977,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1551')] public function testAssertReturn1552(): void { $this->runAssertReturnCommand( @@ -15539,7 +13986,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1552')] public function testAssertReturn1553(): void { $this->runAssertReturnCommand( @@ -15549,7 +13995,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1553')] public function testAssertReturn1554(): void { $this->runAssertReturnCommand( @@ -15559,7 +14004,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1554')] public function testAssertReturn1555(): void { $this->runAssertReturnCommand( @@ -15569,7 +14013,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1555')] public function testAssertReturn1556(): void { $this->runAssertReturnCommand( @@ -15579,7 +14022,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1556')] public function testAssertReturn1557(): void { $this->runAssertReturnCommand( @@ -15589,7 +14031,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1557')] public function testAssertReturn1558(): void { $this->runAssertReturnCommand( @@ -15599,7 +14040,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1558')] public function testAssertReturn1559(): void { $this->runAssertReturnCommand( @@ -15609,7 +14049,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1559')] public function testAssertReturn1560(): void { $this->runAssertReturnCommand( @@ -15619,7 +14058,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1560')] public function testAssertReturn1561(): void { $this->runAssertReturnCommand( @@ -15629,7 +14067,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1561')] public function testAssertReturn1562(): void { $this->runAssertReturnCommand( @@ -15639,7 +14076,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1562')] public function testAssertReturn1563(): void { $this->runAssertReturnCommand( @@ -15649,7 +14085,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1563')] public function testAssertReturn1564(): void { $this->runAssertReturnCommand( @@ -15659,7 +14094,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1564')] public function testAssertReturn1565(): void { $this->runAssertReturnCommand( @@ -15669,7 +14103,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1565')] public function testAssertReturn1566(): void { $this->runAssertReturnCommand( @@ -15679,7 +14112,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1566')] public function testAssertReturn1567(): void { $this->runAssertReturnCommand( @@ -15689,7 +14121,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1567')] public function testAssertReturn1568(): void { $this->runAssertReturnCommand( @@ -15699,7 +14130,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1568')] public function testAssertReturn1569(): void { $this->runAssertReturnCommand( @@ -15709,7 +14139,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1569')] public function testAssertReturn1570(): void { $this->runAssertReturnCommand( @@ -15719,7 +14148,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1570')] public function testAssertReturn1571(): void { $this->runAssertReturnCommand( @@ -15729,7 +14157,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1571')] public function testAssertReturn1572(): void { $this->runAssertReturnCommand( @@ -15739,7 +14166,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1572')] public function testAssertReturn1573(): void { $this->runAssertReturnCommand( @@ -15749,7 +14175,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1573')] public function testAssertReturn1574(): void { $this->runAssertReturnCommand( @@ -15759,7 +14184,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1574')] public function testAssertReturn1575(): void { $this->runAssertReturnCommand( @@ -15769,7 +14193,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1575')] public function testAssertReturn1576(): void { $this->runAssertReturnCommand( @@ -15779,7 +14202,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1576')] public function testAssertReturn1577(): void { $this->runAssertReturnCommand( @@ -15789,7 +14211,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1577')] public function testAssertReturn1578(): void { $this->runAssertReturnCommand( @@ -15799,7 +14220,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1578')] public function testAssertReturn1579(): void { $this->runAssertReturnCommand( @@ -15809,7 +14229,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1579')] public function testAssertReturn1580(): void { $this->runAssertReturnCommand( @@ -15819,7 +14238,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1580')] public function testAssertReturn1581(): void { $this->runAssertReturnCommand( @@ -15829,7 +14247,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1581')] public function testAssertReturn1582(): void { $this->runAssertReturnCommand( @@ -15839,7 +14256,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1582')] public function testAssertReturn1583(): void { $this->runAssertReturnCommand( @@ -15849,7 +14265,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1583')] public function testAssertReturn1584(): void { $this->runAssertReturnCommand( @@ -15859,7 +14274,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1584')] public function testAssertReturn1585(): void { $this->runAssertReturnCommand( @@ -15869,7 +14283,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1585')] public function testAssertReturn1586(): void { $this->runAssertReturnCommand( @@ -15879,7 +14292,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1586')] public function testAssertReturn1587(): void { $this->runAssertReturnCommand( @@ -15889,7 +14301,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1587')] public function testAssertReturn1588(): void { $this->runAssertReturnCommand( @@ -15899,7 +14310,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1588')] public function testAssertReturn1589(): void { $this->runAssertReturnCommand( @@ -15909,7 +14319,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1589')] public function testAssertReturn1590(): void { $this->runAssertReturnCommand( @@ -15919,7 +14328,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1590')] public function testAssertReturn1591(): void { $this->runAssertReturnCommand( @@ -15929,7 +14337,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1591')] public function testAssertReturn1592(): void { $this->runAssertReturnCommand( @@ -15939,7 +14346,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1592')] public function testAssertReturn1593(): void { $this->runAssertReturnCommand( @@ -15949,7 +14355,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1593')] public function testAssertReturn1594(): void { $this->runAssertReturnCommand( @@ -15959,7 +14364,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1594')] public function testAssertReturn1595(): void { $this->runAssertReturnCommand( @@ -15969,7 +14373,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1595')] public function testAssertReturn1596(): void { $this->runAssertReturnCommand( @@ -15979,7 +14382,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1596')] public function testAssertReturn1597(): void { $this->runAssertReturnCommand( @@ -15989,7 +14391,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1597')] public function testAssertReturn1598(): void { $this->runAssertReturnCommand( @@ -15999,7 +14400,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1598')] public function testAssertReturn1599(): void { $this->runAssertReturnCommand( @@ -16009,7 +14409,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1599')] public function testAssertReturn1600(): void { $this->runAssertReturnCommand( @@ -16019,7 +14418,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1600')] public function testAssertReturn1601(): void { $this->runAssertReturnCommand( @@ -16029,7 +14427,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1601')] public function testAssertReturn1602(): void { $this->runAssertReturnCommand( @@ -16039,7 +14436,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1602')] public function testAssertReturn1603(): void { $this->runAssertReturnCommand( @@ -16049,7 +14445,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1603')] public function testAssertReturn1604(): void { $this->runAssertReturnCommand( @@ -16059,7 +14454,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1604')] public function testAssertReturn1605(): void { $this->runAssertReturnCommand( @@ -16069,7 +14463,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1605')] public function testAssertReturn1606(): void { $this->runAssertReturnCommand( @@ -16079,7 +14472,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1606')] public function testAssertReturn1607(): void { $this->runAssertReturnCommand( @@ -16089,7 +14481,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1607')] public function testAssertReturn1608(): void { $this->runAssertReturnCommand( @@ -16099,7 +14490,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1608')] public function testAssertReturn1609(): void { $this->runAssertReturnCommand( @@ -16109,7 +14499,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1609')] public function testAssertReturn1610(): void { $this->runAssertReturnCommand( @@ -16119,7 +14508,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1610')] public function testAssertReturn1611(): void { $this->runAssertReturnCommand( @@ -16129,7 +14517,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1611')] public function testAssertReturn1612(): void { $this->runAssertReturnCommand( @@ -16139,7 +14526,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1612')] public function testAssertReturn1613(): void { $this->runAssertReturnCommand( @@ -16149,7 +14535,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1613')] public function testAssertReturn1614(): void { $this->runAssertReturnCommand( @@ -16159,7 +14544,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1614')] public function testAssertReturn1615(): void { $this->runAssertReturnCommand( @@ -16169,7 +14553,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1615')] public function testAssertReturn1616(): void { $this->runAssertReturnCommand( @@ -16179,7 +14562,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1616')] public function testAssertReturn1617(): void { $this->runAssertReturnCommand( @@ -16189,7 +14571,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1617')] public function testAssertReturn1618(): void { $this->runAssertReturnCommand( @@ -16199,7 +14580,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1618')] public function testAssertReturn1619(): void { $this->runAssertReturnCommand( @@ -16209,7 +14589,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1619')] public function testAssertReturn1620(): void { $this->runAssertReturnCommand( @@ -16219,7 +14598,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1620')] public function testAssertReturn1621(): void { $this->runAssertReturnCommand( @@ -16229,7 +14607,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1621')] public function testAssertReturn1622(): void { $this->runAssertReturnCommand( @@ -16239,7 +14616,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1622')] public function testAssertReturn1623(): void { $this->runAssertReturnCommand( @@ -16249,7 +14625,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1623')] public function testAssertReturn1624(): void { $this->runAssertReturnCommand( @@ -16259,7 +14634,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1624')] public function testAssertReturn1625(): void { $this->runAssertReturnCommand( @@ -16269,7 +14643,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1625')] public function testAssertReturn1626(): void { $this->runAssertReturnCommand( @@ -16279,7 +14652,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1626')] public function testAssertReturn1627(): void { $this->runAssertReturnCommand( @@ -16289,7 +14661,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1627')] public function testAssertReturn1628(): void { $this->runAssertReturnCommand( @@ -16299,7 +14670,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1628')] public function testAssertReturn1629(): void { $this->runAssertReturnCommand( @@ -16309,7 +14679,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1629')] public function testAssertReturn1630(): void { $this->runAssertReturnCommand( @@ -16319,7 +14688,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1630')] public function testAssertReturn1631(): void { $this->runAssertReturnCommand( @@ -16329,7 +14697,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1631')] public function testAssertReturn1632(): void { $this->runAssertReturnCommand( @@ -16339,7 +14706,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1632')] public function testAssertReturn1633(): void { $this->runAssertReturnCommand( @@ -16349,7 +14715,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1633')] public function testAssertReturn1634(): void { $this->runAssertReturnCommand( @@ -16359,7 +14724,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1634')] public function testAssertReturn1635(): void { $this->runAssertReturnCommand( @@ -16369,7 +14733,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1635')] public function testAssertReturn1636(): void { $this->runAssertReturnCommand( @@ -16379,7 +14742,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1636')] public function testAssertReturn1637(): void { $this->runAssertReturnCommand( @@ -16389,7 +14751,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1637')] public function testAssertReturn1638(): void { $this->runAssertReturnCommand( @@ -16399,7 +14760,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1638')] public function testAssertReturn1639(): void { $this->runAssertReturnCommand( @@ -16409,7 +14769,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1639')] public function testAssertReturn1640(): void { $this->runAssertReturnCommand( @@ -16419,7 +14778,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1640')] public function testAssertReturn1641(): void { $this->runAssertReturnCommand( @@ -16429,7 +14787,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1641')] public function testAssertReturn1642(): void { $this->runAssertReturnCommand( @@ -16439,7 +14796,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1642')] public function testAssertReturn1643(): void { $this->runAssertReturnCommand( @@ -16449,7 +14805,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1643')] public function testAssertReturn1644(): void { $this->runAssertReturnCommand( @@ -16459,7 +14814,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1644')] public function testAssertReturn1645(): void { $this->runAssertReturnCommand( @@ -16469,7 +14823,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1645')] public function testAssertReturn1646(): void { $this->runAssertReturnCommand( @@ -16479,7 +14832,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1646')] public function testAssertReturn1647(): void { $this->runAssertReturnCommand( @@ -16489,7 +14841,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1647')] public function testAssertReturn1648(): void { $this->runAssertReturnCommand( @@ -16499,7 +14850,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1648')] public function testAssertReturn1649(): void { $this->runAssertReturnCommand( @@ -16509,7 +14859,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1649')] public function testAssertReturn1650(): void { $this->runAssertReturnCommand( @@ -16519,7 +14868,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1650')] public function testAssertReturn1651(): void { $this->runAssertReturnCommand( @@ -16529,7 +14877,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1651')] public function testAssertReturn1652(): void { $this->runAssertReturnCommand( @@ -16539,7 +14886,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1652')] public function testAssertReturn1653(): void { $this->runAssertReturnCommand( @@ -16549,7 +14895,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1653')] public function testAssertReturn1654(): void { $this->runAssertReturnCommand( @@ -16559,7 +14904,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1654')] public function testAssertReturn1655(): void { $this->runAssertReturnCommand( @@ -16569,7 +14913,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1655')] public function testAssertReturn1656(): void { $this->runAssertReturnCommand( @@ -16579,7 +14922,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1656')] public function testAssertReturn1657(): void { $this->runAssertReturnCommand( @@ -16589,7 +14931,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1657')] public function testAssertReturn1658(): void { $this->runAssertReturnCommand( @@ -16599,7 +14940,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1658')] public function testAssertReturn1659(): void { $this->runAssertReturnCommand( @@ -16609,7 +14949,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1659')] public function testAssertReturn1660(): void { $this->runAssertReturnCommand( @@ -16619,7 +14958,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1660')] public function testAssertReturn1661(): void { $this->runAssertReturnCommand( @@ -16629,7 +14967,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1661')] public function testAssertReturn1662(): void { $this->runAssertReturnCommand( @@ -16639,7 +14976,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1662')] public function testAssertReturn1663(): void { $this->runAssertReturnCommand( @@ -16649,7 +14985,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1663')] public function testAssertReturn1664(): void { $this->runAssertReturnCommand( @@ -16659,7 +14994,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1664')] public function testAssertReturn1665(): void { $this->runAssertReturnCommand( @@ -16669,7 +15003,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1665')] public function testAssertReturn1666(): void { $this->runAssertReturnCommand( @@ -16679,7 +15012,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1666')] public function testAssertReturn1667(): void { $this->runAssertReturnCommand( @@ -16689,7 +15021,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1667')] public function testAssertReturn1668(): void { $this->runAssertReturnCommand( @@ -16699,7 +15030,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1668')] public function testAssertReturn1669(): void { $this->runAssertReturnCommand( @@ -16709,7 +15039,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1669')] public function testAssertReturn1670(): void { $this->runAssertReturnCommand( @@ -16719,7 +15048,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1670')] public function testAssertReturn1671(): void { $this->runAssertReturnCommand( @@ -16729,7 +15057,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1671')] public function testAssertReturn1672(): void { $this->runAssertReturnCommand( @@ -16739,7 +15066,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1672')] public function testAssertReturn1673(): void { $this->runAssertReturnCommand( @@ -16749,7 +15075,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1673')] public function testAssertReturn1674(): void { $this->runAssertReturnCommand( @@ -16759,7 +15084,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1674')] public function testAssertReturn1675(): void { $this->runAssertReturnCommand( @@ -16769,7 +15093,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1675')] public function testAssertReturn1676(): void { $this->runAssertReturnCommand( @@ -16779,7 +15102,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1676')] public function testAssertReturn1677(): void { $this->runAssertReturnCommand( @@ -16789,7 +15111,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1677')] public function testAssertReturn1678(): void { $this->runAssertReturnCommand( @@ -16799,7 +15120,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1678')] public function testAssertReturn1679(): void { $this->runAssertReturnCommand( @@ -16809,7 +15129,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1679')] public function testAssertReturn1680(): void { $this->runAssertReturnCommand( @@ -16819,7 +15138,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1680')] public function testAssertReturn1681(): void { $this->runAssertReturnCommand( @@ -16829,7 +15147,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1681')] public function testAssertReturn1682(): void { $this->runAssertReturnCommand( @@ -16839,7 +15156,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1682')] public function testAssertReturn1683(): void { $this->runAssertReturnCommand( @@ -16849,7 +15165,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1683')] public function testAssertReturn1684(): void { $this->runAssertReturnCommand( @@ -16859,7 +15174,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1684')] public function testAssertReturn1685(): void { $this->runAssertReturnCommand( @@ -16869,7 +15183,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1685')] public function testAssertReturn1686(): void { $this->runAssertReturnCommand( @@ -16879,7 +15192,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1686')] public function testAssertReturn1687(): void { $this->runAssertReturnCommand( @@ -16889,7 +15201,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1687')] public function testAssertReturn1688(): void { $this->runAssertReturnCommand( @@ -16899,7 +15210,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1688')] public function testAssertReturn1689(): void { $this->runAssertReturnCommand( @@ -16909,7 +15219,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1689')] public function testAssertReturn1690(): void { $this->runAssertReturnCommand( @@ -16919,7 +15228,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1690')] public function testAssertReturn1691(): void { $this->runAssertReturnCommand( @@ -16929,7 +15237,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1691')] public function testAssertReturn1692(): void { $this->runAssertReturnCommand( @@ -16939,7 +15246,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1692')] public function testAssertReturn1693(): void { $this->runAssertReturnCommand( @@ -16949,7 +15255,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1693')] public function testAssertReturn1694(): void { $this->runAssertReturnCommand( @@ -16959,7 +15264,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1694')] public function testAssertReturn1695(): void { $this->runAssertReturnCommand( @@ -16969,7 +15273,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1695')] public function testAssertReturn1696(): void { $this->runAssertReturnCommand( @@ -16979,7 +15282,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1696')] public function testAssertReturn1697(): void { $this->runAssertReturnCommand( @@ -16989,7 +15291,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1697')] public function testAssertReturn1698(): void { $this->runAssertReturnCommand( @@ -16999,7 +15300,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1698')] public function testAssertReturn1699(): void { $this->runAssertReturnCommand( @@ -17009,7 +15309,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1699')] public function testAssertReturn1700(): void { $this->runAssertReturnCommand( @@ -17019,7 +15318,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1700')] public function testAssertReturn1701(): void { $this->runAssertReturnCommand( @@ -17029,7 +15327,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1701')] public function testAssertReturn1702(): void { $this->runAssertReturnCommand( @@ -17039,7 +15336,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1702')] public function testAssertReturn1703(): void { $this->runAssertReturnCommand( @@ -17049,7 +15345,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1703')] public function testAssertReturn1704(): void { $this->runAssertReturnCommand( @@ -17059,7 +15354,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1704')] public function testAssertReturn1705(): void { $this->runAssertReturnCommand( @@ -17069,7 +15363,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1705')] public function testAssertReturn1706(): void { $this->runAssertReturnCommand( @@ -17079,7 +15372,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1706')] public function testAssertReturn1707(): void { $this->runAssertReturnCommand( @@ -17089,7 +15381,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1707')] public function testAssertReturn1708(): void { $this->runAssertReturnCommand( @@ -17099,7 +15390,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1708')] public function testAssertReturn1709(): void { $this->runAssertReturnCommand( @@ -17109,7 +15399,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1709')] public function testAssertReturn1710(): void { $this->runAssertReturnCommand( @@ -17119,7 +15408,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1710')] public function testAssertReturn1711(): void { $this->runAssertReturnCommand( @@ -17129,7 +15417,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1711')] public function testAssertReturn1712(): void { $this->runAssertReturnCommand( @@ -17139,7 +15426,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1712')] public function testAssertReturn1713(): void { $this->runAssertReturnCommand( @@ -17149,7 +15435,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1713')] public function testAssertReturn1714(): void { $this->runAssertReturnCommand( @@ -17159,7 +15444,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1714')] public function testAssertReturn1715(): void { $this->runAssertReturnCommand( @@ -17169,7 +15453,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1715')] public function testAssertReturn1716(): void { $this->runAssertReturnCommand( @@ -17179,7 +15462,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1716')] public function testAssertReturn1717(): void { $this->runAssertReturnCommand( @@ -17189,7 +15471,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1717')] public function testAssertReturn1718(): void { $this->runAssertReturnCommand( @@ -17199,7 +15480,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1718')] public function testAssertReturn1719(): void { $this->runAssertReturnCommand( @@ -17209,7 +15489,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1719')] public function testAssertReturn1720(): void { $this->runAssertReturnCommand( @@ -17219,7 +15498,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1720')] public function testAssertReturn1721(): void { $this->runAssertReturnCommand( @@ -17229,7 +15507,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1721')] public function testAssertReturn1722(): void { $this->runAssertReturnCommand( @@ -17239,7 +15516,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1722')] public function testAssertReturn1723(): void { $this->runAssertReturnCommand( @@ -17249,7 +15525,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1723')] public function testAssertReturn1724(): void { $this->runAssertReturnCommand( @@ -17259,7 +15534,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1724')] public function testAssertReturn1725(): void { $this->runAssertReturnCommand( @@ -17269,7 +15543,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1725')] public function testAssertReturn1726(): void { $this->runAssertReturnCommand( @@ -17279,7 +15552,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1726')] public function testAssertReturn1727(): void { $this->runAssertReturnCommand( @@ -17289,7 +15561,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1727')] public function testAssertReturn1728(): void { $this->runAssertReturnCommand( @@ -17299,7 +15570,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1728')] public function testAssertReturn1729(): void { $this->runAssertReturnCommand( @@ -17309,7 +15579,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1729')] public function testAssertReturn1730(): void { $this->runAssertReturnCommand( @@ -17319,7 +15588,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1730')] public function testAssertReturn1731(): void { $this->runAssertReturnCommand( @@ -17329,7 +15597,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1731')] public function testAssertReturn1732(): void { $this->runAssertReturnCommand( @@ -17339,7 +15606,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1732')] public function testAssertReturn1733(): void { $this->runAssertReturnCommand( @@ -17349,7 +15615,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1733')] public function testAssertReturn1734(): void { $this->runAssertReturnCommand( @@ -17359,7 +15624,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1734')] public function testAssertReturn1735(): void { $this->runAssertReturnCommand( @@ -17369,7 +15633,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1735')] public function testAssertReturn1736(): void { $this->runAssertReturnCommand( @@ -17379,7 +15642,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1736')] public function testAssertReturn1737(): void { $this->runAssertReturnCommand( @@ -17389,7 +15651,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1737')] public function testAssertReturn1738(): void { $this->runAssertReturnCommand( @@ -17399,7 +15660,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1738')] public function testAssertReturn1739(): void { $this->runAssertReturnCommand( @@ -17409,7 +15669,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1739')] public function testAssertReturn1740(): void { $this->runAssertReturnCommand( @@ -17419,7 +15678,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1740')] public function testAssertReturn1741(): void { $this->runAssertReturnCommand( @@ -17429,7 +15687,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1741')] public function testAssertReturn1742(): void { $this->runAssertReturnCommand( @@ -17439,7 +15696,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1742')] public function testAssertReturn1743(): void { $this->runAssertReturnCommand( @@ -17449,7 +15705,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1743')] public function testAssertReturn1744(): void { $this->runAssertReturnCommand( @@ -17459,7 +15714,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1744')] public function testAssertReturn1745(): void { $this->runAssertReturnCommand( @@ -17469,7 +15723,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1745')] public function testAssertReturn1746(): void { $this->runAssertReturnCommand( @@ -17479,7 +15732,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1746')] public function testAssertReturn1747(): void { $this->runAssertReturnCommand( @@ -17489,7 +15741,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1747')] public function testAssertReturn1748(): void { $this->runAssertReturnCommand( @@ -17499,7 +15750,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1748')] public function testAssertReturn1749(): void { $this->runAssertReturnCommand( @@ -17509,7 +15759,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1749')] public function testAssertReturn1750(): void { $this->runAssertReturnCommand( @@ -17519,7 +15768,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1750')] public function testAssertReturn1751(): void { $this->runAssertReturnCommand( @@ -17529,7 +15777,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1751')] public function testAssertReturn1752(): void { $this->runAssertReturnCommand( @@ -17539,7 +15786,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1752')] public function testAssertReturn1753(): void { $this->runAssertReturnCommand( @@ -17549,7 +15795,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1753')] public function testAssertReturn1754(): void { $this->runAssertReturnCommand( @@ -17559,7 +15804,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1754')] public function testAssertReturn1755(): void { $this->runAssertReturnCommand( @@ -17569,7 +15813,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1755')] public function testAssertReturn1756(): void { $this->runAssertReturnCommand( @@ -17579,7 +15822,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1756')] public function testAssertReturn1757(): void { $this->runAssertReturnCommand( @@ -17589,7 +15831,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1757')] public function testAssertReturn1758(): void { $this->runAssertReturnCommand( @@ -17599,7 +15840,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1758')] public function testAssertReturn1759(): void { $this->runAssertReturnCommand( @@ -17609,7 +15849,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1759')] public function testAssertReturn1760(): void { $this->runAssertReturnCommand( @@ -17619,7 +15858,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1760')] public function testAssertReturn1761(): void { $this->runAssertReturnCommand( @@ -17629,7 +15867,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1761')] public function testAssertReturn1762(): void { $this->runAssertReturnCommand( @@ -17639,7 +15876,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1762')] public function testAssertReturn1763(): void { $this->runAssertReturnCommand( @@ -17649,7 +15885,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1763')] public function testAssertReturn1764(): void { $this->runAssertReturnCommand( @@ -17659,7 +15894,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1764')] public function testAssertReturn1765(): void { $this->runAssertReturnCommand( @@ -17669,7 +15903,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1765')] public function testAssertReturn1766(): void { $this->runAssertReturnCommand( @@ -17679,7 +15912,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1766')] public function testAssertReturn1767(): void { $this->runAssertReturnCommand( @@ -17689,7 +15921,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1767')] public function testAssertReturn1768(): void { $this->runAssertReturnCommand( @@ -17699,7 +15930,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1768')] public function testAssertReturn1769(): void { $this->runAssertReturnCommand( @@ -17709,7 +15939,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1769')] public function testAssertReturn1770(): void { $this->runAssertReturnCommand( @@ -17719,7 +15948,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1770')] public function testAssertReturn1771(): void { $this->runAssertReturnCommand( @@ -17729,7 +15957,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1771')] public function testAssertReturn1772(): void { $this->runAssertReturnCommand( @@ -17739,7 +15966,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1772')] public function testAssertReturn1773(): void { $this->runAssertReturnCommand( @@ -17749,7 +15975,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1773')] public function testAssertReturn1774(): void { $this->runAssertReturnCommand( @@ -17759,7 +15984,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1774')] public function testAssertReturn1775(): void { $this->runAssertReturnCommand( @@ -17769,7 +15993,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1775')] public function testAssertReturn1776(): void { $this->runAssertReturnCommand( @@ -17779,7 +16002,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1776')] public function testAssertReturn1777(): void { $this->runAssertReturnCommand( @@ -17789,7 +16011,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1777')] public function testAssertReturn1778(): void { $this->runAssertReturnCommand( @@ -17799,7 +16020,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1778')] public function testAssertReturn1779(): void { $this->runAssertReturnCommand( @@ -17809,7 +16029,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1779')] public function testAssertReturn1780(): void { $this->runAssertReturnCommand( @@ -17819,7 +16038,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1780')] public function testAssertReturn1781(): void { $this->runAssertReturnCommand( @@ -17829,7 +16047,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1781')] public function testAssertReturn1782(): void { $this->runAssertReturnCommand( @@ -17839,7 +16056,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1782')] public function testAssertReturn1783(): void { $this->runAssertReturnCommand( @@ -17849,7 +16065,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1783')] public function testAssertReturn1784(): void { $this->runAssertReturnCommand( @@ -17859,7 +16074,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1784')] public function testAssertReturn1785(): void { $this->runAssertReturnCommand( @@ -17869,7 +16083,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1785')] public function testAssertReturn1786(): void { $this->runAssertReturnCommand( @@ -17879,7 +16092,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1786')] public function testAssertReturn1787(): void { $this->runAssertReturnCommand( @@ -17889,7 +16101,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1787')] public function testAssertReturn1788(): void { $this->runAssertReturnCommand( @@ -17899,7 +16110,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1788')] public function testAssertReturn1789(): void { $this->runAssertReturnCommand( @@ -17909,7 +16119,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1789')] public function testAssertReturn1790(): void { $this->runAssertReturnCommand( @@ -17919,7 +16128,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1790')] public function testAssertReturn1791(): void { $this->runAssertReturnCommand( @@ -17929,7 +16137,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1791')] public function testAssertReturn1792(): void { $this->runAssertReturnCommand( @@ -17939,7 +16146,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1792')] public function testAssertReturn1793(): void { $this->runAssertReturnCommand( @@ -17949,7 +16155,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1793')] public function testAssertReturn1794(): void { $this->runAssertReturnCommand( @@ -17959,7 +16164,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1794')] public function testAssertReturn1795(): void { $this->runAssertReturnCommand( @@ -17969,7 +16173,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1795')] public function testAssertReturn1796(): void { $this->runAssertReturnCommand( @@ -17979,7 +16182,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1796')] public function testAssertReturn1797(): void { $this->runAssertReturnCommand( @@ -17989,7 +16191,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1797')] public function testAssertReturn1798(): void { $this->runAssertReturnCommand( @@ -17999,7 +16200,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1798')] public function testAssertReturn1799(): void { $this->runAssertReturnCommand( @@ -18009,7 +16209,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1799')] public function testAssertReturn1800(): void { $this->runAssertReturnCommand( @@ -18019,7 +16218,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1800')] public function testAssertReturn1801(): void { $this->runAssertReturnCommand( @@ -18029,7 +16227,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1801')] public function testAssertReturn1802(): void { $this->runAssertReturnCommand( @@ -18039,7 +16236,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1802')] public function testAssertReturn1803(): void { $this->runAssertReturnCommand( @@ -18049,7 +16245,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1803')] public function testAssertReturn1804(): void { $this->runAssertReturnCommand( @@ -18059,7 +16254,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1804')] public function testAssertReturn1805(): void { $this->runAssertReturnCommand( @@ -18069,7 +16263,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1805')] public function testAssertReturn1806(): void { $this->runAssertReturnCommand( @@ -18079,7 +16272,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1806')] public function testAssertReturn1807(): void { $this->runAssertReturnCommand( @@ -18089,7 +16281,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1807')] public function testAssertReturn1808(): void { $this->runAssertReturnCommand( @@ -18099,7 +16290,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1808')] public function testAssertReturn1809(): void { $this->runAssertReturnCommand( @@ -18109,7 +16299,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1809')] public function testAssertReturn1810(): void { $this->runAssertReturnCommand( @@ -18119,7 +16308,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1810')] public function testAssertReturn1811(): void { $this->runAssertReturnCommand( @@ -18129,7 +16317,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1811')] public function testAssertReturn1812(): void { $this->runAssertReturnCommand( @@ -18139,7 +16326,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1812')] public function testAssertReturn1813(): void { $this->runAssertReturnCommand( @@ -18149,7 +16335,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1813')] public function testAssertReturn1814(): void { $this->runAssertReturnCommand( @@ -18159,7 +16344,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1814')] public function testAssertReturn1815(): void { $this->runAssertReturnCommand( @@ -18169,7 +16353,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1815')] public function testAssertReturn1816(): void { $this->runAssertReturnCommand( @@ -18179,7 +16362,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1816')] public function testAssertReturn1817(): void { $this->runAssertReturnCommand( @@ -18189,7 +16371,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1817')] public function testAssertReturn1818(): void { $this->runAssertReturnCommand( @@ -18199,7 +16380,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1818')] public function testAssertReturn1819(): void { $this->runAssertReturnCommand( @@ -18209,7 +16389,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1819')] public function testAssertReturn1820(): void { $this->runAssertReturnCommand( @@ -18219,7 +16398,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1820')] public function testAssertReturn1821(): void { $this->runAssertReturnCommand( @@ -18229,7 +16407,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1821')] public function testAssertReturn1822(): void { $this->runAssertReturnCommand( @@ -18239,7 +16416,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1822')] public function testAssertReturn1823(): void { $this->runAssertReturnCommand( @@ -18249,7 +16425,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1823')] public function testAssertReturn1824(): void { $this->runAssertReturnCommand( @@ -18259,7 +16434,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1824')] public function testAssertReturn1825(): void { $this->runAssertReturnCommand( @@ -18269,7 +16443,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1825')] public function testAssertReturn1826(): void { $this->runAssertReturnCommand( @@ -18279,7 +16452,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1826')] public function testAssertReturn1827(): void { $this->runAssertReturnCommand( @@ -18289,7 +16461,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1827')] public function testAssertReturn1828(): void { $this->runAssertReturnCommand( @@ -18299,7 +16470,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1828')] public function testAssertReturn1829(): void { $this->runAssertReturnCommand( @@ -18309,7 +16479,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1829')] public function testAssertReturn1830(): void { $this->runAssertReturnCommand( @@ -18319,7 +16488,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1830')] public function testAssertReturn1831(): void { $this->runAssertReturnCommand( @@ -18329,7 +16497,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1831')] public function testAssertReturn1832(): void { $this->runAssertReturnCommand( @@ -18339,7 +16506,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1832')] public function testAssertReturn1833(): void { $this->runAssertReturnCommand( @@ -18349,7 +16515,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1833')] public function testAssertReturn1834(): void { $this->runAssertReturnCommand( @@ -18359,7 +16524,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1834')] public function testAssertReturn1835(): void { $this->runAssertReturnCommand( @@ -18369,7 +16533,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1835')] public function testAssertReturn1836(): void { $this->runAssertReturnCommand( @@ -18379,7 +16542,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1836')] public function testAssertReturn1837(): void { $this->runAssertReturnCommand( @@ -18389,7 +16551,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1837')] public function testAssertReturn1838(): void { $this->runAssertReturnCommand( @@ -18399,7 +16560,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1838')] public function testAssertReturn1839(): void { $this->runAssertReturnCommand( @@ -18409,7 +16569,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1839')] public function testAssertReturn1840(): void { $this->runAssertReturnCommand( @@ -18419,7 +16578,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1840')] public function testAssertReturn1841(): void { $this->runAssertReturnCommand( @@ -18429,7 +16587,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1841')] public function testAssertReturn1842(): void { $this->runAssertReturnCommand( @@ -18439,7 +16596,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1842')] public function testAssertReturn1843(): void { $this->runAssertReturnCommand( @@ -18449,7 +16605,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1843')] public function testAssertReturn1844(): void { $this->runAssertReturnCommand( @@ -18459,7 +16614,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1844')] public function testAssertReturn1845(): void { $this->runAssertReturnCommand( @@ -18469,7 +16623,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1845')] public function testAssertReturn1846(): void { $this->runAssertReturnCommand( @@ -18479,7 +16632,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1846')] public function testAssertReturn1847(): void { $this->runAssertReturnCommand( @@ -18489,7 +16641,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1847')] public function testAssertReturn1848(): void { $this->runAssertReturnCommand( @@ -18499,7 +16650,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1848')] public function testAssertReturn1849(): void { $this->runAssertReturnCommand( @@ -18509,7 +16659,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1849')] public function testAssertReturn1850(): void { $this->runAssertReturnCommand( @@ -18519,7 +16668,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1850')] public function testAssertReturn1851(): void { $this->runAssertReturnCommand( @@ -18529,7 +16677,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1851')] public function testAssertReturn1852(): void { $this->runAssertReturnCommand( @@ -18539,7 +16686,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1852')] public function testAssertReturn1853(): void { $this->runAssertReturnCommand( @@ -18549,7 +16695,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1853')] public function testAssertReturn1854(): void { $this->runAssertReturnCommand( @@ -18559,7 +16704,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1854')] public function testAssertReturn1855(): void { $this->runAssertReturnCommand( @@ -18569,7 +16713,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1855')] public function testAssertReturn1856(): void { $this->runAssertReturnCommand( @@ -18579,7 +16722,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1856')] public function testAssertReturn1857(): void { $this->runAssertReturnCommand( @@ -18589,7 +16731,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1857')] public function testAssertReturn1858(): void { $this->runAssertReturnCommand( @@ -18599,7 +16740,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1858')] public function testAssertReturn1859(): void { $this->runAssertReturnCommand( @@ -18609,7 +16749,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1859')] public function testAssertReturn1860(): void { $this->runAssertReturnCommand( @@ -18619,7 +16758,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1860')] public function testAssertReturn1861(): void { $this->runAssertReturnCommand( @@ -18629,7 +16767,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1861')] public function testAssertReturn1862(): void { $this->runAssertReturnCommand( @@ -18639,7 +16776,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1862')] public function testAssertReturn1863(): void { $this->runAssertReturnCommand( @@ -18649,7 +16785,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1863')] public function testAssertReturn1864(): void { $this->runAssertReturnCommand( @@ -18659,7 +16794,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1864')] public function testAssertReturn1865(): void { $this->runAssertReturnCommand( @@ -18669,7 +16803,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1865')] public function testAssertReturn1866(): void { $this->runAssertReturnCommand( @@ -18679,7 +16812,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1866')] public function testAssertReturn1867(): void { $this->runAssertReturnCommand( @@ -18689,7 +16821,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1867')] public function testAssertReturn1868(): void { $this->runAssertReturnCommand( @@ -18699,7 +16830,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1868')] public function testAssertReturn1869(): void { $this->runAssertReturnCommand( @@ -18709,7 +16839,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1869')] public function testAssertReturn1870(): void { $this->runAssertReturnCommand( @@ -18719,7 +16848,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1870')] public function testAssertReturn1871(): void { $this->runAssertReturnCommand( @@ -18729,7 +16857,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1871')] public function testAssertReturn1872(): void { $this->runAssertReturnCommand( @@ -18739,7 +16866,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1872')] public function testAssertReturn1873(): void { $this->runAssertReturnCommand( @@ -18749,7 +16875,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1873')] public function testAssertReturn1874(): void { $this->runAssertReturnCommand( @@ -18759,7 +16884,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1874')] public function testAssertReturn1875(): void { $this->runAssertReturnCommand( @@ -18769,7 +16893,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1875')] public function testAssertReturn1876(): void { $this->runAssertReturnCommand( @@ -18779,7 +16902,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1876')] public function testAssertReturn1877(): void { $this->runAssertReturnCommand( @@ -18789,7 +16911,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1877')] public function testAssertReturn1878(): void { $this->runAssertReturnCommand( @@ -18799,7 +16920,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1878')] public function testAssertReturn1879(): void { $this->runAssertReturnCommand( @@ -18809,7 +16929,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1879')] public function testAssertReturn1880(): void { $this->runAssertReturnCommand( @@ -18819,7 +16938,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1880')] public function testAssertReturn1881(): void { $this->runAssertReturnCommand( @@ -18829,7 +16947,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1881')] public function testAssertReturn1882(): void { $this->runAssertReturnCommand( @@ -18839,7 +16956,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1882')] public function testAssertReturn1883(): void { $this->runAssertReturnCommand( @@ -18849,7 +16965,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1883')] public function testAssertReturn1884(): void { $this->runAssertReturnCommand( @@ -18859,7 +16974,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1884')] public function testAssertReturn1885(): void { $this->runAssertReturnCommand( @@ -18869,7 +16983,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1885')] public function testAssertReturn1886(): void { $this->runAssertReturnCommand( @@ -18879,7 +16992,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1886')] public function testAssertReturn1887(): void { $this->runAssertReturnCommand( @@ -18889,7 +17001,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1887')] public function testAssertReturn1888(): void { $this->runAssertReturnCommand( @@ -18899,7 +17010,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1888')] public function testAssertReturn1889(): void { $this->runAssertReturnCommand( @@ -18909,7 +17019,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1889')] public function testAssertReturn1890(): void { $this->runAssertReturnCommand( @@ -18919,7 +17028,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1890')] public function testAssertReturn1891(): void { $this->runAssertReturnCommand( @@ -18929,7 +17037,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1891')] public function testAssertReturn1892(): void { $this->runAssertReturnCommand( @@ -18939,7 +17046,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1892')] public function testAssertReturn1893(): void { $this->runAssertReturnCommand( @@ -18949,7 +17055,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1893')] public function testAssertReturn1894(): void { $this->runAssertReturnCommand( @@ -18959,7 +17064,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1894')] public function testAssertReturn1895(): void { $this->runAssertReturnCommand( @@ -18969,7 +17073,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1895')] public function testAssertReturn1896(): void { $this->runAssertReturnCommand( @@ -18979,7 +17082,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1896')] public function testAssertReturn1897(): void { $this->runAssertReturnCommand( @@ -18989,7 +17091,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1897')] public function testAssertReturn1898(): void { $this->runAssertReturnCommand( @@ -18999,7 +17100,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1898')] public function testAssertReturn1899(): void { $this->runAssertReturnCommand( @@ -19009,7 +17109,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1899')] public function testAssertReturn1900(): void { $this->runAssertReturnCommand( @@ -19019,7 +17118,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1900')] public function testAssertReturn1901(): void { $this->runAssertReturnCommand( @@ -19029,7 +17127,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1901')] public function testAssertReturn1902(): void { $this->runAssertReturnCommand( @@ -19039,7 +17136,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1902')] public function testAssertReturn1903(): void { $this->runAssertReturnCommand( @@ -19049,7 +17145,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1903')] public function testAssertReturn1904(): void { $this->runAssertReturnCommand( @@ -19059,7 +17154,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1904')] public function testAssertReturn1905(): void { $this->runAssertReturnCommand( @@ -19069,7 +17163,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1905')] public function testAssertReturn1906(): void { $this->runAssertReturnCommand( @@ -19079,7 +17172,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1906')] public function testAssertReturn1907(): void { $this->runAssertReturnCommand( @@ -19089,7 +17181,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1907')] public function testAssertReturn1908(): void { $this->runAssertReturnCommand( @@ -19099,7 +17190,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1908')] public function testAssertReturn1909(): void { $this->runAssertReturnCommand( @@ -19109,7 +17199,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1909')] public function testAssertReturn1910(): void { $this->runAssertReturnCommand( @@ -19119,7 +17208,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1910')] public function testAssertReturn1911(): void { $this->runAssertReturnCommand( @@ -19129,7 +17217,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1911')] public function testAssertReturn1912(): void { $this->runAssertReturnCommand( @@ -19139,7 +17226,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1912')] public function testAssertReturn1913(): void { $this->runAssertReturnCommand( @@ -19149,7 +17235,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1913')] public function testAssertReturn1914(): void { $this->runAssertReturnCommand( @@ -19159,7 +17244,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1914')] public function testAssertReturn1915(): void { $this->runAssertReturnCommand( @@ -19169,7 +17253,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1915')] public function testAssertReturn1916(): void { $this->runAssertReturnCommand( @@ -19179,7 +17262,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1916')] public function testAssertReturn1917(): void { $this->runAssertReturnCommand( @@ -19189,7 +17271,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1917')] public function testAssertReturn1918(): void { $this->runAssertReturnCommand( @@ -19199,7 +17280,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1918')] public function testAssertReturn1919(): void { $this->runAssertReturnCommand( @@ -19209,7 +17289,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1919')] public function testAssertReturn1920(): void { $this->runAssertReturnCommand( @@ -19219,7 +17298,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1920')] public function testAssertReturn1921(): void { $this->runAssertReturnCommand( @@ -19229,7 +17307,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1921')] public function testAssertReturn1922(): void { $this->runAssertReturnCommand( @@ -19239,7 +17316,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1922')] public function testAssertReturn1923(): void { $this->runAssertReturnCommand( @@ -19249,7 +17325,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1923')] public function testAssertReturn1924(): void { $this->runAssertReturnCommand( @@ -19259,7 +17334,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1924')] public function testAssertReturn1925(): void { $this->runAssertReturnCommand( @@ -19269,7 +17343,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1925')] public function testAssertReturn1926(): void { $this->runAssertReturnCommand( @@ -19279,7 +17352,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1926')] public function testAssertReturn1927(): void { $this->runAssertReturnCommand( @@ -19289,7 +17361,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1927')] public function testAssertReturn1928(): void { $this->runAssertReturnCommand( @@ -19299,7 +17370,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1928')] public function testAssertReturn1929(): void { $this->runAssertReturnCommand( @@ -19309,7 +17379,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1929')] public function testAssertReturn1930(): void { $this->runAssertReturnCommand( @@ -19319,7 +17388,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1930')] public function testAssertReturn1931(): void { $this->runAssertReturnCommand( @@ -19329,7 +17397,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1931')] public function testAssertReturn1932(): void { $this->runAssertReturnCommand( @@ -19339,7 +17406,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1932')] public function testAssertReturn1933(): void { $this->runAssertReturnCommand( @@ -19349,7 +17415,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1933')] public function testAssertReturn1934(): void { $this->runAssertReturnCommand( @@ -19359,7 +17424,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1934')] public function testAssertReturn1935(): void { $this->runAssertReturnCommand( @@ -19369,7 +17433,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1935')] public function testAssertReturn1936(): void { $this->runAssertReturnCommand( @@ -19379,7 +17442,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1936')] public function testAssertReturn1937(): void { $this->runAssertReturnCommand( @@ -19389,7 +17451,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1937')] public function testAssertReturn1938(): void { $this->runAssertReturnCommand( @@ -19399,7 +17460,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1938')] public function testAssertReturn1939(): void { $this->runAssertReturnCommand( @@ -19409,7 +17469,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1939')] public function testAssertReturn1940(): void { $this->runAssertReturnCommand( @@ -19419,7 +17478,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1940')] public function testAssertReturn1941(): void { $this->runAssertReturnCommand( @@ -19429,7 +17487,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1941')] public function testAssertReturn1942(): void { $this->runAssertReturnCommand( @@ -19439,7 +17496,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1942')] public function testAssertReturn1943(): void { $this->runAssertReturnCommand( @@ -19449,7 +17505,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1943')] public function testAssertReturn1944(): void { $this->runAssertReturnCommand( @@ -19459,7 +17514,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1944')] public function testAssertReturn1945(): void { $this->runAssertReturnCommand( @@ -19469,7 +17523,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1945')] public function testAssertReturn1946(): void { $this->runAssertReturnCommand( @@ -19479,7 +17532,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1946')] public function testAssertReturn1947(): void { $this->runAssertReturnCommand( @@ -19489,7 +17541,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1947')] public function testAssertReturn1948(): void { $this->runAssertReturnCommand( @@ -19499,7 +17550,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1948')] public function testAssertReturn1949(): void { $this->runAssertReturnCommand( @@ -19509,7 +17559,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1949')] public function testAssertReturn1950(): void { $this->runAssertReturnCommand( @@ -19519,7 +17568,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1950')] public function testAssertReturn1951(): void { $this->runAssertReturnCommand( @@ -19529,7 +17577,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1951')] public function testAssertReturn1952(): void { $this->runAssertReturnCommand( @@ -19539,7 +17586,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1952')] public function testAssertReturn1953(): void { $this->runAssertReturnCommand( @@ -19549,7 +17595,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1953')] public function testAssertReturn1954(): void { $this->runAssertReturnCommand( @@ -19559,7 +17604,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1954')] public function testAssertReturn1955(): void { $this->runAssertReturnCommand( @@ -19569,7 +17613,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1955')] public function testAssertReturn1956(): void { $this->runAssertReturnCommand( @@ -19579,7 +17622,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1956')] public function testAssertReturn1957(): void { $this->runAssertReturnCommand( @@ -19589,7 +17631,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1957')] public function testAssertReturn1958(): void { $this->runAssertReturnCommand( @@ -19599,7 +17640,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1958')] public function testAssertReturn1959(): void { $this->runAssertReturnCommand( @@ -19609,7 +17649,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1959')] public function testAssertReturn1960(): void { $this->runAssertReturnCommand( @@ -19619,7 +17658,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1960')] public function testAssertReturn1961(): void { $this->runAssertReturnCommand( @@ -19629,7 +17667,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1961')] public function testAssertReturn1962(): void { $this->runAssertReturnCommand( @@ -19639,7 +17676,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1962')] public function testAssertReturn1963(): void { $this->runAssertReturnCommand( @@ -19649,7 +17685,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1963')] public function testAssertReturn1964(): void { $this->runAssertReturnCommand( @@ -19659,7 +17694,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1964')] public function testAssertReturn1965(): void { $this->runAssertReturnCommand( @@ -19669,7 +17703,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1965')] public function testAssertReturn1966(): void { $this->runAssertReturnCommand( @@ -19679,7 +17712,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1966')] public function testAssertReturn1967(): void { $this->runAssertReturnCommand( @@ -19689,7 +17721,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1967')] public function testAssertReturn1968(): void { $this->runAssertReturnCommand( @@ -19699,7 +17730,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1968')] public function testAssertReturn1969(): void { $this->runAssertReturnCommand( @@ -19709,7 +17739,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1969')] public function testAssertReturn1970(): void { $this->runAssertReturnCommand( @@ -19719,7 +17748,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1970')] public function testAssertReturn1971(): void { $this->runAssertReturnCommand( @@ -19729,7 +17757,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1971')] public function testAssertReturn1972(): void { $this->runAssertReturnCommand( @@ -19739,7 +17766,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1972')] public function testAssertReturn1973(): void { $this->runAssertReturnCommand( @@ -19749,7 +17775,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1973')] public function testAssertReturn1974(): void { $this->runAssertReturnCommand( @@ -19759,7 +17784,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1974')] public function testAssertReturn1975(): void { $this->runAssertReturnCommand( @@ -19769,7 +17793,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1975')] public function testAssertReturn1976(): void { $this->runAssertReturnCommand( @@ -19779,7 +17802,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1976')] public function testAssertReturn1977(): void { $this->runAssertReturnCommand( @@ -19789,7 +17811,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1977')] public function testAssertReturn1978(): void { $this->runAssertReturnCommand( @@ -19799,7 +17820,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1978')] public function testAssertReturn1979(): void { $this->runAssertReturnCommand( @@ -19809,7 +17829,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1979')] public function testAssertReturn1980(): void { $this->runAssertReturnCommand( @@ -19819,7 +17838,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1980')] public function testAssertReturn1981(): void { $this->runAssertReturnCommand( @@ -19829,7 +17847,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1981')] public function testAssertReturn1982(): void { $this->runAssertReturnCommand( @@ -19839,7 +17856,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1982')] public function testAssertReturn1983(): void { $this->runAssertReturnCommand( @@ -19849,7 +17865,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1983')] public function testAssertReturn1984(): void { $this->runAssertReturnCommand( @@ -19859,7 +17874,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1984')] public function testAssertReturn1985(): void { $this->runAssertReturnCommand( @@ -19869,7 +17883,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1985')] public function testAssertReturn1986(): void { $this->runAssertReturnCommand( @@ -19879,7 +17892,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1986')] public function testAssertReturn1987(): void { $this->runAssertReturnCommand( @@ -19889,7 +17901,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1987')] public function testAssertReturn1988(): void { $this->runAssertReturnCommand( @@ -19899,7 +17910,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1988')] public function testAssertReturn1989(): void { $this->runAssertReturnCommand( @@ -19909,7 +17919,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1989')] public function testAssertReturn1990(): void { $this->runAssertReturnCommand( @@ -19919,7 +17928,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1990')] public function testAssertReturn1991(): void { $this->runAssertReturnCommand( @@ -19929,7 +17937,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1991')] public function testAssertReturn1992(): void { $this->runAssertReturnCommand( @@ -19939,7 +17946,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1992')] public function testAssertReturn1993(): void { $this->runAssertReturnCommand( @@ -19949,7 +17955,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1993')] public function testAssertReturn1994(): void { $this->runAssertReturnCommand( @@ -19959,7 +17964,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1994')] public function testAssertReturn1995(): void { $this->runAssertReturnCommand( @@ -19969,7 +17973,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1995')] public function testAssertReturn1996(): void { $this->runAssertReturnCommand( @@ -19979,7 +17982,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1996')] public function testAssertReturn1997(): void { $this->runAssertReturnCommand( @@ -19989,7 +17991,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1997')] public function testAssertReturn1998(): void { $this->runAssertReturnCommand( @@ -19999,7 +18000,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1998')] public function testAssertReturn1999(): void { $this->runAssertReturnCommand( @@ -20009,7 +18009,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1999')] public function testAssertReturn2000(): void { $this->runAssertReturnCommand( @@ -20019,7 +18018,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2000')] public function testAssertReturn2001(): void { $this->runAssertReturnCommand( @@ -20029,7 +18027,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2001')] public function testAssertReturn2002(): void { $this->runAssertReturnCommand( @@ -20039,7 +18036,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2002')] public function testAssertReturn2003(): void { $this->runAssertReturnCommand( @@ -20049,7 +18045,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2003')] public function testAssertReturn2004(): void { $this->runAssertReturnCommand( @@ -20059,7 +18054,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2004')] public function testAssertReturn2005(): void { $this->runAssertReturnCommand( @@ -20069,7 +18063,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2005')] public function testAssertReturn2006(): void { $this->runAssertReturnCommand( @@ -20079,7 +18072,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2006')] public function testAssertReturn2007(): void { $this->runAssertReturnCommand( @@ -20089,7 +18081,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2007')] public function testAssertReturn2008(): void { $this->runAssertReturnCommand( @@ -20099,7 +18090,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2008')] public function testAssertReturn2009(): void { $this->runAssertReturnCommand( @@ -20109,7 +18099,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2009')] public function testAssertReturn2010(): void { $this->runAssertReturnCommand( @@ -20119,7 +18108,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2010')] public function testAssertReturn2011(): void { $this->runAssertReturnCommand( @@ -20129,7 +18117,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2011')] public function testAssertReturn2012(): void { $this->runAssertReturnCommand( @@ -20139,7 +18126,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2012')] public function testAssertReturn2013(): void { $this->runAssertReturnCommand( @@ -20149,7 +18135,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2013')] public function testAssertReturn2014(): void { $this->runAssertReturnCommand( @@ -20159,7 +18144,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2014')] public function testAssertReturn2015(): void { $this->runAssertReturnCommand( @@ -20169,7 +18153,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2015')] public function testAssertReturn2016(): void { $this->runAssertReturnCommand( @@ -20179,7 +18162,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2016')] public function testAssertReturn2017(): void { $this->runAssertReturnCommand( @@ -20189,7 +18171,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2017')] public function testAssertReturn2018(): void { $this->runAssertReturnCommand( @@ -20199,7 +18180,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2018')] public function testAssertReturn2019(): void { $this->runAssertReturnCommand( @@ -20209,7 +18189,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2019')] public function testAssertReturn2020(): void { $this->runAssertReturnCommand( @@ -20219,7 +18198,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2020')] public function testAssertReturn2021(): void { $this->runAssertReturnCommand( @@ -20229,7 +18207,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2021')] public function testAssertReturn2022(): void { $this->runAssertReturnCommand( @@ -20239,7 +18216,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2022')] public function testAssertReturn2023(): void { $this->runAssertReturnCommand( @@ -20249,7 +18225,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2023')] public function testAssertReturn2024(): void { $this->runAssertReturnCommand( @@ -20259,7 +18234,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2024')] public function testAssertReturn2025(): void { $this->runAssertReturnCommand( @@ -20269,7 +18243,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2025')] public function testAssertReturn2026(): void { $this->runAssertReturnCommand( @@ -20279,7 +18252,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2026')] public function testAssertReturn2027(): void { $this->runAssertReturnCommand( @@ -20289,7 +18261,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2027')] public function testAssertReturn2028(): void { $this->runAssertReturnCommand( @@ -20299,7 +18270,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2028')] public function testAssertReturn2029(): void { $this->runAssertReturnCommand( @@ -20309,7 +18279,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2029')] public function testAssertReturn2030(): void { $this->runAssertReturnCommand( @@ -20319,7 +18288,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2030')] public function testAssertReturn2031(): void { $this->runAssertReturnCommand( @@ -20329,7 +18297,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2031')] public function testAssertReturn2032(): void { $this->runAssertReturnCommand( @@ -20339,7 +18306,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2032')] public function testAssertReturn2033(): void { $this->runAssertReturnCommand( @@ -20349,7 +18315,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2033')] public function testAssertReturn2034(): void { $this->runAssertReturnCommand( @@ -20359,7 +18324,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2034')] public function testAssertReturn2035(): void { $this->runAssertReturnCommand( @@ -20369,7 +18333,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2035')] public function testAssertReturn2036(): void { $this->runAssertReturnCommand( @@ -20379,7 +18342,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2036')] public function testAssertReturn2037(): void { $this->runAssertReturnCommand( @@ -20389,7 +18351,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2037')] public function testAssertReturn2038(): void { $this->runAssertReturnCommand( @@ -20399,7 +18360,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2038')] public function testAssertReturn2039(): void { $this->runAssertReturnCommand( @@ -20409,7 +18369,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2039')] public function testAssertReturn2040(): void { $this->runAssertReturnCommand( @@ -20419,7 +18378,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2040')] public function testAssertReturn2041(): void { $this->runAssertReturnCommand( @@ -20429,7 +18387,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2041')] public function testAssertReturn2042(): void { $this->runAssertReturnCommand( @@ -20439,7 +18396,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2042')] public function testAssertReturn2043(): void { $this->runAssertReturnCommand( @@ -20449,7 +18405,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2043')] public function testAssertReturn2044(): void { $this->runAssertReturnCommand( @@ -20459,7 +18414,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2044')] public function testAssertReturn2045(): void { $this->runAssertReturnCommand( @@ -20469,7 +18423,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2045')] public function testAssertReturn2046(): void { $this->runAssertReturnCommand( @@ -20479,7 +18432,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2046')] public function testAssertReturn2047(): void { $this->runAssertReturnCommand( @@ -20489,7 +18441,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2047')] public function testAssertReturn2048(): void { $this->runAssertReturnCommand( @@ -20499,7 +18450,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2048')] public function testAssertReturn2049(): void { $this->runAssertReturnCommand( @@ -20509,7 +18459,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2049')] public function testAssertReturn2050(): void { $this->runAssertReturnCommand( @@ -20519,7 +18468,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2050')] public function testAssertReturn2051(): void { $this->runAssertReturnCommand( @@ -20529,7 +18477,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2051')] public function testAssertReturn2052(): void { $this->runAssertReturnCommand( @@ -20539,7 +18486,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2052')] public function testAssertReturn2053(): void { $this->runAssertReturnCommand( @@ -20549,7 +18495,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2053')] public function testAssertReturn2054(): void { $this->runAssertReturnCommand( @@ -20559,7 +18504,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2054')] public function testAssertReturn2055(): void { $this->runAssertReturnCommand( @@ -20569,7 +18513,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2055')] public function testAssertReturn2056(): void { $this->runAssertReturnCommand( @@ -20579,7 +18522,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2056')] public function testAssertReturn2057(): void { $this->runAssertReturnCommand( @@ -20589,7 +18531,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2057')] public function testAssertReturn2058(): void { $this->runAssertReturnCommand( @@ -20599,7 +18540,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2058')] public function testAssertReturn2059(): void { $this->runAssertReturnCommand( @@ -20609,7 +18549,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2059')] public function testAssertReturn2060(): void { $this->runAssertReturnCommand( @@ -20619,7 +18558,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2060')] public function testAssertReturn2061(): void { $this->runAssertReturnCommand( @@ -20629,7 +18567,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2061')] public function testAssertReturn2062(): void { $this->runAssertReturnCommand( @@ -20639,7 +18576,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2062')] public function testAssertReturn2063(): void { $this->runAssertReturnCommand( @@ -20649,7 +18585,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2063')] public function testAssertReturn2064(): void { $this->runAssertReturnCommand( @@ -20659,7 +18594,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2064')] public function testAssertReturn2065(): void { $this->runAssertReturnCommand( @@ -20669,7 +18603,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2065')] public function testAssertReturn2066(): void { $this->runAssertReturnCommand( @@ -20679,7 +18612,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2066')] public function testAssertReturn2067(): void { $this->runAssertReturnCommand( @@ -20689,7 +18621,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2067')] public function testAssertReturn2068(): void { $this->runAssertReturnCommand( @@ -20699,7 +18630,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2068')] public function testAssertReturn2069(): void { $this->runAssertReturnCommand( @@ -20709,7 +18639,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2069')] public function testAssertReturn2070(): void { $this->runAssertReturnCommand( @@ -20719,7 +18648,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2070')] public function testAssertReturn2071(): void { $this->runAssertReturnCommand( @@ -20729,7 +18657,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2071')] public function testAssertReturn2072(): void { $this->runAssertReturnCommand( @@ -20739,7 +18666,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2072')] public function testAssertReturn2073(): void { $this->runAssertReturnCommand( @@ -20749,7 +18675,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2073')] public function testAssertReturn2074(): void { $this->runAssertReturnCommand( @@ -20759,7 +18684,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2074')] public function testAssertReturn2075(): void { $this->runAssertReturnCommand( @@ -20769,7 +18693,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2075')] public function testAssertReturn2076(): void { $this->runAssertReturnCommand( @@ -20779,7 +18702,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2076')] public function testAssertReturn2077(): void { $this->runAssertReturnCommand( @@ -20789,7 +18711,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2077')] public function testAssertReturn2078(): void { $this->runAssertReturnCommand( @@ -20799,7 +18720,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2078')] public function testAssertReturn2079(): void { $this->runAssertReturnCommand( @@ -20809,7 +18729,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2079')] public function testAssertReturn2080(): void { $this->runAssertReturnCommand( @@ -20819,7 +18738,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2080')] public function testAssertReturn2081(): void { $this->runAssertReturnCommand( @@ -20829,7 +18747,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2081')] public function testAssertReturn2082(): void { $this->runAssertReturnCommand( @@ -20839,7 +18756,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2082')] public function testAssertReturn2083(): void { $this->runAssertReturnCommand( @@ -20849,7 +18765,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2083')] public function testAssertReturn2084(): void { $this->runAssertReturnCommand( @@ -20859,7 +18774,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2084')] public function testAssertReturn2085(): void { $this->runAssertReturnCommand( @@ -20869,7 +18783,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2085')] public function testAssertReturn2086(): void { $this->runAssertReturnCommand( @@ -20879,7 +18792,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2086')] public function testAssertReturn2087(): void { $this->runAssertReturnCommand( @@ -20889,7 +18801,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2087')] public function testAssertReturn2088(): void { $this->runAssertReturnCommand( @@ -20899,7 +18810,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2088')] public function testAssertReturn2089(): void { $this->runAssertReturnCommand( @@ -20909,7 +18819,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2089')] public function testAssertReturn2090(): void { $this->runAssertReturnCommand( @@ -20919,7 +18828,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2090')] public function testAssertReturn2091(): void { $this->runAssertReturnCommand( @@ -20929,7 +18837,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2091')] public function testAssertReturn2092(): void { $this->runAssertReturnCommand( @@ -20939,7 +18846,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2092')] public function testAssertReturn2093(): void { $this->runAssertReturnCommand( @@ -20949,7 +18855,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2093')] public function testAssertReturn2094(): void { $this->runAssertReturnCommand( @@ -20959,7 +18864,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2094')] public function testAssertReturn2095(): void { $this->runAssertReturnCommand( @@ -20969,7 +18873,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2095')] public function testAssertReturn2096(): void { $this->runAssertReturnCommand( @@ -20979,7 +18882,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2096')] public function testAssertReturn2097(): void { $this->runAssertReturnCommand( @@ -20989,7 +18891,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2097')] public function testAssertReturn2098(): void { $this->runAssertReturnCommand( @@ -20999,7 +18900,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2098')] public function testAssertReturn2099(): void { $this->runAssertReturnCommand( @@ -21009,7 +18909,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2099')] public function testAssertReturn2100(): void { $this->runAssertReturnCommand( @@ -21019,7 +18918,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2100')] public function testAssertReturn2101(): void { $this->runAssertReturnCommand( @@ -21029,7 +18927,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2101')] public function testAssertReturn2102(): void { $this->runAssertReturnCommand( @@ -21039,7 +18936,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2102')] public function testAssertReturn2103(): void { $this->runAssertReturnCommand( @@ -21049,7 +18945,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2103')] public function testAssertReturn2104(): void { $this->runAssertReturnCommand( @@ -21059,7 +18954,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2104')] public function testAssertReturn2105(): void { $this->runAssertReturnCommand( @@ -21069,7 +18963,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2105')] public function testAssertReturn2106(): void { $this->runAssertReturnCommand( @@ -21079,7 +18972,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2106')] public function testAssertReturn2107(): void { $this->runAssertReturnCommand( @@ -21089,7 +18981,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2107')] public function testAssertReturn2108(): void { $this->runAssertReturnCommand( @@ -21099,7 +18990,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2108')] public function testAssertReturn2109(): void { $this->runAssertReturnCommand( @@ -21109,7 +18999,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2109')] public function testAssertReturn2110(): void { $this->runAssertReturnCommand( @@ -21119,7 +19008,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2110')] public function testAssertReturn2111(): void { $this->runAssertReturnCommand( @@ -21129,7 +19017,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2111')] public function testAssertReturn2112(): void { $this->runAssertReturnCommand( @@ -21139,7 +19026,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2112')] public function testAssertReturn2113(): void { $this->runAssertReturnCommand( @@ -21149,7 +19035,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2113')] public function testAssertReturn2114(): void { $this->runAssertReturnCommand( @@ -21159,7 +19044,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2114')] public function testAssertReturn2115(): void { $this->runAssertReturnCommand( @@ -21169,7 +19053,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2115')] public function testAssertReturn2116(): void { $this->runAssertReturnCommand( @@ -21179,7 +19062,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2116')] public function testAssertReturn2117(): void { $this->runAssertReturnCommand( @@ -21189,7 +19071,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2117')] public function testAssertReturn2118(): void { $this->runAssertReturnCommand( @@ -21199,7 +19080,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2118')] public function testAssertReturn2119(): void { $this->runAssertReturnCommand( @@ -21209,7 +19089,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2119')] public function testAssertReturn2120(): void { $this->runAssertReturnCommand( @@ -21219,7 +19098,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2120')] public function testAssertReturn2121(): void { $this->runAssertReturnCommand( @@ -21229,7 +19107,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2121')] public function testAssertReturn2122(): void { $this->runAssertReturnCommand( @@ -21239,7 +19116,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2122')] public function testAssertReturn2123(): void { $this->runAssertReturnCommand( @@ -21249,7 +19125,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2123')] public function testAssertReturn2124(): void { $this->runAssertReturnCommand( @@ -21259,7 +19134,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2124')] public function testAssertReturn2125(): void { $this->runAssertReturnCommand( @@ -21269,7 +19143,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2125')] public function testAssertReturn2126(): void { $this->runAssertReturnCommand( @@ -21279,7 +19152,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2126')] public function testAssertReturn2127(): void { $this->runAssertReturnCommand( @@ -21289,7 +19161,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2127')] public function testAssertReturn2128(): void { $this->runAssertReturnCommand( @@ -21299,7 +19170,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2128')] public function testAssertReturn2129(): void { $this->runAssertReturnCommand( @@ -21309,7 +19179,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2129')] public function testAssertReturn2130(): void { $this->runAssertReturnCommand( @@ -21319,7 +19188,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2130')] public function testAssertReturn2131(): void { $this->runAssertReturnCommand( @@ -21329,7 +19197,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2131')] public function testAssertReturn2132(): void { $this->runAssertReturnCommand( @@ -21339,7 +19206,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2132')] public function testAssertReturn2133(): void { $this->runAssertReturnCommand( @@ -21349,7 +19215,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2133')] public function testAssertReturn2134(): void { $this->runAssertReturnCommand( @@ -21359,7 +19224,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2134')] public function testAssertReturn2135(): void { $this->runAssertReturnCommand( @@ -21369,7 +19233,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2135')] public function testAssertReturn2136(): void { $this->runAssertReturnCommand( @@ -21379,7 +19242,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2136')] public function testAssertReturn2137(): void { $this->runAssertReturnCommand( @@ -21389,7 +19251,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2137')] public function testAssertReturn2138(): void { $this->runAssertReturnCommand( @@ -21399,7 +19260,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2138')] public function testAssertReturn2139(): void { $this->runAssertReturnCommand( @@ -21409,7 +19269,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2139')] public function testAssertReturn2140(): void { $this->runAssertReturnCommand( @@ -21419,7 +19278,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2140')] public function testAssertReturn2141(): void { $this->runAssertReturnCommand( @@ -21429,7 +19287,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2141')] public function testAssertReturn2142(): void { $this->runAssertReturnCommand( @@ -21439,7 +19296,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2142')] public function testAssertReturn2143(): void { $this->runAssertReturnCommand( @@ -21449,7 +19305,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2143')] public function testAssertReturn2144(): void { $this->runAssertReturnCommand( @@ -21459,7 +19314,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2144')] public function testAssertReturn2145(): void { $this->runAssertReturnCommand( @@ -21469,7 +19323,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2145')] public function testAssertReturn2146(): void { $this->runAssertReturnCommand( @@ -21479,7 +19332,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2146')] public function testAssertReturn2147(): void { $this->runAssertReturnCommand( @@ -21489,7 +19341,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2147')] public function testAssertReturn2148(): void { $this->runAssertReturnCommand( @@ -21499,7 +19350,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2148')] public function testAssertReturn2149(): void { $this->runAssertReturnCommand( @@ -21509,7 +19359,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2149')] public function testAssertReturn2150(): void { $this->runAssertReturnCommand( @@ -21519,7 +19368,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2150')] public function testAssertReturn2151(): void { $this->runAssertReturnCommand( @@ -21529,7 +19377,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2151')] public function testAssertReturn2152(): void { $this->runAssertReturnCommand( @@ -21539,7 +19386,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2152')] public function testAssertReturn2153(): void { $this->runAssertReturnCommand( @@ -21549,7 +19395,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2153')] public function testAssertReturn2154(): void { $this->runAssertReturnCommand( @@ -21559,7 +19404,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2154')] public function testAssertReturn2155(): void { $this->runAssertReturnCommand( @@ -21569,7 +19413,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2155')] public function testAssertReturn2156(): void { $this->runAssertReturnCommand( @@ -21579,7 +19422,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2156')] public function testAssertReturn2157(): void { $this->runAssertReturnCommand( @@ -21589,7 +19431,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2157')] public function testAssertReturn2158(): void { $this->runAssertReturnCommand( @@ -21599,7 +19440,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2158')] public function testAssertReturn2159(): void { $this->runAssertReturnCommand( @@ -21609,7 +19449,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2159')] public function testAssertReturn2160(): void { $this->runAssertReturnCommand( @@ -21619,7 +19458,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2160')] public function testAssertReturn2161(): void { $this->runAssertReturnCommand( @@ -21629,7 +19467,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2161')] public function testAssertReturn2162(): void { $this->runAssertReturnCommand( @@ -21639,7 +19476,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2162')] public function testAssertReturn2163(): void { $this->runAssertReturnCommand( @@ -21649,7 +19485,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2163')] public function testAssertReturn2164(): void { $this->runAssertReturnCommand( @@ -21659,7 +19494,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2164')] public function testAssertReturn2165(): void { $this->runAssertReturnCommand( @@ -21669,7 +19503,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2165')] public function testAssertReturn2166(): void { $this->runAssertReturnCommand( @@ -21679,7 +19512,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2166')] public function testAssertReturn2167(): void { $this->runAssertReturnCommand( @@ -21689,7 +19521,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2167')] public function testAssertReturn2168(): void { $this->runAssertReturnCommand( @@ -21699,7 +19530,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2168')] public function testAssertReturn2169(): void { $this->runAssertReturnCommand( @@ -21709,7 +19539,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2169')] public function testAssertReturn2170(): void { $this->runAssertReturnCommand( @@ -21719,7 +19548,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2170')] public function testAssertReturn2171(): void { $this->runAssertReturnCommand( @@ -21729,7 +19557,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2171')] public function testAssertReturn2172(): void { $this->runAssertReturnCommand( @@ -21739,7 +19566,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2172')] public function testAssertReturn2173(): void { $this->runAssertReturnCommand( @@ -21749,7 +19575,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2173')] public function testAssertReturn2174(): void { $this->runAssertReturnCommand( @@ -21759,7 +19584,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2174')] public function testAssertReturn2175(): void { $this->runAssertReturnCommand( @@ -21769,7 +19593,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2175')] public function testAssertReturn2176(): void { $this->runAssertReturnCommand( @@ -21779,7 +19602,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2176')] public function testAssertReturn2177(): void { $this->runAssertReturnCommand( @@ -21789,7 +19611,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2177')] public function testAssertReturn2178(): void { $this->runAssertReturnCommand( @@ -21799,7 +19620,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2178')] public function testAssertReturn2179(): void { $this->runAssertReturnCommand( @@ -21809,7 +19629,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2179')] public function testAssertReturn2180(): void { $this->runAssertReturnCommand( @@ -21819,7 +19638,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2180')] public function testAssertReturn2181(): void { $this->runAssertReturnCommand( @@ -21829,7 +19647,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2181')] public function testAssertReturn2182(): void { $this->runAssertReturnCommand( @@ -21839,7 +19656,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2182')] public function testAssertReturn2183(): void { $this->runAssertReturnCommand( @@ -21849,7 +19665,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2183')] public function testAssertReturn2184(): void { $this->runAssertReturnCommand( @@ -21859,7 +19674,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2184')] public function testAssertReturn2185(): void { $this->runAssertReturnCommand( @@ -21869,7 +19683,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2185')] public function testAssertReturn2186(): void { $this->runAssertReturnCommand( @@ -21879,7 +19692,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2186')] public function testAssertReturn2187(): void { $this->runAssertReturnCommand( @@ -21889,7 +19701,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2187')] public function testAssertReturn2188(): void { $this->runAssertReturnCommand( @@ -21899,7 +19710,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2188')] public function testAssertReturn2189(): void { $this->runAssertReturnCommand( @@ -21909,7 +19719,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2189')] public function testAssertReturn2190(): void { $this->runAssertReturnCommand( @@ -21919,7 +19728,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2190')] public function testAssertReturn2191(): void { $this->runAssertReturnCommand( @@ -21929,7 +19737,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2191')] public function testAssertReturn2192(): void { $this->runAssertReturnCommand( @@ -21939,7 +19746,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2192')] public function testAssertReturn2193(): void { $this->runAssertReturnCommand( @@ -21949,7 +19755,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2193')] public function testAssertReturn2194(): void { $this->runAssertReturnCommand( @@ -21959,7 +19764,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2194')] public function testAssertReturn2195(): void { $this->runAssertReturnCommand( @@ -21969,7 +19773,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2195')] public function testAssertReturn2196(): void { $this->runAssertReturnCommand( @@ -21979,7 +19782,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2196')] public function testAssertReturn2197(): void { $this->runAssertReturnCommand( @@ -21989,7 +19791,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2197')] public function testAssertReturn2198(): void { $this->runAssertReturnCommand( @@ -21999,7 +19800,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2198')] public function testAssertReturn2199(): void { $this->runAssertReturnCommand( @@ -22009,7 +19809,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2199')] public function testAssertReturn2200(): void { $this->runAssertReturnCommand( @@ -22019,7 +19818,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2200')] public function testAssertReturn2201(): void { $this->runAssertReturnCommand( @@ -22029,7 +19827,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2201')] public function testAssertReturn2202(): void { $this->runAssertReturnCommand( @@ -22039,7 +19836,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2202')] public function testAssertReturn2203(): void { $this->runAssertReturnCommand( @@ -22049,7 +19845,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2203')] public function testAssertReturn2204(): void { $this->runAssertReturnCommand( @@ -22059,7 +19854,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2204')] public function testAssertReturn2205(): void { $this->runAssertReturnCommand( @@ -22069,7 +19863,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2205')] public function testAssertReturn2206(): void { $this->runAssertReturnCommand( @@ -22079,7 +19872,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2206')] public function testAssertReturn2207(): void { $this->runAssertReturnCommand( @@ -22089,7 +19881,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2207')] public function testAssertReturn2208(): void { $this->runAssertReturnCommand( @@ -22099,7 +19890,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2208')] public function testAssertReturn2209(): void { $this->runAssertReturnCommand( @@ -22109,7 +19899,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2209')] public function testAssertReturn2210(): void { $this->runAssertReturnCommand( @@ -22119,7 +19908,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2210')] public function testAssertReturn2211(): void { $this->runAssertReturnCommand( @@ -22129,7 +19917,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2211')] public function testAssertReturn2212(): void { $this->runAssertReturnCommand( @@ -22139,7 +19926,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2212')] public function testAssertReturn2213(): void { $this->runAssertReturnCommand( @@ -22149,7 +19935,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2213')] public function testAssertReturn2214(): void { $this->runAssertReturnCommand( @@ -22159,7 +19944,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2214')] public function testAssertReturn2215(): void { $this->runAssertReturnCommand( @@ -22169,7 +19953,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2215')] public function testAssertReturn2216(): void { $this->runAssertReturnCommand( @@ -22179,7 +19962,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2216')] public function testAssertReturn2217(): void { $this->runAssertReturnCommand( @@ -22189,7 +19971,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2217')] public function testAssertReturn2218(): void { $this->runAssertReturnCommand( @@ -22199,7 +19980,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2218')] public function testAssertReturn2219(): void { $this->runAssertReturnCommand( @@ -22209,7 +19989,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2219')] public function testAssertReturn2220(): void { $this->runAssertReturnCommand( @@ -22219,7 +19998,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2220')] public function testAssertReturn2221(): void { $this->runAssertReturnCommand( @@ -22229,7 +20007,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2221')] public function testAssertReturn2222(): void { $this->runAssertReturnCommand( @@ -22239,7 +20016,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2222')] public function testAssertReturn2223(): void { $this->runAssertReturnCommand( @@ -22249,7 +20025,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2223')] public function testAssertReturn2224(): void { $this->runAssertReturnCommand( @@ -22259,7 +20034,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2224')] public function testAssertReturn2225(): void { $this->runAssertReturnCommand( @@ -22269,7 +20043,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2225')] public function testAssertReturn2226(): void { $this->runAssertReturnCommand( @@ -22279,7 +20052,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2226')] public function testAssertReturn2227(): void { $this->runAssertReturnCommand( @@ -22289,7 +20061,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2227')] public function testAssertReturn2228(): void { $this->runAssertReturnCommand( @@ -22299,7 +20070,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2228')] public function testAssertReturn2229(): void { $this->runAssertReturnCommand( @@ -22309,7 +20079,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2229')] public function testAssertReturn2230(): void { $this->runAssertReturnCommand( @@ -22319,7 +20088,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2230')] public function testAssertReturn2231(): void { $this->runAssertReturnCommand( @@ -22329,7 +20097,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2231')] public function testAssertReturn2232(): void { $this->runAssertReturnCommand( @@ -22339,7 +20106,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2232')] public function testAssertReturn2233(): void { $this->runAssertReturnCommand( @@ -22349,7 +20115,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2233')] public function testAssertReturn2234(): void { $this->runAssertReturnCommand( @@ -22359,7 +20124,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2234')] public function testAssertReturn2235(): void { $this->runAssertReturnCommand( @@ -22369,7 +20133,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2235')] public function testAssertReturn2236(): void { $this->runAssertReturnCommand( @@ -22379,7 +20142,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2236')] public function testAssertReturn2237(): void { $this->runAssertReturnCommand( @@ -22389,7 +20151,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2237')] public function testAssertReturn2238(): void { $this->runAssertReturnCommand( @@ -22399,7 +20160,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2238')] public function testAssertReturn2239(): void { $this->runAssertReturnCommand( @@ -22409,7 +20169,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2239')] public function testAssertReturn2240(): void { $this->runAssertReturnCommand( @@ -22419,7 +20178,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2240')] public function testAssertReturn2241(): void { $this->runAssertReturnCommand( @@ -22429,7 +20187,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2241')] public function testAssertReturn2242(): void { $this->runAssertReturnCommand( @@ -22439,7 +20196,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2242')] public function testAssertReturn2243(): void { $this->runAssertReturnCommand( @@ -22449,7 +20205,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2243')] public function testAssertReturn2244(): void { $this->runAssertReturnCommand( @@ -22459,7 +20214,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2244')] public function testAssertReturn2245(): void { $this->runAssertReturnCommand( @@ -22469,7 +20223,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2245')] public function testAssertReturn2246(): void { $this->runAssertReturnCommand( @@ -22479,7 +20232,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2246')] public function testAssertReturn2247(): void { $this->runAssertReturnCommand( @@ -22489,7 +20241,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2247')] public function testAssertReturn2248(): void { $this->runAssertReturnCommand( @@ -22499,7 +20250,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2248')] public function testAssertReturn2249(): void { $this->runAssertReturnCommand( @@ -22509,7 +20259,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2249')] public function testAssertReturn2250(): void { $this->runAssertReturnCommand( @@ -22519,7 +20268,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2250')] public function testAssertReturn2251(): void { $this->runAssertReturnCommand( @@ -22529,7 +20277,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2251')] public function testAssertReturn2252(): void { $this->runAssertReturnCommand( @@ -22539,7 +20286,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2252')] public function testAssertReturn2253(): void { $this->runAssertReturnCommand( @@ -22549,7 +20295,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2253')] public function testAssertReturn2254(): void { $this->runAssertReturnCommand( @@ -22559,7 +20304,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2254')] public function testAssertReturn2255(): void { $this->runAssertReturnCommand( @@ -22569,7 +20313,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2255')] public function testAssertReturn2256(): void { $this->runAssertReturnCommand( @@ -22579,7 +20322,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2256')] public function testAssertReturn2257(): void { $this->runAssertReturnCommand( @@ -22589,7 +20331,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2257')] public function testAssertReturn2258(): void { $this->runAssertReturnCommand( @@ -22599,7 +20340,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2258')] public function testAssertReturn2259(): void { $this->runAssertReturnCommand( @@ -22609,7 +20349,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2259')] public function testAssertReturn2260(): void { $this->runAssertReturnCommand( @@ -22619,7 +20358,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2260')] public function testAssertReturn2261(): void { $this->runAssertReturnCommand( @@ -22629,7 +20367,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2261')] public function testAssertReturn2262(): void { $this->runAssertReturnCommand( @@ -22639,7 +20376,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2262')] public function testAssertReturn2263(): void { $this->runAssertReturnCommand( @@ -22649,7 +20385,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2263')] public function testAssertReturn2264(): void { $this->runAssertReturnCommand( @@ -22659,7 +20394,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2264')] public function testAssertReturn2265(): void { $this->runAssertReturnCommand( @@ -22669,7 +20403,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2265')] public function testAssertReturn2266(): void { $this->runAssertReturnCommand( @@ -22679,7 +20412,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2266')] public function testAssertReturn2267(): void { $this->runAssertReturnCommand( @@ -22689,7 +20421,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2267')] public function testAssertReturn2268(): void { $this->runAssertReturnCommand( @@ -22699,7 +20430,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2268')] public function testAssertReturn2269(): void { $this->runAssertReturnCommand( @@ -22709,7 +20439,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2269')] public function testAssertReturn2270(): void { $this->runAssertReturnCommand( @@ -22719,7 +20448,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2270')] public function testAssertReturn2271(): void { $this->runAssertReturnCommand( @@ -22729,7 +20457,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2271')] public function testAssertReturn2272(): void { $this->runAssertReturnCommand( @@ -22739,7 +20466,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2272')] public function testAssertReturn2273(): void { $this->runAssertReturnCommand( @@ -22749,7 +20475,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2273')] public function testAssertReturn2274(): void { $this->runAssertReturnCommand( @@ -22759,7 +20484,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2274')] public function testAssertReturn2275(): void { $this->runAssertReturnCommand( @@ -22769,7 +20493,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2275')] public function testAssertReturn2276(): void { $this->runAssertReturnCommand( @@ -22779,7 +20502,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2276')] public function testAssertReturn2277(): void { $this->runAssertReturnCommand( @@ -22789,7 +20511,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2277')] public function testAssertReturn2278(): void { $this->runAssertReturnCommand( @@ -22799,7 +20520,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2278')] public function testAssertReturn2279(): void { $this->runAssertReturnCommand( @@ -22809,7 +20529,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2279')] public function testAssertReturn2280(): void { $this->runAssertReturnCommand( @@ -22819,7 +20538,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2280')] public function testAssertReturn2281(): void { $this->runAssertReturnCommand( @@ -22829,7 +20547,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2281')] public function testAssertReturn2282(): void { $this->runAssertReturnCommand( @@ -22839,7 +20556,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2282')] public function testAssertReturn2283(): void { $this->runAssertReturnCommand( @@ -22849,7 +20565,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2283')] public function testAssertReturn2284(): void { $this->runAssertReturnCommand( @@ -22859,7 +20574,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2284')] public function testAssertReturn2285(): void { $this->runAssertReturnCommand( @@ -22869,7 +20583,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2285')] public function testAssertReturn2286(): void { $this->runAssertReturnCommand( @@ -22879,7 +20592,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2286')] public function testAssertReturn2287(): void { $this->runAssertReturnCommand( @@ -22889,7 +20601,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2287')] public function testAssertReturn2288(): void { $this->runAssertReturnCommand( @@ -22899,7 +20610,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2288')] public function testAssertReturn2289(): void { $this->runAssertReturnCommand( @@ -22909,7 +20619,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2289')] public function testAssertReturn2290(): void { $this->runAssertReturnCommand( @@ -22919,7 +20628,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2290')] public function testAssertReturn2291(): void { $this->runAssertReturnCommand( @@ -22929,7 +20637,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2291')] public function testAssertReturn2292(): void { $this->runAssertReturnCommand( @@ -22939,7 +20646,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2292')] public function testAssertReturn2293(): void { $this->runAssertReturnCommand( @@ -22949,7 +20655,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2293')] public function testAssertReturn2294(): void { $this->runAssertReturnCommand( @@ -22959,7 +20664,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2294')] public function testAssertReturn2295(): void { $this->runAssertReturnCommand( @@ -22969,7 +20673,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2295')] public function testAssertReturn2296(): void { $this->runAssertReturnCommand( @@ -22979,7 +20682,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2296')] public function testAssertReturn2297(): void { $this->runAssertReturnCommand( @@ -22989,7 +20691,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2297')] public function testAssertReturn2298(): void { $this->runAssertReturnCommand( @@ -22999,7 +20700,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2298')] public function testAssertReturn2299(): void { $this->runAssertReturnCommand( @@ -23009,7 +20709,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2299')] public function testAssertReturn2300(): void { $this->runAssertReturnCommand( @@ -23019,7 +20718,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2300')] public function testAssertReturn2301(): void { $this->runAssertReturnCommand( @@ -23029,7 +20727,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2301')] public function testAssertReturn2302(): void { $this->runAssertReturnCommand( @@ -23039,7 +20736,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2302')] public function testAssertReturn2303(): void { $this->runAssertReturnCommand( @@ -23049,7 +20745,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2303')] public function testAssertReturn2304(): void { $this->runAssertReturnCommand( @@ -23059,7 +20754,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2304')] public function testAssertReturn2305(): void { $this->runAssertReturnCommand( @@ -23069,7 +20763,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2305')] public function testAssertReturn2306(): void { $this->runAssertReturnCommand( @@ -23079,7 +20772,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2306')] public function testAssertReturn2307(): void { $this->runAssertReturnCommand( @@ -23089,7 +20781,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2307')] public function testAssertReturn2308(): void { $this->runAssertReturnCommand( @@ -23099,7 +20790,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2308')] public function testAssertReturn2309(): void { $this->runAssertReturnCommand( @@ -23109,7 +20799,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2309')] public function testAssertReturn2310(): void { $this->runAssertReturnCommand( @@ -23119,7 +20808,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2310')] public function testAssertReturn2311(): void { $this->runAssertReturnCommand( @@ -23129,7 +20817,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2311')] public function testAssertReturn2312(): void { $this->runAssertReturnCommand( @@ -23139,7 +20826,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2312')] public function testAssertReturn2313(): void { $this->runAssertReturnCommand( @@ -23149,7 +20835,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2313')] public function testAssertReturn2314(): void { $this->runAssertReturnCommand( @@ -23159,7 +20844,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2314')] public function testAssertReturn2315(): void { $this->runAssertReturnCommand( @@ -23169,7 +20853,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2315')] public function testAssertReturn2316(): void { $this->runAssertReturnCommand( @@ -23179,7 +20862,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2316')] public function testAssertReturn2317(): void { $this->runAssertReturnCommand( @@ -23189,7 +20871,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2317')] public function testAssertReturn2318(): void { $this->runAssertReturnCommand( @@ -23199,7 +20880,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2318')] public function testAssertReturn2319(): void { $this->runAssertReturnCommand( @@ -23209,7 +20889,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2319')] public function testAssertReturn2320(): void { $this->runAssertReturnCommand( @@ -23219,7 +20898,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2320')] public function testAssertReturn2321(): void { $this->runAssertReturnCommand( @@ -23229,7 +20907,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2321')] public function testAssertReturn2322(): void { $this->runAssertReturnCommand( @@ -23239,7 +20916,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2322')] public function testAssertReturn2323(): void { $this->runAssertReturnCommand( @@ -23249,7 +20925,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2323')] public function testAssertReturn2324(): void { $this->runAssertReturnCommand( @@ -23259,7 +20934,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2324')] public function testAssertReturn2325(): void { $this->runAssertReturnCommand( @@ -23269,7 +20943,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2325')] public function testAssertReturn2326(): void { $this->runAssertReturnCommand( @@ -23279,7 +20952,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2326')] public function testAssertReturn2327(): void { $this->runAssertReturnCommand( @@ -23289,7 +20961,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2327')] public function testAssertReturn2328(): void { $this->runAssertReturnCommand( @@ -23299,7 +20970,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2328')] public function testAssertReturn2329(): void { $this->runAssertReturnCommand( @@ -23309,7 +20979,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2329')] public function testAssertReturn2330(): void { $this->runAssertReturnCommand( @@ -23319,7 +20988,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2330')] public function testAssertReturn2331(): void { $this->runAssertReturnCommand( @@ -23329,7 +20997,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2331')] public function testAssertReturn2332(): void { $this->runAssertReturnCommand( @@ -23339,7 +21006,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2332')] public function testAssertReturn2333(): void { $this->runAssertReturnCommand( @@ -23349,7 +21015,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2333')] public function testAssertReturn2334(): void { $this->runAssertReturnCommand( @@ -23359,7 +21024,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2334')] public function testAssertReturn2335(): void { $this->runAssertReturnCommand( @@ -23369,7 +21033,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2335')] public function testAssertReturn2336(): void { $this->runAssertReturnCommand( @@ -23379,7 +21042,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2336')] public function testAssertReturn2337(): void { $this->runAssertReturnCommand( @@ -23389,7 +21051,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2337')] public function testAssertReturn2338(): void { $this->runAssertReturnCommand( @@ -23399,7 +21060,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2338')] public function testAssertReturn2339(): void { $this->runAssertReturnCommand( @@ -23409,7 +21069,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2339')] public function testAssertReturn2340(): void { $this->runAssertReturnCommand( @@ -23419,7 +21078,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2340')] public function testAssertReturn2341(): void { $this->runAssertReturnCommand( @@ -23429,7 +21087,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2341')] public function testAssertReturn2342(): void { $this->runAssertReturnCommand( @@ -23439,7 +21096,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2342')] public function testAssertReturn2343(): void { $this->runAssertReturnCommand( @@ -23449,7 +21105,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2343')] public function testAssertReturn2344(): void { $this->runAssertReturnCommand( @@ -23459,7 +21114,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2344')] public function testAssertReturn2345(): void { $this->runAssertReturnCommand( @@ -23469,7 +21123,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2345')] public function testAssertReturn2346(): void { $this->runAssertReturnCommand( @@ -23479,7 +21132,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2346')] public function testAssertReturn2347(): void { $this->runAssertReturnCommand( @@ -23489,7 +21141,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2347')] public function testAssertReturn2348(): void { $this->runAssertReturnCommand( @@ -23499,7 +21150,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2348')] public function testAssertReturn2349(): void { $this->runAssertReturnCommand( @@ -23509,7 +21159,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2349')] public function testAssertReturn2350(): void { $this->runAssertReturnCommand( @@ -23519,7 +21168,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2350')] public function testAssertReturn2351(): void { $this->runAssertReturnCommand( @@ -23529,7 +21177,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2351')] public function testAssertReturn2352(): void { $this->runAssertReturnCommand( @@ -23539,7 +21186,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2352')] public function testAssertReturn2353(): void { $this->runAssertReturnCommand( @@ -23549,7 +21195,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2353')] public function testAssertReturn2354(): void { $this->runAssertReturnCommand( @@ -23559,7 +21204,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2354')] public function testAssertReturn2355(): void { $this->runAssertReturnCommand( @@ -23569,7 +21213,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2355')] public function testAssertReturn2356(): void { $this->runAssertReturnCommand( @@ -23579,7 +21222,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2356')] public function testAssertReturn2357(): void { $this->runAssertReturnCommand( @@ -23589,7 +21231,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2357')] public function testAssertReturn2358(): void { $this->runAssertReturnCommand( @@ -23599,7 +21240,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2358')] public function testAssertReturn2359(): void { $this->runAssertReturnCommand( @@ -23609,7 +21249,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2359')] public function testAssertReturn2360(): void { $this->runAssertReturnCommand( @@ -23619,7 +21258,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2360')] public function testAssertReturn2361(): void { $this->runAssertReturnCommand( @@ -23629,7 +21267,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2361')] public function testAssertReturn2362(): void { $this->runAssertReturnCommand( @@ -23639,7 +21276,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2362')] public function testAssertReturn2363(): void { $this->runAssertReturnCommand( @@ -23649,7 +21285,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2363')] public function testAssertReturn2364(): void { $this->runAssertReturnCommand( @@ -23659,7 +21294,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2364')] public function testAssertReturn2365(): void { $this->runAssertReturnCommand( @@ -23669,7 +21303,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2365')] public function testAssertReturn2366(): void { $this->runAssertReturnCommand( @@ -23679,7 +21312,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2366')] public function testAssertReturn2367(): void { $this->runAssertReturnCommand( @@ -23689,7 +21321,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2367')] public function testAssertReturn2368(): void { $this->runAssertReturnCommand( @@ -23699,7 +21330,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2368')] public function testAssertReturn2369(): void { $this->runAssertReturnCommand( @@ -23709,7 +21339,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2369')] public function testAssertReturn2370(): void { $this->runAssertReturnCommand( @@ -23719,7 +21348,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2370')] public function testAssertReturn2371(): void { $this->runAssertReturnCommand( @@ -23729,7 +21357,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2371')] public function testAssertReturn2372(): void { $this->runAssertReturnCommand( @@ -23739,7 +21366,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2372')] public function testAssertReturn2373(): void { $this->runAssertReturnCommand( @@ -23749,7 +21375,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2373')] public function testAssertReturn2374(): void { $this->runAssertReturnCommand( @@ -23759,7 +21384,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2374')] public function testAssertReturn2375(): void { $this->runAssertReturnCommand( @@ -23769,7 +21393,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2375')] public function testAssertReturn2376(): void { $this->runAssertReturnCommand( @@ -23779,7 +21402,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2376')] public function testAssertReturn2377(): void { $this->runAssertReturnCommand( @@ -23789,7 +21411,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2377')] public function testAssertReturn2378(): void { $this->runAssertReturnCommand( @@ -23799,7 +21420,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2378')] public function testAssertReturn2379(): void { $this->runAssertReturnCommand( @@ -23809,7 +21429,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2379')] public function testAssertReturn2380(): void { $this->runAssertReturnCommand( @@ -23819,7 +21438,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2380')] public function testAssertReturn2381(): void { $this->runAssertReturnCommand( @@ -23829,7 +21447,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2381')] public function testAssertReturn2382(): void { $this->runAssertReturnCommand( @@ -23839,7 +21456,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2382')] public function testAssertReturn2383(): void { $this->runAssertReturnCommand( @@ -23849,7 +21465,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2383')] public function testAssertReturn2384(): void { $this->runAssertReturnCommand( @@ -23859,7 +21474,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2384')] public function testAssertReturn2385(): void { $this->runAssertReturnCommand( @@ -23869,7 +21483,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2385')] public function testAssertReturn2386(): void { $this->runAssertReturnCommand( @@ -23879,7 +21492,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2386')] public function testAssertReturn2387(): void { $this->runAssertReturnCommand( @@ -23889,7 +21501,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2387')] public function testAssertReturn2388(): void { $this->runAssertReturnCommand( @@ -23899,7 +21510,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2388')] public function testAssertReturn2389(): void { $this->runAssertReturnCommand( @@ -23909,7 +21519,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2389')] public function testAssertReturn2390(): void { $this->runAssertReturnCommand( @@ -23919,7 +21528,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2390')] public function testAssertReturn2391(): void { $this->runAssertReturnCommand( @@ -23929,7 +21537,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2391')] public function testAssertReturn2392(): void { $this->runAssertReturnCommand( @@ -23939,7 +21546,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2392')] public function testAssertReturn2393(): void { $this->runAssertReturnCommand( @@ -23949,7 +21555,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2393')] public function testAssertReturn2394(): void { $this->runAssertReturnCommand( @@ -23959,7 +21564,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2394')] public function testAssertReturn2395(): void { $this->runAssertReturnCommand( @@ -23969,7 +21573,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2395')] public function testAssertReturn2396(): void { $this->runAssertReturnCommand( @@ -23979,7 +21582,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2396')] public function testAssertReturn2397(): void { $this->runAssertReturnCommand( @@ -23989,7 +21591,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2397')] public function testAssertReturn2398(): void { $this->runAssertReturnCommand( @@ -23999,7 +21600,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2398')] public function testAssertReturn2399(): void { $this->runAssertReturnCommand( @@ -24009,7 +21609,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2399')] public function testAssertReturn2400(): void { $this->runAssertReturnCommand( @@ -24019,7 +21618,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2400')] public function testAssertInvalid2401(): void { $this->runAssertInvalidCommand( @@ -24029,7 +21627,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertInvalid2401')] public function testAssertInvalid2402(): void { $this->runAssertInvalidCommand( @@ -24039,7 +21636,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertInvalid2402')] public function testAssertInvalid2403(): void { $this->runAssertInvalidCommand( @@ -24049,7 +21645,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertInvalid2403')] public function testAssertInvalid2404(): void { $this->runAssertInvalidCommand( @@ -24059,7 +21654,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertInvalid2404')] public function testAssertInvalid2405(): void { $this->runAssertInvalidCommand( @@ -24069,7 +21663,6 @@ final class F64CmpTest extends SpecTestsuiteBase ); } - #[Depends('testAssertInvalid2405')] public function testAssertInvalid2406(): void { $this->runAssertInvalidCommand( diff --git a/tests/src/SpecTestsuites/Core/F64Test.php b/tests/src/SpecTestsuites/Core/F64Test.php index 00be5bf..d421411 100644 --- a/tests/src/SpecTestsuites/Core/F64Test.php +++ b/tests/src/SpecTestsuites/Core/F64Test.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 F64Test extends SpecTestsuiteBase @@ -19,7 +18,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testModule0')] public function testAssertReturn1(): void { $this->runAssertReturnCommand( @@ -29,7 +27,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1')] public function testAssertReturn2(): void { $this->runAssertReturnCommand( @@ -39,7 +36,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2')] public function testAssertReturn3(): void { $this->runAssertReturnCommand( @@ -49,7 +45,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn3')] public function testAssertReturn4(): void { $this->runAssertReturnCommand( @@ -59,7 +54,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn4')] public function testAssertReturn5(): void { $this->runAssertReturnCommand( @@ -69,7 +63,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn5')] public function testAssertReturn6(): void { $this->runAssertReturnCommand( @@ -79,7 +72,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn6')] public function testAssertReturn7(): void { $this->runAssertReturnCommand( @@ -89,7 +81,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn7')] public function testAssertReturn8(): void { $this->runAssertReturnCommand( @@ -99,7 +90,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn8')] public function testAssertReturn9(): void { $this->runAssertReturnCommand( @@ -109,7 +99,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn9')] public function testAssertReturn10(): void { $this->runAssertReturnCommand( @@ -119,7 +108,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn10')] public function testAssertReturn11(): void { $this->runAssertReturnCommand( @@ -129,7 +117,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn11')] public function testAssertReturn12(): void { $this->runAssertReturnCommand( @@ -139,7 +126,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn12')] public function testAssertReturn13(): void { $this->runAssertReturnCommand( @@ -149,7 +135,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn13')] public function testAssertReturn14(): void { $this->runAssertReturnCommand( @@ -159,7 +144,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn14')] public function testAssertReturn15(): void { $this->runAssertReturnCommand( @@ -169,7 +153,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn15')] public function testAssertReturn16(): void { $this->runAssertReturnCommand( @@ -179,7 +162,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn16')] public function testAssertReturn17(): void { $this->runAssertReturnCommand( @@ -189,7 +171,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn17')] public function testAssertReturn18(): void { $this->runAssertReturnCommand( @@ -199,7 +180,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn18')] public function testAssertReturn19(): void { $this->runAssertReturnCommand( @@ -209,7 +189,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn19')] public function testAssertReturn20(): void { $this->runAssertReturnCommand( @@ -219,7 +198,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn20')] public function testAssertReturn21(): void { $this->runAssertReturnCommand( @@ -229,7 +207,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn21')] public function testAssertReturn22(): void { $this->runAssertReturnCommand( @@ -239,7 +216,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn22')] public function testAssertReturn23(): void { $this->runAssertReturnCommand( @@ -249,7 +225,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn23')] public function testAssertReturn24(): void { $this->runAssertReturnCommand( @@ -259,7 +234,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn24')] public function testAssertReturn25(): void { $this->runAssertReturnCommand( @@ -269,7 +243,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn25')] public function testAssertReturn26(): void { $this->runAssertReturnCommand( @@ -279,7 +252,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn26')] public function testAssertReturn27(): void { $this->runAssertReturnCommand( @@ -289,7 +261,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn27')] public function testAssertReturn28(): void { $this->runAssertReturnCommand( @@ -299,7 +270,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn28')] public function testAssertReturn29(): void { $this->runAssertReturnCommand( @@ -309,7 +279,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn29')] public function testAssertReturn30(): void { $this->runAssertReturnCommand( @@ -319,7 +288,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn30')] public function testAssertReturn31(): void { $this->runAssertReturnCommand( @@ -329,7 +297,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn31')] public function testAssertReturn32(): void { $this->runAssertReturnCommand( @@ -339,7 +306,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn32')] public function testAssertReturn33(): void { $this->runAssertReturnCommand( @@ -349,7 +315,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn33')] public function testAssertReturn34(): void { $this->runAssertReturnCommand( @@ -359,7 +324,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn34')] public function testAssertReturn35(): void { $this->runAssertReturnCommand( @@ -369,7 +333,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn35')] public function testAssertReturn36(): void { $this->runAssertReturnCommand( @@ -379,7 +342,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn36')] public function testAssertReturn37(): void { $this->runAssertReturnCommand( @@ -389,7 +351,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn37')] public function testAssertReturn38(): void { $this->runAssertReturnCommand( @@ -399,7 +360,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn38')] public function testAssertReturn39(): void { $this->runAssertReturnCommand( @@ -409,7 +369,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn39')] public function testAssertReturn40(): void { $this->runAssertReturnCommand( @@ -419,7 +378,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn40')] public function testAssertReturn41(): void { $this->runAssertReturnCommand( @@ -429,7 +387,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn41')] public function testAssertReturn42(): void { $this->runAssertReturnCommand( @@ -439,7 +396,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn42')] public function testAssertReturn43(): void { $this->runAssertReturnCommand( @@ -449,7 +405,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn43')] public function testAssertReturn44(): void { $this->runAssertReturnCommand( @@ -459,7 +414,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn44')] public function testAssertReturn45(): void { $this->runAssertReturnCommand( @@ -469,7 +423,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn45')] public function testAssertReturn46(): void { $this->runAssertReturnCommand( @@ -479,7 +432,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn46')] public function testAssertReturn47(): void { $this->runAssertReturnCommand( @@ -489,7 +441,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn47')] public function testAssertReturn48(): void { $this->runAssertReturnCommand( @@ -499,7 +450,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn48')] public function testAssertReturn49(): void { $this->runAssertReturnCommand( @@ -509,7 +459,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn49')] public function testAssertReturn50(): void { $this->runAssertReturnCommand( @@ -519,7 +468,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn50')] public function testAssertReturn51(): void { $this->runAssertReturnCommand( @@ -529,7 +477,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn51')] public function testAssertReturn52(): void { $this->runAssertReturnCommand( @@ -539,7 +486,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn52')] public function testAssertReturn53(): void { $this->runAssertReturnCommand( @@ -549,7 +495,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn53')] public function testAssertReturn54(): void { $this->runAssertReturnCommand( @@ -559,7 +504,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn54')] public function testAssertReturn55(): void { $this->runAssertReturnCommand( @@ -569,7 +513,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn55')] public function testAssertReturn56(): void { $this->runAssertReturnCommand( @@ -579,7 +522,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn56')] public function testAssertReturn57(): void { $this->runAssertReturnCommand( @@ -589,7 +531,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn57')] public function testAssertReturn58(): void { $this->runAssertReturnCommand( @@ -599,7 +540,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn58')] public function testAssertReturn59(): void { $this->runAssertReturnCommand( @@ -609,7 +549,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn59')] public function testAssertReturn60(): void { $this->runAssertReturnCommand( @@ -619,7 +558,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn60')] public function testAssertReturn61(): void { $this->runAssertReturnCommand( @@ -629,7 +567,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn61')] public function testAssertReturn62(): void { $this->runAssertReturnCommand( @@ -639,7 +576,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn62')] public function testAssertReturn63(): void { $this->runAssertReturnCommand( @@ -649,7 +585,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn63')] public function testAssertReturn64(): void { $this->runAssertReturnCommand( @@ -659,7 +594,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn64')] public function testAssertReturn65(): void { $this->runAssertReturnCommand( @@ -669,7 +603,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn65')] public function testAssertReturn66(): void { $this->runAssertReturnCommand( @@ -679,7 +612,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn66')] public function testAssertReturn67(): void { $this->runAssertReturnCommand( @@ -689,7 +621,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn67')] public function testAssertReturn68(): void { $this->runAssertReturnCommand( @@ -699,7 +630,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn68')] public function testAssertReturn69(): void { $this->runAssertReturnCommand( @@ -709,7 +639,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn69')] public function testAssertReturn70(): void { $this->runAssertReturnCommand( @@ -719,7 +648,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn70')] public function testAssertReturn71(): void { $this->runAssertReturnCommand( @@ -729,7 +657,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn71')] public function testAssertReturn72(): void { $this->runAssertReturnCommand( @@ -739,7 +666,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn72')] public function testAssertReturn73(): void { $this->runAssertReturnCommand( @@ -749,7 +675,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn73')] public function testAssertReturn74(): void { $this->runAssertReturnCommand( @@ -759,7 +684,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn74')] public function testAssertReturn75(): void { $this->runAssertReturnCommand( @@ -769,7 +693,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn75')] public function testAssertReturn76(): void { $this->runAssertReturnCommand( @@ -779,7 +702,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn76')] public function testAssertReturn77(): void { $this->runAssertReturnCommand( @@ -789,7 +711,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn77')] public function testAssertReturn78(): void { $this->runAssertReturnCommand( @@ -799,7 +720,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn78')] public function testAssertReturn79(): void { $this->runAssertReturnCommand( @@ -809,7 +729,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn79')] public function testAssertReturn80(): void { $this->runAssertReturnCommand( @@ -819,7 +738,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn80')] public function testAssertReturn81(): void { $this->runAssertReturnCommand( @@ -829,7 +747,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn81')] public function testAssertReturn82(): void { $this->runAssertReturnCommand( @@ -839,7 +756,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn82')] public function testAssertReturn83(): void { $this->runAssertReturnCommand( @@ -849,7 +765,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn83')] public function testAssertReturn84(): void { $this->runAssertReturnCommand( @@ -859,7 +774,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn84')] public function testAssertReturn85(): void { $this->runAssertReturnCommand( @@ -869,7 +783,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn85')] public function testAssertReturn86(): void { $this->runAssertReturnCommand( @@ -879,7 +792,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn86')] public function testAssertReturn87(): void { $this->runAssertReturnCommand( @@ -889,7 +801,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn87')] public function testAssertReturn88(): void { $this->runAssertReturnCommand( @@ -899,7 +810,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn88')] public function testAssertReturn89(): void { $this->runAssertReturnCommand( @@ -909,7 +819,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn89')] public function testAssertReturn90(): void { $this->runAssertReturnCommand( @@ -919,7 +828,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn90')] public function testAssertReturn91(): void { $this->runAssertReturnCommand( @@ -929,7 +837,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn91')] public function testAssertReturn92(): void { $this->runAssertReturnCommand( @@ -939,7 +846,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn92')] public function testAssertReturn93(): void { $this->runAssertReturnCommand( @@ -949,7 +855,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn93')] public function testAssertReturn94(): void { $this->runAssertReturnCommand( @@ -959,7 +864,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn94')] public function testAssertReturn95(): void { $this->runAssertReturnCommand( @@ -969,7 +873,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn95')] public function testAssertReturn96(): void { $this->runAssertReturnCommand( @@ -979,7 +882,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn96')] public function testAssertReturn97(): void { $this->runAssertReturnCommand( @@ -989,7 +891,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn97')] public function testAssertReturn98(): void { $this->runAssertReturnCommand( @@ -999,7 +900,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn98')] public function testAssertReturn99(): void { $this->runAssertReturnCommand( @@ -1009,7 +909,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn99')] public function testAssertReturn100(): void { $this->runAssertReturnCommand( @@ -1019,7 +918,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn100')] public function testAssertReturn101(): void { $this->runAssertReturnCommand( @@ -1029,7 +927,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn101')] public function testAssertReturn102(): void { $this->runAssertReturnCommand( @@ -1039,7 +936,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn102')] public function testAssertReturn103(): void { $this->runAssertReturnCommand( @@ -1049,7 +945,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn103')] public function testAssertReturn104(): void { $this->runAssertReturnCommand( @@ -1059,7 +954,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn104')] public function testAssertReturn105(): void { $this->runAssertReturnCommand( @@ -1069,7 +963,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn105')] public function testAssertReturn106(): void { $this->runAssertReturnCommand( @@ -1079,7 +972,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn106')] public function testAssertReturn107(): void { $this->runAssertReturnCommand( @@ -1089,7 +981,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn107')] public function testAssertReturn108(): void { $this->runAssertReturnCommand( @@ -1099,7 +990,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn108')] public function testAssertReturn109(): void { $this->runAssertReturnCommand( @@ -1109,7 +999,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn109')] public function testAssertReturn110(): void { $this->runAssertReturnCommand( @@ -1119,7 +1008,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn110')] public function testAssertReturn111(): void { $this->runAssertReturnCommand( @@ -1129,7 +1017,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn111')] public function testAssertReturn112(): void { $this->runAssertReturnCommand( @@ -1139,7 +1026,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn112')] public function testAssertReturn113(): void { $this->runAssertReturnCommand( @@ -1149,7 +1035,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn113')] public function testAssertReturn114(): void { $this->runAssertReturnCommand( @@ -1159,7 +1044,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn114')] public function testAssertReturn115(): void { $this->runAssertReturnCommand( @@ -1169,7 +1053,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn115')] public function testAssertReturn116(): void { $this->runAssertReturnCommand( @@ -1179,7 +1062,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn116')] public function testAssertReturn117(): void { $this->runAssertReturnCommand( @@ -1189,7 +1071,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn117')] public function testAssertReturn118(): void { $this->runAssertReturnCommand( @@ -1199,7 +1080,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn118')] public function testAssertReturn119(): void { $this->runAssertReturnCommand( @@ -1209,7 +1089,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn119')] public function testAssertReturn120(): void { $this->runAssertReturnCommand( @@ -1219,7 +1098,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn120')] public function testAssertReturn121(): void { $this->runAssertReturnCommand( @@ -1229,7 +1107,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn121')] public function testAssertReturn122(): void { $this->runAssertReturnCommand( @@ -1239,7 +1116,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn122')] public function testAssertReturn123(): void { $this->runAssertReturnCommand( @@ -1249,7 +1125,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn123')] public function testAssertReturn124(): void { $this->runAssertReturnCommand( @@ -1259,7 +1134,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn124')] public function testAssertReturn125(): void { $this->runAssertReturnCommand( @@ -1269,7 +1143,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn125')] public function testAssertReturn126(): void { $this->runAssertReturnCommand( @@ -1279,7 +1152,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn126')] public function testAssertReturn127(): void { $this->runAssertReturnCommand( @@ -1289,7 +1161,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn127')] public function testAssertReturn128(): void { $this->runAssertReturnCommand( @@ -1299,7 +1170,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn128')] public function testAssertReturn129(): void { $this->runAssertReturnCommand( @@ -1309,7 +1179,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn129')] public function testAssertReturn130(): void { $this->runAssertReturnCommand( @@ -1319,7 +1188,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn130')] public function testAssertReturn131(): void { $this->runAssertReturnCommand( @@ -1329,7 +1197,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn131')] public function testAssertReturn132(): void { $this->runAssertReturnCommand( @@ -1339,7 +1206,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn132')] public function testAssertReturn133(): void { $this->runAssertReturnCommand( @@ -1349,7 +1215,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn133')] public function testAssertReturn134(): void { $this->runAssertReturnCommand( @@ -1359,7 +1224,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn134')] public function testAssertReturn135(): void { $this->runAssertReturnCommand( @@ -1369,7 +1233,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn135')] public function testAssertReturn136(): void { $this->runAssertReturnCommand( @@ -1379,7 +1242,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn136')] public function testAssertReturn137(): void { $this->runAssertReturnCommand( @@ -1389,7 +1251,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn137')] public function testAssertReturn138(): void { $this->runAssertReturnCommand( @@ -1399,7 +1260,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn138')] public function testAssertReturn139(): void { $this->runAssertReturnCommand( @@ -1409,7 +1269,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn139')] public function testAssertReturn140(): void { $this->runAssertReturnCommand( @@ -1419,7 +1278,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn140')] public function testAssertReturn141(): void { $this->runAssertReturnCommand( @@ -1429,7 +1287,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn141')] public function testAssertReturn142(): void { $this->runAssertReturnCommand( @@ -1439,7 +1296,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn142')] public function testAssertReturn143(): void { $this->runAssertReturnCommand( @@ -1449,7 +1305,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn143')] public function testAssertReturn144(): void { $this->runAssertReturnCommand( @@ -1459,7 +1314,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn144')] public function testAssertReturn145(): void { $this->runAssertReturnCommand( @@ -1469,7 +1323,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn145')] public function testAssertReturn146(): void { $this->runAssertReturnCommand( @@ -1479,7 +1332,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn146')] public function testAssertReturn147(): void { $this->runAssertReturnCommand( @@ -1489,7 +1341,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn147')] public function testAssertReturn148(): void { $this->runAssertReturnCommand( @@ -1499,7 +1350,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn148')] public function testAssertReturn149(): void { $this->runAssertReturnCommand( @@ -1509,7 +1359,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn149')] public function testAssertReturn150(): void { $this->runAssertReturnCommand( @@ -1519,7 +1368,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn150')] public function testAssertReturn151(): void { $this->runAssertReturnCommand( @@ -1529,7 +1377,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn151')] public function testAssertReturn152(): void { $this->runAssertReturnCommand( @@ -1539,7 +1386,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn152')] public function testAssertReturn153(): void { $this->runAssertReturnCommand( @@ -1549,7 +1395,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn153')] public function testAssertReturn154(): void { $this->runAssertReturnCommand( @@ -1559,7 +1404,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn154')] public function testAssertReturn155(): void { $this->runAssertReturnCommand( @@ -1569,7 +1413,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn155')] public function testAssertReturn156(): void { $this->runAssertReturnCommand( @@ -1579,7 +1422,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn156')] public function testAssertReturn157(): void { $this->runAssertReturnCommand( @@ -1589,7 +1431,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn157')] public function testAssertReturn158(): void { $this->runAssertReturnCommand( @@ -1599,7 +1440,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn158')] public function testAssertReturn159(): void { $this->runAssertReturnCommand( @@ -1609,7 +1449,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn159')] public function testAssertReturn160(): void { $this->runAssertReturnCommand( @@ -1619,7 +1458,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn160')] public function testAssertReturn161(): void { $this->runAssertReturnCommand( @@ -1629,7 +1467,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn161')] public function testAssertReturn162(): void { $this->runAssertReturnCommand( @@ -1639,7 +1476,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn162')] public function testAssertReturn163(): void { $this->runAssertReturnCommand( @@ -1649,7 +1485,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn163')] public function testAssertReturn164(): void { $this->runAssertReturnCommand( @@ -1659,7 +1494,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn164')] public function testAssertReturn165(): void { $this->runAssertReturnCommand( @@ -1669,7 +1503,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn165')] public function testAssertReturn166(): void { $this->runAssertReturnCommand( @@ -1679,7 +1512,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn166')] public function testAssertReturn167(): void { $this->runAssertReturnCommand( @@ -1689,7 +1521,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn167')] public function testAssertReturn168(): void { $this->runAssertReturnCommand( @@ -1699,7 +1530,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn168')] public function testAssertReturn169(): void { $this->runAssertReturnCommand( @@ -1709,7 +1539,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn169')] public function testAssertReturn170(): void { $this->runAssertReturnCommand( @@ -1719,7 +1548,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn170')] public function testAssertReturn171(): void { $this->runAssertReturnCommand( @@ -1729,7 +1557,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn171')] public function testAssertReturn172(): void { $this->runAssertReturnCommand( @@ -1739,7 +1566,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn172')] public function testAssertReturn173(): void { $this->runAssertReturnCommand( @@ -1749,7 +1575,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn173')] public function testAssertReturn174(): void { $this->runAssertReturnCommand( @@ -1759,7 +1584,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn174')] public function testAssertReturn175(): void { $this->runAssertReturnCommand( @@ -1769,7 +1593,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn175')] public function testAssertReturn176(): void { $this->runAssertReturnCommand( @@ -1779,7 +1602,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn176')] public function testAssertReturn177(): void { $this->runAssertReturnCommand( @@ -1789,7 +1611,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn177')] public function testAssertReturn178(): void { $this->runAssertReturnCommand( @@ -1799,7 +1620,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn178')] public function testAssertReturn179(): void { $this->runAssertReturnCommand( @@ -1809,7 +1629,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn179')] public function testAssertReturn180(): void { $this->runAssertReturnCommand( @@ -1819,7 +1638,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn180')] public function testAssertReturn181(): void { $this->runAssertReturnCommand( @@ -1829,7 +1647,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn181')] public function testAssertReturn182(): void { $this->runAssertReturnCommand( @@ -1839,7 +1656,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn182')] public function testAssertReturn183(): void { $this->runAssertReturnCommand( @@ -1849,7 +1665,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn183')] public function testAssertReturn184(): void { $this->runAssertReturnCommand( @@ -1859,7 +1674,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn184')] public function testAssertReturn185(): void { $this->runAssertReturnCommand( @@ -1869,7 +1683,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn185')] public function testAssertReturn186(): void { $this->runAssertReturnCommand( @@ -1879,7 +1692,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn186')] public function testAssertReturn187(): void { $this->runAssertReturnCommand( @@ -1889,7 +1701,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn187')] public function testAssertReturn188(): void { $this->runAssertReturnCommand( @@ -1899,7 +1710,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn188')] public function testAssertReturn189(): void { $this->runAssertReturnCommand( @@ -1909,7 +1719,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn189')] public function testAssertReturn190(): void { $this->runAssertReturnCommand( @@ -1919,7 +1728,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn190')] public function testAssertReturn191(): void { $this->runAssertReturnCommand( @@ -1929,7 +1737,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn191')] public function testAssertReturn192(): void { $this->runAssertReturnCommand( @@ -1939,7 +1746,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn192')] public function testAssertReturn193(): void { $this->runAssertReturnCommand( @@ -1949,7 +1755,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn193')] public function testAssertReturn194(): void { $this->runAssertReturnCommand( @@ -1959,7 +1764,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn194')] public function testAssertReturn195(): void { $this->runAssertReturnCommand( @@ -1969,7 +1773,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn195')] public function testAssertReturn196(): void { $this->runAssertReturnCommand( @@ -1979,7 +1782,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn196')] public function testAssertReturn197(): void { $this->runAssertReturnCommand( @@ -1989,7 +1791,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn197')] public function testAssertReturn198(): void { $this->runAssertReturnCommand( @@ -1999,7 +1800,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn198')] public function testAssertReturn199(): void { $this->runAssertReturnCommand( @@ -2009,7 +1809,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn199')] public function testAssertReturn200(): void { $this->runAssertReturnCommand( @@ -2019,7 +1818,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn200')] public function testAssertReturn201(): void { $this->runAssertReturnCommand( @@ -2029,7 +1827,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn201')] public function testAssertReturn202(): void { $this->runAssertReturnCommand( @@ -2039,7 +1836,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn202')] public function testAssertReturn203(): void { $this->runAssertReturnCommand( @@ -2049,7 +1845,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn203')] public function testAssertReturn204(): void { $this->runAssertReturnCommand( @@ -2059,7 +1854,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn204')] public function testAssertReturn205(): void { $this->runAssertReturnCommand( @@ -2069,7 +1863,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn205')] public function testAssertReturn206(): void { $this->runAssertReturnCommand( @@ -2079,7 +1872,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn206')] public function testAssertReturn207(): void { $this->runAssertReturnCommand( @@ -2089,7 +1881,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn207')] public function testAssertReturn208(): void { $this->runAssertReturnCommand( @@ -2099,7 +1890,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn208')] public function testAssertReturn209(): void { $this->runAssertReturnCommand( @@ -2109,7 +1899,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn209')] public function testAssertReturn210(): void { $this->runAssertReturnCommand( @@ -2119,7 +1908,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn210')] public function testAssertReturn211(): void { $this->runAssertReturnCommand( @@ -2129,7 +1917,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn211')] public function testAssertReturn212(): void { $this->runAssertReturnCommand( @@ -2139,7 +1926,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn212')] public function testAssertReturn213(): void { $this->runAssertReturnCommand( @@ -2149,7 +1935,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn213')] public function testAssertReturn214(): void { $this->runAssertReturnCommand( @@ -2159,7 +1944,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn214')] public function testAssertReturn215(): void { $this->runAssertReturnCommand( @@ -2169,7 +1953,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn215')] public function testAssertReturn216(): void { $this->runAssertReturnCommand( @@ -2179,7 +1962,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn216')] public function testAssertReturn217(): void { $this->runAssertReturnCommand( @@ -2189,7 +1971,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn217')] public function testAssertReturn218(): void { $this->runAssertReturnCommand( @@ -2199,7 +1980,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn218')] public function testAssertReturn219(): void { $this->runAssertReturnCommand( @@ -2209,7 +1989,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn219')] public function testAssertReturn220(): void { $this->runAssertReturnCommand( @@ -2219,7 +1998,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn220')] public function testAssertReturn221(): void { $this->runAssertReturnCommand( @@ -2229,7 +2007,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn221')] public function testAssertReturn222(): void { $this->runAssertReturnCommand( @@ -2239,7 +2016,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn222')] public function testAssertReturn223(): void { $this->runAssertReturnCommand( @@ -2249,7 +2025,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn223')] public function testAssertReturn224(): void { $this->runAssertReturnCommand( @@ -2259,7 +2034,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn224')] public function testAssertReturn225(): void { $this->runAssertReturnCommand( @@ -2269,7 +2043,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn225')] public function testAssertReturn226(): void { $this->runAssertReturnCommand( @@ -2279,7 +2052,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn226')] public function testAssertReturn227(): void { $this->runAssertReturnCommand( @@ -2289,7 +2061,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn227')] public function testAssertReturn228(): void { $this->runAssertReturnCommand( @@ -2299,7 +2070,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn228')] public function testAssertReturn229(): void { $this->runAssertReturnCommand( @@ -2309,7 +2079,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn229')] public function testAssertReturn230(): void { $this->runAssertReturnCommand( @@ -2319,7 +2088,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn230')] public function testAssertReturn231(): void { $this->runAssertReturnCommand( @@ -2329,7 +2097,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn231')] public function testAssertReturn232(): void { $this->runAssertReturnCommand( @@ -2339,7 +2106,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn232')] public function testAssertReturn233(): void { $this->runAssertReturnCommand( @@ -2349,7 +2115,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn233')] public function testAssertReturn234(): void { $this->runAssertReturnCommand( @@ -2359,7 +2124,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn234')] public function testAssertReturn235(): void { $this->runAssertReturnCommand( @@ -2369,7 +2133,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn235')] public function testAssertReturn236(): void { $this->runAssertReturnCommand( @@ -2379,7 +2142,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn236')] public function testAssertReturn237(): void { $this->runAssertReturnCommand( @@ -2389,7 +2151,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn237')] public function testAssertReturn238(): void { $this->runAssertReturnCommand( @@ -2399,7 +2160,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn238')] public function testAssertReturn239(): void { $this->runAssertReturnCommand( @@ -2409,7 +2169,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn239')] public function testAssertReturn240(): void { $this->runAssertReturnCommand( @@ -2419,7 +2178,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn240')] public function testAssertReturn241(): void { $this->runAssertReturnCommand( @@ -2429,7 +2187,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn241')] public function testAssertReturn242(): void { $this->runAssertReturnCommand( @@ -2439,7 +2196,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn242')] public function testAssertReturn243(): void { $this->runAssertReturnCommand( @@ -2449,7 +2205,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn243')] public function testAssertReturn244(): void { $this->runAssertReturnCommand( @@ -2459,7 +2214,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn244')] public function testAssertReturn245(): void { $this->runAssertReturnCommand( @@ -2469,7 +2223,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn245')] public function testAssertReturn246(): void { $this->runAssertReturnCommand( @@ -2479,7 +2232,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn246')] public function testAssertReturn247(): void { $this->runAssertReturnCommand( @@ -2489,7 +2241,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn247')] public function testAssertReturn248(): void { $this->runAssertReturnCommand( @@ -2499,7 +2250,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn248')] public function testAssertReturn249(): void { $this->runAssertReturnCommand( @@ -2509,7 +2259,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn249')] public function testAssertReturn250(): void { $this->runAssertReturnCommand( @@ -2519,7 +2268,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn250')] public function testAssertReturn251(): void { $this->runAssertReturnCommand( @@ -2529,7 +2277,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn251')] public function testAssertReturn252(): void { $this->runAssertReturnCommand( @@ -2539,7 +2286,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn252')] public function testAssertReturn253(): void { $this->runAssertReturnCommand( @@ -2549,7 +2295,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn253')] public function testAssertReturn254(): void { $this->runAssertReturnCommand( @@ -2559,7 +2304,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn254')] public function testAssertReturn255(): void { $this->runAssertReturnCommand( @@ -2569,7 +2313,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn255')] public function testAssertReturn256(): void { $this->runAssertReturnCommand( @@ -2579,7 +2322,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn256')] public function testAssertReturn257(): void { $this->runAssertReturnCommand( @@ -2589,7 +2331,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn257')] public function testAssertReturn258(): void { $this->runAssertReturnCommand( @@ -2599,7 +2340,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn258')] public function testAssertReturn259(): void { $this->runAssertReturnCommand( @@ -2609,7 +2349,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn259')] public function testAssertReturn260(): void { $this->runAssertReturnCommand( @@ -2619,7 +2358,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn260')] public function testAssertReturn261(): void { $this->runAssertReturnCommand( @@ -2629,7 +2367,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn261')] public function testAssertReturn262(): void { $this->runAssertReturnCommand( @@ -2639,7 +2376,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn262')] public function testAssertReturn263(): void { $this->runAssertReturnCommand( @@ -2649,7 +2385,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn263')] public function testAssertReturn264(): void { $this->runAssertReturnCommand( @@ -2659,7 +2394,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn264')] public function testAssertReturn265(): void { $this->runAssertReturnCommand( @@ -2669,7 +2403,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn265')] public function testAssertReturn266(): void { $this->runAssertReturnCommand( @@ -2679,7 +2412,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn266')] public function testAssertReturn267(): void { $this->runAssertReturnCommand( @@ -2689,7 +2421,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn267')] public function testAssertReturn268(): void { $this->runAssertReturnCommand( @@ -2699,7 +2430,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn268')] public function testAssertReturn269(): void { $this->runAssertReturnCommand( @@ -2709,7 +2439,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn269')] public function testAssertReturn270(): void { $this->runAssertReturnCommand( @@ -2719,7 +2448,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn270')] public function testAssertReturn271(): void { $this->runAssertReturnCommand( @@ -2729,7 +2457,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn271')] public function testAssertReturn272(): void { $this->runAssertReturnCommand( @@ -2739,7 +2466,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn272')] public function testAssertReturn273(): void { $this->runAssertReturnCommand( @@ -2749,7 +2475,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn273')] public function testAssertReturn274(): void { $this->runAssertReturnCommand( @@ -2759,7 +2484,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn274')] public function testAssertReturn275(): void { $this->runAssertReturnCommand( @@ -2769,7 +2493,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn275')] public function testAssertReturn276(): void { $this->runAssertReturnCommand( @@ -2779,7 +2502,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn276')] public function testAssertReturn277(): void { $this->runAssertReturnCommand( @@ -2789,7 +2511,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn277')] public function testAssertReturn278(): void { $this->runAssertReturnCommand( @@ -2799,7 +2520,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn278')] public function testAssertReturn279(): void { $this->runAssertReturnCommand( @@ -2809,7 +2529,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn279')] public function testAssertReturn280(): void { $this->runAssertReturnCommand( @@ -2819,7 +2538,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn280')] public function testAssertReturn281(): void { $this->runAssertReturnCommand( @@ -2829,7 +2547,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn281')] public function testAssertReturn282(): void { $this->runAssertReturnCommand( @@ -2839,7 +2556,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn282')] public function testAssertReturn283(): void { $this->runAssertReturnCommand( @@ -2849,7 +2565,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn283')] public function testAssertReturn284(): void { $this->runAssertReturnCommand( @@ -2859,7 +2574,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn284')] public function testAssertReturn285(): void { $this->runAssertReturnCommand( @@ -2869,7 +2583,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn285')] public function testAssertReturn286(): void { $this->runAssertReturnCommand( @@ -2879,7 +2592,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn286')] public function testAssertReturn287(): void { $this->runAssertReturnCommand( @@ -2889,7 +2601,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn287')] public function testAssertReturn288(): void { $this->runAssertReturnCommand( @@ -2899,7 +2610,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn288')] public function testAssertReturn289(): void { $this->runAssertReturnCommand( @@ -2909,7 +2619,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn289')] public function testAssertReturn290(): void { $this->runAssertReturnCommand( @@ -2919,7 +2628,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn290')] public function testAssertReturn291(): void { $this->runAssertReturnCommand( @@ -2929,7 +2637,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn291')] public function testAssertReturn292(): void { $this->runAssertReturnCommand( @@ -2939,7 +2646,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn292')] public function testAssertReturn293(): void { $this->runAssertReturnCommand( @@ -2949,7 +2655,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn293')] public function testAssertReturn294(): void { $this->runAssertReturnCommand( @@ -2959,7 +2664,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn294')] public function testAssertReturn295(): void { $this->runAssertReturnCommand( @@ -2969,7 +2673,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn295')] public function testAssertReturn296(): void { $this->runAssertReturnCommand( @@ -2979,7 +2682,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn296')] public function testAssertReturn297(): void { $this->runAssertReturnCommand( @@ -2989,7 +2691,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn297')] public function testAssertReturn298(): void { $this->runAssertReturnCommand( @@ -2999,7 +2700,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn298')] public function testAssertReturn299(): void { $this->runAssertReturnCommand( @@ -3009,7 +2709,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn299')] public function testAssertReturn300(): void { $this->runAssertReturnCommand( @@ -3019,7 +2718,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn300')] public function testAssertReturn301(): void { $this->runAssertReturnCommand( @@ -3029,7 +2727,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn301')] public function testAssertReturn302(): void { $this->runAssertReturnCommand( @@ -3039,7 +2736,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn302')] public function testAssertReturn303(): void { $this->runAssertReturnCommand( @@ -3049,7 +2745,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn303')] public function testAssertReturn304(): void { $this->runAssertReturnCommand( @@ -3059,7 +2754,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn304')] public function testAssertReturn305(): void { $this->runAssertReturnCommand( @@ -3069,7 +2763,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn305')] public function testAssertReturn306(): void { $this->runAssertReturnCommand( @@ -3079,7 +2772,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn306')] public function testAssertReturn307(): void { $this->runAssertReturnCommand( @@ -3089,7 +2781,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn307')] public function testAssertReturn308(): void { $this->runAssertReturnCommand( @@ -3099,7 +2790,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn308')] public function testAssertReturn309(): void { $this->runAssertReturnCommand( @@ -3109,7 +2799,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn309')] public function testAssertReturn310(): void { $this->runAssertReturnCommand( @@ -3119,7 +2808,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn310')] public function testAssertReturn311(): void { $this->runAssertReturnCommand( @@ -3129,7 +2817,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn311')] public function testAssertReturn312(): void { $this->runAssertReturnCommand( @@ -3139,7 +2826,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn312')] public function testAssertReturn313(): void { $this->runAssertReturnCommand( @@ -3149,7 +2835,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn313')] public function testAssertReturn314(): void { $this->runAssertReturnCommand( @@ -3159,7 +2844,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn314')] public function testAssertReturn315(): void { $this->runAssertReturnCommand( @@ -3169,7 +2853,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn315')] public function testAssertReturn316(): void { $this->runAssertReturnCommand( @@ -3179,7 +2862,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn316')] public function testAssertReturn317(): void { $this->runAssertReturnCommand( @@ -3189,7 +2871,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn317')] public function testAssertReturn318(): void { $this->runAssertReturnCommand( @@ -3199,7 +2880,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn318')] public function testAssertReturn319(): void { $this->runAssertReturnCommand( @@ -3209,7 +2889,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn319')] public function testAssertReturn320(): void { $this->runAssertReturnCommand( @@ -3219,7 +2898,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn320')] public function testAssertReturn321(): void { $this->runAssertReturnCommand( @@ -3229,7 +2907,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn321')] public function testAssertReturn322(): void { $this->runAssertReturnCommand( @@ -3239,7 +2916,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn322')] public function testAssertReturn323(): void { $this->runAssertReturnCommand( @@ -3249,7 +2925,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn323')] public function testAssertReturn324(): void { $this->runAssertReturnCommand( @@ -3259,7 +2934,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn324')] public function testAssertReturn325(): void { $this->runAssertReturnCommand( @@ -3269,7 +2943,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn325')] public function testAssertReturn326(): void { $this->runAssertReturnCommand( @@ -3279,7 +2952,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn326')] public function testAssertReturn327(): void { $this->runAssertReturnCommand( @@ -3289,7 +2961,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn327')] public function testAssertReturn328(): void { $this->runAssertReturnCommand( @@ -3299,7 +2970,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn328')] public function testAssertReturn329(): void { $this->runAssertReturnCommand( @@ -3309,7 +2979,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn329')] public function testAssertReturn330(): void { $this->runAssertReturnCommand( @@ -3319,7 +2988,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn330')] public function testAssertReturn331(): void { $this->runAssertReturnCommand( @@ -3329,7 +2997,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn331')] public function testAssertReturn332(): void { $this->runAssertReturnCommand( @@ -3339,7 +3006,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn332')] public function testAssertReturn333(): void { $this->runAssertReturnCommand( @@ -3349,7 +3015,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn333')] public function testAssertReturn334(): void { $this->runAssertReturnCommand( @@ -3359,7 +3024,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn334')] public function testAssertReturn335(): void { $this->runAssertReturnCommand( @@ -3369,7 +3033,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn335')] public function testAssertReturn336(): void { $this->runAssertReturnCommand( @@ -3379,7 +3042,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn336')] public function testAssertReturn337(): void { $this->runAssertReturnCommand( @@ -3389,7 +3051,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn337')] public function testAssertReturn338(): void { $this->runAssertReturnCommand( @@ -3399,7 +3060,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn338')] public function testAssertReturn339(): void { $this->runAssertReturnCommand( @@ -3409,7 +3069,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn339')] public function testAssertReturn340(): void { $this->runAssertReturnCommand( @@ -3419,7 +3078,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn340')] public function testAssertReturn341(): void { $this->runAssertReturnCommand( @@ -3429,7 +3087,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn341')] public function testAssertReturn342(): void { $this->runAssertReturnCommand( @@ -3439,7 +3096,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn342')] public function testAssertReturn343(): void { $this->runAssertReturnCommand( @@ -3449,7 +3105,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn343')] public function testAssertReturn344(): void { $this->runAssertReturnCommand( @@ -3459,7 +3114,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn344')] public function testAssertReturn345(): void { $this->runAssertReturnCommand( @@ -3469,7 +3123,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn345')] public function testAssertReturn346(): void { $this->runAssertReturnCommand( @@ -3479,7 +3132,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn346')] public function testAssertReturn347(): void { $this->runAssertReturnCommand( @@ -3489,7 +3141,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn347')] public function testAssertReturn348(): void { $this->runAssertReturnCommand( @@ -3499,7 +3150,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn348')] public function testAssertReturn349(): void { $this->runAssertReturnCommand( @@ -3509,7 +3159,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn349')] public function testAssertReturn350(): void { $this->runAssertReturnCommand( @@ -3519,7 +3168,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn350')] public function testAssertReturn351(): void { $this->runAssertReturnCommand( @@ -3529,7 +3177,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn351')] public function testAssertReturn352(): void { $this->runAssertReturnCommand( @@ -3539,7 +3186,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn352')] public function testAssertReturn353(): void { $this->runAssertReturnCommand( @@ -3549,7 +3195,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn353')] public function testAssertReturn354(): void { $this->runAssertReturnCommand( @@ -3559,7 +3204,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn354')] public function testAssertReturn355(): void { $this->runAssertReturnCommand( @@ -3569,7 +3213,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn355')] public function testAssertReturn356(): void { $this->runAssertReturnCommand( @@ -3579,7 +3222,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn356')] public function testAssertReturn357(): void { $this->runAssertReturnCommand( @@ -3589,7 +3231,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn357')] public function testAssertReturn358(): void { $this->runAssertReturnCommand( @@ -3599,7 +3240,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn358')] public function testAssertReturn359(): void { $this->runAssertReturnCommand( @@ -3609,7 +3249,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn359')] public function testAssertReturn360(): void { $this->runAssertReturnCommand( @@ -3619,7 +3258,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn360')] public function testAssertReturn361(): void { $this->runAssertReturnCommand( @@ -3629,7 +3267,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn361')] public function testAssertReturn362(): void { $this->runAssertReturnCommand( @@ -3639,7 +3276,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn362')] public function testAssertReturn363(): void { $this->runAssertReturnCommand( @@ -3649,7 +3285,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn363')] public function testAssertReturn364(): void { $this->runAssertReturnCommand( @@ -3659,7 +3294,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn364')] public function testAssertReturn365(): void { $this->runAssertReturnCommand( @@ -3669,7 +3303,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn365')] public function testAssertReturn366(): void { $this->runAssertReturnCommand( @@ -3679,7 +3312,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn366')] public function testAssertReturn367(): void { $this->runAssertReturnCommand( @@ -3689,7 +3321,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn367')] public function testAssertReturn368(): void { $this->runAssertReturnCommand( @@ -3699,7 +3330,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn368')] public function testAssertReturn369(): void { $this->runAssertReturnCommand( @@ -3709,7 +3339,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn369')] public function testAssertReturn370(): void { $this->runAssertReturnCommand( @@ -3719,7 +3348,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn370')] public function testAssertReturn371(): void { $this->runAssertReturnCommand( @@ -3729,7 +3357,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn371')] public function testAssertReturn372(): void { $this->runAssertReturnCommand( @@ -3739,7 +3366,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn372')] public function testAssertReturn373(): void { $this->runAssertReturnCommand( @@ -3749,7 +3375,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn373')] public function testAssertReturn374(): void { $this->runAssertReturnCommand( @@ -3759,7 +3384,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn374')] public function testAssertReturn375(): void { $this->runAssertReturnCommand( @@ -3769,7 +3393,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn375')] public function testAssertReturn376(): void { $this->runAssertReturnCommand( @@ -3779,7 +3402,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn376')] public function testAssertReturn377(): void { $this->runAssertReturnCommand( @@ -3789,7 +3411,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn377')] public function testAssertReturn378(): void { $this->runAssertReturnCommand( @@ -3799,7 +3420,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn378')] public function testAssertReturn379(): void { $this->runAssertReturnCommand( @@ -3809,7 +3429,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn379')] public function testAssertReturn380(): void { $this->runAssertReturnCommand( @@ -3819,7 +3438,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn380')] public function testAssertReturn381(): void { $this->runAssertReturnCommand( @@ -3829,7 +3447,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn381')] public function testAssertReturn382(): void { $this->runAssertReturnCommand( @@ -3839,7 +3456,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn382')] public function testAssertReturn383(): void { $this->runAssertReturnCommand( @@ -3849,7 +3465,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn383')] public function testAssertReturn384(): void { $this->runAssertReturnCommand( @@ -3859,7 +3474,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn384')] public function testAssertReturn385(): void { $this->runAssertReturnCommand( @@ -3869,7 +3483,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn385')] public function testAssertReturn386(): void { $this->runAssertReturnCommand( @@ -3879,7 +3492,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn386')] public function testAssertReturn387(): void { $this->runAssertReturnCommand( @@ -3889,7 +3501,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn387')] public function testAssertReturn388(): void { $this->runAssertReturnCommand( @@ -3899,7 +3510,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn388')] public function testAssertReturn389(): void { $this->runAssertReturnCommand( @@ -3909,7 +3519,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn389')] public function testAssertReturn390(): void { $this->runAssertReturnCommand( @@ -3919,7 +3528,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn390')] public function testAssertReturn391(): void { $this->runAssertReturnCommand( @@ -3929,7 +3537,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn391')] public function testAssertReturn392(): void { $this->runAssertReturnCommand( @@ -3939,7 +3546,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn392')] public function testAssertReturn393(): void { $this->runAssertReturnCommand( @@ -3949,7 +3555,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn393')] public function testAssertReturn394(): void { $this->runAssertReturnCommand( @@ -3959,7 +3564,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn394')] public function testAssertReturn395(): void { $this->runAssertReturnCommand( @@ -3969,7 +3573,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn395')] public function testAssertReturn396(): void { $this->runAssertReturnCommand( @@ -3979,7 +3582,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn396')] public function testAssertReturn397(): void { $this->runAssertReturnCommand( @@ -3989,7 +3591,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn397')] public function testAssertReturn398(): void { $this->runAssertReturnCommand( @@ -3999,7 +3600,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn398')] public function testAssertReturn399(): void { $this->runAssertReturnCommand( @@ -4009,7 +3609,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn399')] public function testAssertReturn400(): void { $this->runAssertReturnCommand( @@ -4019,7 +3618,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn400')] public function testAssertReturn401(): void { $this->runAssertReturnCommand( @@ -4029,7 +3627,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn401')] public function testAssertReturn402(): void { $this->runAssertReturnCommand( @@ -4039,7 +3636,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn402')] public function testAssertReturn403(): void { $this->runAssertReturnCommand( @@ -4049,7 +3645,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn403')] public function testAssertReturn404(): void { $this->runAssertReturnCommand( @@ -4059,7 +3654,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn404')] public function testAssertReturn405(): void { $this->runAssertReturnCommand( @@ -4069,7 +3663,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn405')] public function testAssertReturn406(): void { $this->runAssertReturnCommand( @@ -4079,7 +3672,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn406')] public function testAssertReturn407(): void { $this->runAssertReturnCommand( @@ -4089,7 +3681,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn407')] public function testAssertReturn408(): void { $this->runAssertReturnCommand( @@ -4099,7 +3690,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn408')] public function testAssertReturn409(): void { $this->runAssertReturnCommand( @@ -4109,7 +3699,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn409')] public function testAssertReturn410(): void { $this->runAssertReturnCommand( @@ -4119,7 +3708,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn410')] public function testAssertReturn411(): void { $this->runAssertReturnCommand( @@ -4129,7 +3717,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn411')] public function testAssertReturn412(): void { $this->runAssertReturnCommand( @@ -4139,7 +3726,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn412')] public function testAssertReturn413(): void { $this->runAssertReturnCommand( @@ -4149,7 +3735,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn413')] public function testAssertReturn414(): void { $this->runAssertReturnCommand( @@ -4159,7 +3744,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn414')] public function testAssertReturn415(): void { $this->runAssertReturnCommand( @@ -4169,7 +3753,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn415')] public function testAssertReturn416(): void { $this->runAssertReturnCommand( @@ -4179,7 +3762,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn416')] public function testAssertReturn417(): void { $this->runAssertReturnCommand( @@ -4189,7 +3771,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn417')] public function testAssertReturn418(): void { $this->runAssertReturnCommand( @@ -4199,7 +3780,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn418')] public function testAssertReturn419(): void { $this->runAssertReturnCommand( @@ -4209,7 +3789,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn419')] public function testAssertReturn420(): void { $this->runAssertReturnCommand( @@ -4219,7 +3798,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn420')] public function testAssertReturn421(): void { $this->runAssertReturnCommand( @@ -4229,7 +3807,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn421')] public function testAssertReturn422(): void { $this->runAssertReturnCommand( @@ -4239,7 +3816,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn422')] public function testAssertReturn423(): void { $this->runAssertReturnCommand( @@ -4249,7 +3825,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn423')] public function testAssertReturn424(): void { $this->runAssertReturnCommand( @@ -4259,7 +3834,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn424')] public function testAssertReturn425(): void { $this->runAssertReturnCommand( @@ -4269,7 +3843,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn425')] public function testAssertReturn426(): void { $this->runAssertReturnCommand( @@ -4279,7 +3852,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn426')] public function testAssertReturn427(): void { $this->runAssertReturnCommand( @@ -4289,7 +3861,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn427')] public function testAssertReturn428(): void { $this->runAssertReturnCommand( @@ -4299,7 +3870,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn428')] public function testAssertReturn429(): void { $this->runAssertReturnCommand( @@ -4309,7 +3879,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn429')] public function testAssertReturn430(): void { $this->runAssertReturnCommand( @@ -4319,7 +3888,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn430')] public function testAssertReturn431(): void { $this->runAssertReturnCommand( @@ -4329,7 +3897,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn431')] public function testAssertReturn432(): void { $this->runAssertReturnCommand( @@ -4339,7 +3906,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn432')] public function testAssertReturn433(): void { $this->runAssertReturnCommand( @@ -4349,7 +3915,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn433')] public function testAssertReturn434(): void { $this->runAssertReturnCommand( @@ -4359,7 +3924,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn434')] public function testAssertReturn435(): void { $this->runAssertReturnCommand( @@ -4369,7 +3933,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn435')] public function testAssertReturn436(): void { $this->runAssertReturnCommand( @@ -4379,7 +3942,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn436')] public function testAssertReturn437(): void { $this->runAssertReturnCommand( @@ -4389,7 +3951,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn437')] public function testAssertReturn438(): void { $this->runAssertReturnCommand( @@ -4399,7 +3960,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn438')] public function testAssertReturn439(): void { $this->runAssertReturnCommand( @@ -4409,7 +3969,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn439')] public function testAssertReturn440(): void { $this->runAssertReturnCommand( @@ -4419,7 +3978,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn440')] public function testAssertReturn441(): void { $this->runAssertReturnCommand( @@ -4429,7 +3987,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn441')] public function testAssertReturn442(): void { $this->runAssertReturnCommand( @@ -4439,7 +3996,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn442')] public function testAssertReturn443(): void { $this->runAssertReturnCommand( @@ -4449,7 +4005,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn443')] public function testAssertReturn444(): void { $this->runAssertReturnCommand( @@ -4459,7 +4014,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn444')] public function testAssertReturn445(): void { $this->runAssertReturnCommand( @@ -4469,7 +4023,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn445')] public function testAssertReturn446(): void { $this->runAssertReturnCommand( @@ -4479,7 +4032,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn446')] public function testAssertReturn447(): void { $this->runAssertReturnCommand( @@ -4489,7 +4041,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn447')] public function testAssertReturn448(): void { $this->runAssertReturnCommand( @@ -4499,7 +4050,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn448')] public function testAssertReturn449(): void { $this->runAssertReturnCommand( @@ -4509,7 +4059,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn449')] public function testAssertReturn450(): void { $this->runAssertReturnCommand( @@ -4519,7 +4068,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn450')] public function testAssertReturn451(): void { $this->runAssertReturnCommand( @@ -4529,7 +4077,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn451')] public function testAssertReturn452(): void { $this->runAssertReturnCommand( @@ -4539,7 +4086,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn452')] public function testAssertReturn453(): void { $this->runAssertReturnCommand( @@ -4549,7 +4095,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn453')] public function testAssertReturn454(): void { $this->runAssertReturnCommand( @@ -4559,7 +4104,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn454')] public function testAssertReturn455(): void { $this->runAssertReturnCommand( @@ -4569,7 +4113,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn455')] public function testAssertReturn456(): void { $this->runAssertReturnCommand( @@ -4579,7 +4122,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn456')] public function testAssertReturn457(): void { $this->runAssertReturnCommand( @@ -4589,7 +4131,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn457')] public function testAssertReturn458(): void { $this->runAssertReturnCommand( @@ -4599,7 +4140,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn458')] public function testAssertReturn459(): void { $this->runAssertReturnCommand( @@ -4609,7 +4149,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn459')] public function testAssertReturn460(): void { $this->runAssertReturnCommand( @@ -4619,7 +4158,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn460')] public function testAssertReturn461(): void { $this->runAssertReturnCommand( @@ -4629,7 +4167,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn461')] public function testAssertReturn462(): void { $this->runAssertReturnCommand( @@ -4639,7 +4176,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn462')] public function testAssertReturn463(): void { $this->runAssertReturnCommand( @@ -4649,7 +4185,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn463')] public function testAssertReturn464(): void { $this->runAssertReturnCommand( @@ -4659,7 +4194,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn464')] public function testAssertReturn465(): void { $this->runAssertReturnCommand( @@ -4669,7 +4203,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn465')] public function testAssertReturn466(): void { $this->runAssertReturnCommand( @@ -4679,7 +4212,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn466')] public function testAssertReturn467(): void { $this->runAssertReturnCommand( @@ -4689,7 +4221,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn467')] public function testAssertReturn468(): void { $this->runAssertReturnCommand( @@ -4699,7 +4230,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn468')] public function testAssertReturn469(): void { $this->runAssertReturnCommand( @@ -4709,7 +4239,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn469')] public function testAssertReturn470(): void { $this->runAssertReturnCommand( @@ -4719,7 +4248,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn470')] public function testAssertReturn471(): void { $this->runAssertReturnCommand( @@ -4729,7 +4257,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn471')] public function testAssertReturn472(): void { $this->runAssertReturnCommand( @@ -4739,7 +4266,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn472')] public function testAssertReturn473(): void { $this->runAssertReturnCommand( @@ -4749,7 +4275,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn473')] public function testAssertReturn474(): void { $this->runAssertReturnCommand( @@ -4759,7 +4284,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn474')] public function testAssertReturn475(): void { $this->runAssertReturnCommand( @@ -4769,7 +4293,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn475')] public function testAssertReturn476(): void { $this->runAssertReturnCommand( @@ -4779,7 +4302,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn476')] public function testAssertReturn477(): void { $this->runAssertReturnCommand( @@ -4789,7 +4311,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn477')] public function testAssertReturn478(): void { $this->runAssertReturnCommand( @@ -4799,7 +4320,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn478')] public function testAssertReturn479(): void { $this->runAssertReturnCommand( @@ -4809,7 +4329,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn479')] public function testAssertReturn480(): void { $this->runAssertReturnCommand( @@ -4819,7 +4338,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn480')] public function testAssertReturn481(): void { $this->runAssertReturnCommand( @@ -4829,7 +4347,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn481')] public function testAssertReturn482(): void { $this->runAssertReturnCommand( @@ -4839,7 +4356,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn482')] public function testAssertReturn483(): void { $this->runAssertReturnCommand( @@ -4849,7 +4365,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn483')] public function testAssertReturn484(): void { $this->runAssertReturnCommand( @@ -4859,7 +4374,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn484')] public function testAssertReturn485(): void { $this->runAssertReturnCommand( @@ -4869,7 +4383,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn485')] public function testAssertReturn486(): void { $this->runAssertReturnCommand( @@ -4879,7 +4392,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn486')] public function testAssertReturn487(): void { $this->runAssertReturnCommand( @@ -4889,7 +4401,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn487')] public function testAssertReturn488(): void { $this->runAssertReturnCommand( @@ -4899,7 +4410,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn488')] public function testAssertReturn489(): void { $this->runAssertReturnCommand( @@ -4909,7 +4419,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn489')] public function testAssertReturn490(): void { $this->runAssertReturnCommand( @@ -4919,7 +4428,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn490')] public function testAssertReturn491(): void { $this->runAssertReturnCommand( @@ -4929,7 +4437,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn491')] public function testAssertReturn492(): void { $this->runAssertReturnCommand( @@ -4939,7 +4446,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn492')] public function testAssertReturn493(): void { $this->runAssertReturnCommand( @@ -4949,7 +4455,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn493')] public function testAssertReturn494(): void { $this->runAssertReturnCommand( @@ -4959,7 +4464,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn494')] public function testAssertReturn495(): void { $this->runAssertReturnCommand( @@ -4969,7 +4473,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn495')] public function testAssertReturn496(): void { $this->runAssertReturnCommand( @@ -4979,7 +4482,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn496')] public function testAssertReturn497(): void { $this->runAssertReturnCommand( @@ -4989,7 +4491,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn497')] public function testAssertReturn498(): void { $this->runAssertReturnCommand( @@ -4999,7 +4500,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn498')] public function testAssertReturn499(): void { $this->runAssertReturnCommand( @@ -5009,7 +4509,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn499')] public function testAssertReturn500(): void { $this->runAssertReturnCommand( @@ -5019,7 +4518,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn500')] public function testAssertReturn501(): void { $this->runAssertReturnCommand( @@ -5029,7 +4527,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn501')] public function testAssertReturn502(): void { $this->runAssertReturnCommand( @@ -5039,7 +4536,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn502')] public function testAssertReturn503(): void { $this->runAssertReturnCommand( @@ -5049,7 +4545,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn503')] public function testAssertReturn504(): void { $this->runAssertReturnCommand( @@ -5059,7 +4554,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn504')] public function testAssertReturn505(): void { $this->runAssertReturnCommand( @@ -5069,7 +4563,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn505')] public function testAssertReturn506(): void { $this->runAssertReturnCommand( @@ -5079,7 +4572,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn506')] public function testAssertReturn507(): void { $this->runAssertReturnCommand( @@ -5089,7 +4581,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn507')] public function testAssertReturn508(): void { $this->runAssertReturnCommand( @@ -5099,7 +4590,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn508')] public function testAssertReturn509(): void { $this->runAssertReturnCommand( @@ -5109,7 +4599,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn509')] public function testAssertReturn510(): void { $this->runAssertReturnCommand( @@ -5119,7 +4608,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn510')] public function testAssertReturn511(): void { $this->runAssertReturnCommand( @@ -5129,7 +4617,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn511')] public function testAssertReturn512(): void { $this->runAssertReturnCommand( @@ -5139,7 +4626,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn512')] public function testAssertReturn513(): void { $this->runAssertReturnCommand( @@ -5149,7 +4635,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn513')] public function testAssertReturn514(): void { $this->runAssertReturnCommand( @@ -5159,7 +4644,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn514')] public function testAssertReturn515(): void { $this->runAssertReturnCommand( @@ -5169,7 +4653,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn515')] public function testAssertReturn516(): void { $this->runAssertReturnCommand( @@ -5179,7 +4662,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn516')] public function testAssertReturn517(): void { $this->runAssertReturnCommand( @@ -5189,7 +4671,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn517')] public function testAssertReturn518(): void { $this->runAssertReturnCommand( @@ -5199,7 +4680,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn518')] public function testAssertReturn519(): void { $this->runAssertReturnCommand( @@ -5209,7 +4689,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn519')] public function testAssertReturn520(): void { $this->runAssertReturnCommand( @@ -5219,7 +4698,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn520')] public function testAssertReturn521(): void { $this->runAssertReturnCommand( @@ -5229,7 +4707,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn521')] public function testAssertReturn522(): void { $this->runAssertReturnCommand( @@ -5239,7 +4716,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn522')] public function testAssertReturn523(): void { $this->runAssertReturnCommand( @@ -5249,7 +4725,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn523')] public function testAssertReturn524(): void { $this->runAssertReturnCommand( @@ -5259,7 +4734,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn524')] public function testAssertReturn525(): void { $this->runAssertReturnCommand( @@ -5269,7 +4743,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn525')] public function testAssertReturn526(): void { $this->runAssertReturnCommand( @@ -5279,7 +4752,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn526')] public function testAssertReturn527(): void { $this->runAssertReturnCommand( @@ -5289,7 +4761,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn527')] public function testAssertReturn528(): void { $this->runAssertReturnCommand( @@ -5299,7 +4770,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn528')] public function testAssertReturn529(): void { $this->runAssertReturnCommand( @@ -5309,7 +4779,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn529')] public function testAssertReturn530(): void { $this->runAssertReturnCommand( @@ -5319,7 +4788,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn530')] public function testAssertReturn531(): void { $this->runAssertReturnCommand( @@ -5329,7 +4797,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn531')] public function testAssertReturn532(): void { $this->runAssertReturnCommand( @@ -5339,7 +4806,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn532')] public function testAssertReturn533(): void { $this->runAssertReturnCommand( @@ -5349,7 +4815,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn533')] public function testAssertReturn534(): void { $this->runAssertReturnCommand( @@ -5359,7 +4824,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn534')] public function testAssertReturn535(): void { $this->runAssertReturnCommand( @@ -5369,7 +4833,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn535')] public function testAssertReturn536(): void { $this->runAssertReturnCommand( @@ -5379,7 +4842,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn536')] public function testAssertReturn537(): void { $this->runAssertReturnCommand( @@ -5389,7 +4851,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn537')] public function testAssertReturn538(): void { $this->runAssertReturnCommand( @@ -5399,7 +4860,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn538')] public function testAssertReturn539(): void { $this->runAssertReturnCommand( @@ -5409,7 +4869,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn539')] public function testAssertReturn540(): void { $this->runAssertReturnCommand( @@ -5419,7 +4878,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn540')] public function testAssertReturn541(): void { $this->runAssertReturnCommand( @@ -5429,7 +4887,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn541')] public function testAssertReturn542(): void { $this->runAssertReturnCommand( @@ -5439,7 +4896,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn542')] public function testAssertReturn543(): void { $this->runAssertReturnCommand( @@ -5449,7 +4905,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn543')] public function testAssertReturn544(): void { $this->runAssertReturnCommand( @@ -5459,7 +4914,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn544')] public function testAssertReturn545(): void { $this->runAssertReturnCommand( @@ -5469,7 +4923,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn545')] public function testAssertReturn546(): void { $this->runAssertReturnCommand( @@ -5479,7 +4932,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn546')] public function testAssertReturn547(): void { $this->runAssertReturnCommand( @@ -5489,7 +4941,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn547')] public function testAssertReturn548(): void { $this->runAssertReturnCommand( @@ -5499,7 +4950,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn548')] public function testAssertReturn549(): void { $this->runAssertReturnCommand( @@ -5509,7 +4959,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn549')] public function testAssertReturn550(): void { $this->runAssertReturnCommand( @@ -5519,7 +4968,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn550')] public function testAssertReturn551(): void { $this->runAssertReturnCommand( @@ -5529,7 +4977,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn551')] public function testAssertReturn552(): void { $this->runAssertReturnCommand( @@ -5539,7 +4986,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn552')] public function testAssertReturn553(): void { $this->runAssertReturnCommand( @@ -5549,7 +4995,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn553')] public function testAssertReturn554(): void { $this->runAssertReturnCommand( @@ -5559,7 +5004,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn554')] public function testAssertReturn555(): void { $this->runAssertReturnCommand( @@ -5569,7 +5013,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn555')] public function testAssertReturn556(): void { $this->runAssertReturnCommand( @@ -5579,7 +5022,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn556')] public function testAssertReturn557(): void { $this->runAssertReturnCommand( @@ -5589,7 +5031,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn557')] public function testAssertReturn558(): void { $this->runAssertReturnCommand( @@ -5599,7 +5040,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn558')] public function testAssertReturn559(): void { $this->runAssertReturnCommand( @@ -5609,7 +5049,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn559')] public function testAssertReturn560(): void { $this->runAssertReturnCommand( @@ -5619,7 +5058,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn560')] public function testAssertReturn561(): void { $this->runAssertReturnCommand( @@ -5629,7 +5067,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn561')] public function testAssertReturn562(): void { $this->runAssertReturnCommand( @@ -5639,7 +5076,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn562')] public function testAssertReturn563(): void { $this->runAssertReturnCommand( @@ -5649,7 +5085,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn563')] public function testAssertReturn564(): void { $this->runAssertReturnCommand( @@ -5659,7 +5094,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn564')] public function testAssertReturn565(): void { $this->runAssertReturnCommand( @@ -5669,7 +5103,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn565')] public function testAssertReturn566(): void { $this->runAssertReturnCommand( @@ -5679,7 +5112,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn566')] public function testAssertReturn567(): void { $this->runAssertReturnCommand( @@ -5689,7 +5121,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn567')] public function testAssertReturn568(): void { $this->runAssertReturnCommand( @@ -5699,7 +5130,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn568')] public function testAssertReturn569(): void { $this->runAssertReturnCommand( @@ -5709,7 +5139,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn569')] public function testAssertReturn570(): void { $this->runAssertReturnCommand( @@ -5719,7 +5148,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn570')] public function testAssertReturn571(): void { $this->runAssertReturnCommand( @@ -5729,7 +5157,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn571')] public function testAssertReturn572(): void { $this->runAssertReturnCommand( @@ -5739,7 +5166,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn572')] public function testAssertReturn573(): void { $this->runAssertReturnCommand( @@ -5749,7 +5175,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn573')] public function testAssertReturn574(): void { $this->runAssertReturnCommand( @@ -5759,7 +5184,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn574')] public function testAssertReturn575(): void { $this->runAssertReturnCommand( @@ -5769,7 +5193,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn575')] public function testAssertReturn576(): void { $this->runAssertReturnCommand( @@ -5779,7 +5202,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn576')] public function testAssertReturn577(): void { $this->runAssertReturnCommand( @@ -5789,7 +5211,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn577')] public function testAssertReturn578(): void { $this->runAssertReturnCommand( @@ -5799,7 +5220,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn578')] public function testAssertReturn579(): void { $this->runAssertReturnCommand( @@ -5809,7 +5229,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn579')] public function testAssertReturn580(): void { $this->runAssertReturnCommand( @@ -5819,7 +5238,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn580')] public function testAssertReturn581(): void { $this->runAssertReturnCommand( @@ -5829,7 +5247,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn581')] public function testAssertReturn582(): void { $this->runAssertReturnCommand( @@ -5839,7 +5256,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn582')] public function testAssertReturn583(): void { $this->runAssertReturnCommand( @@ -5849,7 +5265,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn583')] public function testAssertReturn584(): void { $this->runAssertReturnCommand( @@ -5859,7 +5274,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn584')] public function testAssertReturn585(): void { $this->runAssertReturnCommand( @@ -5869,7 +5283,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn585')] public function testAssertReturn586(): void { $this->runAssertReturnCommand( @@ -5879,7 +5292,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn586')] public function testAssertReturn587(): void { $this->runAssertReturnCommand( @@ -5889,7 +5301,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn587')] public function testAssertReturn588(): void { $this->runAssertReturnCommand( @@ -5899,7 +5310,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn588')] public function testAssertReturn589(): void { $this->runAssertReturnCommand( @@ -5909,7 +5319,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn589')] public function testAssertReturn590(): void { $this->runAssertReturnCommand( @@ -5919,7 +5328,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn590')] public function testAssertReturn591(): void { $this->runAssertReturnCommand( @@ -5929,7 +5337,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn591')] public function testAssertReturn592(): void { $this->runAssertReturnCommand( @@ -5939,7 +5346,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn592')] public function testAssertReturn593(): void { $this->runAssertReturnCommand( @@ -5949,7 +5355,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn593')] public function testAssertReturn594(): void { $this->runAssertReturnCommand( @@ -5959,7 +5364,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn594')] public function testAssertReturn595(): void { $this->runAssertReturnCommand( @@ -5969,7 +5373,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn595')] public function testAssertReturn596(): void { $this->runAssertReturnCommand( @@ -5979,7 +5382,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn596')] public function testAssertReturn597(): void { $this->runAssertReturnCommand( @@ -5989,7 +5391,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn597')] public function testAssertReturn598(): void { $this->runAssertReturnCommand( @@ -5999,7 +5400,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn598')] public function testAssertReturn599(): void { $this->runAssertReturnCommand( @@ -6009,7 +5409,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn599')] public function testAssertReturn600(): void { $this->runAssertReturnCommand( @@ -6019,7 +5418,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn600')] public function testAssertReturn601(): void { $this->runAssertReturnCommand( @@ -6029,7 +5427,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn601')] public function testAssertReturn602(): void { $this->runAssertReturnCommand( @@ -6039,7 +5436,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn602')] public function testAssertReturn603(): void { $this->runAssertReturnCommand( @@ -6049,7 +5445,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn603')] public function testAssertReturn604(): void { $this->runAssertReturnCommand( @@ -6059,7 +5454,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn604')] public function testAssertReturn605(): void { $this->runAssertReturnCommand( @@ -6069,7 +5463,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn605')] public function testAssertReturn606(): void { $this->runAssertReturnCommand( @@ -6079,7 +5472,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn606')] public function testAssertReturn607(): void { $this->runAssertReturnCommand( @@ -6089,7 +5481,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn607')] public function testAssertReturn608(): void { $this->runAssertReturnCommand( @@ -6099,7 +5490,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn608')] public function testAssertReturn609(): void { $this->runAssertReturnCommand( @@ -6109,7 +5499,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn609')] public function testAssertReturn610(): void { $this->runAssertReturnCommand( @@ -6119,7 +5508,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn610')] public function testAssertReturn611(): void { $this->runAssertReturnCommand( @@ -6129,7 +5517,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn611')] public function testAssertReturn612(): void { $this->runAssertReturnCommand( @@ -6139,7 +5526,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn612')] public function testAssertReturn613(): void { $this->runAssertReturnCommand( @@ -6149,7 +5535,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn613')] public function testAssertReturn614(): void { $this->runAssertReturnCommand( @@ -6159,7 +5544,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn614')] public function testAssertReturn615(): void { $this->runAssertReturnCommand( @@ -6169,7 +5553,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn615')] public function testAssertReturn616(): void { $this->runAssertReturnCommand( @@ -6179,7 +5562,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn616')] public function testAssertReturn617(): void { $this->runAssertReturnCommand( @@ -6189,7 +5571,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn617')] public function testAssertReturn618(): void { $this->runAssertReturnCommand( @@ -6199,7 +5580,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn618')] public function testAssertReturn619(): void { $this->runAssertReturnCommand( @@ -6209,7 +5589,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn619')] public function testAssertReturn620(): void { $this->runAssertReturnCommand( @@ -6219,7 +5598,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn620')] public function testAssertReturn621(): void { $this->runAssertReturnCommand( @@ -6229,7 +5607,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn621')] public function testAssertReturn622(): void { $this->runAssertReturnCommand( @@ -6239,7 +5616,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn622')] public function testAssertReturn623(): void { $this->runAssertReturnCommand( @@ -6249,7 +5625,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn623')] public function testAssertReturn624(): void { $this->runAssertReturnCommand( @@ -6259,7 +5634,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn624')] public function testAssertReturn625(): void { $this->runAssertReturnCommand( @@ -6269,7 +5643,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn625')] public function testAssertReturn626(): void { $this->runAssertReturnCommand( @@ -6279,7 +5652,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn626')] public function testAssertReturn627(): void { $this->runAssertReturnCommand( @@ -6289,7 +5661,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn627')] public function testAssertReturn628(): void { $this->runAssertReturnCommand( @@ -6299,7 +5670,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn628')] public function testAssertReturn629(): void { $this->runAssertReturnCommand( @@ -6309,7 +5679,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn629')] public function testAssertReturn630(): void { $this->runAssertReturnCommand( @@ -6319,7 +5688,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn630')] public function testAssertReturn631(): void { $this->runAssertReturnCommand( @@ -6329,7 +5697,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn631')] public function testAssertReturn632(): void { $this->runAssertReturnCommand( @@ -6339,7 +5706,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn632')] public function testAssertReturn633(): void { $this->runAssertReturnCommand( @@ -6349,7 +5715,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn633')] public function testAssertReturn634(): void { $this->runAssertReturnCommand( @@ -6359,7 +5724,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn634')] public function testAssertReturn635(): void { $this->runAssertReturnCommand( @@ -6369,7 +5733,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn635')] public function testAssertReturn636(): void { $this->runAssertReturnCommand( @@ -6379,7 +5742,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn636')] public function testAssertReturn637(): void { $this->runAssertReturnCommand( @@ -6389,7 +5751,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn637')] public function testAssertReturn638(): void { $this->runAssertReturnCommand( @@ -6399,7 +5760,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn638')] public function testAssertReturn639(): void { $this->runAssertReturnCommand( @@ -6409,7 +5769,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn639')] public function testAssertReturn640(): void { $this->runAssertReturnCommand( @@ -6419,7 +5778,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn640')] public function testAssertReturn641(): void { $this->runAssertReturnCommand( @@ -6429,7 +5787,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn641')] public function testAssertReturn642(): void { $this->runAssertReturnCommand( @@ -6439,7 +5796,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn642')] public function testAssertReturn643(): void { $this->runAssertReturnCommand( @@ -6449,7 +5805,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn643')] public function testAssertReturn644(): void { $this->runAssertReturnCommand( @@ -6459,7 +5814,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn644')] public function testAssertReturn645(): void { $this->runAssertReturnCommand( @@ -6469,7 +5823,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn645')] public function testAssertReturn646(): void { $this->runAssertReturnCommand( @@ -6479,7 +5832,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn646')] public function testAssertReturn647(): void { $this->runAssertReturnCommand( @@ -6489,7 +5841,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn647')] public function testAssertReturn648(): void { $this->runAssertReturnCommand( @@ -6499,7 +5850,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn648')] public function testAssertReturn649(): void { $this->runAssertReturnCommand( @@ -6509,7 +5859,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn649')] public function testAssertReturn650(): void { $this->runAssertReturnCommand( @@ -6519,7 +5868,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn650')] public function testAssertReturn651(): void { $this->runAssertReturnCommand( @@ -6529,7 +5877,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn651')] public function testAssertReturn652(): void { $this->runAssertReturnCommand( @@ -6539,7 +5886,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn652')] public function testAssertReturn653(): void { $this->runAssertReturnCommand( @@ -6549,7 +5895,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn653')] public function testAssertReturn654(): void { $this->runAssertReturnCommand( @@ -6559,7 +5904,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn654')] public function testAssertReturn655(): void { $this->runAssertReturnCommand( @@ -6569,7 +5913,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn655')] public function testAssertReturn656(): void { $this->runAssertReturnCommand( @@ -6579,7 +5922,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn656')] public function testAssertReturn657(): void { $this->runAssertReturnCommand( @@ -6589,7 +5931,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn657')] public function testAssertReturn658(): void { $this->runAssertReturnCommand( @@ -6599,7 +5940,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn658')] public function testAssertReturn659(): void { $this->runAssertReturnCommand( @@ -6609,7 +5949,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn659')] public function testAssertReturn660(): void { $this->runAssertReturnCommand( @@ -6619,7 +5958,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn660')] public function testAssertReturn661(): void { $this->runAssertReturnCommand( @@ -6629,7 +5967,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn661')] public function testAssertReturn662(): void { $this->runAssertReturnCommand( @@ -6639,7 +5976,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn662')] public function testAssertReturn663(): void { $this->runAssertReturnCommand( @@ -6649,7 +5985,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn663')] public function testAssertReturn664(): void { $this->runAssertReturnCommand( @@ -6659,7 +5994,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn664')] public function testAssertReturn665(): void { $this->runAssertReturnCommand( @@ -6669,7 +6003,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn665')] public function testAssertReturn666(): void { $this->runAssertReturnCommand( @@ -6679,7 +6012,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn666')] public function testAssertReturn667(): void { $this->runAssertReturnCommand( @@ -6689,7 +6021,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn667')] public function testAssertReturn668(): void { $this->runAssertReturnCommand( @@ -6699,7 +6030,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn668')] public function testAssertReturn669(): void { $this->runAssertReturnCommand( @@ -6709,7 +6039,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn669')] public function testAssertReturn670(): void { $this->runAssertReturnCommand( @@ -6719,7 +6048,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn670')] public function testAssertReturn671(): void { $this->runAssertReturnCommand( @@ -6729,7 +6057,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn671')] public function testAssertReturn672(): void { $this->runAssertReturnCommand( @@ -6739,7 +6066,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn672')] public function testAssertReturn673(): void { $this->runAssertReturnCommand( @@ -6749,7 +6075,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn673')] public function testAssertReturn674(): void { $this->runAssertReturnCommand( @@ -6759,7 +6084,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn674')] public function testAssertReturn675(): void { $this->runAssertReturnCommand( @@ -6769,7 +6093,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn675')] public function testAssertReturn676(): void { $this->runAssertReturnCommand( @@ -6779,7 +6102,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn676')] public function testAssertReturn677(): void { $this->runAssertReturnCommand( @@ -6789,7 +6111,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn677')] public function testAssertReturn678(): void { $this->runAssertReturnCommand( @@ -6799,7 +6120,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn678')] public function testAssertReturn679(): void { $this->runAssertReturnCommand( @@ -6809,7 +6129,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn679')] public function testAssertReturn680(): void { $this->runAssertReturnCommand( @@ -6819,7 +6138,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn680')] public function testAssertReturn681(): void { $this->runAssertReturnCommand( @@ -6829,7 +6147,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn681')] public function testAssertReturn682(): void { $this->runAssertReturnCommand( @@ -6839,7 +6156,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn682')] public function testAssertReturn683(): void { $this->runAssertReturnCommand( @@ -6849,7 +6165,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn683')] public function testAssertReturn684(): void { $this->runAssertReturnCommand( @@ -6859,7 +6174,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn684')] public function testAssertReturn685(): void { $this->runAssertReturnCommand( @@ -6869,7 +6183,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn685')] public function testAssertReturn686(): void { $this->runAssertReturnCommand( @@ -6879,7 +6192,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn686')] public function testAssertReturn687(): void { $this->runAssertReturnCommand( @@ -6889,7 +6201,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn687')] public function testAssertReturn688(): void { $this->runAssertReturnCommand( @@ -6899,7 +6210,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn688')] public function testAssertReturn689(): void { $this->runAssertReturnCommand( @@ -6909,7 +6219,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn689')] public function testAssertReturn690(): void { $this->runAssertReturnCommand( @@ -6919,7 +6228,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn690')] public function testAssertReturn691(): void { $this->runAssertReturnCommand( @@ -6929,7 +6237,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn691')] public function testAssertReturn692(): void { $this->runAssertReturnCommand( @@ -6939,7 +6246,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn692')] public function testAssertReturn693(): void { $this->runAssertReturnCommand( @@ -6949,7 +6255,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn693')] public function testAssertReturn694(): void { $this->runAssertReturnCommand( @@ -6959,7 +6264,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn694')] public function testAssertReturn695(): void { $this->runAssertReturnCommand( @@ -6969,7 +6273,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn695')] public function testAssertReturn696(): void { $this->runAssertReturnCommand( @@ -6979,7 +6282,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn696')] public function testAssertReturn697(): void { $this->runAssertReturnCommand( @@ -6989,7 +6291,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn697')] public function testAssertReturn698(): void { $this->runAssertReturnCommand( @@ -6999,7 +6300,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn698')] public function testAssertReturn699(): void { $this->runAssertReturnCommand( @@ -7009,7 +6309,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn699')] public function testAssertReturn700(): void { $this->runAssertReturnCommand( @@ -7019,7 +6318,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn700')] public function testAssertReturn701(): void { $this->runAssertReturnCommand( @@ -7029,7 +6327,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn701')] public function testAssertReturn702(): void { $this->runAssertReturnCommand( @@ -7039,7 +6336,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn702')] public function testAssertReturn703(): void { $this->runAssertReturnCommand( @@ -7049,7 +6345,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn703')] public function testAssertReturn704(): void { $this->runAssertReturnCommand( @@ -7059,7 +6354,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn704')] public function testAssertReturn705(): void { $this->runAssertReturnCommand( @@ -7069,7 +6363,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn705')] public function testAssertReturn706(): void { $this->runAssertReturnCommand( @@ -7079,7 +6372,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn706')] public function testAssertReturn707(): void { $this->runAssertReturnCommand( @@ -7089,7 +6381,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn707')] public function testAssertReturn708(): void { $this->runAssertReturnCommand( @@ -7099,7 +6390,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn708')] public function testAssertReturn709(): void { $this->runAssertReturnCommand( @@ -7109,7 +6399,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn709')] public function testAssertReturn710(): void { $this->runAssertReturnCommand( @@ -7119,7 +6408,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn710')] public function testAssertReturn711(): void { $this->runAssertReturnCommand( @@ -7129,7 +6417,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn711')] public function testAssertReturn712(): void { $this->runAssertReturnCommand( @@ -7139,7 +6426,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn712')] public function testAssertReturn713(): void { $this->runAssertReturnCommand( @@ -7149,7 +6435,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn713')] public function testAssertReturn714(): void { $this->runAssertReturnCommand( @@ -7159,7 +6444,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn714')] public function testAssertReturn715(): void { $this->runAssertReturnCommand( @@ -7169,7 +6453,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn715')] public function testAssertReturn716(): void { $this->runAssertReturnCommand( @@ -7179,7 +6462,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn716')] public function testAssertReturn717(): void { $this->runAssertReturnCommand( @@ -7189,7 +6471,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn717')] public function testAssertReturn718(): void { $this->runAssertReturnCommand( @@ -7199,7 +6480,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn718')] public function testAssertReturn719(): void { $this->runAssertReturnCommand( @@ -7209,7 +6489,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn719')] public function testAssertReturn720(): void { $this->runAssertReturnCommand( @@ -7219,7 +6498,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn720')] public function testAssertReturn721(): void { $this->runAssertReturnCommand( @@ -7229,7 +6507,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn721')] public function testAssertReturn722(): void { $this->runAssertReturnCommand( @@ -7239,7 +6516,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn722')] public function testAssertReturn723(): void { $this->runAssertReturnCommand( @@ -7249,7 +6525,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn723')] public function testAssertReturn724(): void { $this->runAssertReturnCommand( @@ -7259,7 +6534,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn724')] public function testAssertReturn725(): void { $this->runAssertReturnCommand( @@ -7269,7 +6543,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn725')] public function testAssertReturn726(): void { $this->runAssertReturnCommand( @@ -7279,7 +6552,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn726')] public function testAssertReturn727(): void { $this->runAssertReturnCommand( @@ -7289,7 +6561,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn727')] public function testAssertReturn728(): void { $this->runAssertReturnCommand( @@ -7299,7 +6570,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn728')] public function testAssertReturn729(): void { $this->runAssertReturnCommand( @@ -7309,7 +6579,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn729')] public function testAssertReturn730(): void { $this->runAssertReturnCommand( @@ -7319,7 +6588,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn730')] public function testAssertReturn731(): void { $this->runAssertReturnCommand( @@ -7329,7 +6597,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn731')] public function testAssertReturn732(): void { $this->runAssertReturnCommand( @@ -7339,7 +6606,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn732')] public function testAssertReturn733(): void { $this->runAssertReturnCommand( @@ -7349,7 +6615,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn733')] public function testAssertReturn734(): void { $this->runAssertReturnCommand( @@ -7359,7 +6624,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn734')] public function testAssertReturn735(): void { $this->runAssertReturnCommand( @@ -7369,7 +6633,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn735')] public function testAssertReturn736(): void { $this->runAssertReturnCommand( @@ -7379,7 +6642,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn736')] public function testAssertReturn737(): void { $this->runAssertReturnCommand( @@ -7389,7 +6651,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn737')] public function testAssertReturn738(): void { $this->runAssertReturnCommand( @@ -7399,7 +6660,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn738')] public function testAssertReturn739(): void { $this->runAssertReturnCommand( @@ -7409,7 +6669,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn739')] public function testAssertReturn740(): void { $this->runAssertReturnCommand( @@ -7419,7 +6678,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn740')] public function testAssertReturn741(): void { $this->runAssertReturnCommand( @@ -7429,7 +6687,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn741')] public function testAssertReturn742(): void { $this->runAssertReturnCommand( @@ -7439,7 +6696,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn742')] public function testAssertReturn743(): void { $this->runAssertReturnCommand( @@ -7449,7 +6705,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn743')] public function testAssertReturn744(): void { $this->runAssertReturnCommand( @@ -7459,7 +6714,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn744')] public function testAssertReturn745(): void { $this->runAssertReturnCommand( @@ -7469,7 +6723,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn745')] public function testAssertReturn746(): void { $this->runAssertReturnCommand( @@ -7479,7 +6732,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn746')] public function testAssertReturn747(): void { $this->runAssertReturnCommand( @@ -7489,7 +6741,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn747')] public function testAssertReturn748(): void { $this->runAssertReturnCommand( @@ -7499,7 +6750,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn748')] public function testAssertReturn749(): void { $this->runAssertReturnCommand( @@ -7509,7 +6759,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn749')] public function testAssertReturn750(): void { $this->runAssertReturnCommand( @@ -7519,7 +6768,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn750')] public function testAssertReturn751(): void { $this->runAssertReturnCommand( @@ -7529,7 +6777,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn751')] public function testAssertReturn752(): void { $this->runAssertReturnCommand( @@ -7539,7 +6786,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn752')] public function testAssertReturn753(): void { $this->runAssertReturnCommand( @@ -7549,7 +6795,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn753')] public function testAssertReturn754(): void { $this->runAssertReturnCommand( @@ -7559,7 +6804,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn754')] public function testAssertReturn755(): void { $this->runAssertReturnCommand( @@ -7569,7 +6813,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn755')] public function testAssertReturn756(): void { $this->runAssertReturnCommand( @@ -7579,7 +6822,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn756')] public function testAssertReturn757(): void { $this->runAssertReturnCommand( @@ -7589,7 +6831,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn757')] public function testAssertReturn758(): void { $this->runAssertReturnCommand( @@ -7599,7 +6840,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn758')] public function testAssertReturn759(): void { $this->runAssertReturnCommand( @@ -7609,7 +6849,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn759')] public function testAssertReturn760(): void { $this->runAssertReturnCommand( @@ -7619,7 +6858,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn760')] public function testAssertReturn761(): void { $this->runAssertReturnCommand( @@ -7629,7 +6867,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn761')] public function testAssertReturn762(): void { $this->runAssertReturnCommand( @@ -7639,7 +6876,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn762')] public function testAssertReturn763(): void { $this->runAssertReturnCommand( @@ -7649,7 +6885,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn763')] public function testAssertReturn764(): void { $this->runAssertReturnCommand( @@ -7659,7 +6894,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn764')] public function testAssertReturn765(): void { $this->runAssertReturnCommand( @@ -7669,7 +6903,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn765')] public function testAssertReturn766(): void { $this->runAssertReturnCommand( @@ -7679,7 +6912,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn766')] public function testAssertReturn767(): void { $this->runAssertReturnCommand( @@ -7689,7 +6921,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn767')] public function testAssertReturn768(): void { $this->runAssertReturnCommand( @@ -7699,7 +6930,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn768')] public function testAssertReturn769(): void { $this->runAssertReturnCommand( @@ -7709,7 +6939,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn769')] public function testAssertReturn770(): void { $this->runAssertReturnCommand( @@ -7719,7 +6948,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn770')] public function testAssertReturn771(): void { $this->runAssertReturnCommand( @@ -7729,7 +6957,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn771')] public function testAssertReturn772(): void { $this->runAssertReturnCommand( @@ -7739,7 +6966,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn772')] public function testAssertReturn773(): void { $this->runAssertReturnCommand( @@ -7749,7 +6975,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn773')] public function testAssertReturn774(): void { $this->runAssertReturnCommand( @@ -7759,7 +6984,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn774')] public function testAssertReturn775(): void { $this->runAssertReturnCommand( @@ -7769,7 +6993,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn775')] public function testAssertReturn776(): void { $this->runAssertReturnCommand( @@ -7779,7 +7002,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn776')] public function testAssertReturn777(): void { $this->runAssertReturnCommand( @@ -7789,7 +7011,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn777')] public function testAssertReturn778(): void { $this->runAssertReturnCommand( @@ -7799,7 +7020,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn778')] public function testAssertReturn779(): void { $this->runAssertReturnCommand( @@ -7809,7 +7029,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn779')] public function testAssertReturn780(): void { $this->runAssertReturnCommand( @@ -7819,7 +7038,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn780')] public function testAssertReturn781(): void { $this->runAssertReturnCommand( @@ -7829,7 +7047,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn781')] public function testAssertReturn782(): void { $this->runAssertReturnCommand( @@ -7839,7 +7056,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn782')] public function testAssertReturn783(): void { $this->runAssertReturnCommand( @@ -7849,7 +7065,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn783')] public function testAssertReturn784(): void { $this->runAssertReturnCommand( @@ -7859,7 +7074,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn784')] public function testAssertReturn785(): void { $this->runAssertReturnCommand( @@ -7869,7 +7083,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn785')] public function testAssertReturn786(): void { $this->runAssertReturnCommand( @@ -7879,7 +7092,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn786')] public function testAssertReturn787(): void { $this->runAssertReturnCommand( @@ -7889,7 +7101,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn787')] public function testAssertReturn788(): void { $this->runAssertReturnCommand( @@ -7899,7 +7110,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn788')] public function testAssertReturn789(): void { $this->runAssertReturnCommand( @@ -7909,7 +7119,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn789')] public function testAssertReturn790(): void { $this->runAssertReturnCommand( @@ -7919,7 +7128,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn790')] public function testAssertReturn791(): void { $this->runAssertReturnCommand( @@ -7929,7 +7137,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn791')] public function testAssertReturn792(): void { $this->runAssertReturnCommand( @@ -7939,7 +7146,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn792')] public function testAssertReturn793(): void { $this->runAssertReturnCommand( @@ -7949,7 +7155,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn793')] public function testAssertReturn794(): void { $this->runAssertReturnCommand( @@ -7959,7 +7164,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn794')] public function testAssertReturn795(): void { $this->runAssertReturnCommand( @@ -7969,7 +7173,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn795')] public function testAssertReturn796(): void { $this->runAssertReturnCommand( @@ -7979,7 +7182,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn796')] public function testAssertReturn797(): void { $this->runAssertReturnCommand( @@ -7989,7 +7191,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn797')] public function testAssertReturn798(): void { $this->runAssertReturnCommand( @@ -7999,7 +7200,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn798')] public function testAssertReturn799(): void { $this->runAssertReturnCommand( @@ -8009,7 +7209,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn799')] public function testAssertReturn800(): void { $this->runAssertReturnCommand( @@ -8019,7 +7218,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn800')] public function testAssertReturn801(): void { $this->runAssertReturnCommand( @@ -8029,7 +7227,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn801')] public function testAssertReturn802(): void { $this->runAssertReturnCommand( @@ -8039,7 +7236,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn802')] public function testAssertReturn803(): void { $this->runAssertReturnCommand( @@ -8049,7 +7245,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn803')] public function testAssertReturn804(): void { $this->runAssertReturnCommand( @@ -8059,7 +7254,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn804')] public function testAssertReturn805(): void { $this->runAssertReturnCommand( @@ -8069,7 +7263,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn805')] public function testAssertReturn806(): void { $this->runAssertReturnCommand( @@ -8079,7 +7272,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn806')] public function testAssertReturn807(): void { $this->runAssertReturnCommand( @@ -8089,7 +7281,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn807')] public function testAssertReturn808(): void { $this->runAssertReturnCommand( @@ -8099,7 +7290,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn808')] public function testAssertReturn809(): void { $this->runAssertReturnCommand( @@ -8109,7 +7299,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn809')] public function testAssertReturn810(): void { $this->runAssertReturnCommand( @@ -8119,7 +7308,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn810')] public function testAssertReturn811(): void { $this->runAssertReturnCommand( @@ -8129,7 +7317,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn811')] public function testAssertReturn812(): void { $this->runAssertReturnCommand( @@ -8139,7 +7326,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn812')] public function testAssertReturn813(): void { $this->runAssertReturnCommand( @@ -8149,7 +7335,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn813')] public function testAssertReturn814(): void { $this->runAssertReturnCommand( @@ -8159,7 +7344,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn814')] public function testAssertReturn815(): void { $this->runAssertReturnCommand( @@ -8169,7 +7353,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn815')] public function testAssertReturn816(): void { $this->runAssertReturnCommand( @@ -8179,7 +7362,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn816')] public function testAssertReturn817(): void { $this->runAssertReturnCommand( @@ -8189,7 +7371,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn817')] public function testAssertReturn818(): void { $this->runAssertReturnCommand( @@ -8199,7 +7380,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn818')] public function testAssertReturn819(): void { $this->runAssertReturnCommand( @@ -8209,7 +7389,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn819')] public function testAssertReturn820(): void { $this->runAssertReturnCommand( @@ -8219,7 +7398,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn820')] public function testAssertReturn821(): void { $this->runAssertReturnCommand( @@ -8229,7 +7407,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn821')] public function testAssertReturn822(): void { $this->runAssertReturnCommand( @@ -8239,7 +7416,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn822')] public function testAssertReturn823(): void { $this->runAssertReturnCommand( @@ -8249,7 +7425,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn823')] public function testAssertReturn824(): void { $this->runAssertReturnCommand( @@ -8259,7 +7434,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn824')] public function testAssertReturn825(): void { $this->runAssertReturnCommand( @@ -8269,7 +7443,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn825')] public function testAssertReturn826(): void { $this->runAssertReturnCommand( @@ -8279,7 +7452,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn826')] public function testAssertReturn827(): void { $this->runAssertReturnCommand( @@ -8289,7 +7461,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn827')] public function testAssertReturn828(): void { $this->runAssertReturnCommand( @@ -8299,7 +7470,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn828')] public function testAssertReturn829(): void { $this->runAssertReturnCommand( @@ -8309,7 +7479,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn829')] public function testAssertReturn830(): void { $this->runAssertReturnCommand( @@ -8319,7 +7488,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn830')] public function testAssertReturn831(): void { $this->runAssertReturnCommand( @@ -8329,7 +7497,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn831')] public function testAssertReturn832(): void { $this->runAssertReturnCommand( @@ -8339,7 +7506,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn832')] public function testAssertReturn833(): void { $this->runAssertReturnCommand( @@ -8349,7 +7515,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn833')] public function testAssertReturn834(): void { $this->runAssertReturnCommand( @@ -8359,7 +7524,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn834')] public function testAssertReturn835(): void { $this->runAssertReturnCommand( @@ -8369,7 +7533,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn835')] public function testAssertReturn836(): void { $this->runAssertReturnCommand( @@ -8379,7 +7542,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn836')] public function testAssertReturn837(): void { $this->runAssertReturnCommand( @@ -8389,7 +7551,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn837')] public function testAssertReturn838(): void { $this->runAssertReturnCommand( @@ -8399,7 +7560,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn838')] public function testAssertReturn839(): void { $this->runAssertReturnCommand( @@ -8409,7 +7569,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn839')] public function testAssertReturn840(): void { $this->runAssertReturnCommand( @@ -8419,7 +7578,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn840')] public function testAssertReturn841(): void { $this->runAssertReturnCommand( @@ -8429,7 +7587,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn841')] public function testAssertReturn842(): void { $this->runAssertReturnCommand( @@ -8439,7 +7596,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn842')] public function testAssertReturn843(): void { $this->runAssertReturnCommand( @@ -8449,7 +7605,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn843')] public function testAssertReturn844(): void { $this->runAssertReturnCommand( @@ -8459,7 +7614,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn844')] public function testAssertReturn845(): void { $this->runAssertReturnCommand( @@ -8469,7 +7623,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn845')] public function testAssertReturn846(): void { $this->runAssertReturnCommand( @@ -8479,7 +7632,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn846')] public function testAssertReturn847(): void { $this->runAssertReturnCommand( @@ -8489,7 +7641,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn847')] public function testAssertReturn848(): void { $this->runAssertReturnCommand( @@ -8499,7 +7650,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn848')] public function testAssertReturn849(): void { $this->runAssertReturnCommand( @@ -8509,7 +7659,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn849')] public function testAssertReturn850(): void { $this->runAssertReturnCommand( @@ -8519,7 +7668,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn850')] public function testAssertReturn851(): void { $this->runAssertReturnCommand( @@ -8529,7 +7677,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn851')] public function testAssertReturn852(): void { $this->runAssertReturnCommand( @@ -8539,7 +7686,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn852')] public function testAssertReturn853(): void { $this->runAssertReturnCommand( @@ -8549,7 +7695,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn853')] public function testAssertReturn854(): void { $this->runAssertReturnCommand( @@ -8559,7 +7704,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn854')] public function testAssertReturn855(): void { $this->runAssertReturnCommand( @@ -8569,7 +7713,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn855')] public function testAssertReturn856(): void { $this->runAssertReturnCommand( @@ -8579,7 +7722,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn856')] public function testAssertReturn857(): void { $this->runAssertReturnCommand( @@ -8589,7 +7731,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn857')] public function testAssertReturn858(): void { $this->runAssertReturnCommand( @@ -8599,7 +7740,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn858')] public function testAssertReturn859(): void { $this->runAssertReturnCommand( @@ -8609,7 +7749,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn859')] public function testAssertReturn860(): void { $this->runAssertReturnCommand( @@ -8619,7 +7758,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn860')] public function testAssertReturn861(): void { $this->runAssertReturnCommand( @@ -8629,7 +7767,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn861')] public function testAssertReturn862(): void { $this->runAssertReturnCommand( @@ -8639,7 +7776,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn862')] public function testAssertReturn863(): void { $this->runAssertReturnCommand( @@ -8649,7 +7785,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn863')] public function testAssertReturn864(): void { $this->runAssertReturnCommand( @@ -8659,7 +7794,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn864')] public function testAssertReturn865(): void { $this->runAssertReturnCommand( @@ -8669,7 +7803,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn865')] public function testAssertReturn866(): void { $this->runAssertReturnCommand( @@ -8679,7 +7812,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn866')] public function testAssertReturn867(): void { $this->runAssertReturnCommand( @@ -8689,7 +7821,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn867')] public function testAssertReturn868(): void { $this->runAssertReturnCommand( @@ -8699,7 +7830,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn868')] public function testAssertReturn869(): void { $this->runAssertReturnCommand( @@ -8709,7 +7839,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn869')] public function testAssertReturn870(): void { $this->runAssertReturnCommand( @@ -8719,7 +7848,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn870')] public function testAssertReturn871(): void { $this->runAssertReturnCommand( @@ -8729,7 +7857,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn871')] public function testAssertReturn872(): void { $this->runAssertReturnCommand( @@ -8739,7 +7866,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn872')] public function testAssertReturn873(): void { $this->runAssertReturnCommand( @@ -8749,7 +7875,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn873')] public function testAssertReturn874(): void { $this->runAssertReturnCommand( @@ -8759,7 +7884,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn874')] public function testAssertReturn875(): void { $this->runAssertReturnCommand( @@ -8769,7 +7893,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn875')] public function testAssertReturn876(): void { $this->runAssertReturnCommand( @@ -8779,7 +7902,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn876')] public function testAssertReturn877(): void { $this->runAssertReturnCommand( @@ -8789,7 +7911,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn877')] public function testAssertReturn878(): void { $this->runAssertReturnCommand( @@ -8799,7 +7920,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn878')] public function testAssertReturn879(): void { $this->runAssertReturnCommand( @@ -8809,7 +7929,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn879')] public function testAssertReturn880(): void { $this->runAssertReturnCommand( @@ -8819,7 +7938,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn880')] public function testAssertReturn881(): void { $this->runAssertReturnCommand( @@ -8829,7 +7947,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn881')] public function testAssertReturn882(): void { $this->runAssertReturnCommand( @@ -8839,7 +7956,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn882')] public function testAssertReturn883(): void { $this->runAssertReturnCommand( @@ -8849,7 +7965,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn883')] public function testAssertReturn884(): void { $this->runAssertReturnCommand( @@ -8859,7 +7974,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn884')] public function testAssertReturn885(): void { $this->runAssertReturnCommand( @@ -8869,7 +7983,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn885')] public function testAssertReturn886(): void { $this->runAssertReturnCommand( @@ -8879,7 +7992,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn886')] public function testAssertReturn887(): void { $this->runAssertReturnCommand( @@ -8889,7 +8001,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn887')] public function testAssertReturn888(): void { $this->runAssertReturnCommand( @@ -8899,7 +8010,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn888')] public function testAssertReturn889(): void { $this->runAssertReturnCommand( @@ -8909,7 +8019,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn889')] public function testAssertReturn890(): void { $this->runAssertReturnCommand( @@ -8919,7 +8028,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn890')] public function testAssertReturn891(): void { $this->runAssertReturnCommand( @@ -8929,7 +8037,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn891')] public function testAssertReturn892(): void { $this->runAssertReturnCommand( @@ -8939,7 +8046,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn892')] public function testAssertReturn893(): void { $this->runAssertReturnCommand( @@ -8949,7 +8055,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn893')] public function testAssertReturn894(): void { $this->runAssertReturnCommand( @@ -8959,7 +8064,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn894')] public function testAssertReturn895(): void { $this->runAssertReturnCommand( @@ -8969,7 +8073,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn895')] public function testAssertReturn896(): void { $this->runAssertReturnCommand( @@ -8979,7 +8082,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn896')] public function testAssertReturn897(): void { $this->runAssertReturnCommand( @@ -8989,7 +8091,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn897')] public function testAssertReturn898(): void { $this->runAssertReturnCommand( @@ -8999,7 +8100,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn898')] public function testAssertReturn899(): void { $this->runAssertReturnCommand( @@ -9009,7 +8109,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn899')] public function testAssertReturn900(): void { $this->runAssertReturnCommand( @@ -9019,7 +8118,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn900')] public function testAssertReturn901(): void { $this->runAssertReturnCommand( @@ -9029,7 +8127,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn901')] public function testAssertReturn902(): void { $this->runAssertReturnCommand( @@ -9039,7 +8136,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn902')] public function testAssertReturn903(): void { $this->runAssertReturnCommand( @@ -9049,7 +8145,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn903')] public function testAssertReturn904(): void { $this->runAssertReturnCommand( @@ -9059,7 +8154,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn904')] public function testAssertReturn905(): void { $this->runAssertReturnCommand( @@ -9069,7 +8163,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn905')] public function testAssertReturn906(): void { $this->runAssertReturnCommand( @@ -9079,7 +8172,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn906')] public function testAssertReturn907(): void { $this->runAssertReturnCommand( @@ -9089,7 +8181,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn907')] public function testAssertReturn908(): void { $this->runAssertReturnCommand( @@ -9099,7 +8190,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn908')] public function testAssertReturn909(): void { $this->runAssertReturnCommand( @@ -9109,7 +8199,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn909')] public function testAssertReturn910(): void { $this->runAssertReturnCommand( @@ -9119,7 +8208,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn910')] public function testAssertReturn911(): void { $this->runAssertReturnCommand( @@ -9129,7 +8217,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn911')] public function testAssertReturn912(): void { $this->runAssertReturnCommand( @@ -9139,7 +8226,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn912')] public function testAssertReturn913(): void { $this->runAssertReturnCommand( @@ -9149,7 +8235,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn913')] public function testAssertReturn914(): void { $this->runAssertReturnCommand( @@ -9159,7 +8244,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn914')] public function testAssertReturn915(): void { $this->runAssertReturnCommand( @@ -9169,7 +8253,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn915')] public function testAssertReturn916(): void { $this->runAssertReturnCommand( @@ -9179,7 +8262,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn916')] public function testAssertReturn917(): void { $this->runAssertReturnCommand( @@ -9189,7 +8271,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn917')] public function testAssertReturn918(): void { $this->runAssertReturnCommand( @@ -9199,7 +8280,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn918')] public function testAssertReturn919(): void { $this->runAssertReturnCommand( @@ -9209,7 +8289,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn919')] public function testAssertReturn920(): void { $this->runAssertReturnCommand( @@ -9219,7 +8298,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn920')] public function testAssertReturn921(): void { $this->runAssertReturnCommand( @@ -9229,7 +8307,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn921')] public function testAssertReturn922(): void { $this->runAssertReturnCommand( @@ -9239,7 +8316,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn922')] public function testAssertReturn923(): void { $this->runAssertReturnCommand( @@ -9249,7 +8325,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn923')] public function testAssertReturn924(): void { $this->runAssertReturnCommand( @@ -9259,7 +8334,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn924')] public function testAssertReturn925(): void { $this->runAssertReturnCommand( @@ -9269,7 +8343,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn925')] public function testAssertReturn926(): void { $this->runAssertReturnCommand( @@ -9279,7 +8352,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn926')] public function testAssertReturn927(): void { $this->runAssertReturnCommand( @@ -9289,7 +8361,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn927')] public function testAssertReturn928(): void { $this->runAssertReturnCommand( @@ -9299,7 +8370,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn928')] public function testAssertReturn929(): void { $this->runAssertReturnCommand( @@ -9309,7 +8379,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn929')] public function testAssertReturn930(): void { $this->runAssertReturnCommand( @@ -9319,7 +8388,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn930')] public function testAssertReturn931(): void { $this->runAssertReturnCommand( @@ -9329,7 +8397,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn931')] public function testAssertReturn932(): void { $this->runAssertReturnCommand( @@ -9339,7 +8406,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn932')] public function testAssertReturn933(): void { $this->runAssertReturnCommand( @@ -9349,7 +8415,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn933')] public function testAssertReturn934(): void { $this->runAssertReturnCommand( @@ -9359,7 +8424,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn934')] public function testAssertReturn935(): void { $this->runAssertReturnCommand( @@ -9369,7 +8433,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn935')] public function testAssertReturn936(): void { $this->runAssertReturnCommand( @@ -9379,7 +8442,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn936')] public function testAssertReturn937(): void { $this->runAssertReturnCommand( @@ -9389,7 +8451,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn937')] public function testAssertReturn938(): void { $this->runAssertReturnCommand( @@ -9399,7 +8460,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn938')] public function testAssertReturn939(): void { $this->runAssertReturnCommand( @@ -9409,7 +8469,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn939')] public function testAssertReturn940(): void { $this->runAssertReturnCommand( @@ -9419,7 +8478,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn940')] public function testAssertReturn941(): void { $this->runAssertReturnCommand( @@ -9429,7 +8487,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn941')] public function testAssertReturn942(): void { $this->runAssertReturnCommand( @@ -9439,7 +8496,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn942')] public function testAssertReturn943(): void { $this->runAssertReturnCommand( @@ -9449,7 +8505,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn943')] public function testAssertReturn944(): void { $this->runAssertReturnCommand( @@ -9459,7 +8514,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn944')] public function testAssertReturn945(): void { $this->runAssertReturnCommand( @@ -9469,7 +8523,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn945')] public function testAssertReturn946(): void { $this->runAssertReturnCommand( @@ -9479,7 +8532,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn946')] public function testAssertReturn947(): void { $this->runAssertReturnCommand( @@ -9489,7 +8541,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn947')] public function testAssertReturn948(): void { $this->runAssertReturnCommand( @@ -9499,7 +8550,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn948')] public function testAssertReturn949(): void { $this->runAssertReturnCommand( @@ -9509,7 +8559,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn949')] public function testAssertReturn950(): void { $this->runAssertReturnCommand( @@ -9519,7 +8568,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn950')] public function testAssertReturn951(): void { $this->runAssertReturnCommand( @@ -9529,7 +8577,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn951')] public function testAssertReturn952(): void { $this->runAssertReturnCommand( @@ -9539,7 +8586,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn952')] public function testAssertReturn953(): void { $this->runAssertReturnCommand( @@ -9549,7 +8595,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn953')] public function testAssertReturn954(): void { $this->runAssertReturnCommand( @@ -9559,7 +8604,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn954')] public function testAssertReturn955(): void { $this->runAssertReturnCommand( @@ -9569,7 +8613,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn955')] public function testAssertReturn956(): void { $this->runAssertReturnCommand( @@ -9579,7 +8622,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn956')] public function testAssertReturn957(): void { $this->runAssertReturnCommand( @@ -9589,7 +8631,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn957')] public function testAssertReturn958(): void { $this->runAssertReturnCommand( @@ -9599,7 +8640,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn958')] public function testAssertReturn959(): void { $this->runAssertReturnCommand( @@ -9609,7 +8649,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn959')] public function testAssertReturn960(): void { $this->runAssertReturnCommand( @@ -9619,7 +8658,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn960')] public function testAssertReturn961(): void { $this->runAssertReturnCommand( @@ -9629,7 +8667,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn961')] public function testAssertReturn962(): void { $this->runAssertReturnCommand( @@ -9639,7 +8676,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn962')] public function testAssertReturn963(): void { $this->runAssertReturnCommand( @@ -9649,7 +8685,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn963')] public function testAssertReturn964(): void { $this->runAssertReturnCommand( @@ -9659,7 +8694,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn964')] public function testAssertReturn965(): void { $this->runAssertReturnCommand( @@ -9669,7 +8703,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn965')] public function testAssertReturn966(): void { $this->runAssertReturnCommand( @@ -9679,7 +8712,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn966')] public function testAssertReturn967(): void { $this->runAssertReturnCommand( @@ -9689,7 +8721,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn967')] public function testAssertReturn968(): void { $this->runAssertReturnCommand( @@ -9699,7 +8730,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn968')] public function testAssertReturn969(): void { $this->runAssertReturnCommand( @@ -9709,7 +8739,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn969')] public function testAssertReturn970(): void { $this->runAssertReturnCommand( @@ -9719,7 +8748,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn970')] public function testAssertReturn971(): void { $this->runAssertReturnCommand( @@ -9729,7 +8757,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn971')] public function testAssertReturn972(): void { $this->runAssertReturnCommand( @@ -9739,7 +8766,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn972')] public function testAssertReturn973(): void { $this->runAssertReturnCommand( @@ -9749,7 +8775,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn973')] public function testAssertReturn974(): void { $this->runAssertReturnCommand( @@ -9759,7 +8784,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn974')] public function testAssertReturn975(): void { $this->runAssertReturnCommand( @@ -9769,7 +8793,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn975')] public function testAssertReturn976(): void { $this->runAssertReturnCommand( @@ -9779,7 +8802,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn976')] public function testAssertReturn977(): void { $this->runAssertReturnCommand( @@ -9789,7 +8811,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn977')] public function testAssertReturn978(): void { $this->runAssertReturnCommand( @@ -9799,7 +8820,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn978')] public function testAssertReturn979(): void { $this->runAssertReturnCommand( @@ -9809,7 +8829,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn979')] public function testAssertReturn980(): void { $this->runAssertReturnCommand( @@ -9819,7 +8838,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn980')] public function testAssertReturn981(): void { $this->runAssertReturnCommand( @@ -9829,7 +8847,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn981')] public function testAssertReturn982(): void { $this->runAssertReturnCommand( @@ -9839,7 +8856,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn982')] public function testAssertReturn983(): void { $this->runAssertReturnCommand( @@ -9849,7 +8865,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn983')] public function testAssertReturn984(): void { $this->runAssertReturnCommand( @@ -9859,7 +8874,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn984')] public function testAssertReturn985(): void { $this->runAssertReturnCommand( @@ -9869,7 +8883,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn985')] public function testAssertReturn986(): void { $this->runAssertReturnCommand( @@ -9879,7 +8892,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn986')] public function testAssertReturn987(): void { $this->runAssertReturnCommand( @@ -9889,7 +8901,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn987')] public function testAssertReturn988(): void { $this->runAssertReturnCommand( @@ -9899,7 +8910,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn988')] public function testAssertReturn989(): void { $this->runAssertReturnCommand( @@ -9909,7 +8919,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn989')] public function testAssertReturn990(): void { $this->runAssertReturnCommand( @@ -9919,7 +8928,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn990')] public function testAssertReturn991(): void { $this->runAssertReturnCommand( @@ -9929,7 +8937,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn991')] public function testAssertReturn992(): void { $this->runAssertReturnCommand( @@ -9939,7 +8946,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn992')] public function testAssertReturn993(): void { $this->runAssertReturnCommand( @@ -9949,7 +8955,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn993')] public function testAssertReturn994(): void { $this->runAssertReturnCommand( @@ -9959,7 +8964,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn994')] public function testAssertReturn995(): void { $this->runAssertReturnCommand( @@ -9969,7 +8973,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn995')] public function testAssertReturn996(): void { $this->runAssertReturnCommand( @@ -9979,7 +8982,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn996')] public function testAssertReturn997(): void { $this->runAssertReturnCommand( @@ -9989,7 +8991,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn997')] public function testAssertReturn998(): void { $this->runAssertReturnCommand( @@ -9999,7 +9000,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn998')] public function testAssertReturn999(): void { $this->runAssertReturnCommand( @@ -10009,7 +9009,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn999')] public function testAssertReturn1000(): void { $this->runAssertReturnCommand( @@ -10019,7 +9018,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1000')] public function testAssertReturn1001(): void { $this->runAssertReturnCommand( @@ -10029,7 +9027,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1001')] public function testAssertReturn1002(): void { $this->runAssertReturnCommand( @@ -10039,7 +9036,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1002')] public function testAssertReturn1003(): void { $this->runAssertReturnCommand( @@ -10049,7 +9045,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1003')] public function testAssertReturn1004(): void { $this->runAssertReturnCommand( @@ -10059,7 +9054,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1004')] public function testAssertReturn1005(): void { $this->runAssertReturnCommand( @@ -10069,7 +9063,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1005')] public function testAssertReturn1006(): void { $this->runAssertReturnCommand( @@ -10079,7 +9072,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1006')] public function testAssertReturn1007(): void { $this->runAssertReturnCommand( @@ -10089,7 +9081,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1007')] public function testAssertReturn1008(): void { $this->runAssertReturnCommand( @@ -10099,7 +9090,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1008')] public function testAssertReturn1009(): void { $this->runAssertReturnCommand( @@ -10109,7 +9099,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1009')] public function testAssertReturn1010(): void { $this->runAssertReturnCommand( @@ -10119,7 +9108,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1010')] public function testAssertReturn1011(): void { $this->runAssertReturnCommand( @@ -10129,7 +9117,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1011')] public function testAssertReturn1012(): void { $this->runAssertReturnCommand( @@ -10139,7 +9126,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1012')] public function testAssertReturn1013(): void { $this->runAssertReturnCommand( @@ -10149,7 +9135,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1013')] public function testAssertReturn1014(): void { $this->runAssertReturnCommand( @@ -10159,7 +9144,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1014')] public function testAssertReturn1015(): void { $this->runAssertReturnCommand( @@ -10169,7 +9153,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1015')] public function testAssertReturn1016(): void { $this->runAssertReturnCommand( @@ -10179,7 +9162,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1016')] public function testAssertReturn1017(): void { $this->runAssertReturnCommand( @@ -10189,7 +9171,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1017')] public function testAssertReturn1018(): void { $this->runAssertReturnCommand( @@ -10199,7 +9180,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1018')] public function testAssertReturn1019(): void { $this->runAssertReturnCommand( @@ -10209,7 +9189,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1019')] public function testAssertReturn1020(): void { $this->runAssertReturnCommand( @@ -10219,7 +9198,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1020')] public function testAssertReturn1021(): void { $this->runAssertReturnCommand( @@ -10229,7 +9207,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1021')] public function testAssertReturn1022(): void { $this->runAssertReturnCommand( @@ -10239,7 +9216,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1022')] public function testAssertReturn1023(): void { $this->runAssertReturnCommand( @@ -10249,7 +9225,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1023')] public function testAssertReturn1024(): void { $this->runAssertReturnCommand( @@ -10259,7 +9234,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1024')] public function testAssertReturn1025(): void { $this->runAssertReturnCommand( @@ -10269,7 +9243,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1025')] public function testAssertReturn1026(): void { $this->runAssertReturnCommand( @@ -10279,7 +9252,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1026')] public function testAssertReturn1027(): void { $this->runAssertReturnCommand( @@ -10289,7 +9261,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1027')] public function testAssertReturn1028(): void { $this->runAssertReturnCommand( @@ -10299,7 +9270,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1028')] public function testAssertReturn1029(): void { $this->runAssertReturnCommand( @@ -10309,7 +9279,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1029')] public function testAssertReturn1030(): void { $this->runAssertReturnCommand( @@ -10319,7 +9288,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1030')] public function testAssertReturn1031(): void { $this->runAssertReturnCommand( @@ -10329,7 +9297,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1031')] public function testAssertReturn1032(): void { $this->runAssertReturnCommand( @@ -10339,7 +9306,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1032')] public function testAssertReturn1033(): void { $this->runAssertReturnCommand( @@ -10349,7 +9315,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1033')] public function testAssertReturn1034(): void { $this->runAssertReturnCommand( @@ -10359,7 +9324,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1034')] public function testAssertReturn1035(): void { $this->runAssertReturnCommand( @@ -10369,7 +9333,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1035')] public function testAssertReturn1036(): void { $this->runAssertReturnCommand( @@ -10379,7 +9342,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1036')] public function testAssertReturn1037(): void { $this->runAssertReturnCommand( @@ -10389,7 +9351,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1037')] public function testAssertReturn1038(): void { $this->runAssertReturnCommand( @@ -10399,7 +9360,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1038')] public function testAssertReturn1039(): void { $this->runAssertReturnCommand( @@ -10409,7 +9369,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1039')] public function testAssertReturn1040(): void { $this->runAssertReturnCommand( @@ -10419,7 +9378,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1040')] public function testAssertReturn1041(): void { $this->runAssertReturnCommand( @@ -10429,7 +9387,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1041')] public function testAssertReturn1042(): void { $this->runAssertReturnCommand( @@ -10439,7 +9396,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1042')] public function testAssertReturn1043(): void { $this->runAssertReturnCommand( @@ -10449,7 +9405,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1043')] public function testAssertReturn1044(): void { $this->runAssertReturnCommand( @@ -10459,7 +9414,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1044')] public function testAssertReturn1045(): void { $this->runAssertReturnCommand( @@ -10469,7 +9423,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1045')] public function testAssertReturn1046(): void { $this->runAssertReturnCommand( @@ -10479,7 +9432,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1046')] public function testAssertReturn1047(): void { $this->runAssertReturnCommand( @@ -10489,7 +9441,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1047')] public function testAssertReturn1048(): void { $this->runAssertReturnCommand( @@ -10499,7 +9450,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1048')] public function testAssertReturn1049(): void { $this->runAssertReturnCommand( @@ -10509,7 +9459,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1049')] public function testAssertReturn1050(): void { $this->runAssertReturnCommand( @@ -10519,7 +9468,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1050')] public function testAssertReturn1051(): void { $this->runAssertReturnCommand( @@ -10529,7 +9477,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1051')] public function testAssertReturn1052(): void { $this->runAssertReturnCommand( @@ -10539,7 +9486,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1052')] public function testAssertReturn1053(): void { $this->runAssertReturnCommand( @@ -10549,7 +9495,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1053')] public function testAssertReturn1054(): void { $this->runAssertReturnCommand( @@ -10559,7 +9504,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1054')] public function testAssertReturn1055(): void { $this->runAssertReturnCommand( @@ -10569,7 +9513,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1055')] public function testAssertReturn1056(): void { $this->runAssertReturnCommand( @@ -10579,7 +9522,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1056')] public function testAssertReturn1057(): void { $this->runAssertReturnCommand( @@ -10589,7 +9531,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1057')] public function testAssertReturn1058(): void { $this->runAssertReturnCommand( @@ -10599,7 +9540,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1058')] public function testAssertReturn1059(): void { $this->runAssertReturnCommand( @@ -10609,7 +9549,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1059')] public function testAssertReturn1060(): void { $this->runAssertReturnCommand( @@ -10619,7 +9558,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1060')] public function testAssertReturn1061(): void { $this->runAssertReturnCommand( @@ -10629,7 +9567,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1061')] public function testAssertReturn1062(): void { $this->runAssertReturnCommand( @@ -10639,7 +9576,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1062')] public function testAssertReturn1063(): void { $this->runAssertReturnCommand( @@ -10649,7 +9585,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1063')] public function testAssertReturn1064(): void { $this->runAssertReturnCommand( @@ -10659,7 +9594,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1064')] public function testAssertReturn1065(): void { $this->runAssertReturnCommand( @@ -10669,7 +9603,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1065')] public function testAssertReturn1066(): void { $this->runAssertReturnCommand( @@ -10679,7 +9612,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1066')] public function testAssertReturn1067(): void { $this->runAssertReturnCommand( @@ -10689,7 +9621,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1067')] public function testAssertReturn1068(): void { $this->runAssertReturnCommand( @@ -10699,7 +9630,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1068')] public function testAssertReturn1069(): void { $this->runAssertReturnCommand( @@ -10709,7 +9639,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1069')] public function testAssertReturn1070(): void { $this->runAssertReturnCommand( @@ -10719,7 +9648,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1070')] public function testAssertReturn1071(): void { $this->runAssertReturnCommand( @@ -10729,7 +9657,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1071')] public function testAssertReturn1072(): void { $this->runAssertReturnCommand( @@ -10739,7 +9666,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1072')] public function testAssertReturn1073(): void { $this->runAssertReturnCommand( @@ -10749,7 +9675,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1073')] public function testAssertReturn1074(): void { $this->runAssertReturnCommand( @@ -10759,7 +9684,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1074')] public function testAssertReturn1075(): void { $this->runAssertReturnCommand( @@ -10769,7 +9693,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1075')] public function testAssertReturn1076(): void { $this->runAssertReturnCommand( @@ -10779,7 +9702,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1076')] public function testAssertReturn1077(): void { $this->runAssertReturnCommand( @@ -10789,7 +9711,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1077')] public function testAssertReturn1078(): void { $this->runAssertReturnCommand( @@ -10799,7 +9720,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1078')] public function testAssertReturn1079(): void { $this->runAssertReturnCommand( @@ -10809,7 +9729,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1079')] public function testAssertReturn1080(): void { $this->runAssertReturnCommand( @@ -10819,7 +9738,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1080')] public function testAssertReturn1081(): void { $this->runAssertReturnCommand( @@ -10829,7 +9747,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1081')] public function testAssertReturn1082(): void { $this->runAssertReturnCommand( @@ -10839,7 +9756,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1082')] public function testAssertReturn1083(): void { $this->runAssertReturnCommand( @@ -10849,7 +9765,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1083')] public function testAssertReturn1084(): void { $this->runAssertReturnCommand( @@ -10859,7 +9774,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1084')] public function testAssertReturn1085(): void { $this->runAssertReturnCommand( @@ -10869,7 +9783,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1085')] public function testAssertReturn1086(): void { $this->runAssertReturnCommand( @@ -10879,7 +9792,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1086')] public function testAssertReturn1087(): void { $this->runAssertReturnCommand( @@ -10889,7 +9801,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1087')] public function testAssertReturn1088(): void { $this->runAssertReturnCommand( @@ -10899,7 +9810,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1088')] public function testAssertReturn1089(): void { $this->runAssertReturnCommand( @@ -10909,7 +9819,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1089')] public function testAssertReturn1090(): void { $this->runAssertReturnCommand( @@ -10919,7 +9828,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1090')] public function testAssertReturn1091(): void { $this->runAssertReturnCommand( @@ -10929,7 +9837,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1091')] public function testAssertReturn1092(): void { $this->runAssertReturnCommand( @@ -10939,7 +9846,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1092')] public function testAssertReturn1093(): void { $this->runAssertReturnCommand( @@ -10949,7 +9855,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1093')] public function testAssertReturn1094(): void { $this->runAssertReturnCommand( @@ -10959,7 +9864,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1094')] public function testAssertReturn1095(): void { $this->runAssertReturnCommand( @@ -10969,7 +9873,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1095')] public function testAssertReturn1096(): void { $this->runAssertReturnCommand( @@ -10979,7 +9882,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1096')] public function testAssertReturn1097(): void { $this->runAssertReturnCommand( @@ -10989,7 +9891,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1097')] public function testAssertReturn1098(): void { $this->runAssertReturnCommand( @@ -10999,7 +9900,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1098')] public function testAssertReturn1099(): void { $this->runAssertReturnCommand( @@ -11009,7 +9909,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1099')] public function testAssertReturn1100(): void { $this->runAssertReturnCommand( @@ -11019,7 +9918,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1100')] public function testAssertReturn1101(): void { $this->runAssertReturnCommand( @@ -11029,7 +9927,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1101')] public function testAssertReturn1102(): void { $this->runAssertReturnCommand( @@ -11039,7 +9936,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1102')] public function testAssertReturn1103(): void { $this->runAssertReturnCommand( @@ -11049,7 +9945,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1103')] public function testAssertReturn1104(): void { $this->runAssertReturnCommand( @@ -11059,7 +9954,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1104')] public function testAssertReturn1105(): void { $this->runAssertReturnCommand( @@ -11069,7 +9963,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1105')] public function testAssertReturn1106(): void { $this->runAssertReturnCommand( @@ -11079,7 +9972,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1106')] public function testAssertReturn1107(): void { $this->runAssertReturnCommand( @@ -11089,7 +9981,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1107')] public function testAssertReturn1108(): void { $this->runAssertReturnCommand( @@ -11099,7 +9990,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1108')] public function testAssertReturn1109(): void { $this->runAssertReturnCommand( @@ -11109,7 +9999,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1109')] public function testAssertReturn1110(): void { $this->runAssertReturnCommand( @@ -11119,7 +10008,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1110')] public function testAssertReturn1111(): void { $this->runAssertReturnCommand( @@ -11129,7 +10017,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1111')] public function testAssertReturn1112(): void { $this->runAssertReturnCommand( @@ -11139,7 +10026,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1112')] public function testAssertReturn1113(): void { $this->runAssertReturnCommand( @@ -11149,7 +10035,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1113')] public function testAssertReturn1114(): void { $this->runAssertReturnCommand( @@ -11159,7 +10044,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1114')] public function testAssertReturn1115(): void { $this->runAssertReturnCommand( @@ -11169,7 +10053,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1115')] public function testAssertReturn1116(): void { $this->runAssertReturnCommand( @@ -11179,7 +10062,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1116')] public function testAssertReturn1117(): void { $this->runAssertReturnCommand( @@ -11189,7 +10071,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1117')] public function testAssertReturn1118(): void { $this->runAssertReturnCommand( @@ -11199,7 +10080,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1118')] public function testAssertReturn1119(): void { $this->runAssertReturnCommand( @@ -11209,7 +10089,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1119')] public function testAssertReturn1120(): void { $this->runAssertReturnCommand( @@ -11219,7 +10098,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1120')] public function testAssertReturn1121(): void { $this->runAssertReturnCommand( @@ -11229,7 +10107,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1121')] public function testAssertReturn1122(): void { $this->runAssertReturnCommand( @@ -11239,7 +10116,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1122')] public function testAssertReturn1123(): void { $this->runAssertReturnCommand( @@ -11249,7 +10125,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1123')] public function testAssertReturn1124(): void { $this->runAssertReturnCommand( @@ -11259,7 +10134,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1124')] public function testAssertReturn1125(): void { $this->runAssertReturnCommand( @@ -11269,7 +10143,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1125')] public function testAssertReturn1126(): void { $this->runAssertReturnCommand( @@ -11279,7 +10152,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1126')] public function testAssertReturn1127(): void { $this->runAssertReturnCommand( @@ -11289,7 +10161,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1127')] public function testAssertReturn1128(): void { $this->runAssertReturnCommand( @@ -11299,7 +10170,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1128')] public function testAssertReturn1129(): void { $this->runAssertReturnCommand( @@ -11309,7 +10179,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1129')] public function testAssertReturn1130(): void { $this->runAssertReturnCommand( @@ -11319,7 +10188,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1130')] public function testAssertReturn1131(): void { $this->runAssertReturnCommand( @@ -11329,7 +10197,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1131')] public function testAssertReturn1132(): void { $this->runAssertReturnCommand( @@ -11339,7 +10206,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1132')] public function testAssertReturn1133(): void { $this->runAssertReturnCommand( @@ -11349,7 +10215,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1133')] public function testAssertReturn1134(): void { $this->runAssertReturnCommand( @@ -11359,7 +10224,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1134')] public function testAssertReturn1135(): void { $this->runAssertReturnCommand( @@ -11369,7 +10233,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1135')] public function testAssertReturn1136(): void { $this->runAssertReturnCommand( @@ -11379,7 +10242,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1136')] public function testAssertReturn1137(): void { $this->runAssertReturnCommand( @@ -11389,7 +10251,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1137')] public function testAssertReturn1138(): void { $this->runAssertReturnCommand( @@ -11399,7 +10260,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1138')] public function testAssertReturn1139(): void { $this->runAssertReturnCommand( @@ -11409,7 +10269,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1139')] public function testAssertReturn1140(): void { $this->runAssertReturnCommand( @@ -11419,7 +10278,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1140')] public function testAssertReturn1141(): void { $this->runAssertReturnCommand( @@ -11429,7 +10287,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1141')] public function testAssertReturn1142(): void { $this->runAssertReturnCommand( @@ -11439,7 +10296,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1142')] public function testAssertReturn1143(): void { $this->runAssertReturnCommand( @@ -11449,7 +10305,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1143')] public function testAssertReturn1144(): void { $this->runAssertReturnCommand( @@ -11459,7 +10314,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1144')] public function testAssertReturn1145(): void { $this->runAssertReturnCommand( @@ -11469,7 +10323,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1145')] public function testAssertReturn1146(): void { $this->runAssertReturnCommand( @@ -11479,7 +10332,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1146')] public function testAssertReturn1147(): void { $this->runAssertReturnCommand( @@ -11489,7 +10341,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1147')] public function testAssertReturn1148(): void { $this->runAssertReturnCommand( @@ -11499,7 +10350,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1148')] public function testAssertReturn1149(): void { $this->runAssertReturnCommand( @@ -11509,7 +10359,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1149')] public function testAssertReturn1150(): void { $this->runAssertReturnCommand( @@ -11519,7 +10368,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1150')] public function testAssertReturn1151(): void { $this->runAssertReturnCommand( @@ -11529,7 +10377,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1151')] public function testAssertReturn1152(): void { $this->runAssertReturnCommand( @@ -11539,7 +10386,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1152')] public function testAssertReturn1153(): void { $this->runAssertReturnCommand( @@ -11549,7 +10395,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1153')] public function testAssertReturn1154(): void { $this->runAssertReturnCommand( @@ -11559,7 +10404,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1154')] public function testAssertReturn1155(): void { $this->runAssertReturnCommand( @@ -11569,7 +10413,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1155')] public function testAssertReturn1156(): void { $this->runAssertReturnCommand( @@ -11579,7 +10422,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1156')] public function testAssertReturn1157(): void { $this->runAssertReturnCommand( @@ -11589,7 +10431,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1157')] public function testAssertReturn1158(): void { $this->runAssertReturnCommand( @@ -11599,7 +10440,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1158')] public function testAssertReturn1159(): void { $this->runAssertReturnCommand( @@ -11609,7 +10449,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1159')] public function testAssertReturn1160(): void { $this->runAssertReturnCommand( @@ -11619,7 +10458,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1160')] public function testAssertReturn1161(): void { $this->runAssertReturnCommand( @@ -11629,7 +10467,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1161')] public function testAssertReturn1162(): void { $this->runAssertReturnCommand( @@ -11639,7 +10476,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1162')] public function testAssertReturn1163(): void { $this->runAssertReturnCommand( @@ -11649,7 +10485,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1163')] public function testAssertReturn1164(): void { $this->runAssertReturnCommand( @@ -11659,7 +10494,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1164')] public function testAssertReturn1165(): void { $this->runAssertReturnCommand( @@ -11669,7 +10503,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1165')] public function testAssertReturn1166(): void { $this->runAssertReturnCommand( @@ -11679,7 +10512,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1166')] public function testAssertReturn1167(): void { $this->runAssertReturnCommand( @@ -11689,7 +10521,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1167')] public function testAssertReturn1168(): void { $this->runAssertReturnCommand( @@ -11699,7 +10530,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1168')] public function testAssertReturn1169(): void { $this->runAssertReturnCommand( @@ -11709,7 +10539,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1169')] public function testAssertReturn1170(): void { $this->runAssertReturnCommand( @@ -11719,7 +10548,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1170')] public function testAssertReturn1171(): void { $this->runAssertReturnCommand( @@ -11729,7 +10557,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1171')] public function testAssertReturn1172(): void { $this->runAssertReturnCommand( @@ -11739,7 +10566,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1172')] public function testAssertReturn1173(): void { $this->runAssertReturnCommand( @@ -11749,7 +10575,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1173')] public function testAssertReturn1174(): void { $this->runAssertReturnCommand( @@ -11759,7 +10584,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1174')] public function testAssertReturn1175(): void { $this->runAssertReturnCommand( @@ -11769,7 +10593,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1175')] public function testAssertReturn1176(): void { $this->runAssertReturnCommand( @@ -11779,7 +10602,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1176')] public function testAssertReturn1177(): void { $this->runAssertReturnCommand( @@ -11789,7 +10611,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1177')] public function testAssertReturn1178(): void { $this->runAssertReturnCommand( @@ -11799,7 +10620,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1178')] public function testAssertReturn1179(): void { $this->runAssertReturnCommand( @@ -11809,7 +10629,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1179')] public function testAssertReturn1180(): void { $this->runAssertReturnCommand( @@ -11819,7 +10638,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1180')] public function testAssertReturn1181(): void { $this->runAssertReturnCommand( @@ -11829,7 +10647,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1181')] public function testAssertReturn1182(): void { $this->runAssertReturnCommand( @@ -11839,7 +10656,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1182')] public function testAssertReturn1183(): void { $this->runAssertReturnCommand( @@ -11849,7 +10665,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1183')] public function testAssertReturn1184(): void { $this->runAssertReturnCommand( @@ -11859,7 +10674,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1184')] public function testAssertReturn1185(): void { $this->runAssertReturnCommand( @@ -11869,7 +10683,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1185')] public function testAssertReturn1186(): void { $this->runAssertReturnCommand( @@ -11879,7 +10692,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1186')] public function testAssertReturn1187(): void { $this->runAssertReturnCommand( @@ -11889,7 +10701,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1187')] public function testAssertReturn1188(): void { $this->runAssertReturnCommand( @@ -11899,7 +10710,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1188')] public function testAssertReturn1189(): void { $this->runAssertReturnCommand( @@ -11909,7 +10719,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1189')] public function testAssertReturn1190(): void { $this->runAssertReturnCommand( @@ -11919,7 +10728,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1190')] public function testAssertReturn1191(): void { $this->runAssertReturnCommand( @@ -11929,7 +10737,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1191')] public function testAssertReturn1192(): void { $this->runAssertReturnCommand( @@ -11939,7 +10746,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1192')] public function testAssertReturn1193(): void { $this->runAssertReturnCommand( @@ -11949,7 +10755,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1193')] public function testAssertReturn1194(): void { $this->runAssertReturnCommand( @@ -11959,7 +10764,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1194')] public function testAssertReturn1195(): void { $this->runAssertReturnCommand( @@ -11969,7 +10773,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1195')] public function testAssertReturn1196(): void { $this->runAssertReturnCommand( @@ -11979,7 +10782,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1196')] public function testAssertReturn1197(): void { $this->runAssertReturnCommand( @@ -11989,7 +10791,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1197')] public function testAssertReturn1198(): void { $this->runAssertReturnCommand( @@ -11999,7 +10800,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1198')] public function testAssertReturn1199(): void { $this->runAssertReturnCommand( @@ -12009,7 +10809,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1199')] public function testAssertReturn1200(): void { $this->runAssertReturnCommand( @@ -12019,7 +10818,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1200')] public function testAssertReturn1201(): void { $this->runAssertReturnCommand( @@ -12029,7 +10827,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1201')] public function testAssertReturn1202(): void { $this->runAssertReturnCommand( @@ -12039,7 +10836,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1202')] public function testAssertReturn1203(): void { $this->runAssertReturnCommand( @@ -12049,7 +10845,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1203')] public function testAssertReturn1204(): void { $this->runAssertReturnCommand( @@ -12059,7 +10854,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1204')] public function testAssertReturn1205(): void { $this->runAssertReturnCommand( @@ -12069,7 +10863,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1205')] public function testAssertReturn1206(): void { $this->runAssertReturnCommand( @@ -12079,7 +10872,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1206')] public function testAssertReturn1207(): void { $this->runAssertReturnCommand( @@ -12089,7 +10881,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1207')] public function testAssertReturn1208(): void { $this->runAssertReturnCommand( @@ -12099,7 +10890,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1208')] public function testAssertReturn1209(): void { $this->runAssertReturnCommand( @@ -12109,7 +10899,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1209')] public function testAssertReturn1210(): void { $this->runAssertReturnCommand( @@ -12119,7 +10908,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1210')] public function testAssertReturn1211(): void { $this->runAssertReturnCommand( @@ -12129,7 +10917,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1211')] public function testAssertReturn1212(): void { $this->runAssertReturnCommand( @@ -12139,7 +10926,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1212')] public function testAssertReturn1213(): void { $this->runAssertReturnCommand( @@ -12149,7 +10935,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1213')] public function testAssertReturn1214(): void { $this->runAssertReturnCommand( @@ -12159,7 +10944,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1214')] public function testAssertReturn1215(): void { $this->runAssertReturnCommand( @@ -12169,7 +10953,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1215')] public function testAssertReturn1216(): void { $this->runAssertReturnCommand( @@ -12179,7 +10962,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1216')] public function testAssertReturn1217(): void { $this->runAssertReturnCommand( @@ -12189,7 +10971,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1217')] public function testAssertReturn1218(): void { $this->runAssertReturnCommand( @@ -12199,7 +10980,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1218')] public function testAssertReturn1219(): void { $this->runAssertReturnCommand( @@ -12209,7 +10989,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1219')] public function testAssertReturn1220(): void { $this->runAssertReturnCommand( @@ -12219,7 +10998,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1220')] public function testAssertReturn1221(): void { $this->runAssertReturnCommand( @@ -12229,7 +11007,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1221')] public function testAssertReturn1222(): void { $this->runAssertReturnCommand( @@ -12239,7 +11016,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1222')] public function testAssertReturn1223(): void { $this->runAssertReturnCommand( @@ -12249,7 +11025,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1223')] public function testAssertReturn1224(): void { $this->runAssertReturnCommand( @@ -12259,7 +11034,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1224')] public function testAssertReturn1225(): void { $this->runAssertReturnCommand( @@ -12269,7 +11043,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1225')] public function testAssertReturn1226(): void { $this->runAssertReturnCommand( @@ -12279,7 +11052,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1226')] public function testAssertReturn1227(): void { $this->runAssertReturnCommand( @@ -12289,7 +11061,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1227')] public function testAssertReturn1228(): void { $this->runAssertReturnCommand( @@ -12299,7 +11070,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1228')] public function testAssertReturn1229(): void { $this->runAssertReturnCommand( @@ -12309,7 +11079,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1229')] public function testAssertReturn1230(): void { $this->runAssertReturnCommand( @@ -12319,7 +11088,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1230')] public function testAssertReturn1231(): void { $this->runAssertReturnCommand( @@ -12329,7 +11097,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1231')] public function testAssertReturn1232(): void { $this->runAssertReturnCommand( @@ -12339,7 +11106,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1232')] public function testAssertReturn1233(): void { $this->runAssertReturnCommand( @@ -12349,7 +11115,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1233')] public function testAssertReturn1234(): void { $this->runAssertReturnCommand( @@ -12359,7 +11124,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1234')] public function testAssertReturn1235(): void { $this->runAssertReturnCommand( @@ -12369,7 +11133,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1235')] public function testAssertReturn1236(): void { $this->runAssertReturnCommand( @@ -12379,7 +11142,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1236')] public function testAssertReturn1237(): void { $this->runAssertReturnCommand( @@ -12389,7 +11151,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1237')] public function testAssertReturn1238(): void { $this->runAssertReturnCommand( @@ -12399,7 +11160,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1238')] public function testAssertReturn1239(): void { $this->runAssertReturnCommand( @@ -12409,7 +11169,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1239')] public function testAssertReturn1240(): void { $this->runAssertReturnCommand( @@ -12419,7 +11178,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1240')] public function testAssertReturn1241(): void { $this->runAssertReturnCommand( @@ -12429,7 +11187,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1241')] public function testAssertReturn1242(): void { $this->runAssertReturnCommand( @@ -12439,7 +11196,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1242')] public function testAssertReturn1243(): void { $this->runAssertReturnCommand( @@ -12449,7 +11205,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1243')] public function testAssertReturn1244(): void { $this->runAssertReturnCommand( @@ -12459,7 +11214,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1244')] public function testAssertReturn1245(): void { $this->runAssertReturnCommand( @@ -12469,7 +11223,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1245')] public function testAssertReturn1246(): void { $this->runAssertReturnCommand( @@ -12479,7 +11232,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1246')] public function testAssertReturn1247(): void { $this->runAssertReturnCommand( @@ -12489,7 +11241,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1247')] public function testAssertReturn1248(): void { $this->runAssertReturnCommand( @@ -12499,7 +11250,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1248')] public function testAssertReturn1249(): void { $this->runAssertReturnCommand( @@ -12509,7 +11259,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1249')] public function testAssertReturn1250(): void { $this->runAssertReturnCommand( @@ -12519,7 +11268,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1250')] public function testAssertReturn1251(): void { $this->runAssertReturnCommand( @@ -12529,7 +11277,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1251')] public function testAssertReturn1252(): void { $this->runAssertReturnCommand( @@ -12539,7 +11286,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1252')] public function testAssertReturn1253(): void { $this->runAssertReturnCommand( @@ -12549,7 +11295,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1253')] public function testAssertReturn1254(): void { $this->runAssertReturnCommand( @@ -12559,7 +11304,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1254')] public function testAssertReturn1255(): void { $this->runAssertReturnCommand( @@ -12569,7 +11313,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1255')] public function testAssertReturn1256(): void { $this->runAssertReturnCommand( @@ -12579,7 +11322,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1256')] public function testAssertReturn1257(): void { $this->runAssertReturnCommand( @@ -12589,7 +11331,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1257')] public function testAssertReturn1258(): void { $this->runAssertReturnCommand( @@ -12599,7 +11340,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1258')] public function testAssertReturn1259(): void { $this->runAssertReturnCommand( @@ -12609,7 +11349,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1259')] public function testAssertReturn1260(): void { $this->runAssertReturnCommand( @@ -12619,7 +11358,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1260')] public function testAssertReturn1261(): void { $this->runAssertReturnCommand( @@ -12629,7 +11367,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1261')] public function testAssertReturn1262(): void { $this->runAssertReturnCommand( @@ -12639,7 +11376,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1262')] public function testAssertReturn1263(): void { $this->runAssertReturnCommand( @@ -12649,7 +11385,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1263')] public function testAssertReturn1264(): void { $this->runAssertReturnCommand( @@ -12659,7 +11394,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1264')] public function testAssertReturn1265(): void { $this->runAssertReturnCommand( @@ -12669,7 +11403,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1265')] public function testAssertReturn1266(): void { $this->runAssertReturnCommand( @@ -12679,7 +11412,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1266')] public function testAssertReturn1267(): void { $this->runAssertReturnCommand( @@ -12689,7 +11421,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1267')] public function testAssertReturn1268(): void { $this->runAssertReturnCommand( @@ -12699,7 +11430,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1268')] public function testAssertReturn1269(): void { $this->runAssertReturnCommand( @@ -12709,7 +11439,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1269')] public function testAssertReturn1270(): void { $this->runAssertReturnCommand( @@ -12719,7 +11448,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1270')] public function testAssertReturn1271(): void { $this->runAssertReturnCommand( @@ -12729,7 +11457,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1271')] public function testAssertReturn1272(): void { $this->runAssertReturnCommand( @@ -12739,7 +11466,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1272')] public function testAssertReturn1273(): void { $this->runAssertReturnCommand( @@ -12749,7 +11475,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1273')] public function testAssertReturn1274(): void { $this->runAssertReturnCommand( @@ -12759,7 +11484,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1274')] public function testAssertReturn1275(): void { $this->runAssertReturnCommand( @@ -12769,7 +11493,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1275')] public function testAssertReturn1276(): void { $this->runAssertReturnCommand( @@ -12779,7 +11502,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1276')] public function testAssertReturn1277(): void { $this->runAssertReturnCommand( @@ -12789,7 +11511,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1277')] public function testAssertReturn1278(): void { $this->runAssertReturnCommand( @@ -12799,7 +11520,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1278')] public function testAssertReturn1279(): void { $this->runAssertReturnCommand( @@ -12809,7 +11529,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1279')] public function testAssertReturn1280(): void { $this->runAssertReturnCommand( @@ -12819,7 +11538,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1280')] public function testAssertReturn1281(): void { $this->runAssertReturnCommand( @@ -12829,7 +11547,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1281')] public function testAssertReturn1282(): void { $this->runAssertReturnCommand( @@ -12839,7 +11556,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1282')] public function testAssertReturn1283(): void { $this->runAssertReturnCommand( @@ -12849,7 +11565,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1283')] public function testAssertReturn1284(): void { $this->runAssertReturnCommand( @@ -12859,7 +11574,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1284')] public function testAssertReturn1285(): void { $this->runAssertReturnCommand( @@ -12869,7 +11583,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1285')] public function testAssertReturn1286(): void { $this->runAssertReturnCommand( @@ -12879,7 +11592,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1286')] public function testAssertReturn1287(): void { $this->runAssertReturnCommand( @@ -12889,7 +11601,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1287')] public function testAssertReturn1288(): void { $this->runAssertReturnCommand( @@ -12899,7 +11610,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1288')] public function testAssertReturn1289(): void { $this->runAssertReturnCommand( @@ -12909,7 +11619,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1289')] public function testAssertReturn1290(): void { $this->runAssertReturnCommand( @@ -12919,7 +11628,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1290')] public function testAssertReturn1291(): void { $this->runAssertReturnCommand( @@ -12929,7 +11637,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1291')] public function testAssertReturn1292(): void { $this->runAssertReturnCommand( @@ -12939,7 +11646,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1292')] public function testAssertReturn1293(): void { $this->runAssertReturnCommand( @@ -12949,7 +11655,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1293')] public function testAssertReturn1294(): void { $this->runAssertReturnCommand( @@ -12959,7 +11664,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1294')] public function testAssertReturn1295(): void { $this->runAssertReturnCommand( @@ -12969,7 +11673,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1295')] public function testAssertReturn1296(): void { $this->runAssertReturnCommand( @@ -12979,7 +11682,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1296')] public function testAssertReturn1297(): void { $this->runAssertReturnCommand( @@ -12989,7 +11691,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1297')] public function testAssertReturn1298(): void { $this->runAssertReturnCommand( @@ -12999,7 +11700,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1298')] public function testAssertReturn1299(): void { $this->runAssertReturnCommand( @@ -13009,7 +11709,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1299')] public function testAssertReturn1300(): void { $this->runAssertReturnCommand( @@ -13019,7 +11718,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1300')] public function testAssertReturn1301(): void { $this->runAssertReturnCommand( @@ -13029,7 +11727,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1301')] public function testAssertReturn1302(): void { $this->runAssertReturnCommand( @@ -13039,7 +11736,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1302')] public function testAssertReturn1303(): void { $this->runAssertReturnCommand( @@ -13049,7 +11745,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1303')] public function testAssertReturn1304(): void { $this->runAssertReturnCommand( @@ -13059,7 +11754,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1304')] public function testAssertReturn1305(): void { $this->runAssertReturnCommand( @@ -13069,7 +11763,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1305')] public function testAssertReturn1306(): void { $this->runAssertReturnCommand( @@ -13079,7 +11772,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1306')] public function testAssertReturn1307(): void { $this->runAssertReturnCommand( @@ -13089,7 +11781,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1307')] public function testAssertReturn1308(): void { $this->runAssertReturnCommand( @@ -13099,7 +11790,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1308')] public function testAssertReturn1309(): void { $this->runAssertReturnCommand( @@ -13109,7 +11799,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1309')] public function testAssertReturn1310(): void { $this->runAssertReturnCommand( @@ -13119,7 +11808,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1310')] public function testAssertReturn1311(): void { $this->runAssertReturnCommand( @@ -13129,7 +11817,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1311')] public function testAssertReturn1312(): void { $this->runAssertReturnCommand( @@ -13139,7 +11826,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1312')] public function testAssertReturn1313(): void { $this->runAssertReturnCommand( @@ -13149,7 +11835,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1313')] public function testAssertReturn1314(): void { $this->runAssertReturnCommand( @@ -13159,7 +11844,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1314')] public function testAssertReturn1315(): void { $this->runAssertReturnCommand( @@ -13169,7 +11853,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1315')] public function testAssertReturn1316(): void { $this->runAssertReturnCommand( @@ -13179,7 +11862,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1316')] public function testAssertReturn1317(): void { $this->runAssertReturnCommand( @@ -13189,7 +11871,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1317')] public function testAssertReturn1318(): void { $this->runAssertReturnCommand( @@ -13199,7 +11880,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1318')] public function testAssertReturn1319(): void { $this->runAssertReturnCommand( @@ -13209,7 +11889,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1319')] public function testAssertReturn1320(): void { $this->runAssertReturnCommand( @@ -13219,7 +11898,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1320')] public function testAssertReturn1321(): void { $this->runAssertReturnCommand( @@ -13229,7 +11907,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1321')] public function testAssertReturn1322(): void { $this->runAssertReturnCommand( @@ -13239,7 +11916,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1322')] public function testAssertReturn1323(): void { $this->runAssertReturnCommand( @@ -13249,7 +11925,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1323')] public function testAssertReturn1324(): void { $this->runAssertReturnCommand( @@ -13259,7 +11934,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1324')] public function testAssertReturn1325(): void { $this->runAssertReturnCommand( @@ -13269,7 +11943,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1325')] public function testAssertReturn1326(): void { $this->runAssertReturnCommand( @@ -13279,7 +11952,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1326')] public function testAssertReturn1327(): void { $this->runAssertReturnCommand( @@ -13289,7 +11961,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1327')] public function testAssertReturn1328(): void { $this->runAssertReturnCommand( @@ -13299,7 +11970,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1328')] public function testAssertReturn1329(): void { $this->runAssertReturnCommand( @@ -13309,7 +11979,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1329')] public function testAssertReturn1330(): void { $this->runAssertReturnCommand( @@ -13319,7 +11988,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1330')] public function testAssertReturn1331(): void { $this->runAssertReturnCommand( @@ -13329,7 +11997,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1331')] public function testAssertReturn1332(): void { $this->runAssertReturnCommand( @@ -13339,7 +12006,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1332')] public function testAssertReturn1333(): void { $this->runAssertReturnCommand( @@ -13349,7 +12015,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1333')] public function testAssertReturn1334(): void { $this->runAssertReturnCommand( @@ -13359,7 +12024,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1334')] public function testAssertReturn1335(): void { $this->runAssertReturnCommand( @@ -13369,7 +12033,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1335')] public function testAssertReturn1336(): void { $this->runAssertReturnCommand( @@ -13379,7 +12042,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1336')] public function testAssertReturn1337(): void { $this->runAssertReturnCommand( @@ -13389,7 +12051,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1337')] public function testAssertReturn1338(): void { $this->runAssertReturnCommand( @@ -13399,7 +12060,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1338')] public function testAssertReturn1339(): void { $this->runAssertReturnCommand( @@ -13409,7 +12069,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1339')] public function testAssertReturn1340(): void { $this->runAssertReturnCommand( @@ -13419,7 +12078,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1340')] public function testAssertReturn1341(): void { $this->runAssertReturnCommand( @@ -13429,7 +12087,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1341')] public function testAssertReturn1342(): void { $this->runAssertReturnCommand( @@ -13439,7 +12096,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1342')] public function testAssertReturn1343(): void { $this->runAssertReturnCommand( @@ -13449,7 +12105,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1343')] public function testAssertReturn1344(): void { $this->runAssertReturnCommand( @@ -13459,7 +12114,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1344')] public function testAssertReturn1345(): void { $this->runAssertReturnCommand( @@ -13469,7 +12123,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1345')] public function testAssertReturn1346(): void { $this->runAssertReturnCommand( @@ -13479,7 +12132,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1346')] public function testAssertReturn1347(): void { $this->runAssertReturnCommand( @@ -13489,7 +12141,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1347')] public function testAssertReturn1348(): void { $this->runAssertReturnCommand( @@ -13499,7 +12150,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1348')] public function testAssertReturn1349(): void { $this->runAssertReturnCommand( @@ -13509,7 +12159,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1349')] public function testAssertReturn1350(): void { $this->runAssertReturnCommand( @@ -13519,7 +12168,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1350')] public function testAssertReturn1351(): void { $this->runAssertReturnCommand( @@ -13529,7 +12177,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1351')] public function testAssertReturn1352(): void { $this->runAssertReturnCommand( @@ -13539,7 +12186,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1352')] public function testAssertReturn1353(): void { $this->runAssertReturnCommand( @@ -13549,7 +12195,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1353')] public function testAssertReturn1354(): void { $this->runAssertReturnCommand( @@ -13559,7 +12204,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1354')] public function testAssertReturn1355(): void { $this->runAssertReturnCommand( @@ -13569,7 +12213,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1355')] public function testAssertReturn1356(): void { $this->runAssertReturnCommand( @@ -13579,7 +12222,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1356')] public function testAssertReturn1357(): void { $this->runAssertReturnCommand( @@ -13589,7 +12231,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1357')] public function testAssertReturn1358(): void { $this->runAssertReturnCommand( @@ -13599,7 +12240,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1358')] public function testAssertReturn1359(): void { $this->runAssertReturnCommand( @@ -13609,7 +12249,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1359')] public function testAssertReturn1360(): void { $this->runAssertReturnCommand( @@ -13619,7 +12258,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1360')] public function testAssertReturn1361(): void { $this->runAssertReturnCommand( @@ -13629,7 +12267,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1361')] public function testAssertReturn1362(): void { $this->runAssertReturnCommand( @@ -13639,7 +12276,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1362')] public function testAssertReturn1363(): void { $this->runAssertReturnCommand( @@ -13649,7 +12285,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1363')] public function testAssertReturn1364(): void { $this->runAssertReturnCommand( @@ -13659,7 +12294,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1364')] public function testAssertReturn1365(): void { $this->runAssertReturnCommand( @@ -13669,7 +12303,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1365')] public function testAssertReturn1366(): void { $this->runAssertReturnCommand( @@ -13679,7 +12312,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1366')] public function testAssertReturn1367(): void { $this->runAssertReturnCommand( @@ -13689,7 +12321,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1367')] public function testAssertReturn1368(): void { $this->runAssertReturnCommand( @@ -13699,7 +12330,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1368')] public function testAssertReturn1369(): void { $this->runAssertReturnCommand( @@ -13709,7 +12339,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1369')] public function testAssertReturn1370(): void { $this->runAssertReturnCommand( @@ -13719,7 +12348,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1370')] public function testAssertReturn1371(): void { $this->runAssertReturnCommand( @@ -13729,7 +12357,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1371')] public function testAssertReturn1372(): void { $this->runAssertReturnCommand( @@ -13739,7 +12366,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1372')] public function testAssertReturn1373(): void { $this->runAssertReturnCommand( @@ -13749,7 +12375,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1373')] public function testAssertReturn1374(): void { $this->runAssertReturnCommand( @@ -13759,7 +12384,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1374')] public function testAssertReturn1375(): void { $this->runAssertReturnCommand( @@ -13769,7 +12393,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1375')] public function testAssertReturn1376(): void { $this->runAssertReturnCommand( @@ -13779,7 +12402,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1376')] public function testAssertReturn1377(): void { $this->runAssertReturnCommand( @@ -13789,7 +12411,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1377')] public function testAssertReturn1378(): void { $this->runAssertReturnCommand( @@ -13799,7 +12420,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1378')] public function testAssertReturn1379(): void { $this->runAssertReturnCommand( @@ -13809,7 +12429,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1379')] public function testAssertReturn1380(): void { $this->runAssertReturnCommand( @@ -13819,7 +12438,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1380')] public function testAssertReturn1381(): void { $this->runAssertReturnCommand( @@ -13829,7 +12447,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1381')] public function testAssertReturn1382(): void { $this->runAssertReturnCommand( @@ -13839,7 +12456,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1382')] public function testAssertReturn1383(): void { $this->runAssertReturnCommand( @@ -13849,7 +12465,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1383')] public function testAssertReturn1384(): void { $this->runAssertReturnCommand( @@ -13859,7 +12474,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1384')] public function testAssertReturn1385(): void { $this->runAssertReturnCommand( @@ -13869,7 +12483,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1385')] public function testAssertReturn1386(): void { $this->runAssertReturnCommand( @@ -13879,7 +12492,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1386')] public function testAssertReturn1387(): void { $this->runAssertReturnCommand( @@ -13889,7 +12501,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1387')] public function testAssertReturn1388(): void { $this->runAssertReturnCommand( @@ -13899,7 +12510,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1388')] public function testAssertReturn1389(): void { $this->runAssertReturnCommand( @@ -13909,7 +12519,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1389')] public function testAssertReturn1390(): void { $this->runAssertReturnCommand( @@ -13919,7 +12528,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1390')] public function testAssertReturn1391(): void { $this->runAssertReturnCommand( @@ -13929,7 +12537,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1391')] public function testAssertReturn1392(): void { $this->runAssertReturnCommand( @@ -13939,7 +12546,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1392')] public function testAssertReturn1393(): void { $this->runAssertReturnCommand( @@ -13949,7 +12555,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1393')] public function testAssertReturn1394(): void { $this->runAssertReturnCommand( @@ -13959,7 +12564,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1394')] public function testAssertReturn1395(): void { $this->runAssertReturnCommand( @@ -13969,7 +12573,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1395')] public function testAssertReturn1396(): void { $this->runAssertReturnCommand( @@ -13979,7 +12582,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1396')] public function testAssertReturn1397(): void { $this->runAssertReturnCommand( @@ -13989,7 +12591,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1397')] public function testAssertReturn1398(): void { $this->runAssertReturnCommand( @@ -13999,7 +12600,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1398')] public function testAssertReturn1399(): void { $this->runAssertReturnCommand( @@ -14009,7 +12609,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1399')] public function testAssertReturn1400(): void { $this->runAssertReturnCommand( @@ -14019,7 +12618,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1400')] public function testAssertReturn1401(): void { $this->runAssertReturnCommand( @@ -14029,7 +12627,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1401')] public function testAssertReturn1402(): void { $this->runAssertReturnCommand( @@ -14039,7 +12636,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1402')] public function testAssertReturn1403(): void { $this->runAssertReturnCommand( @@ -14049,7 +12645,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1403')] public function testAssertReturn1404(): void { $this->runAssertReturnCommand( @@ -14059,7 +12654,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1404')] public function testAssertReturn1405(): void { $this->runAssertReturnCommand( @@ -14069,7 +12663,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1405')] public function testAssertReturn1406(): void { $this->runAssertReturnCommand( @@ -14079,7 +12672,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1406')] public function testAssertReturn1407(): void { $this->runAssertReturnCommand( @@ -14089,7 +12681,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1407')] public function testAssertReturn1408(): void { $this->runAssertReturnCommand( @@ -14099,7 +12690,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1408')] public function testAssertReturn1409(): void { $this->runAssertReturnCommand( @@ -14109,7 +12699,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1409')] public function testAssertReturn1410(): void { $this->runAssertReturnCommand( @@ -14119,7 +12708,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1410')] public function testAssertReturn1411(): void { $this->runAssertReturnCommand( @@ -14129,7 +12717,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1411')] public function testAssertReturn1412(): void { $this->runAssertReturnCommand( @@ -14139,7 +12726,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1412')] public function testAssertReturn1413(): void { $this->runAssertReturnCommand( @@ -14149,7 +12735,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1413')] public function testAssertReturn1414(): void { $this->runAssertReturnCommand( @@ -14159,7 +12744,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1414')] public function testAssertReturn1415(): void { $this->runAssertReturnCommand( @@ -14169,7 +12753,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1415')] public function testAssertReturn1416(): void { $this->runAssertReturnCommand( @@ -14179,7 +12762,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1416')] public function testAssertReturn1417(): void { $this->runAssertReturnCommand( @@ -14189,7 +12771,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1417')] public function testAssertReturn1418(): void { $this->runAssertReturnCommand( @@ -14199,7 +12780,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1418')] public function testAssertReturn1419(): void { $this->runAssertReturnCommand( @@ -14209,7 +12789,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1419')] public function testAssertReturn1420(): void { $this->runAssertReturnCommand( @@ -14219,7 +12798,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1420')] public function testAssertReturn1421(): void { $this->runAssertReturnCommand( @@ -14229,7 +12807,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1421')] public function testAssertReturn1422(): void { $this->runAssertReturnCommand( @@ -14239,7 +12816,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1422')] public function testAssertReturn1423(): void { $this->runAssertReturnCommand( @@ -14249,7 +12825,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1423')] public function testAssertReturn1424(): void { $this->runAssertReturnCommand( @@ -14259,7 +12834,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1424')] public function testAssertReturn1425(): void { $this->runAssertReturnCommand( @@ -14269,7 +12843,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1425')] public function testAssertReturn1426(): void { $this->runAssertReturnCommand( @@ -14279,7 +12852,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1426')] public function testAssertReturn1427(): void { $this->runAssertReturnCommand( @@ -14289,7 +12861,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1427')] public function testAssertReturn1428(): void { $this->runAssertReturnCommand( @@ -14299,7 +12870,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1428')] public function testAssertReturn1429(): void { $this->runAssertReturnCommand( @@ -14309,7 +12879,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1429')] public function testAssertReturn1430(): void { $this->runAssertReturnCommand( @@ -14319,7 +12888,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1430')] public function testAssertReturn1431(): void { $this->runAssertReturnCommand( @@ -14329,7 +12897,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1431')] public function testAssertReturn1432(): void { $this->runAssertReturnCommand( @@ -14339,7 +12906,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1432')] public function testAssertReturn1433(): void { $this->runAssertReturnCommand( @@ -14349,7 +12915,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1433')] public function testAssertReturn1434(): void { $this->runAssertReturnCommand( @@ -14359,7 +12924,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1434')] public function testAssertReturn1435(): void { $this->runAssertReturnCommand( @@ -14369,7 +12933,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1435')] public function testAssertReturn1436(): void { $this->runAssertReturnCommand( @@ -14379,7 +12942,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1436')] public function testAssertReturn1437(): void { $this->runAssertReturnCommand( @@ -14389,7 +12951,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1437')] public function testAssertReturn1438(): void { $this->runAssertReturnCommand( @@ -14399,7 +12960,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1438')] public function testAssertReturn1439(): void { $this->runAssertReturnCommand( @@ -14409,7 +12969,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1439')] public function testAssertReturn1440(): void { $this->runAssertReturnCommand( @@ -14419,7 +12978,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1440')] public function testAssertReturn1441(): void { $this->runAssertReturnCommand( @@ -14429,7 +12987,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1441')] public function testAssertReturn1442(): void { $this->runAssertReturnCommand( @@ -14439,7 +12996,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1442')] public function testAssertReturn1443(): void { $this->runAssertReturnCommand( @@ -14449,7 +13005,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1443')] public function testAssertReturn1444(): void { $this->runAssertReturnCommand( @@ -14459,7 +13014,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1444')] public function testAssertReturn1445(): void { $this->runAssertReturnCommand( @@ -14469,7 +13023,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1445')] public function testAssertReturn1446(): void { $this->runAssertReturnCommand( @@ -14479,7 +13032,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1446')] public function testAssertReturn1447(): void { $this->runAssertReturnCommand( @@ -14489,7 +13041,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1447')] public function testAssertReturn1448(): void { $this->runAssertReturnCommand( @@ -14499,7 +13050,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1448')] public function testAssertReturn1449(): void { $this->runAssertReturnCommand( @@ -14509,7 +13059,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1449')] public function testAssertReturn1450(): void { $this->runAssertReturnCommand( @@ -14519,7 +13068,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1450')] public function testAssertReturn1451(): void { $this->runAssertReturnCommand( @@ -14529,7 +13077,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1451')] public function testAssertReturn1452(): void { $this->runAssertReturnCommand( @@ -14539,7 +13086,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1452')] public function testAssertReturn1453(): void { $this->runAssertReturnCommand( @@ -14549,7 +13095,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1453')] public function testAssertReturn1454(): void { $this->runAssertReturnCommand( @@ -14559,7 +13104,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1454')] public function testAssertReturn1455(): void { $this->runAssertReturnCommand( @@ -14569,7 +13113,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1455')] public function testAssertReturn1456(): void { $this->runAssertReturnCommand( @@ -14579,7 +13122,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1456')] public function testAssertReturn1457(): void { $this->runAssertReturnCommand( @@ -14589,7 +13131,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1457')] public function testAssertReturn1458(): void { $this->runAssertReturnCommand( @@ -14599,7 +13140,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1458')] public function testAssertReturn1459(): void { $this->runAssertReturnCommand( @@ -14609,7 +13149,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1459')] public function testAssertReturn1460(): void { $this->runAssertReturnCommand( @@ -14619,7 +13158,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1460')] public function testAssertReturn1461(): void { $this->runAssertReturnCommand( @@ -14629,7 +13167,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1461')] public function testAssertReturn1462(): void { $this->runAssertReturnCommand( @@ -14639,7 +13176,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1462')] public function testAssertReturn1463(): void { $this->runAssertReturnCommand( @@ -14649,7 +13185,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1463')] public function testAssertReturn1464(): void { $this->runAssertReturnCommand( @@ -14659,7 +13194,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1464')] public function testAssertReturn1465(): void { $this->runAssertReturnCommand( @@ -14669,7 +13203,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1465')] public function testAssertReturn1466(): void { $this->runAssertReturnCommand( @@ -14679,7 +13212,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1466')] public function testAssertReturn1467(): void { $this->runAssertReturnCommand( @@ -14689,7 +13221,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1467')] public function testAssertReturn1468(): void { $this->runAssertReturnCommand( @@ -14699,7 +13230,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1468')] public function testAssertReturn1469(): void { $this->runAssertReturnCommand( @@ -14709,7 +13239,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1469')] public function testAssertReturn1470(): void { $this->runAssertReturnCommand( @@ -14719,7 +13248,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1470')] public function testAssertReturn1471(): void { $this->runAssertReturnCommand( @@ -14729,7 +13257,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1471')] public function testAssertReturn1472(): void { $this->runAssertReturnCommand( @@ -14739,7 +13266,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1472')] public function testAssertReturn1473(): void { $this->runAssertReturnCommand( @@ -14749,7 +13275,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1473')] public function testAssertReturn1474(): void { $this->runAssertReturnCommand( @@ -14759,7 +13284,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1474')] public function testAssertReturn1475(): void { $this->runAssertReturnCommand( @@ -14769,7 +13293,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1475')] public function testAssertReturn1476(): void { $this->runAssertReturnCommand( @@ -14779,7 +13302,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1476')] public function testAssertReturn1477(): void { $this->runAssertReturnCommand( @@ -14789,7 +13311,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1477')] public function testAssertReturn1478(): void { $this->runAssertReturnCommand( @@ -14799,7 +13320,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1478')] public function testAssertReturn1479(): void { $this->runAssertReturnCommand( @@ -14809,7 +13329,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1479')] public function testAssertReturn1480(): void { $this->runAssertReturnCommand( @@ -14819,7 +13338,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1480')] public function testAssertReturn1481(): void { $this->runAssertReturnCommand( @@ -14829,7 +13347,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1481')] public function testAssertReturn1482(): void { $this->runAssertReturnCommand( @@ -14839,7 +13356,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1482')] public function testAssertReturn1483(): void { $this->runAssertReturnCommand( @@ -14849,7 +13365,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1483')] public function testAssertReturn1484(): void { $this->runAssertReturnCommand( @@ -14859,7 +13374,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1484')] public function testAssertReturn1485(): void { $this->runAssertReturnCommand( @@ -14869,7 +13383,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1485')] public function testAssertReturn1486(): void { $this->runAssertReturnCommand( @@ -14879,7 +13392,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1486')] public function testAssertReturn1487(): void { $this->runAssertReturnCommand( @@ -14889,7 +13401,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1487')] public function testAssertReturn1488(): void { $this->runAssertReturnCommand( @@ -14899,7 +13410,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1488')] public function testAssertReturn1489(): void { $this->runAssertReturnCommand( @@ -14909,7 +13419,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1489')] public function testAssertReturn1490(): void { $this->runAssertReturnCommand( @@ -14919,7 +13428,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1490')] public function testAssertReturn1491(): void { $this->runAssertReturnCommand( @@ -14929,7 +13437,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1491')] public function testAssertReturn1492(): void { $this->runAssertReturnCommand( @@ -14939,7 +13446,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1492')] public function testAssertReturn1493(): void { $this->runAssertReturnCommand( @@ -14949,7 +13455,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1493')] public function testAssertReturn1494(): void { $this->runAssertReturnCommand( @@ -14959,7 +13464,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1494')] public function testAssertReturn1495(): void { $this->runAssertReturnCommand( @@ -14969,7 +13473,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1495')] public function testAssertReturn1496(): void { $this->runAssertReturnCommand( @@ -14979,7 +13482,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1496')] public function testAssertReturn1497(): void { $this->runAssertReturnCommand( @@ -14989,7 +13491,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1497')] public function testAssertReturn1498(): void { $this->runAssertReturnCommand( @@ -14999,7 +13500,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1498')] public function testAssertReturn1499(): void { $this->runAssertReturnCommand( @@ -15009,7 +13509,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1499')] public function testAssertReturn1500(): void { $this->runAssertReturnCommand( @@ -15019,7 +13518,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1500')] public function testAssertReturn1501(): void { $this->runAssertReturnCommand( @@ -15029,7 +13527,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1501')] public function testAssertReturn1502(): void { $this->runAssertReturnCommand( @@ -15039,7 +13536,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1502')] public function testAssertReturn1503(): void { $this->runAssertReturnCommand( @@ -15049,7 +13545,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1503')] public function testAssertReturn1504(): void { $this->runAssertReturnCommand( @@ -15059,7 +13554,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1504')] public function testAssertReturn1505(): void { $this->runAssertReturnCommand( @@ -15069,7 +13563,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1505')] public function testAssertReturn1506(): void { $this->runAssertReturnCommand( @@ -15079,7 +13572,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1506')] public function testAssertReturn1507(): void { $this->runAssertReturnCommand( @@ -15089,7 +13581,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1507')] public function testAssertReturn1508(): void { $this->runAssertReturnCommand( @@ -15099,7 +13590,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1508')] public function testAssertReturn1509(): void { $this->runAssertReturnCommand( @@ -15109,7 +13599,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1509')] public function testAssertReturn1510(): void { $this->runAssertReturnCommand( @@ -15119,7 +13608,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1510')] public function testAssertReturn1511(): void { $this->runAssertReturnCommand( @@ -15129,7 +13617,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1511')] public function testAssertReturn1512(): void { $this->runAssertReturnCommand( @@ -15139,7 +13626,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1512')] public function testAssertReturn1513(): void { $this->runAssertReturnCommand( @@ -15149,7 +13635,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1513')] public function testAssertReturn1514(): void { $this->runAssertReturnCommand( @@ -15159,7 +13644,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1514')] public function testAssertReturn1515(): void { $this->runAssertReturnCommand( @@ -15169,7 +13653,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1515')] public function testAssertReturn1516(): void { $this->runAssertReturnCommand( @@ -15179,7 +13662,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1516')] public function testAssertReturn1517(): void { $this->runAssertReturnCommand( @@ -15189,7 +13671,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1517')] public function testAssertReturn1518(): void { $this->runAssertReturnCommand( @@ -15199,7 +13680,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1518')] public function testAssertReturn1519(): void { $this->runAssertReturnCommand( @@ -15209,7 +13689,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1519')] public function testAssertReturn1520(): void { $this->runAssertReturnCommand( @@ -15219,7 +13698,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1520')] public function testAssertReturn1521(): void { $this->runAssertReturnCommand( @@ -15229,7 +13707,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1521')] public function testAssertReturn1522(): void { $this->runAssertReturnCommand( @@ -15239,7 +13716,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1522')] public function testAssertReturn1523(): void { $this->runAssertReturnCommand( @@ -15249,7 +13725,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1523')] public function testAssertReturn1524(): void { $this->runAssertReturnCommand( @@ -15259,7 +13734,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1524')] public function testAssertReturn1525(): void { $this->runAssertReturnCommand( @@ -15269,7 +13743,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1525')] public function testAssertReturn1526(): void { $this->runAssertReturnCommand( @@ -15279,7 +13752,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1526')] public function testAssertReturn1527(): void { $this->runAssertReturnCommand( @@ -15289,7 +13761,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1527')] public function testAssertReturn1528(): void { $this->runAssertReturnCommand( @@ -15299,7 +13770,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1528')] public function testAssertReturn1529(): void { $this->runAssertReturnCommand( @@ -15309,7 +13779,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1529')] public function testAssertReturn1530(): void { $this->runAssertReturnCommand( @@ -15319,7 +13788,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1530')] public function testAssertReturn1531(): void { $this->runAssertReturnCommand( @@ -15329,7 +13797,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1531')] public function testAssertReturn1532(): void { $this->runAssertReturnCommand( @@ -15339,7 +13806,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1532')] public function testAssertReturn1533(): void { $this->runAssertReturnCommand( @@ -15349,7 +13815,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1533')] public function testAssertReturn1534(): void { $this->runAssertReturnCommand( @@ -15359,7 +13824,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1534')] public function testAssertReturn1535(): void { $this->runAssertReturnCommand( @@ -15369,7 +13833,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1535')] public function testAssertReturn1536(): void { $this->runAssertReturnCommand( @@ -15379,7 +13842,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1536')] public function testAssertReturn1537(): void { $this->runAssertReturnCommand( @@ -15389,7 +13851,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1537')] public function testAssertReturn1538(): void { $this->runAssertReturnCommand( @@ -15399,7 +13860,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1538')] public function testAssertReturn1539(): void { $this->runAssertReturnCommand( @@ -15409,7 +13869,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1539')] public function testAssertReturn1540(): void { $this->runAssertReturnCommand( @@ -15419,7 +13878,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1540')] public function testAssertReturn1541(): void { $this->runAssertReturnCommand( @@ -15429,7 +13887,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1541')] public function testAssertReturn1542(): void { $this->runAssertReturnCommand( @@ -15439,7 +13896,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1542')] public function testAssertReturn1543(): void { $this->runAssertReturnCommand( @@ -15449,7 +13905,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1543')] public function testAssertReturn1544(): void { $this->runAssertReturnCommand( @@ -15459,7 +13914,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1544')] public function testAssertReturn1545(): void { $this->runAssertReturnCommand( @@ -15469,7 +13923,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1545')] public function testAssertReturn1546(): void { $this->runAssertReturnCommand( @@ -15479,7 +13932,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1546')] public function testAssertReturn1547(): void { $this->runAssertReturnCommand( @@ -15489,7 +13941,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1547')] public function testAssertReturn1548(): void { $this->runAssertReturnCommand( @@ -15499,7 +13950,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1548')] public function testAssertReturn1549(): void { $this->runAssertReturnCommand( @@ -15509,7 +13959,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1549')] public function testAssertReturn1550(): void { $this->runAssertReturnCommand( @@ -15519,7 +13968,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1550')] public function testAssertReturn1551(): void { $this->runAssertReturnCommand( @@ -15529,7 +13977,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1551')] public function testAssertReturn1552(): void { $this->runAssertReturnCommand( @@ -15539,7 +13986,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1552')] public function testAssertReturn1553(): void { $this->runAssertReturnCommand( @@ -15549,7 +13995,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1553')] public function testAssertReturn1554(): void { $this->runAssertReturnCommand( @@ -15559,7 +14004,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1554')] public function testAssertReturn1555(): void { $this->runAssertReturnCommand( @@ -15569,7 +14013,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1555')] public function testAssertReturn1556(): void { $this->runAssertReturnCommand( @@ -15579,7 +14022,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1556')] public function testAssertReturn1557(): void { $this->runAssertReturnCommand( @@ -15589,7 +14031,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1557')] public function testAssertReturn1558(): void { $this->runAssertReturnCommand( @@ -15599,7 +14040,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1558')] public function testAssertReturn1559(): void { $this->runAssertReturnCommand( @@ -15609,7 +14049,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1559')] public function testAssertReturn1560(): void { $this->runAssertReturnCommand( @@ -15619,7 +14058,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1560')] public function testAssertReturn1561(): void { $this->runAssertReturnCommand( @@ -15629,7 +14067,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1561')] public function testAssertReturn1562(): void { $this->runAssertReturnCommand( @@ -15639,7 +14076,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1562')] public function testAssertReturn1563(): void { $this->runAssertReturnCommand( @@ -15649,7 +14085,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1563')] public function testAssertReturn1564(): void { $this->runAssertReturnCommand( @@ -15659,7 +14094,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1564')] public function testAssertReturn1565(): void { $this->runAssertReturnCommand( @@ -15669,7 +14103,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1565')] public function testAssertReturn1566(): void { $this->runAssertReturnCommand( @@ -15679,7 +14112,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1566')] public function testAssertReturn1567(): void { $this->runAssertReturnCommand( @@ -15689,7 +14121,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1567')] public function testAssertReturn1568(): void { $this->runAssertReturnCommand( @@ -15699,7 +14130,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1568')] public function testAssertReturn1569(): void { $this->runAssertReturnCommand( @@ -15709,7 +14139,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1569')] public function testAssertReturn1570(): void { $this->runAssertReturnCommand( @@ -15719,7 +14148,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1570')] public function testAssertReturn1571(): void { $this->runAssertReturnCommand( @@ -15729,7 +14157,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1571')] public function testAssertReturn1572(): void { $this->runAssertReturnCommand( @@ -15739,7 +14166,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1572')] public function testAssertReturn1573(): void { $this->runAssertReturnCommand( @@ -15749,7 +14175,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1573')] public function testAssertReturn1574(): void { $this->runAssertReturnCommand( @@ -15759,7 +14184,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1574')] public function testAssertReturn1575(): void { $this->runAssertReturnCommand( @@ -15769,7 +14193,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1575')] public function testAssertReturn1576(): void { $this->runAssertReturnCommand( @@ -15779,7 +14202,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1576')] public function testAssertReturn1577(): void { $this->runAssertReturnCommand( @@ -15789,7 +14211,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1577')] public function testAssertReturn1578(): void { $this->runAssertReturnCommand( @@ -15799,7 +14220,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1578')] public function testAssertReturn1579(): void { $this->runAssertReturnCommand( @@ -15809,7 +14229,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1579')] public function testAssertReturn1580(): void { $this->runAssertReturnCommand( @@ -15819,7 +14238,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1580')] public function testAssertReturn1581(): void { $this->runAssertReturnCommand( @@ -15829,7 +14247,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1581')] public function testAssertReturn1582(): void { $this->runAssertReturnCommand( @@ -15839,7 +14256,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1582')] public function testAssertReturn1583(): void { $this->runAssertReturnCommand( @@ -15849,7 +14265,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1583')] public function testAssertReturn1584(): void { $this->runAssertReturnCommand( @@ -15859,7 +14274,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1584')] public function testAssertReturn1585(): void { $this->runAssertReturnCommand( @@ -15869,7 +14283,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1585')] public function testAssertReturn1586(): void { $this->runAssertReturnCommand( @@ -15879,7 +14292,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1586')] public function testAssertReturn1587(): void { $this->runAssertReturnCommand( @@ -15889,7 +14301,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1587')] public function testAssertReturn1588(): void { $this->runAssertReturnCommand( @@ -15899,7 +14310,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1588')] public function testAssertReturn1589(): void { $this->runAssertReturnCommand( @@ -15909,7 +14319,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1589')] public function testAssertReturn1590(): void { $this->runAssertReturnCommand( @@ -15919,7 +14328,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1590')] public function testAssertReturn1591(): void { $this->runAssertReturnCommand( @@ -15929,7 +14337,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1591')] public function testAssertReturn1592(): void { $this->runAssertReturnCommand( @@ -15939,7 +14346,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1592')] public function testAssertReturn1593(): void { $this->runAssertReturnCommand( @@ -15949,7 +14355,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1593')] public function testAssertReturn1594(): void { $this->runAssertReturnCommand( @@ -15959,7 +14364,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1594')] public function testAssertReturn1595(): void { $this->runAssertReturnCommand( @@ -15969,7 +14373,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1595')] public function testAssertReturn1596(): void { $this->runAssertReturnCommand( @@ -15979,7 +14382,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1596')] public function testAssertReturn1597(): void { $this->runAssertReturnCommand( @@ -15989,7 +14391,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1597')] public function testAssertReturn1598(): void { $this->runAssertReturnCommand( @@ -15999,7 +14400,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1598')] public function testAssertReturn1599(): void { $this->runAssertReturnCommand( @@ -16009,7 +14409,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1599')] public function testAssertReturn1600(): void { $this->runAssertReturnCommand( @@ -16019,7 +14418,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1600')] public function testAssertReturn1601(): void { $this->runAssertReturnCommand( @@ -16029,7 +14427,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1601')] public function testAssertReturn1602(): void { $this->runAssertReturnCommand( @@ -16039,7 +14436,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1602')] public function testAssertReturn1603(): void { $this->runAssertReturnCommand( @@ -16049,7 +14445,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1603')] public function testAssertReturn1604(): void { $this->runAssertReturnCommand( @@ -16059,7 +14454,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1604')] public function testAssertReturn1605(): void { $this->runAssertReturnCommand( @@ -16069,7 +14463,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1605')] public function testAssertReturn1606(): void { $this->runAssertReturnCommand( @@ -16079,7 +14472,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1606')] public function testAssertReturn1607(): void { $this->runAssertReturnCommand( @@ -16089,7 +14481,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1607')] public function testAssertReturn1608(): void { $this->runAssertReturnCommand( @@ -16099,7 +14490,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1608')] public function testAssertReturn1609(): void { $this->runAssertReturnCommand( @@ -16109,7 +14499,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1609')] public function testAssertReturn1610(): void { $this->runAssertReturnCommand( @@ -16119,7 +14508,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1610')] public function testAssertReturn1611(): void { $this->runAssertReturnCommand( @@ -16129,7 +14517,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1611')] public function testAssertReturn1612(): void { $this->runAssertReturnCommand( @@ -16139,7 +14526,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1612')] public function testAssertReturn1613(): void { $this->runAssertReturnCommand( @@ -16149,7 +14535,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1613')] public function testAssertReturn1614(): void { $this->runAssertReturnCommand( @@ -16159,7 +14544,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1614')] public function testAssertReturn1615(): void { $this->runAssertReturnCommand( @@ -16169,7 +14553,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1615')] public function testAssertReturn1616(): void { $this->runAssertReturnCommand( @@ -16179,7 +14562,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1616')] public function testAssertReturn1617(): void { $this->runAssertReturnCommand( @@ -16189,7 +14571,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1617')] public function testAssertReturn1618(): void { $this->runAssertReturnCommand( @@ -16199,7 +14580,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1618')] public function testAssertReturn1619(): void { $this->runAssertReturnCommand( @@ -16209,7 +14589,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1619')] public function testAssertReturn1620(): void { $this->runAssertReturnCommand( @@ -16219,7 +14598,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1620')] public function testAssertReturn1621(): void { $this->runAssertReturnCommand( @@ -16229,7 +14607,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1621')] public function testAssertReturn1622(): void { $this->runAssertReturnCommand( @@ -16239,7 +14616,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1622')] public function testAssertReturn1623(): void { $this->runAssertReturnCommand( @@ -16249,7 +14625,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1623')] public function testAssertReturn1624(): void { $this->runAssertReturnCommand( @@ -16259,7 +14634,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1624')] public function testAssertReturn1625(): void { $this->runAssertReturnCommand( @@ -16269,7 +14643,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1625')] public function testAssertReturn1626(): void { $this->runAssertReturnCommand( @@ -16279,7 +14652,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1626')] public function testAssertReturn1627(): void { $this->runAssertReturnCommand( @@ -16289,7 +14661,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1627')] public function testAssertReturn1628(): void { $this->runAssertReturnCommand( @@ -16299,7 +14670,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1628')] public function testAssertReturn1629(): void { $this->runAssertReturnCommand( @@ -16309,7 +14679,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1629')] public function testAssertReturn1630(): void { $this->runAssertReturnCommand( @@ -16319,7 +14688,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1630')] public function testAssertReturn1631(): void { $this->runAssertReturnCommand( @@ -16329,7 +14697,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1631')] public function testAssertReturn1632(): void { $this->runAssertReturnCommand( @@ -16339,7 +14706,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1632')] public function testAssertReturn1633(): void { $this->runAssertReturnCommand( @@ -16349,7 +14715,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1633')] public function testAssertReturn1634(): void { $this->runAssertReturnCommand( @@ -16359,7 +14724,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1634')] public function testAssertReturn1635(): void { $this->runAssertReturnCommand( @@ -16369,7 +14733,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1635')] public function testAssertReturn1636(): void { $this->runAssertReturnCommand( @@ -16379,7 +14742,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1636')] public function testAssertReturn1637(): void { $this->runAssertReturnCommand( @@ -16389,7 +14751,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1637')] public function testAssertReturn1638(): void { $this->runAssertReturnCommand( @@ -16399,7 +14760,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1638')] public function testAssertReturn1639(): void { $this->runAssertReturnCommand( @@ -16409,7 +14769,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1639')] public function testAssertReturn1640(): void { $this->runAssertReturnCommand( @@ -16419,7 +14778,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1640')] public function testAssertReturn1641(): void { $this->runAssertReturnCommand( @@ -16429,7 +14787,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1641')] public function testAssertReturn1642(): void { $this->runAssertReturnCommand( @@ -16439,7 +14796,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1642')] public function testAssertReturn1643(): void { $this->runAssertReturnCommand( @@ -16449,7 +14805,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1643')] public function testAssertReturn1644(): void { $this->runAssertReturnCommand( @@ -16459,7 +14814,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1644')] public function testAssertReturn1645(): void { $this->runAssertReturnCommand( @@ -16469,7 +14823,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1645')] public function testAssertReturn1646(): void { $this->runAssertReturnCommand( @@ -16479,7 +14832,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1646')] public function testAssertReturn1647(): void { $this->runAssertReturnCommand( @@ -16489,7 +14841,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1647')] public function testAssertReturn1648(): void { $this->runAssertReturnCommand( @@ -16499,7 +14850,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1648')] public function testAssertReturn1649(): void { $this->runAssertReturnCommand( @@ -16509,7 +14859,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1649')] public function testAssertReturn1650(): void { $this->runAssertReturnCommand( @@ -16519,7 +14868,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1650')] public function testAssertReturn1651(): void { $this->runAssertReturnCommand( @@ -16529,7 +14877,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1651')] public function testAssertReturn1652(): void { $this->runAssertReturnCommand( @@ -16539,7 +14886,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1652')] public function testAssertReturn1653(): void { $this->runAssertReturnCommand( @@ -16549,7 +14895,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1653')] public function testAssertReturn1654(): void { $this->runAssertReturnCommand( @@ -16559,7 +14904,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1654')] public function testAssertReturn1655(): void { $this->runAssertReturnCommand( @@ -16569,7 +14913,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1655')] public function testAssertReturn1656(): void { $this->runAssertReturnCommand( @@ -16579,7 +14922,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1656')] public function testAssertReturn1657(): void { $this->runAssertReturnCommand( @@ -16589,7 +14931,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1657')] public function testAssertReturn1658(): void { $this->runAssertReturnCommand( @@ -16599,7 +14940,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1658')] public function testAssertReturn1659(): void { $this->runAssertReturnCommand( @@ -16609,7 +14949,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1659')] public function testAssertReturn1660(): void { $this->runAssertReturnCommand( @@ -16619,7 +14958,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1660')] public function testAssertReturn1661(): void { $this->runAssertReturnCommand( @@ -16629,7 +14967,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1661')] public function testAssertReturn1662(): void { $this->runAssertReturnCommand( @@ -16639,7 +14976,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1662')] public function testAssertReturn1663(): void { $this->runAssertReturnCommand( @@ -16649,7 +14985,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1663')] public function testAssertReturn1664(): void { $this->runAssertReturnCommand( @@ -16659,7 +14994,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1664')] public function testAssertReturn1665(): void { $this->runAssertReturnCommand( @@ -16669,7 +15003,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1665')] public function testAssertReturn1666(): void { $this->runAssertReturnCommand( @@ -16679,7 +15012,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1666')] public function testAssertReturn1667(): void { $this->runAssertReturnCommand( @@ -16689,7 +15021,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1667')] public function testAssertReturn1668(): void { $this->runAssertReturnCommand( @@ -16699,7 +15030,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1668')] public function testAssertReturn1669(): void { $this->runAssertReturnCommand( @@ -16709,7 +15039,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1669')] public function testAssertReturn1670(): void { $this->runAssertReturnCommand( @@ -16719,7 +15048,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1670')] public function testAssertReturn1671(): void { $this->runAssertReturnCommand( @@ -16729,7 +15057,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1671')] public function testAssertReturn1672(): void { $this->runAssertReturnCommand( @@ -16739,7 +15066,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1672')] public function testAssertReturn1673(): void { $this->runAssertReturnCommand( @@ -16749,7 +15075,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1673')] public function testAssertReturn1674(): void { $this->runAssertReturnCommand( @@ -16759,7 +15084,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1674')] public function testAssertReturn1675(): void { $this->runAssertReturnCommand( @@ -16769,7 +15093,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1675')] public function testAssertReturn1676(): void { $this->runAssertReturnCommand( @@ -16779,7 +15102,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1676')] public function testAssertReturn1677(): void { $this->runAssertReturnCommand( @@ -16789,7 +15111,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1677')] public function testAssertReturn1678(): void { $this->runAssertReturnCommand( @@ -16799,7 +15120,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1678')] public function testAssertReturn1679(): void { $this->runAssertReturnCommand( @@ -16809,7 +15129,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1679')] public function testAssertReturn1680(): void { $this->runAssertReturnCommand( @@ -16819,7 +15138,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1680')] public function testAssertReturn1681(): void { $this->runAssertReturnCommand( @@ -16829,7 +15147,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1681')] public function testAssertReturn1682(): void { $this->runAssertReturnCommand( @@ -16839,7 +15156,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1682')] public function testAssertReturn1683(): void { $this->runAssertReturnCommand( @@ -16849,7 +15165,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1683')] public function testAssertReturn1684(): void { $this->runAssertReturnCommand( @@ -16859,7 +15174,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1684')] public function testAssertReturn1685(): void { $this->runAssertReturnCommand( @@ -16869,7 +15183,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1685')] public function testAssertReturn1686(): void { $this->runAssertReturnCommand( @@ -16879,7 +15192,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1686')] public function testAssertReturn1687(): void { $this->runAssertReturnCommand( @@ -16889,7 +15201,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1687')] public function testAssertReturn1688(): void { $this->runAssertReturnCommand( @@ -16899,7 +15210,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1688')] public function testAssertReturn1689(): void { $this->runAssertReturnCommand( @@ -16909,7 +15219,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1689')] public function testAssertReturn1690(): void { $this->runAssertReturnCommand( @@ -16919,7 +15228,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1690')] public function testAssertReturn1691(): void { $this->runAssertReturnCommand( @@ -16929,7 +15237,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1691')] public function testAssertReturn1692(): void { $this->runAssertReturnCommand( @@ -16939,7 +15246,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1692')] public function testAssertReturn1693(): void { $this->runAssertReturnCommand( @@ -16949,7 +15255,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1693')] public function testAssertReturn1694(): void { $this->runAssertReturnCommand( @@ -16959,7 +15264,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1694')] public function testAssertReturn1695(): void { $this->runAssertReturnCommand( @@ -16969,7 +15273,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1695')] public function testAssertReturn1696(): void { $this->runAssertReturnCommand( @@ -16979,7 +15282,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1696')] public function testAssertReturn1697(): void { $this->runAssertReturnCommand( @@ -16989,7 +15291,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1697')] public function testAssertReturn1698(): void { $this->runAssertReturnCommand( @@ -16999,7 +15300,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1698')] public function testAssertReturn1699(): void { $this->runAssertReturnCommand( @@ -17009,7 +15309,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1699')] public function testAssertReturn1700(): void { $this->runAssertReturnCommand( @@ -17019,7 +15318,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1700')] public function testAssertReturn1701(): void { $this->runAssertReturnCommand( @@ -17029,7 +15327,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1701')] public function testAssertReturn1702(): void { $this->runAssertReturnCommand( @@ -17039,7 +15336,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1702')] public function testAssertReturn1703(): void { $this->runAssertReturnCommand( @@ -17049,7 +15345,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1703')] public function testAssertReturn1704(): void { $this->runAssertReturnCommand( @@ -17059,7 +15354,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1704')] public function testAssertReturn1705(): void { $this->runAssertReturnCommand( @@ -17069,7 +15363,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1705')] public function testAssertReturn1706(): void { $this->runAssertReturnCommand( @@ -17079,7 +15372,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1706')] public function testAssertReturn1707(): void { $this->runAssertReturnCommand( @@ -17089,7 +15381,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1707')] public function testAssertReturn1708(): void { $this->runAssertReturnCommand( @@ -17099,7 +15390,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1708')] public function testAssertReturn1709(): void { $this->runAssertReturnCommand( @@ -17109,7 +15399,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1709')] public function testAssertReturn1710(): void { $this->runAssertReturnCommand( @@ -17119,7 +15408,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1710')] public function testAssertReturn1711(): void { $this->runAssertReturnCommand( @@ -17129,7 +15417,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1711')] public function testAssertReturn1712(): void { $this->runAssertReturnCommand( @@ -17139,7 +15426,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1712')] public function testAssertReturn1713(): void { $this->runAssertReturnCommand( @@ -17149,7 +15435,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1713')] public function testAssertReturn1714(): void { $this->runAssertReturnCommand( @@ -17159,7 +15444,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1714')] public function testAssertReturn1715(): void { $this->runAssertReturnCommand( @@ -17169,7 +15453,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1715')] public function testAssertReturn1716(): void { $this->runAssertReturnCommand( @@ -17179,7 +15462,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1716')] public function testAssertReturn1717(): void { $this->runAssertReturnCommand( @@ -17189,7 +15471,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1717')] public function testAssertReturn1718(): void { $this->runAssertReturnCommand( @@ -17199,7 +15480,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1718')] public function testAssertReturn1719(): void { $this->runAssertReturnCommand( @@ -17209,7 +15489,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1719')] public function testAssertReturn1720(): void { $this->runAssertReturnCommand( @@ -17219,7 +15498,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1720')] public function testAssertReturn1721(): void { $this->runAssertReturnCommand( @@ -17229,7 +15507,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1721')] public function testAssertReturn1722(): void { $this->runAssertReturnCommand( @@ -17239,7 +15516,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1722')] public function testAssertReturn1723(): void { $this->runAssertReturnCommand( @@ -17249,7 +15525,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1723')] public function testAssertReturn1724(): void { $this->runAssertReturnCommand( @@ -17259,7 +15534,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1724')] public function testAssertReturn1725(): void { $this->runAssertReturnCommand( @@ -17269,7 +15543,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1725')] public function testAssertReturn1726(): void { $this->runAssertReturnCommand( @@ -17279,7 +15552,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1726')] public function testAssertReturn1727(): void { $this->runAssertReturnCommand( @@ -17289,7 +15561,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1727')] public function testAssertReturn1728(): void { $this->runAssertReturnCommand( @@ -17299,7 +15570,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1728')] public function testAssertReturn1729(): void { $this->runAssertReturnCommand( @@ -17309,7 +15579,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1729')] public function testAssertReturn1730(): void { $this->runAssertReturnCommand( @@ -17319,7 +15588,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1730')] public function testAssertReturn1731(): void { $this->runAssertReturnCommand( @@ -17329,7 +15597,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1731')] public function testAssertReturn1732(): void { $this->runAssertReturnCommand( @@ -17339,7 +15606,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1732')] public function testAssertReturn1733(): void { $this->runAssertReturnCommand( @@ -17349,7 +15615,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1733')] public function testAssertReturn1734(): void { $this->runAssertReturnCommand( @@ -17359,7 +15624,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1734')] public function testAssertReturn1735(): void { $this->runAssertReturnCommand( @@ -17369,7 +15633,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1735')] public function testAssertReturn1736(): void { $this->runAssertReturnCommand( @@ -17379,7 +15642,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1736')] public function testAssertReturn1737(): void { $this->runAssertReturnCommand( @@ -17389,7 +15651,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1737')] public function testAssertReturn1738(): void { $this->runAssertReturnCommand( @@ -17399,7 +15660,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1738')] public function testAssertReturn1739(): void { $this->runAssertReturnCommand( @@ -17409,7 +15669,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1739')] public function testAssertReturn1740(): void { $this->runAssertReturnCommand( @@ -17419,7 +15678,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1740')] public function testAssertReturn1741(): void { $this->runAssertReturnCommand( @@ -17429,7 +15687,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1741')] public function testAssertReturn1742(): void { $this->runAssertReturnCommand( @@ -17439,7 +15696,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1742')] public function testAssertReturn1743(): void { $this->runAssertReturnCommand( @@ -17449,7 +15705,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1743')] public function testAssertReturn1744(): void { $this->runAssertReturnCommand( @@ -17459,7 +15714,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1744')] public function testAssertReturn1745(): void { $this->runAssertReturnCommand( @@ -17469,7 +15723,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1745')] public function testAssertReturn1746(): void { $this->runAssertReturnCommand( @@ -17479,7 +15732,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1746')] public function testAssertReturn1747(): void { $this->runAssertReturnCommand( @@ -17489,7 +15741,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1747')] public function testAssertReturn1748(): void { $this->runAssertReturnCommand( @@ -17499,7 +15750,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1748')] public function testAssertReturn1749(): void { $this->runAssertReturnCommand( @@ -17509,7 +15759,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1749')] public function testAssertReturn1750(): void { $this->runAssertReturnCommand( @@ -17519,7 +15768,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1750')] public function testAssertReturn1751(): void { $this->runAssertReturnCommand( @@ -17529,7 +15777,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1751')] public function testAssertReturn1752(): void { $this->runAssertReturnCommand( @@ -17539,7 +15786,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1752')] public function testAssertReturn1753(): void { $this->runAssertReturnCommand( @@ -17549,7 +15795,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1753')] public function testAssertReturn1754(): void { $this->runAssertReturnCommand( @@ -17559,7 +15804,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1754')] public function testAssertReturn1755(): void { $this->runAssertReturnCommand( @@ -17569,7 +15813,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1755')] public function testAssertReturn1756(): void { $this->runAssertReturnCommand( @@ -17579,7 +15822,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1756')] public function testAssertReturn1757(): void { $this->runAssertReturnCommand( @@ -17589,7 +15831,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1757')] public function testAssertReturn1758(): void { $this->runAssertReturnCommand( @@ -17599,7 +15840,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1758')] public function testAssertReturn1759(): void { $this->runAssertReturnCommand( @@ -17609,7 +15849,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1759')] public function testAssertReturn1760(): void { $this->runAssertReturnCommand( @@ -17619,7 +15858,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1760')] public function testAssertReturn1761(): void { $this->runAssertReturnCommand( @@ -17629,7 +15867,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1761')] public function testAssertReturn1762(): void { $this->runAssertReturnCommand( @@ -17639,7 +15876,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1762')] public function testAssertReturn1763(): void { $this->runAssertReturnCommand( @@ -17649,7 +15885,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1763')] public function testAssertReturn1764(): void { $this->runAssertReturnCommand( @@ -17659,7 +15894,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1764')] public function testAssertReturn1765(): void { $this->runAssertReturnCommand( @@ -17669,7 +15903,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1765')] public function testAssertReturn1766(): void { $this->runAssertReturnCommand( @@ -17679,7 +15912,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1766')] public function testAssertReturn1767(): void { $this->runAssertReturnCommand( @@ -17689,7 +15921,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1767')] public function testAssertReturn1768(): void { $this->runAssertReturnCommand( @@ -17699,7 +15930,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1768')] public function testAssertReturn1769(): void { $this->runAssertReturnCommand( @@ -17709,7 +15939,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1769')] public function testAssertReturn1770(): void { $this->runAssertReturnCommand( @@ -17719,7 +15948,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1770')] public function testAssertReturn1771(): void { $this->runAssertReturnCommand( @@ -17729,7 +15957,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1771')] public function testAssertReturn1772(): void { $this->runAssertReturnCommand( @@ -17739,7 +15966,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1772')] public function testAssertReturn1773(): void { $this->runAssertReturnCommand( @@ -17749,7 +15975,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1773')] public function testAssertReturn1774(): void { $this->runAssertReturnCommand( @@ -17759,7 +15984,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1774')] public function testAssertReturn1775(): void { $this->runAssertReturnCommand( @@ -17769,7 +15993,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1775')] public function testAssertReturn1776(): void { $this->runAssertReturnCommand( @@ -17779,7 +16002,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1776')] public function testAssertReturn1777(): void { $this->runAssertReturnCommand( @@ -17789,7 +16011,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1777')] public function testAssertReturn1778(): void { $this->runAssertReturnCommand( @@ -17799,7 +16020,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1778')] public function testAssertReturn1779(): void { $this->runAssertReturnCommand( @@ -17809,7 +16029,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1779')] public function testAssertReturn1780(): void { $this->runAssertReturnCommand( @@ -17819,7 +16038,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1780')] public function testAssertReturn1781(): void { $this->runAssertReturnCommand( @@ -17829,7 +16047,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1781')] public function testAssertReturn1782(): void { $this->runAssertReturnCommand( @@ -17839,7 +16056,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1782')] public function testAssertReturn1783(): void { $this->runAssertReturnCommand( @@ -17849,7 +16065,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1783')] public function testAssertReturn1784(): void { $this->runAssertReturnCommand( @@ -17859,7 +16074,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1784')] public function testAssertReturn1785(): void { $this->runAssertReturnCommand( @@ -17869,7 +16083,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1785')] public function testAssertReturn1786(): void { $this->runAssertReturnCommand( @@ -17879,7 +16092,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1786')] public function testAssertReturn1787(): void { $this->runAssertReturnCommand( @@ -17889,7 +16101,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1787')] public function testAssertReturn1788(): void { $this->runAssertReturnCommand( @@ -17899,7 +16110,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1788')] public function testAssertReturn1789(): void { $this->runAssertReturnCommand( @@ -17909,7 +16119,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1789')] public function testAssertReturn1790(): void { $this->runAssertReturnCommand( @@ -17919,7 +16128,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1790')] public function testAssertReturn1791(): void { $this->runAssertReturnCommand( @@ -17929,7 +16137,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1791')] public function testAssertReturn1792(): void { $this->runAssertReturnCommand( @@ -17939,7 +16146,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1792')] public function testAssertReturn1793(): void { $this->runAssertReturnCommand( @@ -17949,7 +16155,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1793')] public function testAssertReturn1794(): void { $this->runAssertReturnCommand( @@ -17959,7 +16164,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1794')] public function testAssertReturn1795(): void { $this->runAssertReturnCommand( @@ -17969,7 +16173,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1795')] public function testAssertReturn1796(): void { $this->runAssertReturnCommand( @@ -17979,7 +16182,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1796')] public function testAssertReturn1797(): void { $this->runAssertReturnCommand( @@ -17989,7 +16191,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1797')] public function testAssertReturn1798(): void { $this->runAssertReturnCommand( @@ -17999,7 +16200,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1798')] public function testAssertReturn1799(): void { $this->runAssertReturnCommand( @@ -18009,7 +16209,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1799')] public function testAssertReturn1800(): void { $this->runAssertReturnCommand( @@ -18019,7 +16218,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1800')] public function testAssertReturn1801(): void { $this->runAssertReturnCommand( @@ -18029,7 +16227,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1801')] public function testAssertReturn1802(): void { $this->runAssertReturnCommand( @@ -18039,7 +16236,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1802')] public function testAssertReturn1803(): void { $this->runAssertReturnCommand( @@ -18049,7 +16245,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1803')] public function testAssertReturn1804(): void { $this->runAssertReturnCommand( @@ -18059,7 +16254,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1804')] public function testAssertReturn1805(): void { $this->runAssertReturnCommand( @@ -18069,7 +16263,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1805')] public function testAssertReturn1806(): void { $this->runAssertReturnCommand( @@ -18079,7 +16272,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1806')] public function testAssertReturn1807(): void { $this->runAssertReturnCommand( @@ -18089,7 +16281,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1807')] public function testAssertReturn1808(): void { $this->runAssertReturnCommand( @@ -18099,7 +16290,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1808')] public function testAssertReturn1809(): void { $this->runAssertReturnCommand( @@ -18109,7 +16299,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1809')] public function testAssertReturn1810(): void { $this->runAssertReturnCommand( @@ -18119,7 +16308,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1810')] public function testAssertReturn1811(): void { $this->runAssertReturnCommand( @@ -18129,7 +16317,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1811')] public function testAssertReturn1812(): void { $this->runAssertReturnCommand( @@ -18139,7 +16326,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1812')] public function testAssertReturn1813(): void { $this->runAssertReturnCommand( @@ -18149,7 +16335,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1813')] public function testAssertReturn1814(): void { $this->runAssertReturnCommand( @@ -18159,7 +16344,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1814')] public function testAssertReturn1815(): void { $this->runAssertReturnCommand( @@ -18169,7 +16353,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1815')] public function testAssertReturn1816(): void { $this->runAssertReturnCommand( @@ -18179,7 +16362,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1816')] public function testAssertReturn1817(): void { $this->runAssertReturnCommand( @@ -18189,7 +16371,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1817')] public function testAssertReturn1818(): void { $this->runAssertReturnCommand( @@ -18199,7 +16380,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1818')] public function testAssertReturn1819(): void { $this->runAssertReturnCommand( @@ -18209,7 +16389,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1819')] public function testAssertReturn1820(): void { $this->runAssertReturnCommand( @@ -18219,7 +16398,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1820')] public function testAssertReturn1821(): void { $this->runAssertReturnCommand( @@ -18229,7 +16407,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1821')] public function testAssertReturn1822(): void { $this->runAssertReturnCommand( @@ -18239,7 +16416,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1822')] public function testAssertReturn1823(): void { $this->runAssertReturnCommand( @@ -18249,7 +16425,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1823')] public function testAssertReturn1824(): void { $this->runAssertReturnCommand( @@ -18259,7 +16434,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1824')] public function testAssertReturn1825(): void { $this->runAssertReturnCommand( @@ -18269,7 +16443,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1825')] public function testAssertReturn1826(): void { $this->runAssertReturnCommand( @@ -18279,7 +16452,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1826')] public function testAssertReturn1827(): void { $this->runAssertReturnCommand( @@ -18289,7 +16461,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1827')] public function testAssertReturn1828(): void { $this->runAssertReturnCommand( @@ -18299,7 +16470,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1828')] public function testAssertReturn1829(): void { $this->runAssertReturnCommand( @@ -18309,7 +16479,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1829')] public function testAssertReturn1830(): void { $this->runAssertReturnCommand( @@ -18319,7 +16488,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1830')] public function testAssertReturn1831(): void { $this->runAssertReturnCommand( @@ -18329,7 +16497,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1831')] public function testAssertReturn1832(): void { $this->runAssertReturnCommand( @@ -18339,7 +16506,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1832')] public function testAssertReturn1833(): void { $this->runAssertReturnCommand( @@ -18349,7 +16515,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1833')] public function testAssertReturn1834(): void { $this->runAssertReturnCommand( @@ -18359,7 +16524,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1834')] public function testAssertReturn1835(): void { $this->runAssertReturnCommand( @@ -18369,7 +16533,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1835')] public function testAssertReturn1836(): void { $this->runAssertReturnCommand( @@ -18379,7 +16542,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1836')] public function testAssertReturn1837(): void { $this->runAssertReturnCommand( @@ -18389,7 +16551,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1837')] public function testAssertReturn1838(): void { $this->runAssertReturnCommand( @@ -18399,7 +16560,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1838')] public function testAssertReturn1839(): void { $this->runAssertReturnCommand( @@ -18409,7 +16569,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1839')] public function testAssertReturn1840(): void { $this->runAssertReturnCommand( @@ -18419,7 +16578,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1840')] public function testAssertReturn1841(): void { $this->runAssertReturnCommand( @@ -18429,7 +16587,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1841')] public function testAssertReturn1842(): void { $this->runAssertReturnCommand( @@ -18439,7 +16596,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1842')] public function testAssertReturn1843(): void { $this->runAssertReturnCommand( @@ -18449,7 +16605,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1843')] public function testAssertReturn1844(): void { $this->runAssertReturnCommand( @@ -18459,7 +16614,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1844')] public function testAssertReturn1845(): void { $this->runAssertReturnCommand( @@ -18469,7 +16623,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1845')] public function testAssertReturn1846(): void { $this->runAssertReturnCommand( @@ -18479,7 +16632,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1846')] public function testAssertReturn1847(): void { $this->runAssertReturnCommand( @@ -18489,7 +16641,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1847')] public function testAssertReturn1848(): void { $this->runAssertReturnCommand( @@ -18499,7 +16650,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1848')] public function testAssertReturn1849(): void { $this->runAssertReturnCommand( @@ -18509,7 +16659,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1849')] public function testAssertReturn1850(): void { $this->runAssertReturnCommand( @@ -18519,7 +16668,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1850')] public function testAssertReturn1851(): void { $this->runAssertReturnCommand( @@ -18529,7 +16677,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1851')] public function testAssertReturn1852(): void { $this->runAssertReturnCommand( @@ -18539,7 +16686,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1852')] public function testAssertReturn1853(): void { $this->runAssertReturnCommand( @@ -18549,7 +16695,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1853')] public function testAssertReturn1854(): void { $this->runAssertReturnCommand( @@ -18559,7 +16704,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1854')] public function testAssertReturn1855(): void { $this->runAssertReturnCommand( @@ -18569,7 +16713,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1855')] public function testAssertReturn1856(): void { $this->runAssertReturnCommand( @@ -18579,7 +16722,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1856')] public function testAssertReturn1857(): void { $this->runAssertReturnCommand( @@ -18589,7 +16731,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1857')] public function testAssertReturn1858(): void { $this->runAssertReturnCommand( @@ -18599,7 +16740,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1858')] public function testAssertReturn1859(): void { $this->runAssertReturnCommand( @@ -18609,7 +16749,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1859')] public function testAssertReturn1860(): void { $this->runAssertReturnCommand( @@ -18619,7 +16758,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1860')] public function testAssertReturn1861(): void { $this->runAssertReturnCommand( @@ -18629,7 +16767,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1861')] public function testAssertReturn1862(): void { $this->runAssertReturnCommand( @@ -18639,7 +16776,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1862')] public function testAssertReturn1863(): void { $this->runAssertReturnCommand( @@ -18649,7 +16785,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1863')] public function testAssertReturn1864(): void { $this->runAssertReturnCommand( @@ -18659,7 +16794,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1864')] public function testAssertReturn1865(): void { $this->runAssertReturnCommand( @@ -18669,7 +16803,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1865')] public function testAssertReturn1866(): void { $this->runAssertReturnCommand( @@ -18679,7 +16812,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1866')] public function testAssertReturn1867(): void { $this->runAssertReturnCommand( @@ -18689,7 +16821,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1867')] public function testAssertReturn1868(): void { $this->runAssertReturnCommand( @@ -18699,7 +16830,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1868')] public function testAssertReturn1869(): void { $this->runAssertReturnCommand( @@ -18709,7 +16839,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1869')] public function testAssertReturn1870(): void { $this->runAssertReturnCommand( @@ -18719,7 +16848,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1870')] public function testAssertReturn1871(): void { $this->runAssertReturnCommand( @@ -18729,7 +16857,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1871')] public function testAssertReturn1872(): void { $this->runAssertReturnCommand( @@ -18739,7 +16866,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1872')] public function testAssertReturn1873(): void { $this->runAssertReturnCommand( @@ -18749,7 +16875,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1873')] public function testAssertReturn1874(): void { $this->runAssertReturnCommand( @@ -18759,7 +16884,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1874')] public function testAssertReturn1875(): void { $this->runAssertReturnCommand( @@ -18769,7 +16893,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1875')] public function testAssertReturn1876(): void { $this->runAssertReturnCommand( @@ -18779,7 +16902,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1876')] public function testAssertReturn1877(): void { $this->runAssertReturnCommand( @@ -18789,7 +16911,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1877')] public function testAssertReturn1878(): void { $this->runAssertReturnCommand( @@ -18799,7 +16920,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1878')] public function testAssertReturn1879(): void { $this->runAssertReturnCommand( @@ -18809,7 +16929,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1879')] public function testAssertReturn1880(): void { $this->runAssertReturnCommand( @@ -18819,7 +16938,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1880')] public function testAssertReturn1881(): void { $this->runAssertReturnCommand( @@ -18829,7 +16947,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1881')] public function testAssertReturn1882(): void { $this->runAssertReturnCommand( @@ -18839,7 +16956,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1882')] public function testAssertReturn1883(): void { $this->runAssertReturnCommand( @@ -18849,7 +16965,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1883')] public function testAssertReturn1884(): void { $this->runAssertReturnCommand( @@ -18859,7 +16974,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1884')] public function testAssertReturn1885(): void { $this->runAssertReturnCommand( @@ -18869,7 +16983,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1885')] public function testAssertReturn1886(): void { $this->runAssertReturnCommand( @@ -18879,7 +16992,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1886')] public function testAssertReturn1887(): void { $this->runAssertReturnCommand( @@ -18889,7 +17001,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1887')] public function testAssertReturn1888(): void { $this->runAssertReturnCommand( @@ -18899,7 +17010,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1888')] public function testAssertReturn1889(): void { $this->runAssertReturnCommand( @@ -18909,7 +17019,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1889')] public function testAssertReturn1890(): void { $this->runAssertReturnCommand( @@ -18919,7 +17028,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1890')] public function testAssertReturn1891(): void { $this->runAssertReturnCommand( @@ -18929,7 +17037,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1891')] public function testAssertReturn1892(): void { $this->runAssertReturnCommand( @@ -18939,7 +17046,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1892')] public function testAssertReturn1893(): void { $this->runAssertReturnCommand( @@ -18949,7 +17055,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1893')] public function testAssertReturn1894(): void { $this->runAssertReturnCommand( @@ -18959,7 +17064,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1894')] public function testAssertReturn1895(): void { $this->runAssertReturnCommand( @@ -18969,7 +17073,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1895')] public function testAssertReturn1896(): void { $this->runAssertReturnCommand( @@ -18979,7 +17082,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1896')] public function testAssertReturn1897(): void { $this->runAssertReturnCommand( @@ -18989,7 +17091,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1897')] public function testAssertReturn1898(): void { $this->runAssertReturnCommand( @@ -18999,7 +17100,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1898')] public function testAssertReturn1899(): void { $this->runAssertReturnCommand( @@ -19009,7 +17109,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1899')] public function testAssertReturn1900(): void { $this->runAssertReturnCommand( @@ -19019,7 +17118,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1900')] public function testAssertReturn1901(): void { $this->runAssertReturnCommand( @@ -19029,7 +17127,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1901')] public function testAssertReturn1902(): void { $this->runAssertReturnCommand( @@ -19039,7 +17136,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1902')] public function testAssertReturn1903(): void { $this->runAssertReturnCommand( @@ -19049,7 +17145,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1903')] public function testAssertReturn1904(): void { $this->runAssertReturnCommand( @@ -19059,7 +17154,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1904')] public function testAssertReturn1905(): void { $this->runAssertReturnCommand( @@ -19069,7 +17163,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1905')] public function testAssertReturn1906(): void { $this->runAssertReturnCommand( @@ -19079,7 +17172,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1906')] public function testAssertReturn1907(): void { $this->runAssertReturnCommand( @@ -19089,7 +17181,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1907')] public function testAssertReturn1908(): void { $this->runAssertReturnCommand( @@ -19099,7 +17190,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1908')] public function testAssertReturn1909(): void { $this->runAssertReturnCommand( @@ -19109,7 +17199,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1909')] public function testAssertReturn1910(): void { $this->runAssertReturnCommand( @@ -19119,7 +17208,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1910')] public function testAssertReturn1911(): void { $this->runAssertReturnCommand( @@ -19129,7 +17217,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1911')] public function testAssertReturn1912(): void { $this->runAssertReturnCommand( @@ -19139,7 +17226,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1912')] public function testAssertReturn1913(): void { $this->runAssertReturnCommand( @@ -19149,7 +17235,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1913')] public function testAssertReturn1914(): void { $this->runAssertReturnCommand( @@ -19159,7 +17244,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1914')] public function testAssertReturn1915(): void { $this->runAssertReturnCommand( @@ -19169,7 +17253,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1915')] public function testAssertReturn1916(): void { $this->runAssertReturnCommand( @@ -19179,7 +17262,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1916')] public function testAssertReturn1917(): void { $this->runAssertReturnCommand( @@ -19189,7 +17271,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1917')] public function testAssertReturn1918(): void { $this->runAssertReturnCommand( @@ -19199,7 +17280,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1918')] public function testAssertReturn1919(): void { $this->runAssertReturnCommand( @@ -19209,7 +17289,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1919')] public function testAssertReturn1920(): void { $this->runAssertReturnCommand( @@ -19219,7 +17298,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1920')] public function testAssertReturn1921(): void { $this->runAssertReturnCommand( @@ -19229,7 +17307,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1921')] public function testAssertReturn1922(): void { $this->runAssertReturnCommand( @@ -19239,7 +17316,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1922')] public function testAssertReturn1923(): void { $this->runAssertReturnCommand( @@ -19249,7 +17325,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1923')] public function testAssertReturn1924(): void { $this->runAssertReturnCommand( @@ -19259,7 +17334,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1924')] public function testAssertReturn1925(): void { $this->runAssertReturnCommand( @@ -19269,7 +17343,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1925')] public function testAssertReturn1926(): void { $this->runAssertReturnCommand( @@ -19279,7 +17352,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1926')] public function testAssertReturn1927(): void { $this->runAssertReturnCommand( @@ -19289,7 +17361,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1927')] public function testAssertReturn1928(): void { $this->runAssertReturnCommand( @@ -19299,7 +17370,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1928')] public function testAssertReturn1929(): void { $this->runAssertReturnCommand( @@ -19309,7 +17379,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1929')] public function testAssertReturn1930(): void { $this->runAssertReturnCommand( @@ -19319,7 +17388,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1930')] public function testAssertReturn1931(): void { $this->runAssertReturnCommand( @@ -19329,7 +17397,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1931')] public function testAssertReturn1932(): void { $this->runAssertReturnCommand( @@ -19339,7 +17406,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1932')] public function testAssertReturn1933(): void { $this->runAssertReturnCommand( @@ -19349,7 +17415,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1933')] public function testAssertReturn1934(): void { $this->runAssertReturnCommand( @@ -19359,7 +17424,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1934')] public function testAssertReturn1935(): void { $this->runAssertReturnCommand( @@ -19369,7 +17433,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1935')] public function testAssertReturn1936(): void { $this->runAssertReturnCommand( @@ -19379,7 +17442,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1936')] public function testAssertReturn1937(): void { $this->runAssertReturnCommand( @@ -19389,7 +17451,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1937')] public function testAssertReturn1938(): void { $this->runAssertReturnCommand( @@ -19399,7 +17460,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1938')] public function testAssertReturn1939(): void { $this->runAssertReturnCommand( @@ -19409,7 +17469,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1939')] public function testAssertReturn1940(): void { $this->runAssertReturnCommand( @@ -19419,7 +17478,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1940')] public function testAssertReturn1941(): void { $this->runAssertReturnCommand( @@ -19429,7 +17487,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1941')] public function testAssertReturn1942(): void { $this->runAssertReturnCommand( @@ -19439,7 +17496,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1942')] public function testAssertReturn1943(): void { $this->runAssertReturnCommand( @@ -19449,7 +17505,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1943')] public function testAssertReturn1944(): void { $this->runAssertReturnCommand( @@ -19459,7 +17514,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1944')] public function testAssertReturn1945(): void { $this->runAssertReturnCommand( @@ -19469,7 +17523,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1945')] public function testAssertReturn1946(): void { $this->runAssertReturnCommand( @@ -19479,7 +17532,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1946')] public function testAssertReturn1947(): void { $this->runAssertReturnCommand( @@ -19489,7 +17541,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1947')] public function testAssertReturn1948(): void { $this->runAssertReturnCommand( @@ -19499,7 +17550,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1948')] public function testAssertReturn1949(): void { $this->runAssertReturnCommand( @@ -19509,7 +17559,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1949')] public function testAssertReturn1950(): void { $this->runAssertReturnCommand( @@ -19519,7 +17568,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1950')] public function testAssertReturn1951(): void { $this->runAssertReturnCommand( @@ -19529,7 +17577,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1951')] public function testAssertReturn1952(): void { $this->runAssertReturnCommand( @@ -19539,7 +17586,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1952')] public function testAssertReturn1953(): void { $this->runAssertReturnCommand( @@ -19549,7 +17595,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1953')] public function testAssertReturn1954(): void { $this->runAssertReturnCommand( @@ -19559,7 +17604,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1954')] public function testAssertReturn1955(): void { $this->runAssertReturnCommand( @@ -19569,7 +17613,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1955')] public function testAssertReturn1956(): void { $this->runAssertReturnCommand( @@ -19579,7 +17622,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1956')] public function testAssertReturn1957(): void { $this->runAssertReturnCommand( @@ -19589,7 +17631,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1957')] public function testAssertReturn1958(): void { $this->runAssertReturnCommand( @@ -19599,7 +17640,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1958')] public function testAssertReturn1959(): void { $this->runAssertReturnCommand( @@ -19609,7 +17649,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1959')] public function testAssertReturn1960(): void { $this->runAssertReturnCommand( @@ -19619,7 +17658,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1960')] public function testAssertReturn1961(): void { $this->runAssertReturnCommand( @@ -19629,7 +17667,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1961')] public function testAssertReturn1962(): void { $this->runAssertReturnCommand( @@ -19639,7 +17676,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1962')] public function testAssertReturn1963(): void { $this->runAssertReturnCommand( @@ -19649,7 +17685,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1963')] public function testAssertReturn1964(): void { $this->runAssertReturnCommand( @@ -19659,7 +17694,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1964')] public function testAssertReturn1965(): void { $this->runAssertReturnCommand( @@ -19669,7 +17703,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1965')] public function testAssertReturn1966(): void { $this->runAssertReturnCommand( @@ -19679,7 +17712,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1966')] public function testAssertReturn1967(): void { $this->runAssertReturnCommand( @@ -19689,7 +17721,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1967')] public function testAssertReturn1968(): void { $this->runAssertReturnCommand( @@ -19699,7 +17730,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1968')] public function testAssertReturn1969(): void { $this->runAssertReturnCommand( @@ -19709,7 +17739,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1969')] public function testAssertReturn1970(): void { $this->runAssertReturnCommand( @@ -19719,7 +17748,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1970')] public function testAssertReturn1971(): void { $this->runAssertReturnCommand( @@ -19729,7 +17757,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1971')] public function testAssertReturn1972(): void { $this->runAssertReturnCommand( @@ -19739,7 +17766,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1972')] public function testAssertReturn1973(): void { $this->runAssertReturnCommand( @@ -19749,7 +17775,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1973')] public function testAssertReturn1974(): void { $this->runAssertReturnCommand( @@ -19759,7 +17784,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1974')] public function testAssertReturn1975(): void { $this->runAssertReturnCommand( @@ -19769,7 +17793,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1975')] public function testAssertReturn1976(): void { $this->runAssertReturnCommand( @@ -19779,7 +17802,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1976')] public function testAssertReturn1977(): void { $this->runAssertReturnCommand( @@ -19789,7 +17811,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1977')] public function testAssertReturn1978(): void { $this->runAssertReturnCommand( @@ -19799,7 +17820,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1978')] public function testAssertReturn1979(): void { $this->runAssertReturnCommand( @@ -19809,7 +17829,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1979')] public function testAssertReturn1980(): void { $this->runAssertReturnCommand( @@ -19819,7 +17838,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1980')] public function testAssertReturn1981(): void { $this->runAssertReturnCommand( @@ -19829,7 +17847,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1981')] public function testAssertReturn1982(): void { $this->runAssertReturnCommand( @@ -19839,7 +17856,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1982')] public function testAssertReturn1983(): void { $this->runAssertReturnCommand( @@ -19849,7 +17865,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1983')] public function testAssertReturn1984(): void { $this->runAssertReturnCommand( @@ -19859,7 +17874,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1984')] public function testAssertReturn1985(): void { $this->runAssertReturnCommand( @@ -19869,7 +17883,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1985')] public function testAssertReturn1986(): void { $this->runAssertReturnCommand( @@ -19879,7 +17892,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1986')] public function testAssertReturn1987(): void { $this->runAssertReturnCommand( @@ -19889,7 +17901,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1987')] public function testAssertReturn1988(): void { $this->runAssertReturnCommand( @@ -19899,7 +17910,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1988')] public function testAssertReturn1989(): void { $this->runAssertReturnCommand( @@ -19909,7 +17919,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1989')] public function testAssertReturn1990(): void { $this->runAssertReturnCommand( @@ -19919,7 +17928,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1990')] public function testAssertReturn1991(): void { $this->runAssertReturnCommand( @@ -19929,7 +17937,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1991')] public function testAssertReturn1992(): void { $this->runAssertReturnCommand( @@ -19939,7 +17946,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1992')] public function testAssertReturn1993(): void { $this->runAssertReturnCommand( @@ -19949,7 +17955,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1993')] public function testAssertReturn1994(): void { $this->runAssertReturnCommand( @@ -19959,7 +17964,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1994')] public function testAssertReturn1995(): void { $this->runAssertReturnCommand( @@ -19969,7 +17973,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1995')] public function testAssertReturn1996(): void { $this->runAssertReturnCommand( @@ -19979,7 +17982,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1996')] public function testAssertReturn1997(): void { $this->runAssertReturnCommand( @@ -19989,7 +17991,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1997')] public function testAssertReturn1998(): void { $this->runAssertReturnCommand( @@ -19999,7 +18000,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1998')] public function testAssertReturn1999(): void { $this->runAssertReturnCommand( @@ -20009,7 +18009,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1999')] public function testAssertReturn2000(): void { $this->runAssertReturnCommand( @@ -20019,7 +18018,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2000')] public function testAssertReturn2001(): void { $this->runAssertReturnCommand( @@ -20029,7 +18027,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2001')] public function testAssertReturn2002(): void { $this->runAssertReturnCommand( @@ -20039,7 +18036,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2002')] public function testAssertReturn2003(): void { $this->runAssertReturnCommand( @@ -20049,7 +18045,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2003')] public function testAssertReturn2004(): void { $this->runAssertReturnCommand( @@ -20059,7 +18054,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2004')] public function testAssertReturn2005(): void { $this->runAssertReturnCommand( @@ -20069,7 +18063,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2005')] public function testAssertReturn2006(): void { $this->runAssertReturnCommand( @@ -20079,7 +18072,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2006')] public function testAssertReturn2007(): void { $this->runAssertReturnCommand( @@ -20089,7 +18081,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2007')] public function testAssertReturn2008(): void { $this->runAssertReturnCommand( @@ -20099,7 +18090,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2008')] public function testAssertReturn2009(): void { $this->runAssertReturnCommand( @@ -20109,7 +18099,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2009')] public function testAssertReturn2010(): void { $this->runAssertReturnCommand( @@ -20119,7 +18108,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2010')] public function testAssertReturn2011(): void { $this->runAssertReturnCommand( @@ -20129,7 +18117,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2011')] public function testAssertReturn2012(): void { $this->runAssertReturnCommand( @@ -20139,7 +18126,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2012')] public function testAssertReturn2013(): void { $this->runAssertReturnCommand( @@ -20149,7 +18135,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2013')] public function testAssertReturn2014(): void { $this->runAssertReturnCommand( @@ -20159,7 +18144,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2014')] public function testAssertReturn2015(): void { $this->runAssertReturnCommand( @@ -20169,7 +18153,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2015')] public function testAssertReturn2016(): void { $this->runAssertReturnCommand( @@ -20179,7 +18162,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2016')] public function testAssertReturn2017(): void { $this->runAssertReturnCommand( @@ -20189,7 +18171,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2017')] public function testAssertReturn2018(): void { $this->runAssertReturnCommand( @@ -20199,7 +18180,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2018')] public function testAssertReturn2019(): void { $this->runAssertReturnCommand( @@ -20209,7 +18189,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2019')] public function testAssertReturn2020(): void { $this->runAssertReturnCommand( @@ -20219,7 +18198,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2020')] public function testAssertReturn2021(): void { $this->runAssertReturnCommand( @@ -20229,7 +18207,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2021')] public function testAssertReturn2022(): void { $this->runAssertReturnCommand( @@ -20239,7 +18216,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2022')] public function testAssertReturn2023(): void { $this->runAssertReturnCommand( @@ -20249,7 +18225,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2023')] public function testAssertReturn2024(): void { $this->runAssertReturnCommand( @@ -20259,7 +18234,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2024')] public function testAssertReturn2025(): void { $this->runAssertReturnCommand( @@ -20269,7 +18243,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2025')] public function testAssertReturn2026(): void { $this->runAssertReturnCommand( @@ -20279,7 +18252,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2026')] public function testAssertReturn2027(): void { $this->runAssertReturnCommand( @@ -20289,7 +18261,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2027')] public function testAssertReturn2028(): void { $this->runAssertReturnCommand( @@ -20299,7 +18270,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2028')] public function testAssertReturn2029(): void { $this->runAssertReturnCommand( @@ -20309,7 +18279,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2029')] public function testAssertReturn2030(): void { $this->runAssertReturnCommand( @@ -20319,7 +18288,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2030')] public function testAssertReturn2031(): void { $this->runAssertReturnCommand( @@ -20329,7 +18297,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2031')] public function testAssertReturn2032(): void { $this->runAssertReturnCommand( @@ -20339,7 +18306,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2032')] public function testAssertReturn2033(): void { $this->runAssertReturnCommand( @@ -20349,7 +18315,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2033')] public function testAssertReturn2034(): void { $this->runAssertReturnCommand( @@ -20359,7 +18324,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2034')] public function testAssertReturn2035(): void { $this->runAssertReturnCommand( @@ -20369,7 +18333,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2035')] public function testAssertReturn2036(): void { $this->runAssertReturnCommand( @@ -20379,7 +18342,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2036')] public function testAssertReturn2037(): void { $this->runAssertReturnCommand( @@ -20389,7 +18351,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2037')] public function testAssertReturn2038(): void { $this->runAssertReturnCommand( @@ -20399,7 +18360,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2038')] public function testAssertReturn2039(): void { $this->runAssertReturnCommand( @@ -20409,7 +18369,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2039')] public function testAssertReturn2040(): void { $this->runAssertReturnCommand( @@ -20419,7 +18378,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2040')] public function testAssertReturn2041(): void { $this->runAssertReturnCommand( @@ -20429,7 +18387,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2041')] public function testAssertReturn2042(): void { $this->runAssertReturnCommand( @@ -20439,7 +18396,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2042')] public function testAssertReturn2043(): void { $this->runAssertReturnCommand( @@ -20449,7 +18405,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2043')] public function testAssertReturn2044(): void { $this->runAssertReturnCommand( @@ -20459,7 +18414,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2044')] public function testAssertReturn2045(): void { $this->runAssertReturnCommand( @@ -20469,7 +18423,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2045')] public function testAssertReturn2046(): void { $this->runAssertReturnCommand( @@ -20479,7 +18432,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2046')] public function testAssertReturn2047(): void { $this->runAssertReturnCommand( @@ -20489,7 +18441,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2047')] public function testAssertReturn2048(): void { $this->runAssertReturnCommand( @@ -20499,7 +18450,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2048')] public function testAssertReturn2049(): void { $this->runAssertReturnCommand( @@ -20509,7 +18459,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2049')] public function testAssertReturn2050(): void { $this->runAssertReturnCommand( @@ -20519,7 +18468,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2050')] public function testAssertReturn2051(): void { $this->runAssertReturnCommand( @@ -20529,7 +18477,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2051')] public function testAssertReturn2052(): void { $this->runAssertReturnCommand( @@ -20539,7 +18486,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2052')] public function testAssertReturn2053(): void { $this->runAssertReturnCommand( @@ -20549,7 +18495,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2053')] public function testAssertReturn2054(): void { $this->runAssertReturnCommand( @@ -20559,7 +18504,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2054')] public function testAssertReturn2055(): void { $this->runAssertReturnCommand( @@ -20569,7 +18513,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2055')] public function testAssertReturn2056(): void { $this->runAssertReturnCommand( @@ -20579,7 +18522,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2056')] public function testAssertReturn2057(): void { $this->runAssertReturnCommand( @@ -20589,7 +18531,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2057')] public function testAssertReturn2058(): void { $this->runAssertReturnCommand( @@ -20599,7 +18540,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2058')] public function testAssertReturn2059(): void { $this->runAssertReturnCommand( @@ -20609,7 +18549,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2059')] public function testAssertReturn2060(): void { $this->runAssertReturnCommand( @@ -20619,7 +18558,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2060')] public function testAssertReturn2061(): void { $this->runAssertReturnCommand( @@ -20629,7 +18567,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2061')] public function testAssertReturn2062(): void { $this->runAssertReturnCommand( @@ -20639,7 +18576,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2062')] public function testAssertReturn2063(): void { $this->runAssertReturnCommand( @@ -20649,7 +18585,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2063')] public function testAssertReturn2064(): void { $this->runAssertReturnCommand( @@ -20659,7 +18594,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2064')] public function testAssertReturn2065(): void { $this->runAssertReturnCommand( @@ -20669,7 +18603,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2065')] public function testAssertReturn2066(): void { $this->runAssertReturnCommand( @@ -20679,7 +18612,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2066')] public function testAssertReturn2067(): void { $this->runAssertReturnCommand( @@ -20689,7 +18621,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2067')] public function testAssertReturn2068(): void { $this->runAssertReturnCommand( @@ -20699,7 +18630,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2068')] public function testAssertReturn2069(): void { $this->runAssertReturnCommand( @@ -20709,7 +18639,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2069')] public function testAssertReturn2070(): void { $this->runAssertReturnCommand( @@ -20719,7 +18648,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2070')] public function testAssertReturn2071(): void { $this->runAssertReturnCommand( @@ -20729,7 +18657,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2071')] public function testAssertReturn2072(): void { $this->runAssertReturnCommand( @@ -20739,7 +18666,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2072')] public function testAssertReturn2073(): void { $this->runAssertReturnCommand( @@ -20749,7 +18675,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2073')] public function testAssertReturn2074(): void { $this->runAssertReturnCommand( @@ -20759,7 +18684,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2074')] public function testAssertReturn2075(): void { $this->runAssertReturnCommand( @@ -20769,7 +18693,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2075')] public function testAssertReturn2076(): void { $this->runAssertReturnCommand( @@ -20779,7 +18702,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2076')] public function testAssertReturn2077(): void { $this->runAssertReturnCommand( @@ -20789,7 +18711,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2077')] public function testAssertReturn2078(): void { $this->runAssertReturnCommand( @@ -20799,7 +18720,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2078')] public function testAssertReturn2079(): void { $this->runAssertReturnCommand( @@ -20809,7 +18729,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2079')] public function testAssertReturn2080(): void { $this->runAssertReturnCommand( @@ -20819,7 +18738,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2080')] public function testAssertReturn2081(): void { $this->runAssertReturnCommand( @@ -20829,7 +18747,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2081')] public function testAssertReturn2082(): void { $this->runAssertReturnCommand( @@ -20839,7 +18756,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2082')] public function testAssertReturn2083(): void { $this->runAssertReturnCommand( @@ -20849,7 +18765,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2083')] public function testAssertReturn2084(): void { $this->runAssertReturnCommand( @@ -20859,7 +18774,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2084')] public function testAssertReturn2085(): void { $this->runAssertReturnCommand( @@ -20869,7 +18783,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2085')] public function testAssertReturn2086(): void { $this->runAssertReturnCommand( @@ -20879,7 +18792,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2086')] public function testAssertReturn2087(): void { $this->runAssertReturnCommand( @@ -20889,7 +18801,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2087')] public function testAssertReturn2088(): void { $this->runAssertReturnCommand( @@ -20899,7 +18810,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2088')] public function testAssertReturn2089(): void { $this->runAssertReturnCommand( @@ -20909,7 +18819,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2089')] public function testAssertReturn2090(): void { $this->runAssertReturnCommand( @@ -20919,7 +18828,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2090')] public function testAssertReturn2091(): void { $this->runAssertReturnCommand( @@ -20929,7 +18837,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2091')] public function testAssertReturn2092(): void { $this->runAssertReturnCommand( @@ -20939,7 +18846,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2092')] public function testAssertReturn2093(): void { $this->runAssertReturnCommand( @@ -20949,7 +18855,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2093')] public function testAssertReturn2094(): void { $this->runAssertReturnCommand( @@ -20959,7 +18864,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2094')] public function testAssertReturn2095(): void { $this->runAssertReturnCommand( @@ -20969,7 +18873,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2095')] public function testAssertReturn2096(): void { $this->runAssertReturnCommand( @@ -20979,7 +18882,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2096')] public function testAssertReturn2097(): void { $this->runAssertReturnCommand( @@ -20989,7 +18891,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2097')] public function testAssertReturn2098(): void { $this->runAssertReturnCommand( @@ -20999,7 +18900,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2098')] public function testAssertReturn2099(): void { $this->runAssertReturnCommand( @@ -21009,7 +18909,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2099')] public function testAssertReturn2100(): void { $this->runAssertReturnCommand( @@ -21019,7 +18918,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2100')] public function testAssertReturn2101(): void { $this->runAssertReturnCommand( @@ -21029,7 +18927,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2101')] public function testAssertReturn2102(): void { $this->runAssertReturnCommand( @@ -21039,7 +18936,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2102')] public function testAssertReturn2103(): void { $this->runAssertReturnCommand( @@ -21049,7 +18945,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2103')] public function testAssertReturn2104(): void { $this->runAssertReturnCommand( @@ -21059,7 +18954,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2104')] public function testAssertReturn2105(): void { $this->runAssertReturnCommand( @@ -21069,7 +18963,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2105')] public function testAssertReturn2106(): void { $this->runAssertReturnCommand( @@ -21079,7 +18972,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2106')] public function testAssertReturn2107(): void { $this->runAssertReturnCommand( @@ -21089,7 +18981,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2107')] public function testAssertReturn2108(): void { $this->runAssertReturnCommand( @@ -21099,7 +18990,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2108')] public function testAssertReturn2109(): void { $this->runAssertReturnCommand( @@ -21109,7 +18999,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2109')] public function testAssertReturn2110(): void { $this->runAssertReturnCommand( @@ -21119,7 +19008,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2110')] public function testAssertReturn2111(): void { $this->runAssertReturnCommand( @@ -21129,7 +19017,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2111')] public function testAssertReturn2112(): void { $this->runAssertReturnCommand( @@ -21139,7 +19026,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2112')] public function testAssertReturn2113(): void { $this->runAssertReturnCommand( @@ -21149,7 +19035,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2113')] public function testAssertReturn2114(): void { $this->runAssertReturnCommand( @@ -21159,7 +19044,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2114')] public function testAssertReturn2115(): void { $this->runAssertReturnCommand( @@ -21169,7 +19053,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2115')] public function testAssertReturn2116(): void { $this->runAssertReturnCommand( @@ -21179,7 +19062,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2116')] public function testAssertReturn2117(): void { $this->runAssertReturnCommand( @@ -21189,7 +19071,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2117')] public function testAssertReturn2118(): void { $this->runAssertReturnCommand( @@ -21199,7 +19080,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2118')] public function testAssertReturn2119(): void { $this->runAssertReturnCommand( @@ -21209,7 +19089,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2119')] public function testAssertReturn2120(): void { $this->runAssertReturnCommand( @@ -21219,7 +19098,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2120')] public function testAssertReturn2121(): void { $this->runAssertReturnCommand( @@ -21229,7 +19107,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2121')] public function testAssertReturn2122(): void { $this->runAssertReturnCommand( @@ -21239,7 +19116,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2122')] public function testAssertReturn2123(): void { $this->runAssertReturnCommand( @@ -21249,7 +19125,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2123')] public function testAssertReturn2124(): void { $this->runAssertReturnCommand( @@ -21259,7 +19134,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2124')] public function testAssertReturn2125(): void { $this->runAssertReturnCommand( @@ -21269,7 +19143,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2125')] public function testAssertReturn2126(): void { $this->runAssertReturnCommand( @@ -21279,7 +19152,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2126')] public function testAssertReturn2127(): void { $this->runAssertReturnCommand( @@ -21289,7 +19161,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2127')] public function testAssertReturn2128(): void { $this->runAssertReturnCommand( @@ -21299,7 +19170,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2128')] public function testAssertReturn2129(): void { $this->runAssertReturnCommand( @@ -21309,7 +19179,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2129')] public function testAssertReturn2130(): void { $this->runAssertReturnCommand( @@ -21319,7 +19188,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2130')] public function testAssertReturn2131(): void { $this->runAssertReturnCommand( @@ -21329,7 +19197,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2131')] public function testAssertReturn2132(): void { $this->runAssertReturnCommand( @@ -21339,7 +19206,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2132')] public function testAssertReturn2133(): void { $this->runAssertReturnCommand( @@ -21349,7 +19215,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2133')] public function testAssertReturn2134(): void { $this->runAssertReturnCommand( @@ -21359,7 +19224,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2134')] public function testAssertReturn2135(): void { $this->runAssertReturnCommand( @@ -21369,7 +19233,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2135')] public function testAssertReturn2136(): void { $this->runAssertReturnCommand( @@ -21379,7 +19242,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2136')] public function testAssertReturn2137(): void { $this->runAssertReturnCommand( @@ -21389,7 +19251,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2137')] public function testAssertReturn2138(): void { $this->runAssertReturnCommand( @@ -21399,7 +19260,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2138')] public function testAssertReturn2139(): void { $this->runAssertReturnCommand( @@ -21409,7 +19269,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2139')] public function testAssertReturn2140(): void { $this->runAssertReturnCommand( @@ -21419,7 +19278,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2140')] public function testAssertReturn2141(): void { $this->runAssertReturnCommand( @@ -21429,7 +19287,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2141')] public function testAssertReturn2142(): void { $this->runAssertReturnCommand( @@ -21439,7 +19296,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2142')] public function testAssertReturn2143(): void { $this->runAssertReturnCommand( @@ -21449,7 +19305,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2143')] public function testAssertReturn2144(): void { $this->runAssertReturnCommand( @@ -21459,7 +19314,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2144')] public function testAssertReturn2145(): void { $this->runAssertReturnCommand( @@ -21469,7 +19323,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2145')] public function testAssertReturn2146(): void { $this->runAssertReturnCommand( @@ -21479,7 +19332,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2146')] public function testAssertReturn2147(): void { $this->runAssertReturnCommand( @@ -21489,7 +19341,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2147')] public function testAssertReturn2148(): void { $this->runAssertReturnCommand( @@ -21499,7 +19350,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2148')] public function testAssertReturn2149(): void { $this->runAssertReturnCommand( @@ -21509,7 +19359,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2149')] public function testAssertReturn2150(): void { $this->runAssertReturnCommand( @@ -21519,7 +19368,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2150')] public function testAssertReturn2151(): void { $this->runAssertReturnCommand( @@ -21529,7 +19377,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2151')] public function testAssertReturn2152(): void { $this->runAssertReturnCommand( @@ -21539,7 +19386,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2152')] public function testAssertReturn2153(): void { $this->runAssertReturnCommand( @@ -21549,7 +19395,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2153')] public function testAssertReturn2154(): void { $this->runAssertReturnCommand( @@ -21559,7 +19404,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2154')] public function testAssertReturn2155(): void { $this->runAssertReturnCommand( @@ -21569,7 +19413,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2155')] public function testAssertReturn2156(): void { $this->runAssertReturnCommand( @@ -21579,7 +19422,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2156')] public function testAssertReturn2157(): void { $this->runAssertReturnCommand( @@ -21589,7 +19431,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2157')] public function testAssertReturn2158(): void { $this->runAssertReturnCommand( @@ -21599,7 +19440,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2158')] public function testAssertReturn2159(): void { $this->runAssertReturnCommand( @@ -21609,7 +19449,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2159')] public function testAssertReturn2160(): void { $this->runAssertReturnCommand( @@ -21619,7 +19458,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2160')] public function testAssertReturn2161(): void { $this->runAssertReturnCommand( @@ -21629,7 +19467,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2161')] public function testAssertReturn2162(): void { $this->runAssertReturnCommand( @@ -21639,7 +19476,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2162')] public function testAssertReturn2163(): void { $this->runAssertReturnCommand( @@ -21649,7 +19485,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2163')] public function testAssertReturn2164(): void { $this->runAssertReturnCommand( @@ -21659,7 +19494,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2164')] public function testAssertReturn2165(): void { $this->runAssertReturnCommand( @@ -21669,7 +19503,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2165')] public function testAssertReturn2166(): void { $this->runAssertReturnCommand( @@ -21679,7 +19512,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2166')] public function testAssertReturn2167(): void { $this->runAssertReturnCommand( @@ -21689,7 +19521,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2167')] public function testAssertReturn2168(): void { $this->runAssertReturnCommand( @@ -21699,7 +19530,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2168')] public function testAssertReturn2169(): void { $this->runAssertReturnCommand( @@ -21709,7 +19539,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2169')] public function testAssertReturn2170(): void { $this->runAssertReturnCommand( @@ -21719,7 +19548,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2170')] public function testAssertReturn2171(): void { $this->runAssertReturnCommand( @@ -21729,7 +19557,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2171')] public function testAssertReturn2172(): void { $this->runAssertReturnCommand( @@ -21739,7 +19566,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2172')] public function testAssertReturn2173(): void { $this->runAssertReturnCommand( @@ -21749,7 +19575,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2173')] public function testAssertReturn2174(): void { $this->runAssertReturnCommand( @@ -21759,7 +19584,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2174')] public function testAssertReturn2175(): void { $this->runAssertReturnCommand( @@ -21769,7 +19593,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2175')] public function testAssertReturn2176(): void { $this->runAssertReturnCommand( @@ -21779,7 +19602,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2176')] public function testAssertReturn2177(): void { $this->runAssertReturnCommand( @@ -21789,7 +19611,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2177')] public function testAssertReturn2178(): void { $this->runAssertReturnCommand( @@ -21799,7 +19620,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2178')] public function testAssertReturn2179(): void { $this->runAssertReturnCommand( @@ -21809,7 +19629,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2179')] public function testAssertReturn2180(): void { $this->runAssertReturnCommand( @@ -21819,7 +19638,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2180')] public function testAssertReturn2181(): void { $this->runAssertReturnCommand( @@ -21829,7 +19647,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2181')] public function testAssertReturn2182(): void { $this->runAssertReturnCommand( @@ -21839,7 +19656,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2182')] public function testAssertReturn2183(): void { $this->runAssertReturnCommand( @@ -21849,7 +19665,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2183')] public function testAssertReturn2184(): void { $this->runAssertReturnCommand( @@ -21859,7 +19674,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2184')] public function testAssertReturn2185(): void { $this->runAssertReturnCommand( @@ -21869,7 +19683,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2185')] public function testAssertReturn2186(): void { $this->runAssertReturnCommand( @@ -21879,7 +19692,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2186')] public function testAssertReturn2187(): void { $this->runAssertReturnCommand( @@ -21889,7 +19701,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2187')] public function testAssertReturn2188(): void { $this->runAssertReturnCommand( @@ -21899,7 +19710,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2188')] public function testAssertReturn2189(): void { $this->runAssertReturnCommand( @@ -21909,7 +19719,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2189')] public function testAssertReturn2190(): void { $this->runAssertReturnCommand( @@ -21919,7 +19728,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2190')] public function testAssertReturn2191(): void { $this->runAssertReturnCommand( @@ -21929,7 +19737,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2191')] public function testAssertReturn2192(): void { $this->runAssertReturnCommand( @@ -21939,7 +19746,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2192')] public function testAssertReturn2193(): void { $this->runAssertReturnCommand( @@ -21949,7 +19755,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2193')] public function testAssertReturn2194(): void { $this->runAssertReturnCommand( @@ -21959,7 +19764,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2194')] public function testAssertReturn2195(): void { $this->runAssertReturnCommand( @@ -21969,7 +19773,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2195')] public function testAssertReturn2196(): void { $this->runAssertReturnCommand( @@ -21979,7 +19782,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2196')] public function testAssertReturn2197(): void { $this->runAssertReturnCommand( @@ -21989,7 +19791,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2197')] public function testAssertReturn2198(): void { $this->runAssertReturnCommand( @@ -21999,7 +19800,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2198')] public function testAssertReturn2199(): void { $this->runAssertReturnCommand( @@ -22009,7 +19809,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2199')] public function testAssertReturn2200(): void { $this->runAssertReturnCommand( @@ -22019,7 +19818,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2200')] public function testAssertReturn2201(): void { $this->runAssertReturnCommand( @@ -22029,7 +19827,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2201')] public function testAssertReturn2202(): void { $this->runAssertReturnCommand( @@ -22039,7 +19836,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2202')] public function testAssertReturn2203(): void { $this->runAssertReturnCommand( @@ -22049,7 +19845,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2203')] public function testAssertReturn2204(): void { $this->runAssertReturnCommand( @@ -22059,7 +19854,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2204')] public function testAssertReturn2205(): void { $this->runAssertReturnCommand( @@ -22069,7 +19863,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2205')] public function testAssertReturn2206(): void { $this->runAssertReturnCommand( @@ -22079,7 +19872,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2206')] public function testAssertReturn2207(): void { $this->runAssertReturnCommand( @@ -22089,7 +19881,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2207')] public function testAssertReturn2208(): void { $this->runAssertReturnCommand( @@ -22099,7 +19890,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2208')] public function testAssertReturn2209(): void { $this->runAssertReturnCommand( @@ -22109,7 +19899,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2209')] public function testAssertReturn2210(): void { $this->runAssertReturnCommand( @@ -22119,7 +19908,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2210')] public function testAssertReturn2211(): void { $this->runAssertReturnCommand( @@ -22129,7 +19917,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2211')] public function testAssertReturn2212(): void { $this->runAssertReturnCommand( @@ -22139,7 +19926,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2212')] public function testAssertReturn2213(): void { $this->runAssertReturnCommand( @@ -22149,7 +19935,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2213')] public function testAssertReturn2214(): void { $this->runAssertReturnCommand( @@ -22159,7 +19944,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2214')] public function testAssertReturn2215(): void { $this->runAssertReturnCommand( @@ -22169,7 +19953,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2215')] public function testAssertReturn2216(): void { $this->runAssertReturnCommand( @@ -22179,7 +19962,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2216')] public function testAssertReturn2217(): void { $this->runAssertReturnCommand( @@ -22189,7 +19971,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2217')] public function testAssertReturn2218(): void { $this->runAssertReturnCommand( @@ -22199,7 +19980,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2218')] public function testAssertReturn2219(): void { $this->runAssertReturnCommand( @@ -22209,7 +19989,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2219')] public function testAssertReturn2220(): void { $this->runAssertReturnCommand( @@ -22219,7 +19998,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2220')] public function testAssertReturn2221(): void { $this->runAssertReturnCommand( @@ -22229,7 +20007,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2221')] public function testAssertReturn2222(): void { $this->runAssertReturnCommand( @@ -22239,7 +20016,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2222')] public function testAssertReturn2223(): void { $this->runAssertReturnCommand( @@ -22249,7 +20025,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2223')] public function testAssertReturn2224(): void { $this->runAssertReturnCommand( @@ -22259,7 +20034,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2224')] public function testAssertReturn2225(): void { $this->runAssertReturnCommand( @@ -22269,7 +20043,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2225')] public function testAssertReturn2226(): void { $this->runAssertReturnCommand( @@ -22279,7 +20052,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2226')] public function testAssertReturn2227(): void { $this->runAssertReturnCommand( @@ -22289,7 +20061,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2227')] public function testAssertReturn2228(): void { $this->runAssertReturnCommand( @@ -22299,7 +20070,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2228')] public function testAssertReturn2229(): void { $this->runAssertReturnCommand( @@ -22309,7 +20079,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2229')] public function testAssertReturn2230(): void { $this->runAssertReturnCommand( @@ -22319,7 +20088,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2230')] public function testAssertReturn2231(): void { $this->runAssertReturnCommand( @@ -22329,7 +20097,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2231')] public function testAssertReturn2232(): void { $this->runAssertReturnCommand( @@ -22339,7 +20106,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2232')] public function testAssertReturn2233(): void { $this->runAssertReturnCommand( @@ -22349,7 +20115,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2233')] public function testAssertReturn2234(): void { $this->runAssertReturnCommand( @@ -22359,7 +20124,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2234')] public function testAssertReturn2235(): void { $this->runAssertReturnCommand( @@ -22369,7 +20133,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2235')] public function testAssertReturn2236(): void { $this->runAssertReturnCommand( @@ -22379,7 +20142,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2236')] public function testAssertReturn2237(): void { $this->runAssertReturnCommand( @@ -22389,7 +20151,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2237')] public function testAssertReturn2238(): void { $this->runAssertReturnCommand( @@ -22399,7 +20160,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2238')] public function testAssertReturn2239(): void { $this->runAssertReturnCommand( @@ -22409,7 +20169,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2239')] public function testAssertReturn2240(): void { $this->runAssertReturnCommand( @@ -22419,7 +20178,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2240')] public function testAssertReturn2241(): void { $this->runAssertReturnCommand( @@ -22429,7 +20187,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2241')] public function testAssertReturn2242(): void { $this->runAssertReturnCommand( @@ -22439,7 +20196,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2242')] public function testAssertReturn2243(): void { $this->runAssertReturnCommand( @@ -22449,7 +20205,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2243')] public function testAssertReturn2244(): void { $this->runAssertReturnCommand( @@ -22459,7 +20214,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2244')] public function testAssertReturn2245(): void { $this->runAssertReturnCommand( @@ -22469,7 +20223,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2245')] public function testAssertReturn2246(): void { $this->runAssertReturnCommand( @@ -22479,7 +20232,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2246')] public function testAssertReturn2247(): void { $this->runAssertReturnCommand( @@ -22489,7 +20241,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2247')] public function testAssertReturn2248(): void { $this->runAssertReturnCommand( @@ -22499,7 +20250,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2248')] public function testAssertReturn2249(): void { $this->runAssertReturnCommand( @@ -22509,7 +20259,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2249')] public function testAssertReturn2250(): void { $this->runAssertReturnCommand( @@ -22519,7 +20268,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2250')] public function testAssertReturn2251(): void { $this->runAssertReturnCommand( @@ -22529,7 +20277,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2251')] public function testAssertReturn2252(): void { $this->runAssertReturnCommand( @@ -22539,7 +20286,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2252')] public function testAssertReturn2253(): void { $this->runAssertReturnCommand( @@ -22549,7 +20295,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2253')] public function testAssertReturn2254(): void { $this->runAssertReturnCommand( @@ -22559,7 +20304,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2254')] public function testAssertReturn2255(): void { $this->runAssertReturnCommand( @@ -22569,7 +20313,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2255')] public function testAssertReturn2256(): void { $this->runAssertReturnCommand( @@ -22579,7 +20322,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2256')] public function testAssertReturn2257(): void { $this->runAssertReturnCommand( @@ -22589,7 +20331,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2257')] public function testAssertReturn2258(): void { $this->runAssertReturnCommand( @@ -22599,7 +20340,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2258')] public function testAssertReturn2259(): void { $this->runAssertReturnCommand( @@ -22609,7 +20349,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2259')] public function testAssertReturn2260(): void { $this->runAssertReturnCommand( @@ -22619,7 +20358,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2260')] public function testAssertReturn2261(): void { $this->runAssertReturnCommand( @@ -22629,7 +20367,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2261')] public function testAssertReturn2262(): void { $this->runAssertReturnCommand( @@ -22639,7 +20376,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2262')] public function testAssertReturn2263(): void { $this->runAssertReturnCommand( @@ -22649,7 +20385,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2263')] public function testAssertReturn2264(): void { $this->runAssertReturnCommand( @@ -22659,7 +20394,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2264')] public function testAssertReturn2265(): void { $this->runAssertReturnCommand( @@ -22669,7 +20403,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2265')] public function testAssertReturn2266(): void { $this->runAssertReturnCommand( @@ -22679,7 +20412,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2266')] public function testAssertReturn2267(): void { $this->runAssertReturnCommand( @@ -22689,7 +20421,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2267')] public function testAssertReturn2268(): void { $this->runAssertReturnCommand( @@ -22699,7 +20430,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2268')] public function testAssertReturn2269(): void { $this->runAssertReturnCommand( @@ -22709,7 +20439,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2269')] public function testAssertReturn2270(): void { $this->runAssertReturnCommand( @@ -22719,7 +20448,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2270')] public function testAssertReturn2271(): void { $this->runAssertReturnCommand( @@ -22729,7 +20457,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2271')] public function testAssertReturn2272(): void { $this->runAssertReturnCommand( @@ -22739,7 +20466,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2272')] public function testAssertReturn2273(): void { $this->runAssertReturnCommand( @@ -22749,7 +20475,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2273')] public function testAssertReturn2274(): void { $this->runAssertReturnCommand( @@ -22759,7 +20484,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2274')] public function testAssertReturn2275(): void { $this->runAssertReturnCommand( @@ -22769,7 +20493,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2275')] public function testAssertReturn2276(): void { $this->runAssertReturnCommand( @@ -22779,7 +20502,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2276')] public function testAssertReturn2277(): void { $this->runAssertReturnCommand( @@ -22789,7 +20511,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2277')] public function testAssertReturn2278(): void { $this->runAssertReturnCommand( @@ -22799,7 +20520,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2278')] public function testAssertReturn2279(): void { $this->runAssertReturnCommand( @@ -22809,7 +20529,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2279')] public function testAssertReturn2280(): void { $this->runAssertReturnCommand( @@ -22819,7 +20538,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2280')] public function testAssertReturn2281(): void { $this->runAssertReturnCommand( @@ -22829,7 +20547,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2281')] public function testAssertReturn2282(): void { $this->runAssertReturnCommand( @@ -22839,7 +20556,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2282')] public function testAssertReturn2283(): void { $this->runAssertReturnCommand( @@ -22849,7 +20565,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2283')] public function testAssertReturn2284(): void { $this->runAssertReturnCommand( @@ -22859,7 +20574,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2284')] public function testAssertReturn2285(): void { $this->runAssertReturnCommand( @@ -22869,7 +20583,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2285')] public function testAssertReturn2286(): void { $this->runAssertReturnCommand( @@ -22879,7 +20592,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2286')] public function testAssertReturn2287(): void { $this->runAssertReturnCommand( @@ -22889,7 +20601,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2287')] public function testAssertReturn2288(): void { $this->runAssertReturnCommand( @@ -22899,7 +20610,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2288')] public function testAssertReturn2289(): void { $this->runAssertReturnCommand( @@ -22909,7 +20619,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2289')] public function testAssertReturn2290(): void { $this->runAssertReturnCommand( @@ -22919,7 +20628,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2290')] public function testAssertReturn2291(): void { $this->runAssertReturnCommand( @@ -22929,7 +20637,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2291')] public function testAssertReturn2292(): void { $this->runAssertReturnCommand( @@ -22939,7 +20646,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2292')] public function testAssertReturn2293(): void { $this->runAssertReturnCommand( @@ -22949,7 +20655,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2293')] public function testAssertReturn2294(): void { $this->runAssertReturnCommand( @@ -22959,7 +20664,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2294')] public function testAssertReturn2295(): void { $this->runAssertReturnCommand( @@ -22969,7 +20673,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2295')] public function testAssertReturn2296(): void { $this->runAssertReturnCommand( @@ -22979,7 +20682,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2296')] public function testAssertReturn2297(): void { $this->runAssertReturnCommand( @@ -22989,7 +20691,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2297')] public function testAssertReturn2298(): void { $this->runAssertReturnCommand( @@ -22999,7 +20700,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2298')] public function testAssertReturn2299(): void { $this->runAssertReturnCommand( @@ -23009,7 +20709,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2299')] public function testAssertReturn2300(): void { $this->runAssertReturnCommand( @@ -23019,7 +20718,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2300')] public function testAssertReturn2301(): void { $this->runAssertReturnCommand( @@ -23029,7 +20727,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2301')] public function testAssertReturn2302(): void { $this->runAssertReturnCommand( @@ -23039,7 +20736,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2302')] public function testAssertReturn2303(): void { $this->runAssertReturnCommand( @@ -23049,7 +20745,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2303')] public function testAssertReturn2304(): void { $this->runAssertReturnCommand( @@ -23059,7 +20754,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2304')] public function testAssertReturn2305(): void { $this->runAssertReturnCommand( @@ -23069,7 +20763,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2305')] public function testAssertReturn2306(): void { $this->runAssertReturnCommand( @@ -23079,7 +20772,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2306')] public function testAssertReturn2307(): void { $this->runAssertReturnCommand( @@ -23089,7 +20781,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2307')] public function testAssertReturn2308(): void { $this->runAssertReturnCommand( @@ -23099,7 +20790,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2308')] public function testAssertReturn2309(): void { $this->runAssertReturnCommand( @@ -23109,7 +20799,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2309')] public function testAssertReturn2310(): void { $this->runAssertReturnCommand( @@ -23119,7 +20808,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2310')] public function testAssertReturn2311(): void { $this->runAssertReturnCommand( @@ -23129,7 +20817,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2311')] public function testAssertReturn2312(): void { $this->runAssertReturnCommand( @@ -23139,7 +20826,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2312')] public function testAssertReturn2313(): void { $this->runAssertReturnCommand( @@ -23149,7 +20835,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2313')] public function testAssertReturn2314(): void { $this->runAssertReturnCommand( @@ -23159,7 +20844,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2314')] public function testAssertReturn2315(): void { $this->runAssertReturnCommand( @@ -23169,7 +20853,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2315')] public function testAssertReturn2316(): void { $this->runAssertReturnCommand( @@ -23179,7 +20862,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2316')] public function testAssertReturn2317(): void { $this->runAssertReturnCommand( @@ -23189,7 +20871,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2317')] public function testAssertReturn2318(): void { $this->runAssertReturnCommand( @@ -23199,7 +20880,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2318')] public function testAssertReturn2319(): void { $this->runAssertReturnCommand( @@ -23209,7 +20889,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2319')] public function testAssertReturn2320(): void { $this->runAssertReturnCommand( @@ -23219,7 +20898,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2320')] public function testAssertReturn2321(): void { $this->runAssertReturnCommand( @@ -23229,7 +20907,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2321')] public function testAssertReturn2322(): void { $this->runAssertReturnCommand( @@ -23239,7 +20916,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2322')] public function testAssertReturn2323(): void { $this->runAssertReturnCommand( @@ -23249,7 +20925,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2323')] public function testAssertReturn2324(): void { $this->runAssertReturnCommand( @@ -23259,7 +20934,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2324')] public function testAssertReturn2325(): void { $this->runAssertReturnCommand( @@ -23269,7 +20943,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2325')] public function testAssertReturn2326(): void { $this->runAssertReturnCommand( @@ -23279,7 +20952,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2326')] public function testAssertReturn2327(): void { $this->runAssertReturnCommand( @@ -23289,7 +20961,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2327')] public function testAssertReturn2328(): void { $this->runAssertReturnCommand( @@ -23299,7 +20970,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2328')] public function testAssertReturn2329(): void { $this->runAssertReturnCommand( @@ -23309,7 +20979,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2329')] public function testAssertReturn2330(): void { $this->runAssertReturnCommand( @@ -23319,7 +20988,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2330')] public function testAssertReturn2331(): void { $this->runAssertReturnCommand( @@ -23329,7 +20997,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2331')] public function testAssertReturn2332(): void { $this->runAssertReturnCommand( @@ -23339,7 +21006,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2332')] public function testAssertReturn2333(): void { $this->runAssertReturnCommand( @@ -23349,7 +21015,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2333')] public function testAssertReturn2334(): void { $this->runAssertReturnCommand( @@ -23359,7 +21024,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2334')] public function testAssertReturn2335(): void { $this->runAssertReturnCommand( @@ -23369,7 +21033,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2335')] public function testAssertReturn2336(): void { $this->runAssertReturnCommand( @@ -23379,7 +21042,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2336')] public function testAssertReturn2337(): void { $this->runAssertReturnCommand( @@ -23389,7 +21051,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2337')] public function testAssertReturn2338(): void { $this->runAssertReturnCommand( @@ -23399,7 +21060,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2338')] public function testAssertReturn2339(): void { $this->runAssertReturnCommand( @@ -23409,7 +21069,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2339')] public function testAssertReturn2340(): void { $this->runAssertReturnCommand( @@ -23419,7 +21078,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2340')] public function testAssertReturn2341(): void { $this->runAssertReturnCommand( @@ -23429,7 +21087,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2341')] public function testAssertReturn2342(): void { $this->runAssertReturnCommand( @@ -23439,7 +21096,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2342')] public function testAssertReturn2343(): void { $this->runAssertReturnCommand( @@ -23449,7 +21105,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2343')] public function testAssertReturn2344(): void { $this->runAssertReturnCommand( @@ -23459,7 +21114,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2344')] public function testAssertReturn2345(): void { $this->runAssertReturnCommand( @@ -23469,7 +21123,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2345')] public function testAssertReturn2346(): void { $this->runAssertReturnCommand( @@ -23479,7 +21132,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2346')] public function testAssertReturn2347(): void { $this->runAssertReturnCommand( @@ -23489,7 +21141,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2347')] public function testAssertReturn2348(): void { $this->runAssertReturnCommand( @@ -23499,7 +21150,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2348')] public function testAssertReturn2349(): void { $this->runAssertReturnCommand( @@ -23509,7 +21159,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2349')] public function testAssertReturn2350(): void { $this->runAssertReturnCommand( @@ -23519,7 +21168,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2350')] public function testAssertReturn2351(): void { $this->runAssertReturnCommand( @@ -23529,7 +21177,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2351')] public function testAssertReturn2352(): void { $this->runAssertReturnCommand( @@ -23539,7 +21186,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2352')] public function testAssertReturn2353(): void { $this->runAssertReturnCommand( @@ -23549,7 +21195,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2353')] public function testAssertReturn2354(): void { $this->runAssertReturnCommand( @@ -23559,7 +21204,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2354')] public function testAssertReturn2355(): void { $this->runAssertReturnCommand( @@ -23569,7 +21213,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2355')] public function testAssertReturn2356(): void { $this->runAssertReturnCommand( @@ -23579,7 +21222,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2356')] public function testAssertReturn2357(): void { $this->runAssertReturnCommand( @@ -23589,7 +21231,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2357')] public function testAssertReturn2358(): void { $this->runAssertReturnCommand( @@ -23599,7 +21240,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2358')] public function testAssertReturn2359(): void { $this->runAssertReturnCommand( @@ -23609,7 +21249,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2359')] public function testAssertReturn2360(): void { $this->runAssertReturnCommand( @@ -23619,7 +21258,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2360')] public function testAssertReturn2361(): void { $this->runAssertReturnCommand( @@ -23629,7 +21267,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2361')] public function testAssertReturn2362(): void { $this->runAssertReturnCommand( @@ -23639,7 +21276,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2362')] public function testAssertReturn2363(): void { $this->runAssertReturnCommand( @@ -23649,7 +21285,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2363')] public function testAssertReturn2364(): void { $this->runAssertReturnCommand( @@ -23659,7 +21294,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2364')] public function testAssertReturn2365(): void { $this->runAssertReturnCommand( @@ -23669,7 +21303,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2365')] public function testAssertReturn2366(): void { $this->runAssertReturnCommand( @@ -23679,7 +21312,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2366')] public function testAssertReturn2367(): void { $this->runAssertReturnCommand( @@ -23689,7 +21321,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2367')] public function testAssertReturn2368(): void { $this->runAssertReturnCommand( @@ -23699,7 +21330,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2368')] public function testAssertReturn2369(): void { $this->runAssertReturnCommand( @@ -23709,7 +21339,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2369')] public function testAssertReturn2370(): void { $this->runAssertReturnCommand( @@ -23719,7 +21348,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2370')] public function testAssertReturn2371(): void { $this->runAssertReturnCommand( @@ -23729,7 +21357,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2371')] public function testAssertReturn2372(): void { $this->runAssertReturnCommand( @@ -23739,7 +21366,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2372')] public function testAssertReturn2373(): void { $this->runAssertReturnCommand( @@ -23749,7 +21375,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2373')] public function testAssertReturn2374(): void { $this->runAssertReturnCommand( @@ -23759,7 +21384,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2374')] public function testAssertReturn2375(): void { $this->runAssertReturnCommand( @@ -23769,7 +21393,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2375')] public function testAssertReturn2376(): void { $this->runAssertReturnCommand( @@ -23779,7 +21402,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2376')] public function testAssertReturn2377(): void { $this->runAssertReturnCommand( @@ -23789,7 +21411,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2377')] public function testAssertReturn2378(): void { $this->runAssertReturnCommand( @@ -23799,7 +21420,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2378')] public function testAssertReturn2379(): void { $this->runAssertReturnCommand( @@ -23809,7 +21429,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2379')] public function testAssertReturn2380(): void { $this->runAssertReturnCommand( @@ -23819,7 +21438,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2380')] public function testAssertReturn2381(): void { $this->runAssertReturnCommand( @@ -23829,7 +21447,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2381')] public function testAssertReturn2382(): void { $this->runAssertReturnCommand( @@ -23839,7 +21456,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2382')] public function testAssertReturn2383(): void { $this->runAssertReturnCommand( @@ -23849,7 +21465,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2383')] public function testAssertReturn2384(): void { $this->runAssertReturnCommand( @@ -23859,7 +21474,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2384')] public function testAssertReturn2385(): void { $this->runAssertReturnCommand( @@ -23869,7 +21483,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2385')] public function testAssertReturn2386(): void { $this->runAssertReturnCommand( @@ -23879,7 +21492,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2386')] public function testAssertReturn2387(): void { $this->runAssertReturnCommand( @@ -23889,7 +21501,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2387')] public function testAssertReturn2388(): void { $this->runAssertReturnCommand( @@ -23899,7 +21510,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2388')] public function testAssertReturn2389(): void { $this->runAssertReturnCommand( @@ -23909,7 +21519,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2389')] public function testAssertReturn2390(): void { $this->runAssertReturnCommand( @@ -23919,7 +21528,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2390')] public function testAssertReturn2391(): void { $this->runAssertReturnCommand( @@ -23929,7 +21537,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2391')] public function testAssertReturn2392(): void { $this->runAssertReturnCommand( @@ -23939,7 +21546,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2392')] public function testAssertReturn2393(): void { $this->runAssertReturnCommand( @@ -23949,7 +21555,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2393')] public function testAssertReturn2394(): void { $this->runAssertReturnCommand( @@ -23959,7 +21564,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2394')] public function testAssertReturn2395(): void { $this->runAssertReturnCommand( @@ -23969,7 +21573,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2395')] public function testAssertReturn2396(): void { $this->runAssertReturnCommand( @@ -23979,7 +21582,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2396')] public function testAssertReturn2397(): void { $this->runAssertReturnCommand( @@ -23989,7 +21591,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2397')] public function testAssertReturn2398(): void { $this->runAssertReturnCommand( @@ -23999,7 +21600,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2398')] public function testAssertReturn2399(): void { $this->runAssertReturnCommand( @@ -24009,7 +21609,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2399')] public function testAssertReturn2400(): void { $this->runAssertReturnCommand( @@ -24019,7 +21618,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2400')] public function testAssertReturn2401(): void { $this->runAssertReturnCommand( @@ -24029,7 +21627,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2401')] public function testAssertReturn2402(): void { $this->runAssertReturnCommand( @@ -24039,7 +21636,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2402')] public function testAssertReturn2403(): void { $this->runAssertReturnCommand( @@ -24049,7 +21645,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2403')] public function testAssertReturn2404(): void { $this->runAssertReturnCommand( @@ -24059,7 +21654,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2404')] public function testAssertReturn2405(): void { $this->runAssertReturnCommand( @@ -24069,7 +21663,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2405')] public function testAssertReturn2406(): void { $this->runAssertReturnCommand( @@ -24079,7 +21672,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2406')] public function testAssertReturn2407(): void { $this->runAssertReturnCommand( @@ -24089,7 +21681,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2407')] public function testAssertReturn2408(): void { $this->runAssertReturnCommand( @@ -24099,7 +21690,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2408')] public function testAssertReturn2409(): void { $this->runAssertReturnCommand( @@ -24109,7 +21699,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2409')] public function testAssertReturn2410(): void { $this->runAssertReturnCommand( @@ -24119,7 +21708,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2410')] public function testAssertReturn2411(): void { $this->runAssertReturnCommand( @@ -24129,7 +21717,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2411')] public function testAssertReturn2412(): void { $this->runAssertReturnCommand( @@ -24139,7 +21726,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2412')] public function testAssertReturn2413(): void { $this->runAssertReturnCommand( @@ -24149,7 +21735,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2413')] public function testAssertReturn2414(): void { $this->runAssertReturnCommand( @@ -24159,7 +21744,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2414')] public function testAssertReturn2415(): void { $this->runAssertReturnCommand( @@ -24169,7 +21753,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2415')] public function testAssertReturn2416(): void { $this->runAssertReturnCommand( @@ -24179,7 +21762,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2416')] public function testAssertReturn2417(): void { $this->runAssertReturnCommand( @@ -24189,7 +21771,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2417')] public function testAssertReturn2418(): void { $this->runAssertReturnCommand( @@ -24199,7 +21780,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2418')] public function testAssertReturn2419(): void { $this->runAssertReturnCommand( @@ -24209,7 +21789,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2419')] public function testAssertReturn2420(): void { $this->runAssertReturnCommand( @@ -24219,7 +21798,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2420')] public function testAssertReturn2421(): void { $this->runAssertReturnCommand( @@ -24229,7 +21807,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2421')] public function testAssertReturn2422(): void { $this->runAssertReturnCommand( @@ -24239,7 +21816,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2422')] public function testAssertReturn2423(): void { $this->runAssertReturnCommand( @@ -24249,7 +21825,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2423')] public function testAssertReturn2424(): void { $this->runAssertReturnCommand( @@ -24259,7 +21834,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2424')] public function testAssertReturn2425(): void { $this->runAssertReturnCommand( @@ -24269,7 +21843,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2425')] public function testAssertReturn2426(): void { $this->runAssertReturnCommand( @@ -24279,7 +21852,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2426')] public function testAssertReturn2427(): void { $this->runAssertReturnCommand( @@ -24289,7 +21861,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2427')] public function testAssertReturn2428(): void { $this->runAssertReturnCommand( @@ -24299,7 +21870,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2428')] public function testAssertReturn2429(): void { $this->runAssertReturnCommand( @@ -24309,7 +21879,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2429')] public function testAssertReturn2430(): void { $this->runAssertReturnCommand( @@ -24319,7 +21888,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2430')] public function testAssertReturn2431(): void { $this->runAssertReturnCommand( @@ -24329,7 +21897,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2431')] public function testAssertReturn2432(): void { $this->runAssertReturnCommand( @@ -24339,7 +21906,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2432')] public function testAssertReturn2433(): void { $this->runAssertReturnCommand( @@ -24349,7 +21915,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2433')] public function testAssertReturn2434(): void { $this->runAssertReturnCommand( @@ -24359,7 +21924,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2434')] public function testAssertReturn2435(): void { $this->runAssertReturnCommand( @@ -24369,7 +21933,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2435')] public function testAssertReturn2436(): void { $this->runAssertReturnCommand( @@ -24379,7 +21942,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2436')] public function testAssertReturn2437(): void { $this->runAssertReturnCommand( @@ -24389,7 +21951,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2437')] public function testAssertReturn2438(): void { $this->runAssertReturnCommand( @@ -24399,7 +21960,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2438')] public function testAssertReturn2439(): void { $this->runAssertReturnCommand( @@ -24409,7 +21969,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2439')] public function testAssertReturn2440(): void { $this->runAssertReturnCommand( @@ -24419,7 +21978,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2440')] public function testAssertReturn2441(): void { $this->runAssertReturnCommand( @@ -24429,7 +21987,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2441')] public function testAssertReturn2442(): void { $this->runAssertReturnCommand( @@ -24439,7 +21996,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2442')] public function testAssertReturn2443(): void { $this->runAssertReturnCommand( @@ -24449,7 +22005,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2443')] public function testAssertReturn2444(): void { $this->runAssertReturnCommand( @@ -24459,7 +22014,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2444')] public function testAssertReturn2445(): void { $this->runAssertReturnCommand( @@ -24469,7 +22023,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2445')] public function testAssertReturn2446(): void { $this->runAssertReturnCommand( @@ -24479,7 +22032,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2446')] public function testAssertReturn2447(): void { $this->runAssertReturnCommand( @@ -24489,7 +22041,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2447')] public function testAssertReturn2448(): void { $this->runAssertReturnCommand( @@ -24499,7 +22050,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2448')] public function testAssertReturn2449(): void { $this->runAssertReturnCommand( @@ -24509,7 +22059,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2449')] public function testAssertReturn2450(): void { $this->runAssertReturnCommand( @@ -24519,7 +22068,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2450')] public function testAssertReturn2451(): void { $this->runAssertReturnCommand( @@ -24529,7 +22077,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2451')] public function testAssertReturn2452(): void { $this->runAssertReturnCommand( @@ -24539,7 +22086,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2452')] public function testAssertReturn2453(): void { $this->runAssertReturnCommand( @@ -24549,7 +22095,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2453')] public function testAssertReturn2454(): void { $this->runAssertReturnCommand( @@ -24559,7 +22104,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2454')] public function testAssertReturn2455(): void { $this->runAssertReturnCommand( @@ -24569,7 +22113,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2455')] public function testAssertReturn2456(): void { $this->runAssertReturnCommand( @@ -24579,7 +22122,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2456')] public function testAssertReturn2457(): void { $this->runAssertReturnCommand( @@ -24589,7 +22131,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2457')] public function testAssertReturn2458(): void { $this->runAssertReturnCommand( @@ -24599,7 +22140,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2458')] public function testAssertReturn2459(): void { $this->runAssertReturnCommand( @@ -24609,7 +22149,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2459')] public function testAssertReturn2460(): void { $this->runAssertReturnCommand( @@ -24619,7 +22158,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2460')] public function testAssertReturn2461(): void { $this->runAssertReturnCommand( @@ -24629,7 +22167,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2461')] public function testAssertReturn2462(): void { $this->runAssertReturnCommand( @@ -24639,7 +22176,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2462')] public function testAssertReturn2463(): void { $this->runAssertReturnCommand( @@ -24649,7 +22185,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2463')] public function testAssertReturn2464(): void { $this->runAssertReturnCommand( @@ -24659,7 +22194,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2464')] public function testAssertReturn2465(): void { $this->runAssertReturnCommand( @@ -24669,7 +22203,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2465')] public function testAssertReturn2466(): void { $this->runAssertReturnCommand( @@ -24679,7 +22212,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2466')] public function testAssertReturn2467(): void { $this->runAssertReturnCommand( @@ -24689,7 +22221,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2467')] public function testAssertReturn2468(): void { $this->runAssertReturnCommand( @@ -24699,7 +22230,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2468')] public function testAssertReturn2469(): void { $this->runAssertReturnCommand( @@ -24709,7 +22239,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2469')] public function testAssertReturn2470(): void { $this->runAssertReturnCommand( @@ -24719,7 +22248,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2470')] public function testAssertReturn2471(): void { $this->runAssertReturnCommand( @@ -24729,7 +22257,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2471')] public function testAssertReturn2472(): void { $this->runAssertReturnCommand( @@ -24739,7 +22266,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2472')] public function testAssertReturn2473(): void { $this->runAssertReturnCommand( @@ -24749,7 +22275,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2473')] public function testAssertReturn2474(): void { $this->runAssertReturnCommand( @@ -24759,7 +22284,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2474')] public function testAssertReturn2475(): void { $this->runAssertReturnCommand( @@ -24769,7 +22293,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2475')] public function testAssertReturn2476(): void { $this->runAssertReturnCommand( @@ -24779,7 +22302,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2476')] public function testAssertReturn2477(): void { $this->runAssertReturnCommand( @@ -24789,7 +22311,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2477')] public function testAssertReturn2478(): void { $this->runAssertReturnCommand( @@ -24799,7 +22320,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2478')] public function testAssertReturn2479(): void { $this->runAssertReturnCommand( @@ -24809,7 +22329,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2479')] public function testAssertReturn2480(): void { $this->runAssertReturnCommand( @@ -24819,7 +22338,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2480')] public function testAssertReturn2481(): void { $this->runAssertReturnCommand( @@ -24829,7 +22347,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2481')] public function testAssertReturn2482(): void { $this->runAssertReturnCommand( @@ -24839,7 +22356,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2482')] public function testAssertReturn2483(): void { $this->runAssertReturnCommand( @@ -24849,7 +22365,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2483')] public function testAssertReturn2484(): void { $this->runAssertReturnCommand( @@ -24859,7 +22374,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2484')] public function testAssertReturn2485(): void { $this->runAssertReturnCommand( @@ -24869,7 +22383,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2485')] public function testAssertReturn2486(): void { $this->runAssertReturnCommand( @@ -24879,7 +22392,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2486')] public function testAssertReturn2487(): void { $this->runAssertReturnCommand( @@ -24889,7 +22401,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2487')] public function testAssertReturn2488(): void { $this->runAssertReturnCommand( @@ -24899,7 +22410,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2488')] public function testAssertReturn2489(): void { $this->runAssertReturnCommand( @@ -24909,7 +22419,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2489')] public function testAssertReturn2490(): void { $this->runAssertReturnCommand( @@ -24919,7 +22428,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2490')] public function testAssertReturn2491(): void { $this->runAssertReturnCommand( @@ -24929,7 +22437,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2491')] public function testAssertReturn2492(): void { $this->runAssertReturnCommand( @@ -24939,7 +22446,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2492')] public function testAssertReturn2493(): void { $this->runAssertReturnCommand( @@ -24949,7 +22455,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2493')] public function testAssertReturn2494(): void { $this->runAssertReturnCommand( @@ -24959,7 +22464,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2494')] public function testAssertReturn2495(): void { $this->runAssertReturnCommand( @@ -24969,7 +22473,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2495')] public function testAssertReturn2496(): void { $this->runAssertReturnCommand( @@ -24979,7 +22482,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2496')] public function testAssertReturn2497(): void { $this->runAssertReturnCommand( @@ -24989,7 +22491,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2497')] public function testAssertReturn2498(): void { $this->runAssertReturnCommand( @@ -24999,7 +22500,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2498')] public function testAssertReturn2499(): void { $this->runAssertReturnCommand( @@ -25009,7 +22509,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2499')] public function testAssertReturn2500(): void { $this->runAssertReturnCommand( @@ -25019,7 +22518,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2500')] public function testAssertInvalid2501(): void { $this->runAssertInvalidCommand( @@ -25029,7 +22527,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertInvalid2501')] public function testAssertInvalid2502(): void { $this->runAssertInvalidCommand( @@ -25039,7 +22536,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertInvalid2502')] public function testAssertInvalid2503(): void { $this->runAssertInvalidCommand( @@ -25049,7 +22545,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertInvalid2503')] public function testAssertInvalid2504(): void { $this->runAssertInvalidCommand( @@ -25059,7 +22554,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertInvalid2504')] public function testAssertInvalid2505(): void { $this->runAssertInvalidCommand( @@ -25069,7 +22563,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertInvalid2505')] public function testAssertInvalid2506(): void { $this->runAssertInvalidCommand( @@ -25079,7 +22572,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertInvalid2506')] public function testAssertInvalid2507(): void { $this->runAssertInvalidCommand( @@ -25089,7 +22581,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertInvalid2507')] public function testAssertInvalid2508(): void { $this->runAssertInvalidCommand( @@ -25099,7 +22590,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertInvalid2508')] public function testAssertInvalid2509(): void { $this->runAssertInvalidCommand( @@ -25109,7 +22599,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertInvalid2509')] public function testAssertInvalid2510(): void { $this->runAssertInvalidCommand( @@ -25119,7 +22608,6 @@ final class F64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertInvalid2510')] public function testAssertInvalid2511(): void { $this->runAssertInvalidCommand( @@ -25130,13 +22618,11 @@ final class F64Test extends SpecTestsuiteBase } #[DoesNotPerformAssertions] - #[Depends('testAssertInvalid2511')] public function testAssertMalformed2512(): void { } #[DoesNotPerformAssertions] - #[Depends('testAssertMalformed2512')] public function testAssertMalformed2513(): void { } diff --git a/tests/src/SpecTestsuites/Core/FacTest.php b/tests/src/SpecTestsuites/Core/FacTest.php index bc11930..8ff6b2e 100644 --- a/tests/src/SpecTestsuites/Core/FacTest.php +++ b/tests/src/SpecTestsuites/Core/FacTest.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 FacTest extends SpecTestsuiteBase @@ -19,7 +18,6 @@ final class FacTest extends SpecTestsuiteBase ); } - #[Depends('testModule0')] public function testAssertReturn1(): void { $this->runAssertReturnCommand( @@ -29,7 +27,6 @@ final class FacTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1')] public function testAssertReturn2(): void { $this->runAssertReturnCommand( @@ -39,7 +36,6 @@ final class FacTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2')] public function testAssertReturn3(): void { $this->runAssertReturnCommand( @@ -49,7 +45,6 @@ final class FacTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn3')] public function testAssertReturn4(): void { $this->runAssertReturnCommand( @@ -59,7 +54,6 @@ final class FacTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn4')] public function testAssertReturn5(): void { $this->runAssertReturnCommand( @@ -69,7 +63,6 @@ final class FacTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn5')] public function testAssertReturn6(): void { $this->runAssertReturnCommand( @@ -79,7 +72,6 @@ final class FacTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn6')] public function testAssertExhaustion7(): void { $this->runAssertExhaustionCommand( diff --git a/tests/src/SpecTestsuites/Core/FloatExprsTest.php b/tests/src/SpecTestsuites/Core/FloatExprsTest.php index 087a026..d7f8c37 100644 --- a/tests/src/SpecTestsuites/Core/FloatExprsTest.php +++ b/tests/src/SpecTestsuites/Core/FloatExprsTest.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 FloatExprsTest extends SpecTestsuiteBase @@ -19,7 +18,6 @@ final class FloatExprsTest extends SpecTestsuiteBase ); } - #[Depends('testModule0')] public function testAssertReturn1(): void { $this->runAssertReturnCommand( @@ -29,7 +27,6 @@ final class FloatExprsTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1')] public function testAssertReturn2(): void { $this->runAssertReturnCommand( @@ -39,7 +36,6 @@ final class FloatExprsTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2')] public function testAssertReturn3(): void { $this->runAssertReturnCommand( @@ -49,7 +45,6 @@ final class FloatExprsTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn3')] public function testAssertReturn4(): void { $this->runAssertReturnCommand( @@ -59,7 +54,6 @@ final class FloatExprsTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn4')] public function testAssertReturn5(): void { $this->runAssertReturnCommand( @@ -69,7 +63,6 @@ final class FloatExprsTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn5')] public function testModule6(): void { $this->runModuleCommand( @@ -79,7 +72,6 @@ final class FloatExprsTest extends SpecTestsuiteBase ); } - #[Depends('testModule6')] public function testAssertReturn7(): void { $this->runAssertReturnCommand( @@ -89,7 +81,6 @@ final class FloatExprsTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn7')] public function testAssertReturn8(): void { $this->runAssertReturnCommand( @@ -99,7 +90,6 @@ final class FloatExprsTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn8')] public function testAssertReturn9(): void { $this->runAssertReturnCommand( @@ -109,7 +99,6 @@ final class FloatExprsTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn9')] public function testAssertReturn10(): void { $this->runAssertReturnCommand( @@ -119,7 +108,6 @@ final class FloatExprsTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn10')] public function testAssertReturn11(): void { $this->runAssertReturnCommand( @@ -129,7 +117,6 @@ final class FloatExprsTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn11')] public function testAssertReturn12(): void { $this->runAssertReturnCommand( @@ -139,7 +126,6 @@ final class FloatExprsTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn12')] public function testAssertReturn13(): void { $this->runAssertReturnCommand( @@ -149,7 +135,6 @@ final class FloatExprsTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn13')] public function testAssertReturn14(): void { $this->runAssertReturnCommand( @@ -159,7 +144,6 @@ final class FloatExprsTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn14')] public function testAssertReturn15(): void { $this->runAssertReturnCommand( @@ -169,7 +153,6 @@ final class FloatExprsTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn15')] public function testAssertReturn16(): void { $this->runAssertReturnCommand( @@ -179,7 +162,6 @@ final class FloatExprsTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn16')] public function testModule17(): void { $this->runModuleCommand( @@ -189,7 +171,6 @@ final class FloatExprsTest extends SpecTestsuiteBase ); } - #[Depends('testModule17')] public function testAssertReturn18(): void { $this->runAssertReturnCommand( @@ -199,7 +180,6 @@ final class FloatExprsTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn18')] public function testAssertReturn19(): void { $this->runAssertReturnCommand( @@ -209,7 +189,6 @@ final class FloatExprsTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn19')] public function testAssertReturn20(): void { $this->runAssertReturnCommand( @@ -219,7 +198,6 @@ final class FloatExprsTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn20')] public function testAssertReturn21(): void { $this->runAssertReturnCommand( @@ -229,7 +207,6 @@ final class FloatExprsTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn21')] public function testModule22(): void { $this->runModuleCommand( @@ -239,7 +216,6 @@ final class FloatExprsTest extends SpecTestsuiteBase ); } - #[Depends('testModule22')] public function testAssertReturn23(): void { $this->runAssertReturnCommand( @@ -249,7 +225,6 @@ final class FloatExprsTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn23')] public function testAssertReturn24(): void { $this->runAssertReturnCommand( @@ -259,7 +234,6 @@ final class FloatExprsTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn24')] public function testAssertReturn25(): void { $this->runAssertReturnCommand( @@ -269,7 +243,6 @@ final class FloatExprsTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn25')] public function testAssertReturn26(): void { $this->runAssertReturnCommand( @@ -279,7 +252,6 @@ final class FloatExprsTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn26')] public function testModule27(): void { $this->runModuleCommand( @@ -289,7 +261,6 @@ final class FloatExprsTest extends SpecTestsuiteBase ); } - #[Depends('testModule27')] public function testAssertReturn28(): void { $this->runAssertReturnCommand( @@ -299,7 +270,6 @@ final class FloatExprsTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn28')] public function testAssertReturn29(): void { $this->runAssertReturnCommand( @@ -309,7 +279,6 @@ final class FloatExprsTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn29')] public function testModule30(): void { $this->runModuleCommand( @@ -319,7 +288,6 @@ final class FloatExprsTest extends SpecTestsuiteBase ); } - #[Depends('testModule30')] public function testAssertReturn31(): void { $this->runAssertReturnCommand( @@ -329,7 +297,6 @@ final class FloatExprsTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn31')] public function testAssertReturn32(): void { $this->runAssertReturnCommand( @@ -339,7 +306,6 @@ final class FloatExprsTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn32')] public function testAssertReturn33(): void { $this->runAssertReturnCommand( @@ -349,7 +315,6 @@ final class FloatExprsTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn33')] public function testAssertReturn34(): void { $this->runAssertReturnCommand( @@ -359,7 +324,6 @@ final class FloatExprsTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn34')] public function testAssertReturn35(): void { $this->runAssertReturnCommand( @@ -369,7 +333,6 @@ final class FloatExprsTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn35')] public function testAssertReturn36(): void { $this->runAssertReturnCommand( @@ -379,7 +342,6 @@ final class FloatExprsTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn36')] public function testAssertReturn37(): void { $this->runAssertReturnCommand( @@ -389,7 +351,6 @@ final class FloatExprsTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn37')] public function testAssertReturn38(): void { $this->runAssertReturnCommand( @@ -399,7 +360,6 @@ final class FloatExprsTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn38')] public function testModule39(): void { $this->runModuleCommand( @@ -409,7 +369,6 @@ final class FloatExprsTest extends SpecTestsuiteBase ); } - #[Depends('testModule39')] public function testAssertReturn40(): void { $this->runAssertReturnCommand( @@ -419,7 +378,6 @@ final class FloatExprsTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn40')] public function testAssertReturn41(): void { $this->runAssertReturnCommand( @@ -429,7 +387,6 @@ final class FloatExprsTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn41')] public function testModule42(): void { $this->runModuleCommand( @@ -439,7 +396,6 @@ final class FloatExprsTest extends SpecTestsuiteBase ); } - #[Depends('testModule42')] public function testAssertReturn43(): void { $this->runAssertReturnCommand( @@ -449,7 +405,6 @@ final class FloatExprsTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn43')] public function testAssertReturn44(): void { $this->runAssertReturnCommand( @@ -459,7 +414,6 @@ final class FloatExprsTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn44')] public function testAssertReturn45(): void { $this->runAssertReturnCommand( @@ -469,7 +423,6 @@ final class FloatExprsTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn45')] public function testAssertReturn46(): void { $this->runAssertReturnCommand( @@ -479,7 +432,6 @@ final class FloatExprsTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn46')] public function testAssertReturn47(): void { $this->runAssertReturnCommand( @@ -489,7 +441,6 @@ final class FloatExprsTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn47')] public function testAssertReturn48(): void { $this->runAssertReturnCommand( @@ -499,7 +450,6 @@ final class FloatExprsTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn48')] public function testAssertReturn49(): void { $this->runAssertReturnCommand( @@ -509,7 +459,6 @@ final class FloatExprsTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn49')] public function testAssertReturn50(): void { $this->runAssertReturnCommand( @@ -519,7 +468,6 @@ final class FloatExprsTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn50')] public function testModule51(): void { $this->runModuleCommand( @@ -529,7 +477,6 @@ final class FloatExprsTest extends SpecTestsuiteBase ); } - #[Depends('testModule51')] public function testAssertReturn52(): void { $this->runAssertReturnCommand( @@ -539,7 +486,6 @@ final class FloatExprsTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn52')] public function testAssertReturn53(): void { $this->runAssertReturnCommand( @@ -549,7 +495,6 @@ final class FloatExprsTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn53')] public function testModule54(): void { $this->runModuleCommand( @@ -559,7 +504,6 @@ final class FloatExprsTest extends SpecTestsuiteBase ); } - #[Depends('testModule54')] public function testAssertReturn55(): void { $this->runAssertReturnCommand( @@ -569,7 +513,6 @@ final class FloatExprsTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn55')] public function testAssertReturn56(): void { $this->runAssertReturnCommand( @@ -579,7 +522,6 @@ final class FloatExprsTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn56')] public function testModule57(): void { $this->runModuleCommand( @@ -589,7 +531,6 @@ final class FloatExprsTest extends SpecTestsuiteBase ); } - #[Depends('testModule57')] public function testAssertReturn58(): void { $this->runAssertReturnCommand( @@ -599,7 +540,6 @@ final class FloatExprsTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn58')] public function testAssertReturn59(): void { $this->runAssertReturnCommand( @@ -609,7 +549,6 @@ final class FloatExprsTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn59')] public function testModule60(): void { $this->runModuleCommand( @@ -619,7 +558,6 @@ final class FloatExprsTest extends SpecTestsuiteBase ); } - #[Depends('testModule60')] public function testAssertReturn61(): void { $this->runAssertReturnCommand( @@ -629,7 +567,6 @@ final class FloatExprsTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn61')] public function testAssertReturn62(): void { $this->runAssertReturnCommand( @@ -639,7 +576,6 @@ final class FloatExprsTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn62')] public function testModule63(): void { $this->runModuleCommand( @@ -649,7 +585,6 @@ final class FloatExprsTest extends SpecTestsuiteBase ); } - #[Depends('testModule63')] public function testAssertReturn64(): void { $this->runAssertReturnCommand( @@ -659,7 +594,6 @@ final class FloatExprsTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn64')] public function testAssertReturn65(): void { $this->runAssertReturnCommand( @@ -669,7 +603,6 @@ final class FloatExprsTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn65')] public function testModule66(): void { $this->runModuleCommand( @@ -679,7 +612,6 @@ final class FloatExprsTest extends SpecTestsuiteBase ); } - #[Depends('testModule66')] public function testAssertReturn67(): void { $this->runAssertReturnCommand( @@ -689,7 +621,6 @@ final class FloatExprsTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn67')] public function testAssertReturn68(): void { $this->runAssertReturnCommand( @@ -699,7 +630,6 @@ final class FloatExprsTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn68')] public function testModule69(): void { $this->runModuleCommand( @@ -709,7 +639,6 @@ final class FloatExprsTest extends SpecTestsuiteBase ); } - #[Depends('testModule69')] public function testAssertReturn70(): void { $this->runAssertReturnCommand( @@ -719,7 +648,6 @@ final class FloatExprsTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn70')] public function testAssertReturn71(): void { $this->runAssertReturnCommand( @@ -729,7 +657,6 @@ final class FloatExprsTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn71')] public function testAssertReturn72(): void { $this->runAssertReturnCommand( @@ -739,7 +666,6 @@ final class FloatExprsTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn72')] public function testAssertReturn73(): void { $this->runAssertReturnCommand( @@ -749,7 +675,6 @@ final class FloatExprsTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn73')] public function testModule74(): void { $this->runModuleCommand( @@ -759,7 +684,6 @@ final class FloatExprsTest extends SpecTestsuiteBase ); } - #[Depends('testModule74')] public function testAssertReturn75(): void { $this->runAssertReturnCommand( @@ -769,7 +693,6 @@ final class FloatExprsTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn75')] public function testAssertReturn76(): void { $this->runAssertReturnCommand( @@ -779,7 +702,6 @@ final class FloatExprsTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn76')] public function testAssertReturn77(): void { $this->runAssertReturnCommand( @@ -789,7 +711,6 @@ final class FloatExprsTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn77')] public function testAssertReturn78(): void { $this->runAssertReturnCommand( @@ -799,7 +720,6 @@ final class FloatExprsTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn78')] public function testAssertReturn79(): void { $this->runAssertReturnCommand( @@ -809,7 +729,6 @@ final class FloatExprsTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn79')] public function testAssertReturn80(): void { $this->runAssertReturnCommand( @@ -819,7 +738,6 @@ final class FloatExprsTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn80')] public function testAssertReturn81(): void { $this->runAssertReturnCommand( @@ -829,7 +747,6 @@ final class FloatExprsTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn81')] public function testAssertReturn82(): void { $this->runAssertReturnCommand( @@ -839,7 +756,6 @@ final class FloatExprsTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn82')] public function testModule83(): void { $this->runModuleCommand( @@ -849,7 +765,6 @@ final class FloatExprsTest extends SpecTestsuiteBase ); } - #[Depends('testModule83')] public function testAssertReturn84(): void { $this->runAssertReturnCommand( @@ -859,7 +774,6 @@ final class FloatExprsTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn84')] public function testAssertReturn85(): void { $this->runAssertReturnCommand( @@ -869,7 +783,6 @@ final class FloatExprsTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn85')] public function testAssertReturn86(): void { $this->runAssertReturnCommand( @@ -879,7 +792,6 @@ final class FloatExprsTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn86')] public function testAssertReturn87(): void { $this->runAssertReturnCommand( @@ -889,7 +801,6 @@ final class FloatExprsTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn87')] public function testAssertReturn88(): void { $this->runAssertReturnCommand( @@ -899,7 +810,6 @@ final class FloatExprsTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn88')] public function testAssertReturn89(): void { $this->runAssertReturnCommand( @@ -909,7 +819,6 @@ final class FloatExprsTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn89')] public function testAssertReturn90(): void { $this->runAssertReturnCommand( @@ -919,7 +828,6 @@ final class FloatExprsTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn90')] public function testAssertReturn91(): void { $this->runAssertReturnCommand( @@ -929,7 +837,6 @@ final class FloatExprsTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn91')] public function testAssertReturn92(): void { $this->runAssertReturnCommand( @@ -939,7 +846,6 @@ final class FloatExprsTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn92')] public function testAssertReturn93(): void { $this->runAssertReturnCommand( @@ -949,7 +855,6 @@ final class FloatExprsTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn93')] public function testModule94(): void { $this->runModuleCommand( @@ -959,7 +864,6 @@ final class FloatExprsTest extends SpecTestsuiteBase ); } - #[Depends('testModule94')] public function testAssertReturn95(): void { $this->runAssertReturnCommand( @@ -969,7 +873,6 @@ final class FloatExprsTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn95')] public function testAssertReturn96(): void { $this->runAssertReturnCommand( @@ -979,7 +882,6 @@ final class FloatExprsTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn96')] public function testAssertReturn97(): void { $this->runAssertReturnCommand( @@ -989,7 +891,6 @@ final class FloatExprsTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn97')] public function testAssertReturn98(): void { $this->runAssertReturnCommand( @@ -999,7 +900,6 @@ final class FloatExprsTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn98')] public function testAssertReturn99(): void { $this->runAssertReturnCommand( @@ -1009,7 +909,6 @@ final class FloatExprsTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn99')] public function testAssertReturn100(): void { $this->runAssertReturnCommand( @@ -1019,7 +918,6 @@ final class FloatExprsTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn100')] public function testAssertReturn101(): void { $this->runAssertReturnCommand( @@ -1029,7 +927,6 @@ final class FloatExprsTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn101')] public function testAssertReturn102(): void { $this->runAssertReturnCommand( @@ -1039,7 +936,6 @@ final class FloatExprsTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn102')] public function testAssertReturn103(): void { $this->runAssertReturnCommand( @@ -1049,7 +945,6 @@ final class FloatExprsTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn103')] public function testAssertReturn104(): void { $this->runAssertReturnCommand( @@ -1059,7 +954,6 @@ final class FloatExprsTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn104')] public function testModule105(): void { $this->runModuleCommand( @@ -1069,7 +963,6 @@ final class FloatExprsTest extends SpecTestsuiteBase ); } - #[Depends('testModule105')] public function testAssertReturn106(): void { $this->runAssertReturnCommand( @@ -1079,7 +972,6 @@ final class FloatExprsTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn106')] public function testAssertReturn107(): void { $this->runAssertReturnCommand( @@ -1089,7 +981,6 @@ final class FloatExprsTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn107')] public function testAssertReturn108(): void { $this->runAssertReturnCommand( @@ -1099,7 +990,6 @@ final class FloatExprsTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn108')] public function testAssertReturn109(): void { $this->runAssertReturnCommand( @@ -1109,7 +999,6 @@ final class FloatExprsTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn109')] public function testAssertReturn110(): void { $this->runAssertReturnCommand( @@ -1119,7 +1008,6 @@ final class FloatExprsTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn110')] public function testAssertReturn111(): void { $this->runAssertReturnCommand( @@ -1129,7 +1017,6 @@ final class FloatExprsTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn111')] public function testAssertReturn112(): void { $this->runAssertReturnCommand( @@ -1139,7 +1026,6 @@ final class FloatExprsTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn112')] public function testAssertReturn113(): void { $this->runAssertReturnCommand( @@ -1149,7 +1035,6 @@ final class FloatExprsTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn113')] public function testAssertReturn114(): void { $this->runAssertReturnCommand( @@ -1159,7 +1044,6 @@ final class FloatExprsTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn114')] public function testAssertReturn115(): void { $this->runAssertReturnCommand( @@ -1169,7 +1053,6 @@ final class FloatExprsTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn115')] public function testModule116(): void { $this->runModuleCommand( @@ -1179,7 +1062,6 @@ final class FloatExprsTest extends SpecTestsuiteBase ); } - #[Depends('testModule116')] public function testAssertReturn117(): void { $this->runAssertReturnCommand( @@ -1189,7 +1071,6 @@ final class FloatExprsTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn117')] public function testAssertReturn118(): void { $this->runAssertReturnCommand( @@ -1199,7 +1080,6 @@ final class FloatExprsTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn118')] public function testAssertReturn119(): void { $this->runAssertReturnCommand( @@ -1209,7 +1089,6 @@ final class FloatExprsTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn119')] public function testAssertReturn120(): void { $this->runAssertReturnCommand( @@ -1219,7 +1098,6 @@ final class FloatExprsTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn120')] public function testAssertReturn121(): void { $this->runAssertReturnCommand( @@ -1229,7 +1107,6 @@ final class FloatExprsTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn121')] public function testAssertReturn122(): void { $this->runAssertReturnCommand( @@ -1239,7 +1116,6 @@ final class FloatExprsTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn122')] public function testAssertReturn123(): void { $this->runAssertReturnCommand( @@ -1249,7 +1125,6 @@ final class FloatExprsTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn123')] public function testAssertReturn124(): void { $this->runAssertReturnCommand( @@ -1259,7 +1134,6 @@ final class FloatExprsTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn124')] public function testAssertReturn125(): void { $this->runAssertReturnCommand( @@ -1269,7 +1143,6 @@ final class FloatExprsTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn125')] public function testAssertReturn126(): void { $this->runAssertReturnCommand( @@ -1279,7 +1152,6 @@ final class FloatExprsTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn126')] public function testModule127(): void { $this->runModuleCommand( @@ -1289,7 +1161,6 @@ final class FloatExprsTest extends SpecTestsuiteBase ); } - #[Depends('testModule127')] public function testAssertReturn128(): void { $this->runAssertReturnCommand( @@ -1299,7 +1170,6 @@ final class FloatExprsTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn128')] public function testAssertReturn129(): void { $this->runAssertReturnCommand( @@ -1309,7 +1179,6 @@ final class FloatExprsTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn129')] public function testAssertReturn130(): void { $this->runAssertReturnCommand( @@ -1319,7 +1188,6 @@ final class FloatExprsTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn130')] public function testAssertReturn131(): void { $this->runAssertReturnCommand( @@ -1329,7 +1197,6 @@ final class FloatExprsTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn131')] public function testAssertReturn132(): void { $this->runAssertReturnCommand( @@ -1339,7 +1206,6 @@ final class FloatExprsTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn132')] public function testAssertReturn133(): void { $this->runAssertReturnCommand( @@ -1349,7 +1215,6 @@ final class FloatExprsTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn133')] public function testAssertReturn134(): void { $this->runAssertReturnCommand( @@ -1359,7 +1224,6 @@ final class FloatExprsTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn134')] public function testAssertReturn135(): void { $this->runAssertReturnCommand( @@ -1369,7 +1233,6 @@ final class FloatExprsTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn135')] public function testAssertReturn136(): void { $this->runAssertReturnCommand( @@ -1379,7 +1242,6 @@ final class FloatExprsTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn136')] public function testAssertReturn137(): void { $this->runAssertReturnCommand( @@ -1389,7 +1251,6 @@ final class FloatExprsTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn137')] public function testModule138(): void { $this->runModuleCommand( @@ -1399,7 +1260,6 @@ final class FloatExprsTest extends SpecTestsuiteBase ); } - #[Depends('testModule138')] public function testAssertReturn139(): void { $this->runAssertReturnCommand( @@ -1409,7 +1269,6 @@ final class FloatExprsTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn139')] public function testAssertReturn140(): void { $this->runAssertReturnCommand( @@ -1419,7 +1278,6 @@ final class FloatExprsTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn140')] public function testAssertReturn141(): void { $this->runAssertReturnCommand( @@ -1429,7 +1287,6 @@ final class FloatExprsTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn141')] public function testAssertReturn142(): void { $this->runAssertReturnCommand( @@ -1439,7 +1296,6 @@ final class FloatExprsTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn142')] public function testAssertReturn143(): void { $this->runAssertReturnCommand( @@ -1449,7 +1305,6 @@ final class FloatExprsTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn143')] public function testAssertReturn144(): void { $this->runAssertReturnCommand( @@ -1459,7 +1314,6 @@ final class FloatExprsTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn144')] public function testAssertReturn145(): void { $this->runAssertReturnCommand( @@ -1469,7 +1323,6 @@ final class FloatExprsTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn145')] public function testAssertReturn146(): void { $this->runAssertReturnCommand( @@ -1479,7 +1332,6 @@ final class FloatExprsTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn146')] public function testAssertReturn147(): void { $this->runAssertReturnCommand( @@ -1489,7 +1341,6 @@ final class FloatExprsTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn147')] public function testAssertReturn148(): void { $this->runAssertReturnCommand( @@ -1499,7 +1350,6 @@ final class FloatExprsTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn148')] public function testModule149(): void { $this->runModuleCommand( @@ -1509,7 +1359,6 @@ final class FloatExprsTest extends SpecTestsuiteBase ); } - #[Depends('testModule149')] public function testAssertReturn150(): void { $this->runAssertReturnCommand( @@ -1519,7 +1368,6 @@ final class FloatExprsTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn150')] public function testAssertReturn151(): void { $this->runAssertReturnCommand( @@ -1529,7 +1377,6 @@ final class FloatExprsTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn151')] public function testAssertReturn152(): void { $this->runAssertReturnCommand( @@ -1539,7 +1386,6 @@ final class FloatExprsTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn152')] public function testAssertReturn153(): void { $this->runAssertReturnCommand( @@ -1549,7 +1395,6 @@ final class FloatExprsTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn153')] public function testAssertReturn154(): void { $this->runAssertReturnCommand( @@ -1559,7 +1404,6 @@ final class FloatExprsTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn154')] public function testAssertReturn155(): void { $this->runAssertReturnCommand( @@ -1569,7 +1413,6 @@ final class FloatExprsTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn155')] public function testAssertReturn156(): void { $this->runAssertReturnCommand( @@ -1579,7 +1422,6 @@ final class FloatExprsTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn156')] public function testAssertReturn157(): void { $this->runAssertReturnCommand( @@ -1589,7 +1431,6 @@ final class FloatExprsTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn157')] public function testAssertReturn158(): void { $this->runAssertReturnCommand( @@ -1599,7 +1440,6 @@ final class FloatExprsTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn158')] public function testAssertReturn159(): void { $this->runAssertReturnCommand( @@ -1609,7 +1449,6 @@ final class FloatExprsTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn159')] public function testModule160(): void { $this->runModuleCommand( @@ -1619,7 +1458,6 @@ final class FloatExprsTest extends SpecTestsuiteBase ); } - #[Depends('testModule160')] public function testAssertReturn161(): void { $this->runAssertReturnCommand( @@ -1629,7 +1467,6 @@ final class FloatExprsTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn161')] public function testAssertReturn162(): void { $this->runAssertReturnCommand( @@ -1639,7 +1476,6 @@ final class FloatExprsTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn162')] public function testAssertReturn163(): void { $this->runAssertReturnCommand( @@ -1649,7 +1485,6 @@ final class FloatExprsTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn163')] public function testAssertReturn164(): void { $this->runAssertReturnCommand( @@ -1659,7 +1494,6 @@ final class FloatExprsTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn164')] public function testAssertReturn165(): void { $this->runAssertReturnCommand( @@ -1669,7 +1503,6 @@ final class FloatExprsTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn165')] public function testAssertReturn166(): void { $this->runAssertReturnCommand( @@ -1679,7 +1512,6 @@ final class FloatExprsTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn166')] public function testAssertReturn167(): void { $this->runAssertReturnCommand( @@ -1689,7 +1521,6 @@ final class FloatExprsTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn167')] public function testAssertReturn168(): void { $this->runAssertReturnCommand( @@ -1699,7 +1530,6 @@ final class FloatExprsTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn168')] public function testAssertReturn169(): void { $this->runAssertReturnCommand( @@ -1709,7 +1539,6 @@ final class FloatExprsTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn169')] public function testAssertReturn170(): void { $this->runAssertReturnCommand( @@ -1719,7 +1548,6 @@ final class FloatExprsTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn170')] public function testAssertReturn171(): void { $this->runAssertReturnCommand( @@ -1729,7 +1557,6 @@ final class FloatExprsTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn171')] public function testAssertReturn172(): void { $this->runAssertReturnCommand( @@ -1739,7 +1566,6 @@ final class FloatExprsTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn172')] public function testAssertReturn173(): void { $this->runAssertReturnCommand( @@ -1749,7 +1575,6 @@ final class FloatExprsTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn173')] public function testAssertReturn174(): void { $this->runAssertReturnCommand( @@ -1759,7 +1584,6 @@ final class FloatExprsTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn174')] public function testAssertReturn175(): void { $this->runAssertReturnCommand( @@ -1769,7 +1593,6 @@ final class FloatExprsTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn175')] public function testAssertReturn176(): void { $this->runAssertReturnCommand( @@ -1779,7 +1602,6 @@ final class FloatExprsTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn176')] public function testModule177(): void { $this->runModuleCommand( @@ -1789,7 +1611,6 @@ final class FloatExprsTest extends SpecTestsuiteBase ); } - #[Depends('testModule177')] public function testAssertReturn178(): void { $this->runAssertReturnCommand( @@ -1799,7 +1620,6 @@ final class FloatExprsTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn178')] public function testAssertReturn179(): void { $this->runAssertReturnCommand( @@ -1809,7 +1629,6 @@ final class FloatExprsTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn179')] public function testAssertReturn180(): void { $this->runAssertReturnCommand( @@ -1819,7 +1638,6 @@ final class FloatExprsTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn180')] public function testAssertReturn181(): void { $this->runAssertReturnCommand( @@ -1829,7 +1647,6 @@ final class FloatExprsTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn181')] public function testAssertReturn182(): void { $this->runAssertReturnCommand( @@ -1839,7 +1656,6 @@ final class FloatExprsTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn182')] public function testAssertReturn183(): void { $this->runAssertReturnCommand( @@ -1849,7 +1665,6 @@ final class FloatExprsTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn183')] public function testAssertReturn184(): void { $this->runAssertReturnCommand( @@ -1859,7 +1674,6 @@ final class FloatExprsTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn184')] public function testAssertReturn185(): void { $this->runAssertReturnCommand( @@ -1869,7 +1683,6 @@ final class FloatExprsTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn185')] public function testAssertReturn186(): void { $this->runAssertReturnCommand( @@ -1879,7 +1692,6 @@ final class FloatExprsTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn186')] public function testAssertReturn187(): void { $this->runAssertReturnCommand( @@ -1889,7 +1701,6 @@ final class FloatExprsTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn187')] public function testAssertReturn188(): void { $this->runAssertReturnCommand( @@ -1899,7 +1710,6 @@ final class FloatExprsTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn188')] public function testAssertReturn189(): void { $this->runAssertReturnCommand( @@ -1909,7 +1719,6 @@ final class FloatExprsTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn189')] public function testAssertReturn190(): void { $this->runAssertReturnCommand( @@ -1919,7 +1728,6 @@ final class FloatExprsTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn190')] public function testAssertReturn191(): void { $this->runAssertReturnCommand( @@ -1929,7 +1737,6 @@ final class FloatExprsTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn191')] public function testAssertReturn192(): void { $this->runAssertReturnCommand( @@ -1939,7 +1746,6 @@ final class FloatExprsTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn192')] public function testAssertReturn193(): void { $this->runAssertReturnCommand( @@ -1949,7 +1755,6 @@ final class FloatExprsTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn193')] public function testModule194(): void { $this->runModuleCommand( @@ -1959,7 +1764,6 @@ final class FloatExprsTest extends SpecTestsuiteBase ); } - #[Depends('testModule194')] public function testAssertReturn195(): void { $this->runAssertReturnCommand( @@ -1969,7 +1773,6 @@ final class FloatExprsTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn195')] public function testAssertReturn196(): void { $this->runAssertReturnCommand( @@ -1979,7 +1782,6 @@ final class FloatExprsTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn196')] public function testAssertReturn197(): void { $this->runAssertReturnCommand( @@ -1989,7 +1791,6 @@ final class FloatExprsTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn197')] public function testAssertReturn198(): void { $this->runAssertReturnCommand( @@ -1999,7 +1800,6 @@ final class FloatExprsTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn198')] public function testAssertReturn199(): void { $this->runAssertReturnCommand( @@ -2009,7 +1809,6 @@ final class FloatExprsTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn199')] public function testAssertReturn200(): void { $this->runAssertReturnCommand( @@ -2019,7 +1818,6 @@ final class FloatExprsTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn200')] public function testAssertReturn201(): void { $this->runAssertReturnCommand( @@ -2029,7 +1827,6 @@ final class FloatExprsTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn201')] public function testAssertReturn202(): void { $this->runAssertReturnCommand( @@ -2039,7 +1836,6 @@ final class FloatExprsTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn202')] public function testAssertReturn203(): void { $this->runAssertReturnCommand( @@ -2049,7 +1845,6 @@ final class FloatExprsTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn203')] public function testAssertReturn204(): void { $this->runAssertReturnCommand( @@ -2059,7 +1854,6 @@ final class FloatExprsTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn204')] public function testModule205(): void { $this->runModuleCommand( @@ -2069,7 +1863,6 @@ final class FloatExprsTest extends SpecTestsuiteBase ); } - #[Depends('testModule205')] public function testAssertReturn206(): void { $this->runAssertReturnCommand( @@ -2079,7 +1872,6 @@ final class FloatExprsTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn206')] public function testAssertReturn207(): void { $this->runAssertReturnCommand( @@ -2089,7 +1881,6 @@ final class FloatExprsTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn207')] public function testAssertReturn208(): void { $this->runAssertReturnCommand( @@ -2099,7 +1890,6 @@ final class FloatExprsTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn208')] public function testAssertReturn209(): void { $this->runAssertReturnCommand( @@ -2109,7 +1899,6 @@ final class FloatExprsTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn209')] public function testAssertReturn210(): void { $this->runAssertReturnCommand( @@ -2119,7 +1908,6 @@ final class FloatExprsTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn210')] public function testModule211(): void { $this->runModuleCommand( @@ -2129,7 +1917,6 @@ final class FloatExprsTest extends SpecTestsuiteBase ); } - #[Depends('testModule211')] public function testAssertReturn212(): void { $this->runAssertReturnCommand( @@ -2139,7 +1926,6 @@ final class FloatExprsTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn212')] public function testAssertReturn213(): void { $this->runAssertReturnCommand( @@ -2149,7 +1935,6 @@ final class FloatExprsTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn213')] public function testAssertReturn214(): void { $this->runAssertReturnCommand( @@ -2159,7 +1944,6 @@ final class FloatExprsTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn214')] public function testAssertReturn215(): void { $this->runAssertReturnCommand( @@ -2169,7 +1953,6 @@ final class FloatExprsTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn215')] public function testAssertReturn216(): void { $this->runAssertReturnCommand( @@ -2179,7 +1962,6 @@ final class FloatExprsTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn216')] public function testAssertReturn217(): void { $this->runAssertReturnCommand( @@ -2189,7 +1971,6 @@ final class FloatExprsTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn217')] public function testAssertReturn218(): void { $this->runAssertReturnCommand( @@ -2199,7 +1980,6 @@ final class FloatExprsTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn218')] public function testAssertReturn219(): void { $this->runAssertReturnCommand( @@ -2209,7 +1989,6 @@ final class FloatExprsTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn219')] public function testAssertReturn220(): void { $this->runAssertReturnCommand( @@ -2219,7 +1998,6 @@ final class FloatExprsTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn220')] public function testAssertReturn221(): void { $this->runAssertReturnCommand( @@ -2229,7 +2007,6 @@ final class FloatExprsTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn221')] public function testModule222(): void { $this->runModuleCommand( @@ -2239,7 +2016,6 @@ final class FloatExprsTest extends SpecTestsuiteBase ); } - #[Depends('testModule222')] public function testAssertReturn223(): void { $this->runAssertReturnCommand( @@ -2249,7 +2025,6 @@ final class FloatExprsTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn223')] public function testAssertReturn224(): void { $this->runAssertReturnCommand( @@ -2259,7 +2034,6 @@ final class FloatExprsTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn224')] public function testAssertReturn225(): void { $this->runAssertReturnCommand( @@ -2269,7 +2043,6 @@ final class FloatExprsTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn225')] public function testAssertReturn226(): void { $this->runAssertReturnCommand( @@ -2279,7 +2052,6 @@ final class FloatExprsTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn226')] public function testAssertReturn227(): void { $this->runAssertReturnCommand( @@ -2289,7 +2061,6 @@ final class FloatExprsTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn227')] public function testModule228(): void { $this->runModuleCommand( @@ -2299,7 +2070,6 @@ final class FloatExprsTest extends SpecTestsuiteBase ); } - #[Depends('testModule228')] public function testAssertReturn229(): void { $this->runAssertReturnCommand( @@ -2309,7 +2079,6 @@ final class FloatExprsTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn229')] public function testAssertReturn230(): void { $this->runAssertReturnCommand( @@ -2319,7 +2088,6 @@ final class FloatExprsTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn230')] public function testAssertReturn231(): void { $this->runAssertReturnCommand( @@ -2329,7 +2097,6 @@ final class FloatExprsTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn231')] public function testAssertReturn232(): void { $this->runAssertReturnCommand( @@ -2339,7 +2106,6 @@ final class FloatExprsTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn232')] public function testAssertReturn233(): void { $this->runAssertReturnCommand( @@ -2349,7 +2115,6 @@ final class FloatExprsTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn233')] public function testAssertReturn234(): void { $this->runAssertReturnCommand( @@ -2359,7 +2124,6 @@ final class FloatExprsTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn234')] public function testAssertReturn235(): void { $this->runAssertReturnCommand( @@ -2369,7 +2133,6 @@ final class FloatExprsTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn235')] public function testAssertReturn236(): void { $this->runAssertReturnCommand( @@ -2379,7 +2142,6 @@ final class FloatExprsTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn236')] public function testAssertReturn237(): void { $this->runAssertReturnCommand( @@ -2389,7 +2151,6 @@ final class FloatExprsTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn237')] public function testAssertReturn238(): void { $this->runAssertReturnCommand( @@ -2399,7 +2160,6 @@ final class FloatExprsTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn238')] public function testAssertReturn239(): void { $this->runAssertReturnCommand( @@ -2409,7 +2169,6 @@ final class FloatExprsTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn239')] public function testAssertReturn240(): void { $this->runAssertReturnCommand( @@ -2419,7 +2178,6 @@ final class FloatExprsTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn240')] public function testModule241(): void { $this->runModuleCommand( @@ -2429,7 +2187,6 @@ final class FloatExprsTest extends SpecTestsuiteBase ); } - #[Depends('testModule241')] public function testAssertReturn242(): void { $this->runAssertReturnCommand( @@ -2439,7 +2196,6 @@ final class FloatExprsTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn242')] public function testAssertReturn243(): void { $this->runAssertReturnCommand( @@ -2449,7 +2205,6 @@ final class FloatExprsTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn243')] public function testAssertReturn244(): void { $this->runAssertReturnCommand( @@ -2459,7 +2214,6 @@ final class FloatExprsTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn244')] public function testAssertReturn245(): void { $this->runAssertReturnCommand( @@ -2469,7 +2223,6 @@ final class FloatExprsTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn245')] public function testAssertReturn246(): void { $this->runAssertReturnCommand( @@ -2479,7 +2232,6 @@ final class FloatExprsTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn246')] public function testAssertReturn247(): void { $this->runAssertReturnCommand( @@ -2489,7 +2241,6 @@ final class FloatExprsTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn247')] public function testAssertReturn248(): void { $this->runAssertReturnCommand( @@ -2499,7 +2250,6 @@ final class FloatExprsTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn248')] public function testAssertReturn249(): void { $this->runAssertReturnCommand( @@ -2509,7 +2259,6 @@ final class FloatExprsTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn249')] public function testAssertReturn250(): void { $this->runAssertReturnCommand( @@ -2519,7 +2268,6 @@ final class FloatExprsTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn250')] public function testAssertReturn251(): void { $this->runAssertReturnCommand( @@ -2529,7 +2277,6 @@ final class FloatExprsTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn251')] public function testModule252(): void { $this->runModuleCommand( @@ -2539,7 +2286,6 @@ final class FloatExprsTest extends SpecTestsuiteBase ); } - #[Depends('testModule252')] public function testAssertReturn253(): void { $this->runAssertReturnCommand( @@ -2549,7 +2295,6 @@ final class FloatExprsTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn253')] public function testAssertReturn254(): void { $this->runAssertReturnCommand( @@ -2559,7 +2304,6 @@ final class FloatExprsTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn254')] public function testAssertReturn255(): void { $this->runAssertReturnCommand( @@ -2569,7 +2313,6 @@ final class FloatExprsTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn255')] public function testAssertReturn256(): void { $this->runAssertReturnCommand( @@ -2579,7 +2322,6 @@ final class FloatExprsTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn256')] public function testAssertReturn257(): void { $this->runAssertReturnCommand( @@ -2589,7 +2331,6 @@ final class FloatExprsTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn257')] public function testAssertReturn258(): void { $this->runAssertReturnCommand( @@ -2599,7 +2340,6 @@ final class FloatExprsTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn258')] public function testAssertReturn259(): void { $this->runAssertReturnCommand( @@ -2609,7 +2349,6 @@ final class FloatExprsTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn259')] public function testAssertReturn260(): void { $this->runAssertReturnCommand( @@ -2619,7 +2358,6 @@ final class FloatExprsTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn260')] public function testAssertReturn261(): void { $this->runAssertReturnCommand( @@ -2629,7 +2367,6 @@ final class FloatExprsTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn261')] public function testAssertReturn262(): void { $this->runAssertReturnCommand( @@ -2639,7 +2376,6 @@ final class FloatExprsTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn262')] public function testModule263(): void { $this->runModuleCommand( @@ -2649,7 +2385,6 @@ final class FloatExprsTest extends SpecTestsuiteBase ); } - #[Depends('testModule263')] public function testAssertReturn264(): void { $this->runAssertReturnCommand( @@ -2659,7 +2394,6 @@ final class FloatExprsTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn264')] public function testAssertReturn265(): void { $this->runAssertReturnCommand( @@ -2669,7 +2403,6 @@ final class FloatExprsTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn265')] public function testAssertReturn266(): void { $this->runAssertReturnCommand( @@ -2679,7 +2412,6 @@ final class FloatExprsTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn266')] public function testAssertReturn267(): void { $this->runAssertReturnCommand( @@ -2689,7 +2421,6 @@ final class FloatExprsTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn267')] public function testAssertReturn268(): void { $this->runAssertReturnCommand( @@ -2699,7 +2430,6 @@ final class FloatExprsTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn268')] public function testAssertReturn269(): void { $this->runAssertReturnCommand( @@ -2709,7 +2439,6 @@ final class FloatExprsTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn269')] public function testAssertReturn270(): void { $this->runAssertReturnCommand( @@ -2719,7 +2448,6 @@ final class FloatExprsTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn270')] public function testAssertReturn271(): void { $this->runAssertReturnCommand( @@ -2729,7 +2457,6 @@ final class FloatExprsTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn271')] public function testAssertReturn272(): void { $this->runAssertReturnCommand( @@ -2739,7 +2466,6 @@ final class FloatExprsTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn272')] public function testAssertReturn273(): void { $this->runAssertReturnCommand( @@ -2749,7 +2475,6 @@ final class FloatExprsTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn273')] public function testModule274(): void { $this->runModuleCommand( @@ -2759,7 +2484,6 @@ final class FloatExprsTest extends SpecTestsuiteBase ); } - #[Depends('testModule274')] public function testAssertReturn275(): void { $this->runAssertReturnCommand( @@ -2769,7 +2493,6 @@ final class FloatExprsTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn275')] public function testAssertReturn276(): void { $this->runAssertReturnCommand( @@ -2779,7 +2502,6 @@ final class FloatExprsTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn276')] public function testAssertReturn277(): void { $this->runAssertReturnCommand( @@ -2789,7 +2511,6 @@ final class FloatExprsTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn277')] public function testAssertReturn278(): void { $this->runAssertReturnCommand( @@ -2799,7 +2520,6 @@ final class FloatExprsTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn278')] public function testAssertReturn279(): void { $this->runAssertReturnCommand( @@ -2809,7 +2529,6 @@ final class FloatExprsTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn279')] public function testAssertReturn280(): void { $this->runAssertReturnCommand( @@ -2819,7 +2538,6 @@ final class FloatExprsTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn280')] public function testAssertReturn281(): void { $this->runAssertReturnCommand( @@ -2829,7 +2547,6 @@ final class FloatExprsTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn281')] public function testAssertReturn282(): void { $this->runAssertReturnCommand( @@ -2839,7 +2556,6 @@ final class FloatExprsTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn282')] public function testAssertReturn283(): void { $this->runAssertReturnCommand( @@ -2849,7 +2565,6 @@ final class FloatExprsTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn283')] public function testAssertReturn284(): void { $this->runAssertReturnCommand( @@ -2859,7 +2574,6 @@ final class FloatExprsTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn284')] public function testModule285(): void { $this->runModuleCommand( @@ -2869,7 +2583,6 @@ final class FloatExprsTest extends SpecTestsuiteBase ); } - #[Depends('testModule285')] public function testAssertReturn286(): void { $this->runAssertReturnCommand( @@ -2879,7 +2592,6 @@ final class FloatExprsTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn286')] public function testAssertReturn287(): void { $this->runAssertReturnCommand( @@ -2889,7 +2601,6 @@ final class FloatExprsTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn287')] public function testModule288(): void { $this->runModuleCommand( @@ -2899,7 +2610,6 @@ final class FloatExprsTest extends SpecTestsuiteBase ); } - #[Depends('testModule288')] public function testAssertReturn289(): void { $this->runAssertReturnCommand( @@ -2909,7 +2619,6 @@ final class FloatExprsTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn289')] public function testAssertReturn290(): void { $this->runAssertReturnCommand( @@ -2919,7 +2628,6 @@ final class FloatExprsTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn290')] public function testAssertReturn291(): void { $this->runAssertReturnCommand( @@ -2929,7 +2637,6 @@ final class FloatExprsTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn291')] public function testAssertReturn292(): void { $this->runAssertReturnCommand( @@ -2939,7 +2646,6 @@ final class FloatExprsTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn292')] public function testAssertReturn293(): void { $this->runAssertReturnCommand( @@ -2949,7 +2655,6 @@ final class FloatExprsTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn293')] public function testModule294(): void { $this->runModuleCommand( @@ -2959,7 +2664,6 @@ final class FloatExprsTest extends SpecTestsuiteBase ); } - #[Depends('testModule294')] public function testAssertReturn295(): void { $this->runAssertReturnCommand( @@ -2969,7 +2673,6 @@ final class FloatExprsTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn295')] public function testAssertReturn296(): void { $this->runAssertReturnCommand( @@ -2979,7 +2682,6 @@ final class FloatExprsTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn296')] public function testAssertReturn297(): void { $this->runAssertReturnCommand( @@ -2989,7 +2691,6 @@ final class FloatExprsTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn297')] public function testAssertReturn298(): void { $this->runAssertReturnCommand( @@ -2999,7 +2700,6 @@ final class FloatExprsTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn298')] public function testAssertReturn299(): void { $this->runAssertReturnCommand( @@ -3009,7 +2709,6 @@ final class FloatExprsTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn299')] public function testAssertReturn300(): void { $this->runAssertReturnCommand( @@ -3019,7 +2718,6 @@ final class FloatExprsTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn300')] public function testAssertReturn301(): void { $this->runAssertReturnCommand( @@ -3029,7 +2727,6 @@ final class FloatExprsTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn301')] public function testAssertReturn302(): void { $this->runAssertReturnCommand( @@ -3039,7 +2736,6 @@ final class FloatExprsTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn302')] public function testAssertReturn303(): void { $this->runAssertReturnCommand( @@ -3049,7 +2745,6 @@ final class FloatExprsTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn303')] public function testAssertReturn304(): void { $this->runAssertReturnCommand( @@ -3059,7 +2754,6 @@ final class FloatExprsTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn304')] public function testAssertReturn305(): void { $this->runAssertReturnCommand( @@ -3069,7 +2763,6 @@ final class FloatExprsTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn305')] public function testAssertReturn306(): void { $this->runAssertReturnCommand( @@ -3079,7 +2772,6 @@ final class FloatExprsTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn306')] public function testAssertReturn307(): void { $this->runAssertReturnCommand( @@ -3089,7 +2781,6 @@ final class FloatExprsTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn307')] public function testModule308(): void { $this->runModuleCommand( @@ -3099,7 +2790,6 @@ final class FloatExprsTest extends SpecTestsuiteBase ); } - #[Depends('testModule308')] public function testAssertReturn309(): void { $this->runAssertReturnCommand( @@ -3109,7 +2799,6 @@ final class FloatExprsTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn309')] public function testAssertReturn310(): void { $this->runAssertReturnCommand( @@ -3119,7 +2808,6 @@ final class FloatExprsTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn310')] public function testAssertReturn311(): void { $this->runAssertReturnCommand( @@ -3129,7 +2817,6 @@ final class FloatExprsTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn311')] public function testAssertReturn312(): void { $this->runAssertReturnCommand( @@ -3139,7 +2826,6 @@ final class FloatExprsTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn312')] public function testAssertReturn313(): void { $this->runAssertReturnCommand( @@ -3149,7 +2835,6 @@ final class FloatExprsTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn313')] public function testAssertReturn314(): void { $this->runAssertReturnCommand( @@ -3159,7 +2844,6 @@ final class FloatExprsTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn314')] public function testAssertReturn315(): void { $this->runAssertReturnCommand( @@ -3169,7 +2853,6 @@ final class FloatExprsTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn315')] public function testAssertReturn316(): void { $this->runAssertReturnCommand( @@ -3179,7 +2862,6 @@ final class FloatExprsTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn316')] public function testAssertReturn317(): void { $this->runAssertReturnCommand( @@ -3189,7 +2871,6 @@ final class FloatExprsTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn317')] public function testAssertReturn318(): void { $this->runAssertReturnCommand( @@ -3199,7 +2880,6 @@ final class FloatExprsTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn318')] public function testModule319(): void { $this->runModuleCommand( @@ -3209,7 +2889,6 @@ final class FloatExprsTest extends SpecTestsuiteBase ); } - #[Depends('testModule319')] public function testAssertReturn320(): void { $this->runAssertReturnCommand( @@ -3219,7 +2898,6 @@ final class FloatExprsTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn320')] public function testAssertReturn321(): void { $this->runAssertReturnCommand( @@ -3229,7 +2907,6 @@ final class FloatExprsTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn321')] public function testAssertReturn322(): void { $this->runAssertReturnCommand( @@ -3239,7 +2916,6 @@ final class FloatExprsTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn322')] public function testAssertReturn323(): void { $this->runAssertReturnCommand( @@ -3249,7 +2925,6 @@ final class FloatExprsTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn323')] public function testAssertReturn324(): void { $this->runAssertReturnCommand( @@ -3259,7 +2934,6 @@ final class FloatExprsTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn324')] public function testModule325(): void { $this->runModuleCommand( @@ -3269,7 +2943,6 @@ final class FloatExprsTest extends SpecTestsuiteBase ); } - #[Depends('testModule325')] public function testAssertReturn326(): void { $this->runAssertReturnCommand( @@ -3279,7 +2952,6 @@ final class FloatExprsTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn326')] public function testAssertReturn327(): void { $this->runAssertReturnCommand( @@ -3289,7 +2961,6 @@ final class FloatExprsTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn327')] public function testAssertReturn328(): void { $this->runAssertReturnCommand( @@ -3299,7 +2970,6 @@ final class FloatExprsTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn328')] public function testAssertReturn329(): void { $this->runAssertReturnCommand( @@ -3309,7 +2979,6 @@ final class FloatExprsTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn329')] public function testAssertReturn330(): void { $this->runAssertReturnCommand( @@ -3319,7 +2988,6 @@ final class FloatExprsTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn330')] public function testAssertReturn331(): void { $this->runAssertReturnCommand( @@ -3329,7 +2997,6 @@ final class FloatExprsTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn331')] public function testAssertReturn332(): void { $this->runAssertReturnCommand( @@ -3339,7 +3006,6 @@ final class FloatExprsTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn332')] public function testAssertReturn333(): void { $this->runAssertReturnCommand( @@ -3349,7 +3015,6 @@ final class FloatExprsTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn333')] public function testAssertReturn334(): void { $this->runAssertReturnCommand( @@ -3359,7 +3024,6 @@ final class FloatExprsTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn334')] public function testAssertReturn335(): void { $this->runAssertReturnCommand( @@ -3369,7 +3033,6 @@ final class FloatExprsTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn335')] public function testAssertReturn336(): void { $this->runAssertReturnCommand( @@ -3379,7 +3042,6 @@ final class FloatExprsTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn336')] public function testAssertReturn337(): void { $this->runAssertReturnCommand( @@ -3389,7 +3051,6 @@ final class FloatExprsTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn337')] public function testAssertReturn338(): void { $this->runAssertReturnCommand( @@ -3399,7 +3060,6 @@ final class FloatExprsTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn338')] public function testAssertReturn339(): void { $this->runAssertReturnCommand( @@ -3409,7 +3069,6 @@ final class FloatExprsTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn339')] public function testAssertReturn340(): void { $this->runAssertReturnCommand( @@ -3419,7 +3078,6 @@ final class FloatExprsTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn340')] public function testAssertReturn341(): void { $this->runAssertReturnCommand( @@ -3429,7 +3087,6 @@ final class FloatExprsTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn341')] public function testAssertReturn342(): void { $this->runAssertReturnCommand( @@ -3439,7 +3096,6 @@ final class FloatExprsTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn342')] public function testAssertReturn343(): void { $this->runAssertReturnCommand( @@ -3449,7 +3105,6 @@ final class FloatExprsTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn343')] public function testAssertReturn344(): void { $this->runAssertReturnCommand( @@ -3459,7 +3114,6 @@ final class FloatExprsTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn344')] public function testAssertReturn345(): void { $this->runAssertReturnCommand( @@ -3469,7 +3123,6 @@ final class FloatExprsTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn345')] public function testAssertReturn346(): void { $this->runAssertReturnCommand( @@ -3479,7 +3132,6 @@ final class FloatExprsTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn346')] public function testAssertReturn347(): void { $this->runAssertReturnCommand( @@ -3489,7 +3141,6 @@ final class FloatExprsTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn347')] public function testAssertReturn348(): void { $this->runAssertReturnCommand( @@ -3499,7 +3150,6 @@ final class FloatExprsTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn348')] public function testAssertReturn349(): void { $this->runAssertReturnCommand( @@ -3509,7 +3159,6 @@ final class FloatExprsTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn349')] public function testAssertReturn350(): void { $this->runAssertReturnCommand( @@ -3519,7 +3168,6 @@ final class FloatExprsTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn350')] public function testAssertReturn351(): void { $this->runAssertReturnCommand( @@ -3529,7 +3177,6 @@ final class FloatExprsTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn351')] public function testAssertReturn352(): void { $this->runAssertReturnCommand( @@ -3539,7 +3186,6 @@ final class FloatExprsTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn352')] public function testAssertReturn353(): void { $this->runAssertReturnCommand( @@ -3549,7 +3195,6 @@ final class FloatExprsTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn353')] public function testAssertReturn354(): void { $this->runAssertReturnCommand( @@ -3559,7 +3204,6 @@ final class FloatExprsTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn354')] public function testAssertReturn355(): void { $this->runAssertReturnCommand( @@ -3569,7 +3213,6 @@ final class FloatExprsTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn355')] public function testAssertReturn356(): void { $this->runAssertReturnCommand( @@ -3579,7 +3222,6 @@ final class FloatExprsTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn356')] public function testAssertReturn357(): void { $this->runAssertReturnCommand( @@ -3589,7 +3231,6 @@ final class FloatExprsTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn357')] public function testModule358(): void { $this->runModuleCommand( @@ -3599,7 +3240,6 @@ final class FloatExprsTest extends SpecTestsuiteBase ); } - #[Depends('testModule358')] public function testAction359(): void { $this->runActionCommand( @@ -3608,7 +3248,6 @@ final class FloatExprsTest extends SpecTestsuiteBase ); } - #[Depends('testAction359')] public function testAction360(): void { $this->runActionCommand( @@ -3617,7 +3256,6 @@ final class FloatExprsTest extends SpecTestsuiteBase ); } - #[Depends('testAction360')] public function testAction361(): void { $this->runActionCommand( @@ -3626,7 +3264,6 @@ final class FloatExprsTest extends SpecTestsuiteBase ); } - #[Depends('testAction361')] public function testAction362(): void { $this->runActionCommand( @@ -3635,7 +3272,6 @@ final class FloatExprsTest extends SpecTestsuiteBase ); } - #[Depends('testAction362')] public function testAssertReturn363(): void { $this->runAssertReturnCommand( @@ -3645,7 +3281,6 @@ final class FloatExprsTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn363')] public function testAssertReturn364(): void { $this->runAssertReturnCommand( @@ -3655,7 +3290,6 @@ final class FloatExprsTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn364')] public function testAssertReturn365(): void { $this->runAssertReturnCommand( @@ -3665,7 +3299,6 @@ final class FloatExprsTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn365')] public function testAssertReturn366(): void { $this->runAssertReturnCommand( @@ -3675,7 +3308,6 @@ final class FloatExprsTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn366')] public function testAction367(): void { $this->runActionCommand( @@ -3684,7 +3316,6 @@ final class FloatExprsTest extends SpecTestsuiteBase ); } - #[Depends('testAction367')] public function testAssertReturn368(): void { $this->runAssertReturnCommand( @@ -3694,7 +3325,6 @@ final class FloatExprsTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn368')] public function testAssertReturn369(): void { $this->runAssertReturnCommand( @@ -3704,7 +3334,6 @@ final class FloatExprsTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn369')] public function testAssertReturn370(): void { $this->runAssertReturnCommand( @@ -3714,7 +3343,6 @@ final class FloatExprsTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn370')] public function testAssertReturn371(): void { $this->runAssertReturnCommand( @@ -3724,7 +3352,6 @@ final class FloatExprsTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn371')] public function testModule372(): void { $this->runModuleCommand( @@ -3734,7 +3361,6 @@ final class FloatExprsTest extends SpecTestsuiteBase ); } - #[Depends('testModule372')] public function testAction373(): void { $this->runActionCommand( @@ -3743,7 +3369,6 @@ final class FloatExprsTest extends SpecTestsuiteBase ); } - #[Depends('testAction373')] public function testAction374(): void { $this->runActionCommand( @@ -3752,7 +3377,6 @@ final class FloatExprsTest extends SpecTestsuiteBase ); } - #[Depends('testAction374')] public function testAction375(): void { $this->runActionCommand( @@ -3761,7 +3385,6 @@ final class FloatExprsTest extends SpecTestsuiteBase ); } - #[Depends('testAction375')] public function testAction376(): void { $this->runActionCommand( @@ -3770,7 +3393,6 @@ final class FloatExprsTest extends SpecTestsuiteBase ); } - #[Depends('testAction376')] public function testAssertReturn377(): void { $this->runAssertReturnCommand( @@ -3780,7 +3402,6 @@ final class FloatExprsTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn377')] public function testAssertReturn378(): void { $this->runAssertReturnCommand( @@ -3790,7 +3411,6 @@ final class FloatExprsTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn378')] public function testAssertReturn379(): void { $this->runAssertReturnCommand( @@ -3800,7 +3420,6 @@ final class FloatExprsTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn379')] public function testAssertReturn380(): void { $this->runAssertReturnCommand( @@ -3810,7 +3429,6 @@ final class FloatExprsTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn380')] public function testAction381(): void { $this->runActionCommand( @@ -3819,7 +3437,6 @@ final class FloatExprsTest extends SpecTestsuiteBase ); } - #[Depends('testAction381')] public function testAssertReturn382(): void { $this->runAssertReturnCommand( @@ -3829,7 +3446,6 @@ final class FloatExprsTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn382')] public function testAssertReturn383(): void { $this->runAssertReturnCommand( @@ -3839,7 +3455,6 @@ final class FloatExprsTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn383')] public function testAssertReturn384(): void { $this->runAssertReturnCommand( @@ -3849,7 +3464,6 @@ final class FloatExprsTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn384')] public function testAssertReturn385(): void { $this->runAssertReturnCommand( @@ -3859,7 +3473,6 @@ final class FloatExprsTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn385')] public function testModule386(): void { $this->runModuleCommand( @@ -3869,7 +3482,6 @@ final class FloatExprsTest extends SpecTestsuiteBase ); } - #[Depends('testModule386')] public function testAssertReturn387(): void { $this->runAssertReturnCommand( @@ -3879,7 +3491,6 @@ final class FloatExprsTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn387')] public function testAssertReturn388(): void { $this->runAssertReturnCommand( @@ -3889,7 +3500,6 @@ final class FloatExprsTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn388')] public function testAssertReturn389(): void { $this->runAssertReturnCommand( @@ -3899,7 +3509,6 @@ final class FloatExprsTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn389')] public function testAssertReturn390(): void { $this->runAssertReturnCommand( @@ -3909,7 +3518,6 @@ final class FloatExprsTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn390')] public function testAssertReturn391(): void { $this->runAssertReturnCommand( @@ -3919,7 +3527,6 @@ final class FloatExprsTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn391')] public function testAssertReturn392(): void { $this->runAssertReturnCommand( @@ -3929,7 +3536,6 @@ final class FloatExprsTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn392')] public function testAssertReturn393(): void { $this->runAssertReturnCommand( @@ -3939,7 +3545,6 @@ final class FloatExprsTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn393')] public function testAssertReturn394(): void { $this->runAssertReturnCommand( @@ -3949,7 +3554,6 @@ final class FloatExprsTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn394')] public function testAssertReturn395(): void { $this->runAssertReturnCommand( @@ -3959,7 +3563,6 @@ final class FloatExprsTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn395')] public function testAssertReturn396(): void { $this->runAssertReturnCommand( @@ -3969,7 +3572,6 @@ final class FloatExprsTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn396')] public function testAssertReturn397(): void { $this->runAssertReturnCommand( @@ -3979,7 +3581,6 @@ final class FloatExprsTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn397')] public function testAssertReturn398(): void { $this->runAssertReturnCommand( @@ -3989,7 +3590,6 @@ final class FloatExprsTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn398')] public function testAssertReturn399(): void { $this->runAssertReturnCommand( @@ -3999,7 +3599,6 @@ final class FloatExprsTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn399')] public function testAssertReturn400(): void { $this->runAssertReturnCommand( @@ -4009,7 +3608,6 @@ final class FloatExprsTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn400')] public function testAssertReturn401(): void { $this->runAssertReturnCommand( @@ -4019,7 +3617,6 @@ final class FloatExprsTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn401')] public function testAssertReturn402(): void { $this->runAssertReturnCommand( @@ -4029,7 +3626,6 @@ final class FloatExprsTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn402')] public function testAssertReturn403(): void { $this->runAssertReturnCommand( @@ -4039,7 +3635,6 @@ final class FloatExprsTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn403')] public function testAssertReturn404(): void { $this->runAssertReturnCommand( @@ -4049,7 +3644,6 @@ final class FloatExprsTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn404')] public function testAssertReturn405(): void { $this->runAssertReturnCommand( @@ -4059,7 +3653,6 @@ final class FloatExprsTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn405')] public function testAssertReturn406(): void { $this->runAssertReturnCommand( @@ -4069,7 +3662,6 @@ final class FloatExprsTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn406')] public function testAssertReturn407(): void { $this->runAssertReturnCommand( @@ -4079,7 +3671,6 @@ final class FloatExprsTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn407')] public function testAssertReturn408(): void { $this->runAssertReturnCommand( @@ -4089,7 +3680,6 @@ final class FloatExprsTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn408')] public function testAssertReturn409(): void { $this->runAssertReturnCommand( @@ -4099,7 +3689,6 @@ final class FloatExprsTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn409')] public function testAssertReturn410(): void { $this->runAssertReturnCommand( @@ -4109,7 +3698,6 @@ final class FloatExprsTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn410')] public function testAssertReturn411(): void { $this->runAssertReturnCommand( @@ -4119,7 +3707,6 @@ final class FloatExprsTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn411')] public function testAssertReturn412(): void { $this->runAssertReturnCommand( @@ -4129,7 +3716,6 @@ final class FloatExprsTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn412')] public function testAssertReturn413(): void { $this->runAssertReturnCommand( @@ -4139,7 +3725,6 @@ final class FloatExprsTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn413')] public function testAssertReturn414(): void { $this->runAssertReturnCommand( @@ -4149,7 +3734,6 @@ final class FloatExprsTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn414')] public function testAssertReturn415(): void { $this->runAssertReturnCommand( @@ -4159,7 +3743,6 @@ final class FloatExprsTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn415')] public function testAssertReturn416(): void { $this->runAssertReturnCommand( @@ -4169,7 +3752,6 @@ final class FloatExprsTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn416')] public function testAssertReturn417(): void { $this->runAssertReturnCommand( @@ -4179,7 +3761,6 @@ final class FloatExprsTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn417')] public function testAssertReturn418(): void { $this->runAssertReturnCommand( @@ -4189,7 +3770,6 @@ final class FloatExprsTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn418')] public function testModule419(): void { $this->runModuleCommand( @@ -4199,7 +3779,6 @@ final class FloatExprsTest extends SpecTestsuiteBase ); } - #[Depends('testModule419')] public function testAssertReturn420(): void { $this->runAssertReturnCommand( @@ -4209,7 +3788,6 @@ final class FloatExprsTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn420')] public function testAssertReturn421(): void { $this->runAssertReturnCommand( @@ -4219,7 +3797,6 @@ final class FloatExprsTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn421')] public function testAssertReturn422(): void { $this->runAssertReturnCommand( @@ -4229,7 +3806,6 @@ final class FloatExprsTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn422')] public function testAssertReturn423(): void { $this->runAssertReturnCommand( @@ -4239,7 +3815,6 @@ final class FloatExprsTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn423')] public function testAssertReturn424(): void { $this->runAssertReturnCommand( @@ -4249,7 +3824,6 @@ final class FloatExprsTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn424')] public function testAssertReturn425(): void { $this->runAssertReturnCommand( @@ -4259,7 +3833,6 @@ final class FloatExprsTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn425')] public function testAssertReturn426(): void { $this->runAssertReturnCommand( @@ -4269,7 +3842,6 @@ final class FloatExprsTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn426')] public function testAssertReturn427(): void { $this->runAssertReturnCommand( @@ -4279,7 +3851,6 @@ final class FloatExprsTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn427')] public function testAssertReturn428(): void { $this->runAssertReturnCommand( @@ -4289,7 +3860,6 @@ final class FloatExprsTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn428')] public function testAssertReturn429(): void { $this->runAssertReturnCommand( @@ -4299,7 +3869,6 @@ final class FloatExprsTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn429')] public function testAssertReturn430(): void { $this->runAssertReturnCommand( @@ -4309,7 +3878,6 @@ final class FloatExprsTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn430')] public function testAssertReturn431(): void { $this->runAssertReturnCommand( @@ -4319,7 +3887,6 @@ final class FloatExprsTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn431')] public function testAssertReturn432(): void { $this->runAssertReturnCommand( @@ -4329,7 +3896,6 @@ final class FloatExprsTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn432')] public function testAssertReturn433(): void { $this->runAssertReturnCommand( @@ -4339,7 +3905,6 @@ final class FloatExprsTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn433')] public function testAssertReturn434(): void { $this->runAssertReturnCommand( @@ -4349,7 +3914,6 @@ final class FloatExprsTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn434')] public function testAssertReturn435(): void { $this->runAssertReturnCommand( @@ -4359,7 +3923,6 @@ final class FloatExprsTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn435')] public function testAssertReturn436(): void { $this->runAssertReturnCommand( @@ -4369,7 +3932,6 @@ final class FloatExprsTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn436')] public function testAssertReturn437(): void { $this->runAssertReturnCommand( @@ -4379,7 +3941,6 @@ final class FloatExprsTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn437')] public function testAssertReturn438(): void { $this->runAssertReturnCommand( @@ -4389,7 +3950,6 @@ final class FloatExprsTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn438')] public function testAssertReturn439(): void { $this->runAssertReturnCommand( @@ -4399,7 +3959,6 @@ final class FloatExprsTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn439')] public function testAssertReturn440(): void { $this->runAssertReturnCommand( @@ -4409,7 +3968,6 @@ final class FloatExprsTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn440')] public function testAssertReturn441(): void { $this->runAssertReturnCommand( @@ -4419,7 +3977,6 @@ final class FloatExprsTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn441')] public function testAssertReturn442(): void { $this->runAssertReturnCommand( @@ -4429,7 +3986,6 @@ final class FloatExprsTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn442')] public function testAssertReturn443(): void { $this->runAssertReturnCommand( @@ -4439,7 +3995,6 @@ final class FloatExprsTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn443')] public function testAssertReturn444(): void { $this->runAssertReturnCommand( @@ -4449,7 +4004,6 @@ final class FloatExprsTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn444')] public function testAssertReturn445(): void { $this->runAssertReturnCommand( @@ -4459,7 +4013,6 @@ final class FloatExprsTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn445')] public function testAssertReturn446(): void { $this->runAssertReturnCommand( @@ -4469,7 +4022,6 @@ final class FloatExprsTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn446')] public function testAssertReturn447(): void { $this->runAssertReturnCommand( @@ -4479,7 +4031,6 @@ final class FloatExprsTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn447')] public function testAssertReturn448(): void { $this->runAssertReturnCommand( @@ -4489,7 +4040,6 @@ final class FloatExprsTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn448')] public function testAssertReturn449(): void { $this->runAssertReturnCommand( @@ -4499,7 +4049,6 @@ final class FloatExprsTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn449')] public function testAssertReturn450(): void { $this->runAssertReturnCommand( @@ -4509,7 +4058,6 @@ final class FloatExprsTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn450')] public function testAssertReturn451(): void { $this->runAssertReturnCommand( @@ -4519,7 +4067,6 @@ final class FloatExprsTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn451')] public function testModule452(): void { $this->runModuleCommand( @@ -4529,7 +4076,6 @@ final class FloatExprsTest extends SpecTestsuiteBase ); } - #[Depends('testModule452')] public function testAssertReturn453(): void { $this->runAssertReturnCommand( @@ -4539,7 +4085,6 @@ final class FloatExprsTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn453')] public function testAssertReturn454(): void { $this->runAssertReturnCommand( @@ -4549,7 +4094,6 @@ final class FloatExprsTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn454')] public function testAssertReturn455(): void { $this->runAssertReturnCommand( @@ -4559,7 +4103,6 @@ final class FloatExprsTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn455')] public function testAssertReturn456(): void { $this->runAssertReturnCommand( @@ -4569,7 +4112,6 @@ final class FloatExprsTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn456')] public function testAssertReturn457(): void { $this->runAssertReturnCommand( @@ -4579,7 +4121,6 @@ final class FloatExprsTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn457')] public function testAssertReturn458(): void { $this->runAssertReturnCommand( @@ -4589,7 +4130,6 @@ final class FloatExprsTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn458')] public function testAssertReturn459(): void { $this->runAssertReturnCommand( @@ -4599,7 +4139,6 @@ final class FloatExprsTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn459')] public function testAssertReturn460(): void { $this->runAssertReturnCommand( @@ -4609,7 +4148,6 @@ final class FloatExprsTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn460')] public function testAssertReturn461(): void { $this->runAssertReturnCommand( @@ -4619,7 +4157,6 @@ final class FloatExprsTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn461')] public function testAssertReturn462(): void { $this->runAssertReturnCommand( @@ -4629,7 +4166,6 @@ final class FloatExprsTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn462')] public function testAssertReturn463(): void { $this->runAssertReturnCommand( @@ -4639,7 +4175,6 @@ final class FloatExprsTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn463')] public function testAssertReturn464(): void { $this->runAssertReturnCommand( @@ -4649,7 +4184,6 @@ final class FloatExprsTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn464')] public function testAssertReturn465(): void { $this->runAssertReturnCommand( @@ -4659,7 +4193,6 @@ final class FloatExprsTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn465')] public function testAssertReturn466(): void { $this->runAssertReturnCommand( @@ -4669,7 +4202,6 @@ final class FloatExprsTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn466')] public function testAssertReturn467(): void { $this->runAssertReturnCommand( @@ -4679,7 +4211,6 @@ final class FloatExprsTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn467')] public function testAssertReturn468(): void { $this->runAssertReturnCommand( @@ -4689,7 +4220,6 @@ final class FloatExprsTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn468')] public function testAssertReturn469(): void { $this->runAssertReturnCommand( @@ -4699,7 +4229,6 @@ final class FloatExprsTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn469')] public function testAssertReturn470(): void { $this->runAssertReturnCommand( @@ -4709,7 +4238,6 @@ final class FloatExprsTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn470')] public function testAssertReturn471(): void { $this->runAssertReturnCommand( @@ -4719,7 +4247,6 @@ final class FloatExprsTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn471')] public function testAssertReturn472(): void { $this->runAssertReturnCommand( @@ -4729,7 +4256,6 @@ final class FloatExprsTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn472')] public function testAssertReturn473(): void { $this->runAssertReturnCommand( @@ -4739,7 +4265,6 @@ final class FloatExprsTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn473')] public function testAssertReturn474(): void { $this->runAssertReturnCommand( @@ -4749,7 +4274,6 @@ final class FloatExprsTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn474')] public function testAssertReturn475(): void { $this->runAssertReturnCommand( @@ -4759,7 +4283,6 @@ final class FloatExprsTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn475')] public function testAssertReturn476(): void { $this->runAssertReturnCommand( @@ -4769,7 +4292,6 @@ final class FloatExprsTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn476')] public function testAssertReturn477(): void { $this->runAssertReturnCommand( @@ -4779,7 +4301,6 @@ final class FloatExprsTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn477')] public function testAssertReturn478(): void { $this->runAssertReturnCommand( @@ -4789,7 +4310,6 @@ final class FloatExprsTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn478')] public function testAssertReturn479(): void { $this->runAssertReturnCommand( @@ -4799,7 +4319,6 @@ final class FloatExprsTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn479')] public function testAssertReturn480(): void { $this->runAssertReturnCommand( @@ -4809,7 +4328,6 @@ final class FloatExprsTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn480')] public function testAssertReturn481(): void { $this->runAssertReturnCommand( @@ -4819,7 +4337,6 @@ final class FloatExprsTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn481')] public function testAssertReturn482(): void { $this->runAssertReturnCommand( @@ -4829,7 +4346,6 @@ final class FloatExprsTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn482')] public function testAssertReturn483(): void { $this->runAssertReturnCommand( @@ -4839,7 +4355,6 @@ final class FloatExprsTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn483')] public function testAssertReturn484(): void { $this->runAssertReturnCommand( @@ -4849,7 +4364,6 @@ final class FloatExprsTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn484')] public function testModule485(): void { $this->runModuleCommand( @@ -4859,7 +4373,6 @@ final class FloatExprsTest extends SpecTestsuiteBase ); } - #[Depends('testModule485')] public function testAssertReturn486(): void { $this->runAssertReturnCommand( @@ -4869,7 +4382,6 @@ final class FloatExprsTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn486')] public function testAssertReturn487(): void { $this->runAssertReturnCommand( @@ -4879,7 +4391,6 @@ final class FloatExprsTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn487')] public function testAssertReturn488(): void { $this->runAssertReturnCommand( @@ -4889,7 +4400,6 @@ final class FloatExprsTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn488')] public function testAssertReturn489(): void { $this->runAssertReturnCommand( @@ -4899,7 +4409,6 @@ final class FloatExprsTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn489')] public function testAssertReturn490(): void { $this->runAssertReturnCommand( @@ -4909,7 +4418,6 @@ final class FloatExprsTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn490')] public function testAssertReturn491(): void { $this->runAssertReturnCommand( @@ -4919,7 +4427,6 @@ final class FloatExprsTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn491')] public function testAssertReturn492(): void { $this->runAssertReturnCommand( @@ -4929,7 +4436,6 @@ final class FloatExprsTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn492')] public function testAssertReturn493(): void { $this->runAssertReturnCommand( @@ -4939,7 +4445,6 @@ final class FloatExprsTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn493')] public function testAssertReturn494(): void { $this->runAssertReturnCommand( @@ -4949,7 +4454,6 @@ final class FloatExprsTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn494')] public function testAssertReturn495(): void { $this->runAssertReturnCommand( @@ -4959,7 +4463,6 @@ final class FloatExprsTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn495')] public function testAssertReturn496(): void { $this->runAssertReturnCommand( @@ -4969,7 +4472,6 @@ final class FloatExprsTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn496')] public function testAssertReturn497(): void { $this->runAssertReturnCommand( @@ -4979,7 +4481,6 @@ final class FloatExprsTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn497')] public function testAssertReturn498(): void { $this->runAssertReturnCommand( @@ -4989,7 +4490,6 @@ final class FloatExprsTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn498')] public function testAssertReturn499(): void { $this->runAssertReturnCommand( @@ -4999,7 +4499,6 @@ final class FloatExprsTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn499')] public function testAssertReturn500(): void { $this->runAssertReturnCommand( @@ -5009,7 +4508,6 @@ final class FloatExprsTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn500')] public function testAssertReturn501(): void { $this->runAssertReturnCommand( @@ -5019,7 +4517,6 @@ final class FloatExprsTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn501')] public function testAssertReturn502(): void { $this->runAssertReturnCommand( @@ -5029,7 +4526,6 @@ final class FloatExprsTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn502')] public function testAssertReturn503(): void { $this->runAssertReturnCommand( @@ -5039,7 +4535,6 @@ final class FloatExprsTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn503')] public function testAssertReturn504(): void { $this->runAssertReturnCommand( @@ -5049,7 +4544,6 @@ final class FloatExprsTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn504')] public function testAssertReturn505(): void { $this->runAssertReturnCommand( @@ -5059,7 +4553,6 @@ final class FloatExprsTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn505')] public function testAssertReturn506(): void { $this->runAssertReturnCommand( @@ -5069,7 +4562,6 @@ final class FloatExprsTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn506')] public function testAssertReturn507(): void { $this->runAssertReturnCommand( @@ -5079,7 +4571,6 @@ final class FloatExprsTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn507')] public function testAssertReturn508(): void { $this->runAssertReturnCommand( @@ -5089,7 +4580,6 @@ final class FloatExprsTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn508')] public function testAssertReturn509(): void { $this->runAssertReturnCommand( @@ -5099,7 +4589,6 @@ final class FloatExprsTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn509')] public function testAssertReturn510(): void { $this->runAssertReturnCommand( @@ -5109,7 +4598,6 @@ final class FloatExprsTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn510')] public function testAssertReturn511(): void { $this->runAssertReturnCommand( @@ -5119,7 +4607,6 @@ final class FloatExprsTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn511')] public function testAssertReturn512(): void { $this->runAssertReturnCommand( @@ -5129,7 +4616,6 @@ final class FloatExprsTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn512')] public function testAssertReturn513(): void { $this->runAssertReturnCommand( @@ -5139,7 +4625,6 @@ final class FloatExprsTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn513')] public function testAssertReturn514(): void { $this->runAssertReturnCommand( @@ -5149,7 +4634,6 @@ final class FloatExprsTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn514')] public function testAssertReturn515(): void { $this->runAssertReturnCommand( @@ -5159,7 +4643,6 @@ final class FloatExprsTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn515')] public function testAssertReturn516(): void { $this->runAssertReturnCommand( @@ -5169,7 +4652,6 @@ final class FloatExprsTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn516')] public function testAssertReturn517(): void { $this->runAssertReturnCommand( @@ -5179,7 +4661,6 @@ final class FloatExprsTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn517')] public function testModule518(): void { $this->runModuleCommand( @@ -5189,7 +4670,6 @@ final class FloatExprsTest extends SpecTestsuiteBase ); } - #[Depends('testModule518')] public function testAssertReturn519(): void { $this->runAssertReturnCommand( @@ -5199,7 +4679,6 @@ final class FloatExprsTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn519')] public function testAssertReturn520(): void { $this->runAssertReturnCommand( @@ -5209,7 +4688,6 @@ final class FloatExprsTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn520')] public function testAssertReturn521(): void { $this->runAssertReturnCommand( @@ -5219,7 +4697,6 @@ final class FloatExprsTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn521')] public function testAssertReturn522(): void { $this->runAssertReturnCommand( @@ -5229,7 +4706,6 @@ final class FloatExprsTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn522')] public function testAssertReturn523(): void { $this->runAssertReturnCommand( @@ -5239,7 +4715,6 @@ final class FloatExprsTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn523')] public function testAssertReturn524(): void { $this->runAssertReturnCommand( @@ -5249,7 +4724,6 @@ final class FloatExprsTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn524')] public function testAssertReturn525(): void { $this->runAssertReturnCommand( @@ -5259,7 +4733,6 @@ final class FloatExprsTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn525')] public function testAssertReturn526(): void { $this->runAssertReturnCommand( @@ -5269,7 +4742,6 @@ final class FloatExprsTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn526')] public function testAssertReturn527(): void { $this->runAssertReturnCommand( @@ -5279,7 +4751,6 @@ final class FloatExprsTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn527')] public function testAssertReturn528(): void { $this->runAssertReturnCommand( @@ -5289,7 +4760,6 @@ final class FloatExprsTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn528')] public function testAssertReturn529(): void { $this->runAssertReturnCommand( @@ -5299,7 +4769,6 @@ final class FloatExprsTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn529')] public function testAssertReturn530(): void { $this->runAssertReturnCommand( @@ -5309,7 +4778,6 @@ final class FloatExprsTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn530')] public function testAssertReturn531(): void { $this->runAssertReturnCommand( @@ -5319,7 +4787,6 @@ final class FloatExprsTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn531')] public function testAssertReturn532(): void { $this->runAssertReturnCommand( @@ -5329,7 +4796,6 @@ final class FloatExprsTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn532')] public function testAssertReturn533(): void { $this->runAssertReturnCommand( @@ -5339,7 +4805,6 @@ final class FloatExprsTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn533')] public function testAssertReturn534(): void { $this->runAssertReturnCommand( @@ -5349,7 +4814,6 @@ final class FloatExprsTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn534')] public function testAssertReturn535(): void { $this->runAssertReturnCommand( @@ -5359,7 +4823,6 @@ final class FloatExprsTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn535')] public function testAssertReturn536(): void { $this->runAssertReturnCommand( @@ -5369,7 +4832,6 @@ final class FloatExprsTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn536')] public function testAssertReturn537(): void { $this->runAssertReturnCommand( @@ -5379,7 +4841,6 @@ final class FloatExprsTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn537')] public function testAssertReturn538(): void { $this->runAssertReturnCommand( @@ -5389,7 +4850,6 @@ final class FloatExprsTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn538')] public function testAssertReturn539(): void { $this->runAssertReturnCommand( @@ -5399,7 +4859,6 @@ final class FloatExprsTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn539')] public function testAssertReturn540(): void { $this->runAssertReturnCommand( @@ -5409,7 +4868,6 @@ final class FloatExprsTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn540')] public function testAssertReturn541(): void { $this->runAssertReturnCommand( @@ -5419,7 +4877,6 @@ final class FloatExprsTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn541')] public function testAssertReturn542(): void { $this->runAssertReturnCommand( @@ -5429,7 +4886,6 @@ final class FloatExprsTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn542')] public function testAssertReturn543(): void { $this->runAssertReturnCommand( @@ -5439,7 +4895,6 @@ final class FloatExprsTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn543')] public function testAssertReturn544(): void { $this->runAssertReturnCommand( @@ -5449,7 +4904,6 @@ final class FloatExprsTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn544')] public function testAssertReturn545(): void { $this->runAssertReturnCommand( @@ -5459,7 +4913,6 @@ final class FloatExprsTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn545')] public function testAssertReturn546(): void { $this->runAssertReturnCommand( @@ -5469,7 +4922,6 @@ final class FloatExprsTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn546')] public function testAssertReturn547(): void { $this->runAssertReturnCommand( @@ -5479,7 +4931,6 @@ final class FloatExprsTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn547')] public function testAssertReturn548(): void { $this->runAssertReturnCommand( @@ -5489,7 +4940,6 @@ final class FloatExprsTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn548')] public function testAssertReturn549(): void { $this->runAssertReturnCommand( @@ -5499,7 +4949,6 @@ final class FloatExprsTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn549')] public function testAssertReturn550(): void { $this->runAssertReturnCommand( @@ -5509,7 +4958,6 @@ final class FloatExprsTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn550')] public function testModule551(): void { $this->runModuleCommand( @@ -5519,7 +4967,6 @@ final class FloatExprsTest extends SpecTestsuiteBase ); } - #[Depends('testModule551')] public function testAssertReturn552(): void { $this->runAssertReturnCommand( @@ -5529,7 +4976,6 @@ final class FloatExprsTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn552')] public function testAssertReturn553(): void { $this->runAssertReturnCommand( @@ -5539,7 +4985,6 @@ final class FloatExprsTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn553')] public function testModule554(): void { $this->runModuleCommand( @@ -5549,7 +4994,6 @@ final class FloatExprsTest extends SpecTestsuiteBase ); } - #[Depends('testModule554')] public function testAssertReturn555(): void { $this->runAssertReturnCommand( @@ -5559,7 +5003,6 @@ final class FloatExprsTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn555')] public function testModule556(): void { $this->runModuleCommand( @@ -5569,7 +5012,6 @@ final class FloatExprsTest extends SpecTestsuiteBase ); } - #[Depends('testModule556')] public function testAssertReturn557(): void { $this->runAssertReturnCommand( @@ -5579,7 +5021,6 @@ final class FloatExprsTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn557')] public function testModule558(): void { $this->runModuleCommand( @@ -5589,7 +5030,6 @@ final class FloatExprsTest extends SpecTestsuiteBase ); } - #[Depends('testModule558')] public function testAssertReturn559(): void { $this->runAssertReturnCommand( @@ -5599,7 +5039,6 @@ final class FloatExprsTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn559')] public function testModule560(): void { $this->runModuleCommand( @@ -5609,7 +5048,6 @@ final class FloatExprsTest extends SpecTestsuiteBase ); } - #[Depends('testModule560')] public function testAssertReturn561(): void { $this->runAssertReturnCommand( @@ -5619,7 +5057,6 @@ final class FloatExprsTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn561')] public function testModule562(): void { $this->runModuleCommand( @@ -5629,7 +5066,6 @@ final class FloatExprsTest extends SpecTestsuiteBase ); } - #[Depends('testModule562')] public function testAssertReturn563(): void { $this->runAssertReturnCommand( @@ -5639,7 +5075,6 @@ final class FloatExprsTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn563')] public function testModule564(): void { $this->runModuleCommand( @@ -5649,7 +5084,6 @@ final class FloatExprsTest extends SpecTestsuiteBase ); } - #[Depends('testModule564')] public function testAssertReturn565(): void { $this->runAssertReturnCommand( @@ -5659,7 +5093,6 @@ final class FloatExprsTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn565')] public function testAssertReturn566(): void { $this->runAssertReturnCommand( @@ -5669,7 +5102,6 @@ final class FloatExprsTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn566')] public function testAssertReturn567(): void { $this->runAssertReturnCommand( @@ -5679,7 +5111,6 @@ final class FloatExprsTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn567')] public function testModule568(): void { $this->runModuleCommand( @@ -5689,7 +5120,6 @@ final class FloatExprsTest extends SpecTestsuiteBase ); } - #[Depends('testModule568')] public function testAssertReturn569(): void { $this->runAssertReturnCommand( @@ -5699,7 +5129,6 @@ final class FloatExprsTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn569')] public function testModule570(): void { $this->runModuleCommand( @@ -5709,7 +5138,6 @@ final class FloatExprsTest extends SpecTestsuiteBase ); } - #[Depends('testModule570')] public function testAssertReturn571(): void { $this->runAssertReturnCommand( @@ -5719,7 +5147,6 @@ final class FloatExprsTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn571')] public function testAssertReturn572(): void { $this->runAssertReturnCommand( @@ -5729,7 +5156,6 @@ final class FloatExprsTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn572')] public function testModule573(): void { $this->runModuleCommand( @@ -5739,7 +5165,6 @@ final class FloatExprsTest extends SpecTestsuiteBase ); } - #[Depends('testModule573')] public function testAssertReturn574(): void { $this->runAssertReturnCommand( @@ -5749,7 +5174,6 @@ final class FloatExprsTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn574')] public function testAssertReturn575(): void { $this->runAssertReturnCommand( @@ -5759,7 +5183,6 @@ final class FloatExprsTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn575')] public function testAssertReturn576(): void { $this->runAssertReturnCommand( @@ -5769,7 +5192,6 @@ final class FloatExprsTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn576')] public function testAssertReturn577(): void { $this->runAssertReturnCommand( @@ -5779,7 +5201,6 @@ final class FloatExprsTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn577')] public function testAssertReturn578(): void { $this->runAssertReturnCommand( @@ -5789,7 +5210,6 @@ final class FloatExprsTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn578')] public function testAssertReturn579(): void { $this->runAssertReturnCommand( @@ -5799,7 +5219,6 @@ final class FloatExprsTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn579')] public function testAssertReturn580(): void { $this->runAssertReturnCommand( @@ -5809,7 +5228,6 @@ final class FloatExprsTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn580')] public function testAssertReturn581(): void { $this->runAssertReturnCommand( @@ -5819,7 +5237,6 @@ final class FloatExprsTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn581')] public function testAssertReturn582(): void { $this->runAssertReturnCommand( @@ -5829,7 +5246,6 @@ final class FloatExprsTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn582')] public function testAssertReturn583(): void { $this->runAssertReturnCommand( @@ -5839,7 +5255,6 @@ final class FloatExprsTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn583')] public function testAssertReturn584(): void { $this->runAssertReturnCommand( @@ -5849,7 +5264,6 @@ final class FloatExprsTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn584')] public function testAssertReturn585(): void { $this->runAssertReturnCommand( @@ -5859,7 +5273,6 @@ final class FloatExprsTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn585')] public function testAssertReturn586(): void { $this->runAssertReturnCommand( @@ -5869,7 +5282,6 @@ final class FloatExprsTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn586')] public function testAssertReturn587(): void { $this->runAssertReturnCommand( @@ -5879,7 +5291,6 @@ final class FloatExprsTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn587')] public function testAssertReturn588(): void { $this->runAssertReturnCommand( @@ -5889,7 +5300,6 @@ final class FloatExprsTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn588')] public function testAssertReturn589(): void { $this->runAssertReturnCommand( @@ -5899,7 +5309,6 @@ final class FloatExprsTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn589')] public function testAssertReturn590(): void { $this->runAssertReturnCommand( @@ -5909,7 +5318,6 @@ final class FloatExprsTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn590')] public function testAssertReturn591(): void { $this->runAssertReturnCommand( @@ -5919,7 +5327,6 @@ final class FloatExprsTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn591')] public function testModule592(): void { $this->runModuleCommand( @@ -5929,7 +5336,6 @@ final class FloatExprsTest extends SpecTestsuiteBase ); } - #[Depends('testModule592')] public function testAssertReturn593(): void { $this->runAssertReturnCommand( @@ -5939,7 +5345,6 @@ final class FloatExprsTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn593')] public function testAssertReturn594(): void { $this->runAssertReturnCommand( @@ -5949,7 +5354,6 @@ final class FloatExprsTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn594')] public function testAssertReturn595(): void { $this->runAssertReturnCommand( @@ -5959,7 +5363,6 @@ final class FloatExprsTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn595')] public function testAssertReturn596(): void { $this->runAssertReturnCommand( @@ -5969,7 +5372,6 @@ final class FloatExprsTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn596')] public function testAssertReturn597(): void { $this->runAssertReturnCommand( @@ -5979,7 +5381,6 @@ final class FloatExprsTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn597')] public function testAssertReturn598(): void { $this->runAssertReturnCommand( @@ -5989,7 +5390,6 @@ final class FloatExprsTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn598')] public function testAssertReturn599(): void { $this->runAssertReturnCommand( @@ -5999,7 +5399,6 @@ final class FloatExprsTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn599')] public function testAssertReturn600(): void { $this->runAssertReturnCommand( @@ -6009,7 +5408,6 @@ final class FloatExprsTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn600')] public function testAssertReturn601(): void { $this->runAssertReturnCommand( @@ -6019,7 +5417,6 @@ final class FloatExprsTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn601')] public function testAssertReturn602(): void { $this->runAssertReturnCommand( @@ -6029,7 +5426,6 @@ final class FloatExprsTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn602')] public function testModule603(): void { $this->runModuleCommand( @@ -6039,7 +5435,6 @@ final class FloatExprsTest extends SpecTestsuiteBase ); } - #[Depends('testModule603')] public function testAssertReturn604(): void { $this->runAssertReturnCommand( @@ -6049,7 +5444,6 @@ final class FloatExprsTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn604')] public function testAssertReturn605(): void { $this->runAssertReturnCommand( @@ -6059,7 +5453,6 @@ final class FloatExprsTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn605')] public function testAssertReturn606(): void { $this->runAssertReturnCommand( @@ -6069,7 +5462,6 @@ final class FloatExprsTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn606')] public function testAssertReturn607(): void { $this->runAssertReturnCommand( @@ -6079,7 +5471,6 @@ final class FloatExprsTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn607')] public function testAssertReturn608(): void { $this->runAssertReturnCommand( @@ -6089,7 +5480,6 @@ final class FloatExprsTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn608')] public function testAssertReturn609(): void { $this->runAssertReturnCommand( @@ -6099,7 +5489,6 @@ final class FloatExprsTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn609')] public function testAssertReturn610(): void { $this->runAssertReturnCommand( @@ -6109,7 +5498,6 @@ final class FloatExprsTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn610')] public function testAssertReturn611(): void { $this->runAssertReturnCommand( @@ -6119,7 +5507,6 @@ final class FloatExprsTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn611')] public function testAssertReturn612(): void { $this->runAssertReturnCommand( @@ -6129,7 +5516,6 @@ final class FloatExprsTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn612')] public function testAssertReturn613(): void { $this->runAssertReturnCommand( @@ -6139,7 +5525,6 @@ final class FloatExprsTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn613')] public function testModule614(): void { $this->runModuleCommand( @@ -6149,7 +5534,6 @@ final class FloatExprsTest extends SpecTestsuiteBase ); } - #[Depends('testModule614')] public function testAssertReturn615(): void { $this->runAssertReturnCommand( @@ -6159,7 +5543,6 @@ final class FloatExprsTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn615')] public function testAssertReturn616(): void { $this->runAssertReturnCommand( @@ -6169,7 +5552,6 @@ final class FloatExprsTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn616')] public function testAssertReturn617(): void { $this->runAssertReturnCommand( @@ -6179,7 +5561,6 @@ final class FloatExprsTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn617')] public function testAssertReturn618(): void { $this->runAssertReturnCommand( @@ -6189,7 +5570,6 @@ final class FloatExprsTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn618')] public function testAssertReturn619(): void { $this->runAssertReturnCommand( @@ -6199,7 +5579,6 @@ final class FloatExprsTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn619')] public function testModule620(): void { $this->runModuleCommand( @@ -6209,7 +5588,6 @@ final class FloatExprsTest extends SpecTestsuiteBase ); } - #[Depends('testModule620')] public function testAssertReturn621(): void { $this->runAssertReturnCommand( @@ -6219,7 +5597,6 @@ final class FloatExprsTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn621')] public function testAssertReturn622(): void { $this->runAssertReturnCommand( @@ -6229,7 +5606,6 @@ final class FloatExprsTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn622')] public function testAssertReturn623(): void { $this->runAssertReturnCommand( @@ -6239,7 +5615,6 @@ final class FloatExprsTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn623')] public function testAssertReturn624(): void { $this->runAssertReturnCommand( @@ -6249,7 +5624,6 @@ final class FloatExprsTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn624')] public function testAssertReturn625(): void { $this->runAssertReturnCommand( @@ -6259,7 +5633,6 @@ final class FloatExprsTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn625')] public function testModule626(): void { $this->runModuleCommand( @@ -6269,7 +5642,6 @@ final class FloatExprsTest extends SpecTestsuiteBase ); } - #[Depends('testModule626')] public function testAssertReturn627(): void { $this->runAssertReturnCommand( @@ -6279,7 +5651,6 @@ final class FloatExprsTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn627')] public function testAssertReturn628(): void { $this->runAssertReturnCommand( @@ -6289,7 +5660,6 @@ final class FloatExprsTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn628')] public function testModule629(): void { $this->runModuleCommand( @@ -6299,7 +5669,6 @@ final class FloatExprsTest extends SpecTestsuiteBase ); } - #[Depends('testModule629')] public function testAssertReturn630(): void { $this->runAssertReturnCommand( @@ -6309,7 +5678,6 @@ final class FloatExprsTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn630')] public function testAssertReturn631(): void { $this->runAssertReturnCommand( @@ -6319,7 +5687,6 @@ final class FloatExprsTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn631')] public function testModule632(): void { $this->runModuleCommand( @@ -6329,7 +5696,6 @@ final class FloatExprsTest extends SpecTestsuiteBase ); } - #[Depends('testModule632')] public function testAssertReturn633(): void { $this->runAssertReturnCommand( @@ -6339,7 +5705,6 @@ final class FloatExprsTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn633')] public function testAssertReturn634(): void { $this->runAssertReturnCommand( @@ -6349,7 +5714,6 @@ final class FloatExprsTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn634')] public function testAssertReturn635(): void { $this->runAssertReturnCommand( @@ -6359,7 +5723,6 @@ final class FloatExprsTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn635')] public function testAssertReturn636(): void { $this->runAssertReturnCommand( @@ -6369,7 +5732,6 @@ final class FloatExprsTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn636')] public function testAssertReturn637(): void { $this->runAssertReturnCommand( @@ -6379,7 +5741,6 @@ final class FloatExprsTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn637')] public function testAssertReturn638(): void { $this->runAssertReturnCommand( @@ -6389,7 +5750,6 @@ final class FloatExprsTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn638')] public function testAssertReturn639(): void { $this->runAssertReturnCommand( @@ -6399,7 +5759,6 @@ final class FloatExprsTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn639')] public function testAssertReturn640(): void { $this->runAssertReturnCommand( @@ -6409,7 +5768,6 @@ final class FloatExprsTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn640')] public function testModule641(): void { $this->runModuleCommand( @@ -6419,7 +5777,6 @@ final class FloatExprsTest extends SpecTestsuiteBase ); } - #[Depends('testModule641')] public function testAssertReturn642(): void { $this->runAssertReturnCommand( @@ -6429,7 +5786,6 @@ final class FloatExprsTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn642')] public function testAssertReturn643(): void { $this->runAssertReturnCommand( @@ -6439,7 +5795,6 @@ final class FloatExprsTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn643')] public function testAssertReturn644(): void { $this->runAssertReturnCommand( @@ -6449,7 +5804,6 @@ final class FloatExprsTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn644')] public function testAssertReturn645(): void { $this->runAssertReturnCommand( @@ -6459,7 +5813,6 @@ final class FloatExprsTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn645')] public function testAssertReturn646(): void { $this->runAssertReturnCommand( @@ -6469,7 +5822,6 @@ final class FloatExprsTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn646')] public function testAssertReturn647(): void { $this->runAssertReturnCommand( @@ -6479,7 +5831,6 @@ final class FloatExprsTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn647')] public function testAssertReturn648(): void { $this->runAssertReturnCommand( @@ -6489,7 +5840,6 @@ final class FloatExprsTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn648')] public function testAssertReturn649(): void { $this->runAssertReturnCommand( @@ -6499,7 +5849,6 @@ final class FloatExprsTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn649')] public function testModule650(): void { $this->runModuleCommand( @@ -6509,7 +5858,6 @@ final class FloatExprsTest extends SpecTestsuiteBase ); } - #[Depends('testModule650')] public function testAssertReturn651(): void { $this->runAssertReturnCommand( @@ -6519,7 +5867,6 @@ final class FloatExprsTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn651')] public function testAssertReturn652(): void { $this->runAssertReturnCommand( @@ -6529,7 +5876,6 @@ final class FloatExprsTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn652')] public function testAssertReturn653(): void { $this->runAssertReturnCommand( @@ -6539,7 +5885,6 @@ final class FloatExprsTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn653')] public function testAssertReturn654(): void { $this->runAssertReturnCommand( @@ -6549,7 +5894,6 @@ final class FloatExprsTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn654')] public function testAssertReturn655(): void { $this->runAssertReturnCommand( @@ -6559,7 +5903,6 @@ final class FloatExprsTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn655')] public function testAssertReturn656(): void { $this->runAssertReturnCommand( @@ -6569,7 +5912,6 @@ final class FloatExprsTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn656')] public function testAssertReturn657(): void { $this->runAssertReturnCommand( @@ -6579,7 +5921,6 @@ final class FloatExprsTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn657')] public function testAssertReturn658(): void { $this->runAssertReturnCommand( @@ -6589,7 +5930,6 @@ final class FloatExprsTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn658')] public function testModule659(): void { $this->runModuleCommand( @@ -6599,7 +5939,6 @@ final class FloatExprsTest extends SpecTestsuiteBase ); } - #[Depends('testModule659')] public function testAssertReturn660(): void { $this->runAssertReturnCommand( @@ -6609,7 +5948,6 @@ final class FloatExprsTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn660')] public function testAssertReturn661(): void { $this->runAssertReturnCommand( @@ -6619,7 +5957,6 @@ final class FloatExprsTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn661')] public function testAssertReturn662(): void { $this->runAssertReturnCommand( @@ -6629,7 +5966,6 @@ final class FloatExprsTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn662')] public function testAssertReturn663(): void { $this->runAssertReturnCommand( @@ -6639,7 +5975,6 @@ final class FloatExprsTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn663')] public function testAssertReturn664(): void { $this->runAssertReturnCommand( @@ -6649,7 +5984,6 @@ final class FloatExprsTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn664')] public function testAssertReturn665(): void { $this->runAssertReturnCommand( @@ -6659,7 +5993,6 @@ final class FloatExprsTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn665')] public function testAssertReturn666(): void { $this->runAssertReturnCommand( @@ -6669,7 +6002,6 @@ final class FloatExprsTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn666')] public function testAssertReturn667(): void { $this->runAssertReturnCommand( @@ -6679,7 +6011,6 @@ final class FloatExprsTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn667')] public function testModule668(): void { $this->runModuleCommand( @@ -6689,7 +6020,6 @@ final class FloatExprsTest extends SpecTestsuiteBase ); } - #[Depends('testModule668')] public function testAssertReturn669(): void { $this->runAssertReturnCommand( @@ -6699,7 +6029,6 @@ final class FloatExprsTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn669')] public function testAssertReturn670(): void { $this->runAssertReturnCommand( @@ -6709,7 +6038,6 @@ final class FloatExprsTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn670')] public function testAssertReturn671(): void { $this->runAssertReturnCommand( @@ -6719,7 +6047,6 @@ final class FloatExprsTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn671')] public function testAssertReturn672(): void { $this->runAssertReturnCommand( @@ -6729,7 +6056,6 @@ final class FloatExprsTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn672')] public function testAssertReturn673(): void { $this->runAssertReturnCommand( @@ -6739,7 +6065,6 @@ final class FloatExprsTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn673')] public function testAssertReturn674(): void { $this->runAssertReturnCommand( @@ -6749,7 +6074,6 @@ final class FloatExprsTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn674')] public function testAssertReturn675(): void { $this->runAssertReturnCommand( @@ -6759,7 +6083,6 @@ final class FloatExprsTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn675')] public function testAssertReturn676(): void { $this->runAssertReturnCommand( @@ -6769,7 +6092,6 @@ final class FloatExprsTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn676')] public function testAssertReturn677(): void { $this->runAssertReturnCommand( @@ -6779,7 +6101,6 @@ final class FloatExprsTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn677')] public function testAssertReturn678(): void { $this->runAssertReturnCommand( @@ -6789,7 +6110,6 @@ final class FloatExprsTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn678')] public function testModule679(): void { $this->runModuleCommand( @@ -6799,7 +6119,6 @@ final class FloatExprsTest extends SpecTestsuiteBase ); } - #[Depends('testModule679')] public function testAssertReturn680(): void { $this->runAssertReturnCommand( @@ -6809,7 +6128,6 @@ final class FloatExprsTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn680')] public function testAssertReturn681(): void { $this->runAssertReturnCommand( @@ -6819,7 +6137,6 @@ final class FloatExprsTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn681')] public function testAssertReturn682(): void { $this->runAssertReturnCommand( @@ -6829,7 +6146,6 @@ final class FloatExprsTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn682')] public function testAssertReturn683(): void { $this->runAssertReturnCommand( @@ -6839,7 +6155,6 @@ final class FloatExprsTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn683')] public function testAssertReturn684(): void { $this->runAssertReturnCommand( @@ -6849,7 +6164,6 @@ final class FloatExprsTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn684')] public function testAssertReturn685(): void { $this->runAssertReturnCommand( @@ -6859,7 +6173,6 @@ final class FloatExprsTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn685')] public function testAssertReturn686(): void { $this->runAssertReturnCommand( @@ -6869,7 +6182,6 @@ final class FloatExprsTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn686')] public function testAssertReturn687(): void { $this->runAssertReturnCommand( @@ -6879,7 +6191,6 @@ final class FloatExprsTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn687')] public function testAssertReturn688(): void { $this->runAssertReturnCommand( @@ -6889,7 +6200,6 @@ final class FloatExprsTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn688')] public function testAssertReturn689(): void { $this->runAssertReturnCommand( @@ -6899,7 +6209,6 @@ final class FloatExprsTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn689')] public function testModule690(): void { $this->runModuleCommand( @@ -6909,7 +6218,6 @@ final class FloatExprsTest extends SpecTestsuiteBase ); } - #[Depends('testModule690')] public function testAssertReturn691(): void { $this->runAssertReturnCommand( @@ -6919,7 +6227,6 @@ final class FloatExprsTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn691')] public function testAssertReturn692(): void { $this->runAssertReturnCommand( @@ -6929,7 +6236,6 @@ final class FloatExprsTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn692')] public function testAssertReturn693(): void { $this->runAssertReturnCommand( @@ -6939,7 +6245,6 @@ final class FloatExprsTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn693')] public function testAssertReturn694(): void { $this->runAssertReturnCommand( @@ -6949,7 +6254,6 @@ final class FloatExprsTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn694')] public function testAssertReturn695(): void { $this->runAssertReturnCommand( @@ -6959,7 +6263,6 @@ final class FloatExprsTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn695')] public function testAssertReturn696(): void { $this->runAssertReturnCommand( @@ -6969,7 +6272,6 @@ final class FloatExprsTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn696')] public function testAssertReturn697(): void { $this->runAssertReturnCommand( @@ -6979,7 +6281,6 @@ final class FloatExprsTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn697')] public function testAssertReturn698(): void { $this->runAssertReturnCommand( @@ -6989,7 +6290,6 @@ final class FloatExprsTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn698')] public function testAssertReturn699(): void { $this->runAssertReturnCommand( @@ -6999,7 +6299,6 @@ final class FloatExprsTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn699')] public function testAssertReturn700(): void { $this->runAssertReturnCommand( @@ -7009,7 +6308,6 @@ final class FloatExprsTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn700')] public function testModule701(): void { $this->runModuleCommand( @@ -7019,7 +6317,6 @@ final class FloatExprsTest extends SpecTestsuiteBase ); } - #[Depends('testModule701')] public function testAssertReturn702(): void { $this->runAssertReturnCommand( @@ -7029,7 +6326,6 @@ final class FloatExprsTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn702')] public function testAssertReturn703(): void { $this->runAssertReturnCommand( @@ -7039,7 +6335,6 @@ final class FloatExprsTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn703')] public function testAssertReturn704(): void { $this->runAssertReturnCommand( @@ -7049,7 +6344,6 @@ final class FloatExprsTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn704')] public function testAssertReturn705(): void { $this->runAssertReturnCommand( @@ -7059,7 +6353,6 @@ final class FloatExprsTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn705')] public function testAssertReturn706(): void { $this->runAssertReturnCommand( @@ -7069,7 +6362,6 @@ final class FloatExprsTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn706')] public function testAssertReturn707(): void { $this->runAssertReturnCommand( @@ -7079,7 +6371,6 @@ final class FloatExprsTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn707')] public function testAssertReturn708(): void { $this->runAssertReturnCommand( @@ -7089,7 +6380,6 @@ final class FloatExprsTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn708')] public function testAssertReturn709(): void { $this->runAssertReturnCommand( @@ -7099,7 +6389,6 @@ final class FloatExprsTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn709')] public function testAssertReturn710(): void { $this->runAssertReturnCommand( @@ -7109,7 +6398,6 @@ final class FloatExprsTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn710')] public function testAssertReturn711(): void { $this->runAssertReturnCommand( @@ -7119,7 +6407,6 @@ final class FloatExprsTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn711')] public function testModule712(): void { $this->runModuleCommand( @@ -7129,7 +6416,6 @@ final class FloatExprsTest extends SpecTestsuiteBase ); } - #[Depends('testModule712')] public function testAssertReturn713(): void { $this->runAssertReturnCommand( @@ -7139,7 +6425,6 @@ final class FloatExprsTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn713')] public function testAssertReturn714(): void { $this->runAssertReturnCommand( @@ -7149,7 +6434,6 @@ final class FloatExprsTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn714')] public function testAssertReturn715(): void { $this->runAssertReturnCommand( @@ -7159,7 +6443,6 @@ final class FloatExprsTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn715')] public function testAssertReturn716(): void { $this->runAssertReturnCommand( @@ -7169,7 +6452,6 @@ final class FloatExprsTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn716')] public function testAssertReturn717(): void { $this->runAssertReturnCommand( @@ -7179,7 +6461,6 @@ final class FloatExprsTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn717')] public function testAssertReturn718(): void { $this->runAssertReturnCommand( @@ -7189,7 +6470,6 @@ final class FloatExprsTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn718')] public function testAssertReturn719(): void { $this->runAssertReturnCommand( @@ -7199,7 +6479,6 @@ final class FloatExprsTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn719')] public function testAssertReturn720(): void { $this->runAssertReturnCommand( @@ -7209,7 +6488,6 @@ final class FloatExprsTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn720')] public function testAssertReturn721(): void { $this->runAssertReturnCommand( @@ -7219,7 +6497,6 @@ final class FloatExprsTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn721')] public function testAssertReturn722(): void { $this->runAssertReturnCommand( @@ -7229,7 +6506,6 @@ final class FloatExprsTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn722')] public function testModule723(): void { $this->runModuleCommand( @@ -7239,7 +6515,6 @@ final class FloatExprsTest extends SpecTestsuiteBase ); } - #[Depends('testModule723')] public function testAssertReturn724(): void { $this->runAssertReturnCommand( @@ -7249,7 +6524,6 @@ final class FloatExprsTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn724')] public function testAssertReturn725(): void { $this->runAssertReturnCommand( @@ -7259,7 +6533,6 @@ final class FloatExprsTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn725')] public function testAssertReturn726(): void { $this->runAssertReturnCommand( @@ -7269,7 +6542,6 @@ final class FloatExprsTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn726')] public function testAssertReturn727(): void { $this->runAssertReturnCommand( @@ -7279,7 +6551,6 @@ final class FloatExprsTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn727')] public function testAssertReturn728(): void { $this->runAssertReturnCommand( @@ -7289,7 +6560,6 @@ final class FloatExprsTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn728')] public function testAssertReturn729(): void { $this->runAssertReturnCommand( @@ -7299,7 +6569,6 @@ final class FloatExprsTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn729')] public function testAssertReturn730(): void { $this->runAssertReturnCommand( @@ -7309,7 +6578,6 @@ final class FloatExprsTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn730')] public function testAssertReturn731(): void { $this->runAssertReturnCommand( @@ -7319,7 +6587,6 @@ final class FloatExprsTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn731')] public function testAssertReturn732(): void { $this->runAssertReturnCommand( @@ -7329,7 +6596,6 @@ final class FloatExprsTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn732')] public function testAssertReturn733(): void { $this->runAssertReturnCommand( @@ -7339,7 +6605,6 @@ final class FloatExprsTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn733')] public function testModule734(): void { $this->runModuleCommand( @@ -7349,7 +6614,6 @@ final class FloatExprsTest extends SpecTestsuiteBase ); } - #[Depends('testModule734')] public function testAssertReturn735(): void { $this->runAssertReturnCommand( @@ -7359,7 +6623,6 @@ final class FloatExprsTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn735')] public function testAssertReturn736(): void { $this->runAssertReturnCommand( @@ -7369,7 +6632,6 @@ final class FloatExprsTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn736')] public function testAssertReturn737(): void { $this->runAssertReturnCommand( @@ -7379,7 +6641,6 @@ final class FloatExprsTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn737')] public function testAssertReturn738(): void { $this->runAssertReturnCommand( @@ -7389,7 +6650,6 @@ final class FloatExprsTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn738')] public function testAssertReturn739(): void { $this->runAssertReturnCommand( @@ -7399,7 +6659,6 @@ final class FloatExprsTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn739')] public function testAssertReturn740(): void { $this->runAssertReturnCommand( @@ -7409,7 +6668,6 @@ final class FloatExprsTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn740')] public function testAssertReturn741(): void { $this->runAssertReturnCommand( @@ -7419,7 +6677,6 @@ final class FloatExprsTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn741')] public function testAssertReturn742(): void { $this->runAssertReturnCommand( @@ -7429,7 +6686,6 @@ final class FloatExprsTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn742')] public function testAssertReturn743(): void { $this->runAssertReturnCommand( @@ -7439,7 +6695,6 @@ final class FloatExprsTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn743')] public function testAssertReturn744(): void { $this->runAssertReturnCommand( @@ -7449,7 +6704,6 @@ final class FloatExprsTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn744')] public function testModule745(): void { $this->runModuleCommand( @@ -7459,7 +6713,6 @@ final class FloatExprsTest extends SpecTestsuiteBase ); } - #[Depends('testModule745')] public function testAssertReturn746(): void { $this->runAssertReturnCommand( @@ -7469,7 +6722,6 @@ final class FloatExprsTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn746')] public function testAssertReturn747(): void { $this->runAssertReturnCommand( @@ -7479,7 +6731,6 @@ final class FloatExprsTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn747')] public function testAssertReturn748(): void { $this->runAssertReturnCommand( @@ -7489,7 +6740,6 @@ final class FloatExprsTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn748')] public function testAssertReturn749(): void { $this->runAssertReturnCommand( @@ -7499,7 +6749,6 @@ final class FloatExprsTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn749')] public function testAssertReturn750(): void { $this->runAssertReturnCommand( @@ -7509,7 +6758,6 @@ final class FloatExprsTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn750')] public function testAssertReturn751(): void { $this->runAssertReturnCommand( @@ -7519,7 +6767,6 @@ final class FloatExprsTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn751')] public function testAssertReturn752(): void { $this->runAssertReturnCommand( @@ -7529,7 +6776,6 @@ final class FloatExprsTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn752')] public function testAssertReturn753(): void { $this->runAssertReturnCommand( @@ -7539,7 +6785,6 @@ final class FloatExprsTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn753')] public function testAssertReturn754(): void { $this->runAssertReturnCommand( @@ -7549,7 +6794,6 @@ final class FloatExprsTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn754')] public function testAssertReturn755(): void { $this->runAssertReturnCommand( @@ -7559,7 +6803,6 @@ final class FloatExprsTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn755')] public function testModule756(): void { $this->runModuleCommand( @@ -7569,7 +6812,6 @@ final class FloatExprsTest extends SpecTestsuiteBase ); } - #[Depends('testModule756')] public function testAssertReturn757(): void { $this->runAssertReturnCommand( @@ -7579,7 +6821,6 @@ final class FloatExprsTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn757')] public function testAssertReturn758(): void { $this->runAssertReturnCommand( @@ -7589,7 +6830,6 @@ final class FloatExprsTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn758')] public function testModule759(): void { $this->runModuleCommand( @@ -7599,7 +6839,6 @@ final class FloatExprsTest extends SpecTestsuiteBase ); } - #[Depends('testModule759')] public function testAssertReturn760(): void { $this->runAssertReturnCommand( @@ -7609,7 +6848,6 @@ final class FloatExprsTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn760')] public function testAssertReturn761(): void { $this->runAssertReturnCommand( @@ -7619,7 +6857,6 @@ final class FloatExprsTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn761')] public function testAssertReturn762(): void { $this->runAssertReturnCommand( @@ -7629,7 +6866,6 @@ final class FloatExprsTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn762')] public function testAssertReturn763(): void { $this->runAssertReturnCommand( @@ -7639,7 +6875,6 @@ final class FloatExprsTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn763')] public function testAssertReturn764(): void { $this->runAssertReturnCommand( @@ -7649,7 +6884,6 @@ final class FloatExprsTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn764')] public function testAssertReturn765(): void { $this->runAssertReturnCommand( @@ -7659,7 +6893,6 @@ final class FloatExprsTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn765')] public function testAssertReturn766(): void { $this->runAssertReturnCommand( @@ -7669,7 +6902,6 @@ final class FloatExprsTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn766')] public function testAssertReturn767(): void { $this->runAssertReturnCommand( @@ -7679,7 +6911,6 @@ final class FloatExprsTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn767')] public function testAssertReturn768(): void { $this->runAssertReturnCommand( @@ -7689,7 +6920,6 @@ final class FloatExprsTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn768')] public function testAssertReturn769(): void { $this->runAssertReturnCommand( @@ -7699,7 +6929,6 @@ final class FloatExprsTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn769')] public function testAssertReturn770(): void { $this->runAssertReturnCommand( @@ -7709,7 +6938,6 @@ final class FloatExprsTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn770')] public function testAssertReturn771(): void { $this->runAssertReturnCommand( @@ -7719,7 +6947,6 @@ final class FloatExprsTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn771')] public function testAssertReturn772(): void { $this->runAssertReturnCommand( @@ -7729,7 +6956,6 @@ final class FloatExprsTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn772')] public function testModule773(): void { $this->runModuleCommand( @@ -7739,7 +6965,6 @@ final class FloatExprsTest extends SpecTestsuiteBase ); } - #[Depends('testModule773')] public function testAssertReturn774(): void { $this->runAssertReturnCommand( @@ -7749,7 +6974,6 @@ final class FloatExprsTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn774')] public function testAssertReturn775(): void { $this->runAssertReturnCommand( @@ -7759,7 +6983,6 @@ final class FloatExprsTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn775')] public function testModule776(): void { $this->runModuleCommand( @@ -7769,7 +6992,6 @@ final class FloatExprsTest extends SpecTestsuiteBase ); } - #[Depends('testModule776')] public function testAssertReturn777(): void { $this->runAssertReturnCommand( @@ -7779,7 +7001,6 @@ final class FloatExprsTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn777')] public function testAssertReturn778(): void { $this->runAssertReturnCommand( @@ -7789,7 +7010,6 @@ final class FloatExprsTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn778')] public function testModule779(): void { $this->runModuleCommand( @@ -7799,7 +7019,6 @@ final class FloatExprsTest extends SpecTestsuiteBase ); } - #[Depends('testModule779')] public function testAssertReturn780(): void { $this->runAssertReturnCommand( @@ -7809,7 +7028,6 @@ final class FloatExprsTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn780')] public function testAssertReturn781(): void { $this->runAssertReturnCommand( @@ -7819,7 +7037,6 @@ final class FloatExprsTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn781')] public function testAssertReturn782(): void { $this->runAssertReturnCommand( @@ -7829,7 +7046,6 @@ final class FloatExprsTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn782')] public function testAssertReturn783(): void { $this->runAssertReturnCommand( @@ -7839,7 +7055,6 @@ final class FloatExprsTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn783')] public function testAssertReturn784(): void { $this->runAssertReturnCommand( @@ -7849,7 +7064,6 @@ final class FloatExprsTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn784')] public function testAssertReturn785(): void { $this->runAssertReturnCommand( @@ -7859,7 +7073,6 @@ final class FloatExprsTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn785')] public function testAssertReturn786(): void { $this->runAssertReturnCommand( @@ -7869,7 +7082,6 @@ final class FloatExprsTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn786')] public function testAssertReturn787(): void { $this->runAssertReturnCommand( @@ -7879,7 +7091,6 @@ final class FloatExprsTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn787')] public function testAssertReturn788(): void { $this->runAssertReturnCommand( @@ -7889,7 +7100,6 @@ final class FloatExprsTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn788')] public function testAssertReturn789(): void { $this->runAssertReturnCommand( @@ -7899,7 +7109,6 @@ final class FloatExprsTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn789')] public function testAssertReturn790(): void { $this->runAssertReturnCommand( @@ -7909,7 +7118,6 @@ final class FloatExprsTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn790')] public function testAssertReturn791(): void { $this->runAssertReturnCommand( @@ -7919,7 +7127,6 @@ final class FloatExprsTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn791')] public function testAssertReturn792(): void { $this->runAssertReturnCommand( @@ -7929,7 +7136,6 @@ final class FloatExprsTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn792')] public function testAssertReturn793(): void { $this->runAssertReturnCommand( @@ -7939,7 +7145,6 @@ final class FloatExprsTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn793')] public function testModule794(): void { $this->runModuleCommand( @@ -7949,7 +7154,6 @@ final class FloatExprsTest extends SpecTestsuiteBase ); } - #[Depends('testModule794')] public function testAssertReturn795(): void { $this->runAssertReturnCommand( @@ -7959,7 +7163,6 @@ final class FloatExprsTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn795')] public function testAssertReturn796(): void { $this->runAssertReturnCommand( @@ -7969,7 +7172,6 @@ final class FloatExprsTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn796')] public function testModule797(): void { $this->runModuleCommand( @@ -7979,7 +7181,6 @@ final class FloatExprsTest extends SpecTestsuiteBase ); } - #[Depends('testModule797')] public function testAssertReturn798(): void { $this->runAssertReturnCommand( @@ -7989,7 +7190,6 @@ final class FloatExprsTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn798')] public function testAssertReturn799(): void { $this->runAssertReturnCommand( @@ -7999,7 +7199,6 @@ final class FloatExprsTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn799')] public function testModule800(): void { $this->runModuleCommand( @@ -8009,7 +7208,6 @@ final class FloatExprsTest extends SpecTestsuiteBase ); } - #[Depends('testModule800')] public function testAssertReturn801(): void { $this->runAssertReturnCommand( @@ -8019,7 +7217,6 @@ final class FloatExprsTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn801')] public function testAssertReturn802(): void { $this->runAssertReturnCommand( @@ -8029,7 +7226,6 @@ final class FloatExprsTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn802')] public function testAssertReturn803(): void { $this->runAssertReturnCommand( @@ -8039,7 +7235,6 @@ final class FloatExprsTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn803')] public function testAssertReturn804(): void { $this->runAssertReturnCommand( @@ -8049,7 +7244,6 @@ final class FloatExprsTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn804')] public function testModule805(): void { $this->runModuleCommand( @@ -8059,7 +7253,6 @@ final class FloatExprsTest extends SpecTestsuiteBase ); } - #[Depends('testModule805')] public function testAssertReturn806(): void { $this->runAssertReturnCommand( @@ -8069,7 +7262,6 @@ final class FloatExprsTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn806')] public function testAssertReturn807(): void { $this->runAssertReturnCommand( @@ -8079,7 +7271,6 @@ final class FloatExprsTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn807')] public function testAssertReturn808(): void { $this->runAssertReturnCommand( @@ -8089,7 +7280,6 @@ final class FloatExprsTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn808')] public function testAssertReturn809(): void { $this->runAssertReturnCommand( @@ -8099,7 +7289,6 @@ final class FloatExprsTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn809')] public function testAssertReturn810(): void { $this->runAssertReturnCommand( @@ -8109,7 +7298,6 @@ final class FloatExprsTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn810')] public function testAssertReturn811(): void { $this->runAssertReturnCommand( @@ -8119,7 +7307,6 @@ final class FloatExprsTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn811')] public function testAssertReturn812(): void { $this->runAssertReturnCommand( @@ -8129,7 +7316,6 @@ final class FloatExprsTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn812')] public function testAssertReturn813(): void { $this->runAssertReturnCommand( @@ -8139,7 +7325,6 @@ final class FloatExprsTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn813')] public function testModule814(): void { $this->runModuleCommand( @@ -8149,7 +7334,6 @@ final class FloatExprsTest extends SpecTestsuiteBase ); } - #[Depends('testModule814')] public function testAssertReturn815(): void { $this->runAssertReturnCommand( @@ -8159,7 +7343,6 @@ final class FloatExprsTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn815')] public function testAssertReturn816(): void { $this->runAssertReturnCommand( @@ -8169,7 +7352,6 @@ final class FloatExprsTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn816')] public function testModule817(): void { $this->runModuleCommand( @@ -8179,7 +7361,6 @@ final class FloatExprsTest extends SpecTestsuiteBase ); } - #[Depends('testModule817')] public function testAssertReturn818(): void { $this->runAssertReturnCommand( @@ -8189,7 +7370,6 @@ final class FloatExprsTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn818')] public function testAssertReturn819(): void { $this->runAssertReturnCommand( @@ -8199,7 +7379,6 @@ final class FloatExprsTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn819')] public function testModule820(): void { $this->runModuleCommand( @@ -8209,7 +7388,6 @@ final class FloatExprsTest extends SpecTestsuiteBase ); } - #[Depends('testModule820')] public function testAssertReturn821(): void { $this->runAssertReturnCommand( @@ -8219,7 +7397,6 @@ final class FloatExprsTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn821')] public function testAssertReturn822(): void { $this->runAssertReturnCommand( @@ -8229,7 +7406,6 @@ final class FloatExprsTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn822')] public function testAssertReturn823(): void { $this->runAssertReturnCommand( @@ -8239,7 +7415,6 @@ final class FloatExprsTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn823')] public function testAssertReturn824(): void { $this->runAssertReturnCommand( @@ -8249,7 +7424,6 @@ final class FloatExprsTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn824')] public function testAssertReturn825(): void { $this->runAssertReturnCommand( @@ -8259,7 +7433,6 @@ final class FloatExprsTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn825')] public function testAssertReturn826(): void { $this->runAssertReturnCommand( @@ -8269,7 +7442,6 @@ final class FloatExprsTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn826')] public function testAssertReturn827(): void { $this->runAssertReturnCommand( @@ -8279,7 +7451,6 @@ final class FloatExprsTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn827')] public function testAssertReturn828(): void { $this->runAssertReturnCommand( @@ -8289,7 +7460,6 @@ final class FloatExprsTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn828')] public function testModule829(): void { $this->runModuleCommand( @@ -8299,7 +7469,6 @@ final class FloatExprsTest extends SpecTestsuiteBase ); } - #[Depends('testModule829')] public function testAssertReturn830(): void { $this->runAssertReturnCommand( @@ -8309,7 +7478,6 @@ final class FloatExprsTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn830')] public function testAssertReturn831(): void { $this->runAssertReturnCommand( @@ -8319,7 +7487,6 @@ final class FloatExprsTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn831')] public function testAssertReturn832(): void { $this->runAssertReturnCommand( @@ -8329,7 +7496,6 @@ final class FloatExprsTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn832')] public function testAssertReturn833(): void { $this->runAssertReturnCommand( @@ -8339,7 +7505,6 @@ final class FloatExprsTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn833')] public function testAssertReturn834(): void { $this->runAssertReturnCommand( @@ -8349,7 +7514,6 @@ final class FloatExprsTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn834')] public function testAssertReturn835(): void { $this->runAssertReturnCommand( @@ -8359,7 +7523,6 @@ final class FloatExprsTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn835')] public function testAssertReturn836(): void { $this->runAssertReturnCommand( @@ -8369,7 +7532,6 @@ final class FloatExprsTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn836')] public function testAssertReturn837(): void { $this->runAssertReturnCommand( @@ -8379,7 +7541,6 @@ final class FloatExprsTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn837')] public function testAssertReturn838(): void { $this->runAssertReturnCommand( @@ -8389,7 +7550,6 @@ final class FloatExprsTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn838')] public function testAssertReturn839(): void { $this->runAssertReturnCommand( @@ -8399,7 +7559,6 @@ final class FloatExprsTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn839')] public function testAssertReturn840(): void { $this->runAssertReturnCommand( @@ -8409,7 +7568,6 @@ final class FloatExprsTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn840')] public function testAssertReturn841(): void { $this->runAssertReturnCommand( @@ -8419,7 +7577,6 @@ final class FloatExprsTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn841')] public function testAssertReturn842(): void { $this->runAssertReturnCommand( @@ -8429,7 +7586,6 @@ final class FloatExprsTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn842')] public function testAssertReturn843(): void { $this->runAssertReturnCommand( @@ -8439,7 +7595,6 @@ final class FloatExprsTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn843')] public function testAssertReturn844(): void { $this->runAssertReturnCommand( @@ -8449,7 +7604,6 @@ final class FloatExprsTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn844')] public function testAssertReturn845(): void { $this->runAssertReturnCommand( @@ -8459,7 +7613,6 @@ final class FloatExprsTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn845')] public function testAssertReturn846(): void { $this->runAssertReturnCommand( @@ -8469,7 +7622,6 @@ final class FloatExprsTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn846')] public function testAssertReturn847(): void { $this->runAssertReturnCommand( @@ -8479,7 +7631,6 @@ final class FloatExprsTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn847')] public function testAssertReturn848(): void { $this->runAssertReturnCommand( @@ -8489,7 +7640,6 @@ final class FloatExprsTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn848')] public function testAssertReturn849(): void { $this->runAssertReturnCommand( @@ -8499,7 +7649,6 @@ final class FloatExprsTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn849')] public function testAssertReturn850(): void { $this->runAssertReturnCommand( @@ -8509,7 +7658,6 @@ final class FloatExprsTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn850')] public function testAssertReturn851(): void { $this->runAssertReturnCommand( @@ -8519,7 +7667,6 @@ final class FloatExprsTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn851')] public function testAssertReturn852(): void { $this->runAssertReturnCommand( @@ -8529,7 +7676,6 @@ final class FloatExprsTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn852')] public function testAssertReturn853(): void { $this->runAssertReturnCommand( @@ -8539,7 +7685,6 @@ final class FloatExprsTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn853')] public function testAssertReturn854(): void { $this->runAssertReturnCommand( @@ -8549,7 +7694,6 @@ final class FloatExprsTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn854')] public function testAssertReturn855(): void { $this->runAssertReturnCommand( @@ -8559,7 +7703,6 @@ final class FloatExprsTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn855')] public function testAssertReturn856(): void { $this->runAssertReturnCommand( @@ -8569,7 +7712,6 @@ final class FloatExprsTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn856')] public function testAssertReturn857(): void { $this->runAssertReturnCommand( @@ -8579,7 +7721,6 @@ final class FloatExprsTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn857')] public function testAssertReturn858(): void { $this->runAssertReturnCommand( @@ -8589,7 +7730,6 @@ final class FloatExprsTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn858')] public function testAssertReturn859(): void { $this->runAssertReturnCommand( @@ -8599,7 +7739,6 @@ final class FloatExprsTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn859')] public function testAssertReturn860(): void { $this->runAssertReturnCommand( @@ -8609,7 +7748,6 @@ final class FloatExprsTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn860')] public function testAssertReturn861(): void { $this->runAssertReturnCommand( @@ -8619,7 +7757,6 @@ final class FloatExprsTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn861')] public function testAssertReturn862(): void { $this->runAssertReturnCommand( @@ -8629,7 +7766,6 @@ final class FloatExprsTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn862')] public function testModule863(): void { $this->runModuleCommand( @@ -8639,7 +7775,6 @@ final class FloatExprsTest extends SpecTestsuiteBase ); } - #[Depends('testModule863')] public function testAssertReturn864(): void { $this->runAssertReturnCommand( @@ -8649,7 +7784,6 @@ final class FloatExprsTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn864')] public function testAssertReturn865(): void { $this->runAssertReturnCommand( @@ -8659,7 +7793,6 @@ final class FloatExprsTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn865')] public function testModule866(): void { $this->runModuleCommand( @@ -8669,7 +7802,6 @@ final class FloatExprsTest extends SpecTestsuiteBase ); } - #[Depends('testModule866')] public function testAssertReturn867(): void { $this->runAssertReturnCommand( @@ -8679,7 +7811,6 @@ final class FloatExprsTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn867')] public function testAssertReturn868(): void { $this->runAssertReturnCommand( @@ -8689,7 +7820,6 @@ final class FloatExprsTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn868')] public function testAssertReturn869(): void { $this->runAssertReturnCommand( @@ -8699,7 +7829,6 @@ final class FloatExprsTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn869')] public function testAssertReturn870(): void { $this->runAssertReturnCommand( @@ -8709,7 +7838,6 @@ final class FloatExprsTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn870')] public function testAssertReturn871(): void { $this->runAssertReturnCommand( @@ -8719,7 +7847,6 @@ final class FloatExprsTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn871')] public function testAssertReturn872(): void { $this->runAssertReturnCommand( @@ -8729,7 +7856,6 @@ final class FloatExprsTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn872')] public function testModule873(): void { $this->runModuleCommand( @@ -8739,7 +7865,6 @@ final class FloatExprsTest extends SpecTestsuiteBase ); } - #[Depends('testModule873')] public function testAssertReturn874(): void { $this->runAssertReturnCommand( @@ -8749,7 +7874,6 @@ final class FloatExprsTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn874')] public function testAssertReturn875(): void { $this->runAssertReturnCommand( @@ -8759,7 +7883,6 @@ final class FloatExprsTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn875')] public function testModule876(): void { $this->runModuleCommand( @@ -8769,7 +7892,6 @@ final class FloatExprsTest extends SpecTestsuiteBase ); } - #[Depends('testModule876')] public function testAssertReturn877(): void { $this->runAssertReturnCommand( @@ -8779,7 +7901,6 @@ final class FloatExprsTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn877')] public function testAssertReturn878(): void { $this->runAssertReturnCommand( @@ -8789,7 +7910,6 @@ final class FloatExprsTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn878')] public function testModule879(): void { $this->runModuleCommand( @@ -8799,7 +7919,6 @@ final class FloatExprsTest extends SpecTestsuiteBase ); } - #[Depends('testModule879')] public function testAssertReturn880(): void { $this->runAssertReturnCommand( @@ -8809,7 +7928,6 @@ final class FloatExprsTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn880')] public function testAssertReturn881(): void { $this->runAssertReturnCommand( @@ -8819,7 +7937,6 @@ final class FloatExprsTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn881')] public function testAssertReturn882(): void { $this->runAssertReturnCommand( @@ -8829,7 +7946,6 @@ final class FloatExprsTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn882')] public function testAssertReturn883(): void { $this->runAssertReturnCommand( @@ -8839,7 +7955,6 @@ final class FloatExprsTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn883')] public function testAssertReturn884(): void { $this->runAssertReturnCommand( @@ -8849,7 +7964,6 @@ final class FloatExprsTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn884')] public function testAssertReturn885(): void { $this->runAssertReturnCommand( @@ -8859,7 +7973,6 @@ final class FloatExprsTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn885')] public function testAssertReturn886(): void { $this->runAssertReturnCommand( @@ -8869,7 +7982,6 @@ final class FloatExprsTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn886')] public function testAssertReturn887(): void { $this->runAssertReturnCommand( @@ -8879,7 +7991,6 @@ final class FloatExprsTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn887')] public function testAssertReturn888(): void { $this->runAssertReturnCommand( @@ -8889,7 +8000,6 @@ final class FloatExprsTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn888')] public function testAssertReturn889(): void { $this->runAssertReturnCommand( @@ -8899,7 +8009,6 @@ final class FloatExprsTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn889')] public function testAssertReturn890(): void { $this->runAssertReturnCommand( @@ -8909,7 +8018,6 @@ final class FloatExprsTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn890')] public function testAssertReturn891(): void { $this->runAssertReturnCommand( @@ -8919,7 +8027,6 @@ final class FloatExprsTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn891')] public function testModule892(): void { $this->runModuleCommand( @@ -8929,7 +8036,6 @@ final class FloatExprsTest extends SpecTestsuiteBase ); } - #[Depends('testModule892')] public function testAssertReturn893(): void { $this->runAssertReturnCommand( @@ -8939,7 +8045,6 @@ final class FloatExprsTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn893')] public function testModule894(): void { $this->runModuleCommand( @@ -8949,7 +8054,6 @@ final class FloatExprsTest extends SpecTestsuiteBase ); } - #[Depends('testModule894')] public function testAssertReturn895(): void { $this->runAssertReturnCommand( @@ -8959,7 +8063,6 @@ final class FloatExprsTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn895')] public function testAssertReturn896(): void { $this->runAssertReturnCommand( @@ -8969,7 +8072,6 @@ final class FloatExprsTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn896')] public function testModule897(): void { $this->runModuleCommand( @@ -8979,7 +8081,6 @@ final class FloatExprsTest extends SpecTestsuiteBase ); } - #[Depends('testModule897')] public function testAssertReturn898(): void { $this->runAssertReturnCommand( @@ -8989,7 +8090,6 @@ final class FloatExprsTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn898')] public function testAssertReturn899(): void { $this->runAssertReturnCommand( diff --git a/tests/src/SpecTestsuites/Core/FloatLiteralsTest.php b/tests/src/SpecTestsuites/Core/FloatLiteralsTest.php index 467eab8..3efcaa5 100644 --- a/tests/src/SpecTestsuites/Core/FloatLiteralsTest.php +++ b/tests/src/SpecTestsuites/Core/FloatLiteralsTest.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 FloatLiteralsTest extends SpecTestsuiteBase @@ -19,7 +18,6 @@ final class FloatLiteralsTest extends SpecTestsuiteBase ); } - #[Depends('testModule0')] public function testAssertReturn1(): void { $this->runAssertReturnCommand( @@ -29,7 +27,6 @@ final class FloatLiteralsTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1')] public function testAssertReturn2(): void { $this->runAssertReturnCommand( @@ -39,7 +36,6 @@ final class FloatLiteralsTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2')] public function testAssertReturn3(): void { $this->runAssertReturnCommand( @@ -49,7 +45,6 @@ final class FloatLiteralsTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn3')] public function testAssertReturn4(): void { $this->runAssertReturnCommand( @@ -59,7 +54,6 @@ final class FloatLiteralsTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn4')] public function testAssertReturn5(): void { $this->runAssertReturnCommand( @@ -69,7 +63,6 @@ final class FloatLiteralsTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn5')] public function testAssertReturn6(): void { $this->runAssertReturnCommand( @@ -79,7 +72,6 @@ final class FloatLiteralsTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn6')] public function testAssertReturn7(): void { $this->runAssertReturnCommand( @@ -89,7 +81,6 @@ final class FloatLiteralsTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn7')] public function testAssertReturn8(): void { $this->runAssertReturnCommand( @@ -99,7 +90,6 @@ final class FloatLiteralsTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn8')] public function testAssertReturn9(): void { $this->runAssertReturnCommand( @@ -109,7 +99,6 @@ final class FloatLiteralsTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn9')] public function testAssertReturn10(): void { $this->runAssertReturnCommand( @@ -119,7 +108,6 @@ final class FloatLiteralsTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn10')] public function testAssertReturn11(): void { $this->runAssertReturnCommand( @@ -129,7 +117,6 @@ final class FloatLiteralsTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn11')] public function testAssertReturn12(): void { $this->runAssertReturnCommand( @@ -139,7 +126,6 @@ final class FloatLiteralsTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn12')] public function testAssertReturn13(): void { $this->runAssertReturnCommand( @@ -149,7 +135,6 @@ final class FloatLiteralsTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn13')] public function testAssertReturn14(): void { $this->runAssertReturnCommand( @@ -159,7 +144,6 @@ final class FloatLiteralsTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn14')] public function testAssertReturn15(): void { $this->runAssertReturnCommand( @@ -169,7 +153,6 @@ final class FloatLiteralsTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn15')] public function testAssertReturn16(): void { $this->runAssertReturnCommand( @@ -179,7 +162,6 @@ final class FloatLiteralsTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn16')] public function testAssertReturn17(): void { $this->runAssertReturnCommand( @@ -189,7 +171,6 @@ final class FloatLiteralsTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn17')] public function testAssertReturn18(): void { $this->runAssertReturnCommand( @@ -199,7 +180,6 @@ final class FloatLiteralsTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn18')] public function testAssertReturn19(): void { $this->runAssertReturnCommand( @@ -209,7 +189,6 @@ final class FloatLiteralsTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn19')] public function testAssertReturn20(): void { $this->runAssertReturnCommand( @@ -219,7 +198,6 @@ final class FloatLiteralsTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn20')] public function testAssertReturn21(): void { $this->runAssertReturnCommand( @@ -229,7 +207,6 @@ final class FloatLiteralsTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn21')] public function testAssertReturn22(): void { $this->runAssertReturnCommand( @@ -239,7 +216,6 @@ final class FloatLiteralsTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn22')] public function testAssertReturn23(): void { $this->runAssertReturnCommand( @@ -249,7 +225,6 @@ final class FloatLiteralsTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn23')] public function testAssertReturn24(): void { $this->runAssertReturnCommand( @@ -259,7 +234,6 @@ final class FloatLiteralsTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn24')] public function testAssertReturn25(): void { $this->runAssertReturnCommand( @@ -269,7 +243,6 @@ final class FloatLiteralsTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn25')] public function testAssertReturn26(): void { $this->runAssertReturnCommand( @@ -279,7 +252,6 @@ final class FloatLiteralsTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn26')] public function testAssertReturn27(): void { $this->runAssertReturnCommand( @@ -289,7 +261,6 @@ final class FloatLiteralsTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn27')] public function testAssertReturn28(): void { $this->runAssertReturnCommand( @@ -299,7 +270,6 @@ final class FloatLiteralsTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn28')] public function testAssertReturn29(): void { $this->runAssertReturnCommand( @@ -309,7 +279,6 @@ final class FloatLiteralsTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn29')] public function testAssertReturn30(): void { $this->runAssertReturnCommand( @@ -319,7 +288,6 @@ final class FloatLiteralsTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn30')] public function testAssertReturn31(): void { $this->runAssertReturnCommand( @@ -329,7 +297,6 @@ final class FloatLiteralsTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn31')] public function testAssertReturn32(): void { $this->runAssertReturnCommand( @@ -339,7 +306,6 @@ final class FloatLiteralsTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn32')] public function testAssertReturn33(): void { $this->runAssertReturnCommand( @@ -349,7 +315,6 @@ final class FloatLiteralsTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn33')] public function testAssertReturn34(): void { $this->runAssertReturnCommand( @@ -359,7 +324,6 @@ final class FloatLiteralsTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn34')] public function testAssertReturn35(): void { $this->runAssertReturnCommand( @@ -369,7 +333,6 @@ final class FloatLiteralsTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn35')] public function testAssertReturn36(): void { $this->runAssertReturnCommand( @@ -379,7 +342,6 @@ final class FloatLiteralsTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn36')] public function testAssertReturn37(): void { $this->runAssertReturnCommand( @@ -389,7 +351,6 @@ final class FloatLiteralsTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn37')] public function testAssertReturn38(): void { $this->runAssertReturnCommand( @@ -399,7 +360,6 @@ final class FloatLiteralsTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn38')] public function testAssertReturn39(): void { $this->runAssertReturnCommand( @@ -409,7 +369,6 @@ final class FloatLiteralsTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn39')] public function testAssertReturn40(): void { $this->runAssertReturnCommand( @@ -419,7 +378,6 @@ final class FloatLiteralsTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn40')] public function testAssertReturn41(): void { $this->runAssertReturnCommand( @@ -429,7 +387,6 @@ final class FloatLiteralsTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn41')] public function testAssertReturn42(): void { $this->runAssertReturnCommand( @@ -439,7 +396,6 @@ final class FloatLiteralsTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn42')] public function testAssertReturn43(): void { $this->runAssertReturnCommand( @@ -449,7 +405,6 @@ final class FloatLiteralsTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn43')] public function testAssertReturn44(): void { $this->runAssertReturnCommand( @@ -459,7 +414,6 @@ final class FloatLiteralsTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn44')] public function testAssertReturn45(): void { $this->runAssertReturnCommand( @@ -469,7 +423,6 @@ final class FloatLiteralsTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn45')] public function testAssertReturn46(): void { $this->runAssertReturnCommand( @@ -479,7 +432,6 @@ final class FloatLiteralsTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn46')] public function testAssertReturn47(): void { $this->runAssertReturnCommand( @@ -489,7 +441,6 @@ final class FloatLiteralsTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn47')] public function testAssertReturn48(): void { $this->runAssertReturnCommand( @@ -499,7 +450,6 @@ final class FloatLiteralsTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn48')] public function testAssertReturn49(): void { $this->runAssertReturnCommand( @@ -509,7 +459,6 @@ final class FloatLiteralsTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn49')] public function testAssertReturn50(): void { $this->runAssertReturnCommand( @@ -519,7 +468,6 @@ final class FloatLiteralsTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn50')] public function testAssertReturn51(): void { $this->runAssertReturnCommand( @@ -529,7 +477,6 @@ final class FloatLiteralsTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn51')] public function testAssertReturn52(): void { $this->runAssertReturnCommand( @@ -539,7 +486,6 @@ final class FloatLiteralsTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn52')] public function testAssertReturn53(): void { $this->runAssertReturnCommand( @@ -549,7 +495,6 @@ final class FloatLiteralsTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn53')] public function testAssertReturn54(): void { $this->runAssertReturnCommand( @@ -559,7 +504,6 @@ final class FloatLiteralsTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn54')] public function testAssertReturn55(): void { $this->runAssertReturnCommand( @@ -569,7 +513,6 @@ final class FloatLiteralsTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn55')] public function testAssertReturn56(): void { $this->runAssertReturnCommand( @@ -579,7 +522,6 @@ final class FloatLiteralsTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn56')] public function testAssertReturn57(): void { $this->runAssertReturnCommand( @@ -589,7 +531,6 @@ final class FloatLiteralsTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn57')] public function testAssertReturn58(): void { $this->runAssertReturnCommand( @@ -599,7 +540,6 @@ final class FloatLiteralsTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn58')] public function testAssertReturn59(): void { $this->runAssertReturnCommand( @@ -609,7 +549,6 @@ final class FloatLiteralsTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn59')] public function testAssertReturn60(): void { $this->runAssertReturnCommand( @@ -619,7 +558,6 @@ final class FloatLiteralsTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn60')] public function testAssertReturn61(): void { $this->runAssertReturnCommand( @@ -629,7 +567,6 @@ final class FloatLiteralsTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn61')] public function testAssertReturn62(): void { $this->runAssertReturnCommand( @@ -639,7 +576,6 @@ final class FloatLiteralsTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn62')] public function testAssertReturn63(): void { $this->runAssertReturnCommand( @@ -649,7 +585,6 @@ final class FloatLiteralsTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn63')] public function testAssertReturn64(): void { $this->runAssertReturnCommand( @@ -659,7 +594,6 @@ final class FloatLiteralsTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn64')] public function testAssertReturn65(): void { $this->runAssertReturnCommand( @@ -669,7 +603,6 @@ final class FloatLiteralsTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn65')] public function testAssertReturn66(): void { $this->runAssertReturnCommand( @@ -679,7 +612,6 @@ final class FloatLiteralsTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn66')] public function testAssertReturn67(): void { $this->runAssertReturnCommand( @@ -689,7 +621,6 @@ final class FloatLiteralsTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn67')] public function testAssertReturn68(): void { $this->runAssertReturnCommand( @@ -699,7 +630,6 @@ final class FloatLiteralsTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn68')] public function testAssertReturn69(): void { $this->runAssertReturnCommand( @@ -709,7 +639,6 @@ final class FloatLiteralsTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn69')] public function testAssertReturn70(): void { $this->runAssertReturnCommand( @@ -719,7 +648,6 @@ final class FloatLiteralsTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn70')] public function testAssertReturn71(): void { $this->runAssertReturnCommand( @@ -729,7 +657,6 @@ final class FloatLiteralsTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn71')] public function testAssertReturn72(): void { $this->runAssertReturnCommand( @@ -739,7 +666,6 @@ final class FloatLiteralsTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn72')] public function testAssertReturn73(): void { $this->runAssertReturnCommand( @@ -749,7 +675,6 @@ final class FloatLiteralsTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn73')] public function testAssertReturn74(): void { $this->runAssertReturnCommand( @@ -759,7 +684,6 @@ final class FloatLiteralsTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn74')] public function testAssertReturn75(): void { $this->runAssertReturnCommand( @@ -769,7 +693,6 @@ final class FloatLiteralsTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn75')] public function testAssertReturn76(): void { $this->runAssertReturnCommand( @@ -779,7 +702,6 @@ final class FloatLiteralsTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn76')] public function testAssertReturn77(): void { $this->runAssertReturnCommand( @@ -789,7 +711,6 @@ final class FloatLiteralsTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn77')] public function testAssertReturn78(): void { $this->runAssertReturnCommand( @@ -799,7 +720,6 @@ final class FloatLiteralsTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn78')] public function testAssertReturn79(): void { $this->runAssertReturnCommand( @@ -809,7 +729,6 @@ final class FloatLiteralsTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn79')] public function testAssertReturn80(): void { $this->runAssertReturnCommand( @@ -819,7 +738,6 @@ final class FloatLiteralsTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn80')] public function testAssertReturn81(): void { $this->runAssertReturnCommand( @@ -829,7 +747,6 @@ final class FloatLiteralsTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn81')] public function testAssertReturn82(): void { $this->runAssertReturnCommand( @@ -839,7 +756,6 @@ final class FloatLiteralsTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn82')] public function testAssertReturn83(): void { $this->runAssertReturnCommand( @@ -849,7 +765,6 @@ final class FloatLiteralsTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn83')] public function testAssertReturn84(): void { $this->runAssertReturnCommand( @@ -859,7 +774,6 @@ final class FloatLiteralsTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn84')] public function testAssertReturn85(): void { $this->runAssertReturnCommand( @@ -869,7 +783,6 @@ final class FloatLiteralsTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn85')] public function testAssertReturn86(): void { $this->runAssertReturnCommand( @@ -879,7 +792,6 @@ final class FloatLiteralsTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn86')] public function testAssertReturn87(): void { $this->runAssertReturnCommand( @@ -889,7 +801,6 @@ final class FloatLiteralsTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn87')] public function testAssertReturn88(): void { $this->runAssertReturnCommand( @@ -899,7 +810,6 @@ final class FloatLiteralsTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn88')] public function testAssertReturn89(): void { $this->runAssertReturnCommand( @@ -909,7 +819,6 @@ final class FloatLiteralsTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn89')] public function testAssertReturn90(): void { $this->runAssertReturnCommand( @@ -919,7 +828,6 @@ final class FloatLiteralsTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn90')] public function testAssertReturn91(): void { $this->runAssertReturnCommand( @@ -929,7 +837,6 @@ final class FloatLiteralsTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn91')] public function testAssertReturn92(): void { $this->runAssertReturnCommand( @@ -939,7 +846,6 @@ final class FloatLiteralsTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn92')] public function testAssertReturn93(): void { $this->runAssertReturnCommand( @@ -949,7 +855,6 @@ final class FloatLiteralsTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn93')] public function testAssertReturn94(): void { $this->runAssertReturnCommand( @@ -959,7 +864,6 @@ final class FloatLiteralsTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn94')] public function testAssertReturn95(): void { $this->runAssertReturnCommand( @@ -969,7 +873,6 @@ final class FloatLiteralsTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn95')] public function testAssertReturn96(): void { $this->runAssertReturnCommand( @@ -979,7 +882,6 @@ final class FloatLiteralsTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn96')] public function testAssertReturn97(): void { $this->runAssertReturnCommand( @@ -989,7 +891,6 @@ final class FloatLiteralsTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn97')] public function testAssertReturn98(): void { $this->runAssertReturnCommand( @@ -999,7 +900,6 @@ final class FloatLiteralsTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn98')] public function testModule99(): void { $this->runModuleCommand( @@ -1009,7 +909,6 @@ final class FloatLiteralsTest extends SpecTestsuiteBase ); } - #[Depends('testModule99')] public function testAssertReturn100(): void { $this->runAssertReturnCommand( @@ -1020,469 +919,391 @@ final class FloatLiteralsTest extends SpecTestsuiteBase } #[DoesNotPerformAssertions] - #[Depends('testAssertReturn100')] public function testAssertMalformed101(): void { } #[DoesNotPerformAssertions] - #[Depends('testAssertMalformed101')] public function testAssertMalformed102(): void { } #[DoesNotPerformAssertions] - #[Depends('testAssertMalformed102')] public function testAssertMalformed103(): void { } #[DoesNotPerformAssertions] - #[Depends('testAssertMalformed103')] public function testAssertMalformed104(): void { } #[DoesNotPerformAssertions] - #[Depends('testAssertMalformed104')] public function testAssertMalformed105(): void { } #[DoesNotPerformAssertions] - #[Depends('testAssertMalformed105')] public function testAssertMalformed106(): void { } #[DoesNotPerformAssertions] - #[Depends('testAssertMalformed106')] public function testAssertMalformed107(): void { } #[DoesNotPerformAssertions] - #[Depends('testAssertMalformed107')] public function testAssertMalformed108(): void { } #[DoesNotPerformAssertions] - #[Depends('testAssertMalformed108')] public function testAssertMalformed109(): void { } #[DoesNotPerformAssertions] - #[Depends('testAssertMalformed109')] public function testAssertMalformed110(): void { } #[DoesNotPerformAssertions] - #[Depends('testAssertMalformed110')] public function testAssertMalformed111(): void { } #[DoesNotPerformAssertions] - #[Depends('testAssertMalformed111')] public function testAssertMalformed112(): void { } #[DoesNotPerformAssertions] - #[Depends('testAssertMalformed112')] public function testAssertMalformed113(): void { } #[DoesNotPerformAssertions] - #[Depends('testAssertMalformed113')] public function testAssertMalformed114(): void { } #[DoesNotPerformAssertions] - #[Depends('testAssertMalformed114')] public function testAssertMalformed115(): void { } #[DoesNotPerformAssertions] - #[Depends('testAssertMalformed115')] public function testAssertMalformed116(): void { } #[DoesNotPerformAssertions] - #[Depends('testAssertMalformed116')] public function testAssertMalformed117(): void { } #[DoesNotPerformAssertions] - #[Depends('testAssertMalformed117')] public function testAssertMalformed118(): void { } #[DoesNotPerformAssertions] - #[Depends('testAssertMalformed118')] public function testAssertMalformed119(): void { } #[DoesNotPerformAssertions] - #[Depends('testAssertMalformed119')] public function testAssertMalformed120(): void { } #[DoesNotPerformAssertions] - #[Depends('testAssertMalformed120')] public function testAssertMalformed121(): void { } #[DoesNotPerformAssertions] - #[Depends('testAssertMalformed121')] public function testAssertMalformed122(): void { } #[DoesNotPerformAssertions] - #[Depends('testAssertMalformed122')] public function testAssertMalformed123(): void { } #[DoesNotPerformAssertions] - #[Depends('testAssertMalformed123')] public function testAssertMalformed124(): void { } #[DoesNotPerformAssertions] - #[Depends('testAssertMalformed124')] public function testAssertMalformed125(): void { } #[DoesNotPerformAssertions] - #[Depends('testAssertMalformed125')] public function testAssertMalformed126(): void { } #[DoesNotPerformAssertions] - #[Depends('testAssertMalformed126')] public function testAssertMalformed127(): void { } #[DoesNotPerformAssertions] - #[Depends('testAssertMalformed127')] public function testAssertMalformed128(): void { } #[DoesNotPerformAssertions] - #[Depends('testAssertMalformed128')] public function testAssertMalformed129(): void { } #[DoesNotPerformAssertions] - #[Depends('testAssertMalformed129')] public function testAssertMalformed130(): void { } #[DoesNotPerformAssertions] - #[Depends('testAssertMalformed130')] public function testAssertMalformed131(): void { } #[DoesNotPerformAssertions] - #[Depends('testAssertMalformed131')] public function testAssertMalformed132(): void { } #[DoesNotPerformAssertions] - #[Depends('testAssertMalformed132')] public function testAssertMalformed133(): void { } #[DoesNotPerformAssertions] - #[Depends('testAssertMalformed133')] public function testAssertMalformed134(): void { } #[DoesNotPerformAssertions] - #[Depends('testAssertMalformed134')] public function testAssertMalformed135(): void { } #[DoesNotPerformAssertions] - #[Depends('testAssertMalformed135')] public function testAssertMalformed136(): void { } #[DoesNotPerformAssertions] - #[Depends('testAssertMalformed136')] public function testAssertMalformed137(): void { } #[DoesNotPerformAssertions] - #[Depends('testAssertMalformed137')] public function testAssertMalformed138(): void { } #[DoesNotPerformAssertions] - #[Depends('testAssertMalformed138')] public function testAssertMalformed139(): void { } #[DoesNotPerformAssertions] - #[Depends('testAssertMalformed139')] public function testAssertMalformed140(): void { } #[DoesNotPerformAssertions] - #[Depends('testAssertMalformed140')] public function testAssertMalformed141(): void { } #[DoesNotPerformAssertions] - #[Depends('testAssertMalformed141')] public function testAssertMalformed142(): void { } #[DoesNotPerformAssertions] - #[Depends('testAssertMalformed142')] public function testAssertMalformed143(): void { } #[DoesNotPerformAssertions] - #[Depends('testAssertMalformed143')] public function testAssertMalformed144(): void { } #[DoesNotPerformAssertions] - #[Depends('testAssertMalformed144')] public function testAssertMalformed145(): void { } #[DoesNotPerformAssertions] - #[Depends('testAssertMalformed145')] public function testAssertMalformed146(): void { } #[DoesNotPerformAssertions] - #[Depends('testAssertMalformed146')] public function testAssertMalformed147(): void { } #[DoesNotPerformAssertions] - #[Depends('testAssertMalformed147')] public function testAssertMalformed148(): void { } #[DoesNotPerformAssertions] - #[Depends('testAssertMalformed148')] public function testAssertMalformed149(): void { } #[DoesNotPerformAssertions] - #[Depends('testAssertMalformed149')] public function testAssertMalformed150(): void { } #[DoesNotPerformAssertions] - #[Depends('testAssertMalformed150')] public function testAssertMalformed151(): void { } #[DoesNotPerformAssertions] - #[Depends('testAssertMalformed151')] public function testAssertMalformed152(): void { } #[DoesNotPerformAssertions] - #[Depends('testAssertMalformed152')] public function testAssertMalformed153(): void { } #[DoesNotPerformAssertions] - #[Depends('testAssertMalformed153')] public function testAssertMalformed154(): void { } #[DoesNotPerformAssertions] - #[Depends('testAssertMalformed154')] public function testAssertMalformed155(): void { } #[DoesNotPerformAssertions] - #[Depends('testAssertMalformed155')] public function testAssertMalformed156(): void { } #[DoesNotPerformAssertions] - #[Depends('testAssertMalformed156')] public function testAssertMalformed157(): void { } #[DoesNotPerformAssertions] - #[Depends('testAssertMalformed157')] public function testAssertMalformed158(): void { } #[DoesNotPerformAssertions] - #[Depends('testAssertMalformed158')] public function testAssertMalformed159(): void { } #[DoesNotPerformAssertions] - #[Depends('testAssertMalformed159')] public function testAssertMalformed160(): void { } #[DoesNotPerformAssertions] - #[Depends('testAssertMalformed160')] public function testAssertMalformed161(): void { } #[DoesNotPerformAssertions] - #[Depends('testAssertMalformed161')] public function testAssertMalformed162(): void { } #[DoesNotPerformAssertions] - #[Depends('testAssertMalformed162')] public function testAssertMalformed163(): void { } #[DoesNotPerformAssertions] - #[Depends('testAssertMalformed163')] public function testAssertMalformed164(): void { } #[DoesNotPerformAssertions] - #[Depends('testAssertMalformed164')] public function testAssertMalformed165(): void { } #[DoesNotPerformAssertions] - #[Depends('testAssertMalformed165')] public function testAssertMalformed166(): void { } #[DoesNotPerformAssertions] - #[Depends('testAssertMalformed166')] public function testAssertMalformed167(): void { } #[DoesNotPerformAssertions] - #[Depends('testAssertMalformed167')] public function testAssertMalformed168(): void { } #[DoesNotPerformAssertions] - #[Depends('testAssertMalformed168')] public function testAssertMalformed169(): void { } #[DoesNotPerformAssertions] - #[Depends('testAssertMalformed169')] public function testAssertMalformed170(): void { } #[DoesNotPerformAssertions] - #[Depends('testAssertMalformed170')] public function testAssertMalformed171(): void { } #[DoesNotPerformAssertions] - #[Depends('testAssertMalformed171')] public function testAssertMalformed172(): void { } #[DoesNotPerformAssertions] - #[Depends('testAssertMalformed172')] public function testAssertMalformed173(): void { } #[DoesNotPerformAssertions] - #[Depends('testAssertMalformed173')] public function testAssertMalformed174(): void { } #[DoesNotPerformAssertions] - #[Depends('testAssertMalformed174')] public function testAssertMalformed175(): void { } #[DoesNotPerformAssertions] - #[Depends('testAssertMalformed175')] public function testAssertMalformed176(): void { } #[DoesNotPerformAssertions] - #[Depends('testAssertMalformed176')] public function testAssertMalformed177(): void { } #[DoesNotPerformAssertions] - #[Depends('testAssertMalformed177')] public function testAssertMalformed178(): void { } diff --git a/tests/src/SpecTestsuites/Core/FloatMemoryTest.php b/tests/src/SpecTestsuites/Core/FloatMemoryTest.php index 98afbcc..c5868fa 100644 --- a/tests/src/SpecTestsuites/Core/FloatMemoryTest.php +++ b/tests/src/SpecTestsuites/Core/FloatMemoryTest.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 FloatMemoryTest extends SpecTestsuiteBase @@ -19,7 +18,6 @@ final class FloatMemoryTest extends SpecTestsuiteBase ); } - #[Depends('testModule0')] public function testAssertReturn1(): void { $this->runAssertReturnCommand( @@ -29,7 +27,6 @@ final class FloatMemoryTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1')] public function testAssertReturn2(): void { $this->runAssertReturnCommand( @@ -39,7 +36,6 @@ final class FloatMemoryTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2')] public function testAction3(): void { $this->runActionCommand( @@ -48,7 +44,6 @@ final class FloatMemoryTest extends SpecTestsuiteBase ); } - #[Depends('testAction3')] public function testAssertReturn4(): void { $this->runAssertReturnCommand( @@ -58,7 +53,6 @@ final class FloatMemoryTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn4')] public function testAssertReturn5(): void { $this->runAssertReturnCommand( @@ -68,7 +62,6 @@ final class FloatMemoryTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn5')] public function testAction6(): void { $this->runActionCommand( @@ -77,7 +70,6 @@ final class FloatMemoryTest extends SpecTestsuiteBase ); } - #[Depends('testAction6')] public function testAssertReturn7(): void { $this->runAssertReturnCommand( @@ -87,7 +79,6 @@ final class FloatMemoryTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn7')] public function testAssertReturn8(): void { $this->runAssertReturnCommand( @@ -97,7 +88,6 @@ final class FloatMemoryTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn8')] public function testAction9(): void { $this->runActionCommand( @@ -106,7 +96,6 @@ final class FloatMemoryTest extends SpecTestsuiteBase ); } - #[Depends('testAction9')] public function testAssertReturn10(): void { $this->runAssertReturnCommand( @@ -116,7 +105,6 @@ final class FloatMemoryTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn10')] public function testAssertReturn11(): void { $this->runAssertReturnCommand( @@ -126,7 +114,6 @@ final class FloatMemoryTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn11')] public function testAction12(): void { $this->runActionCommand( @@ -135,7 +122,6 @@ final class FloatMemoryTest extends SpecTestsuiteBase ); } - #[Depends('testAction12')] public function testAssertReturn13(): void { $this->runAssertReturnCommand( @@ -145,7 +131,6 @@ final class FloatMemoryTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn13')] public function testAssertReturn14(): void { $this->runAssertReturnCommand( @@ -155,7 +140,6 @@ final class FloatMemoryTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn14')] public function testModule15(): void { $this->runModuleCommand( @@ -165,7 +149,6 @@ final class FloatMemoryTest extends SpecTestsuiteBase ); } - #[Depends('testModule15')] public function testAssertReturn16(): void { $this->runAssertReturnCommand( @@ -175,7 +158,6 @@ final class FloatMemoryTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn16')] public function testAssertReturn17(): void { $this->runAssertReturnCommand( @@ -185,7 +167,6 @@ final class FloatMemoryTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn17')] public function testAction18(): void { $this->runActionCommand( @@ -194,7 +175,6 @@ final class FloatMemoryTest extends SpecTestsuiteBase ); } - #[Depends('testAction18')] public function testAssertReturn19(): void { $this->runAssertReturnCommand( @@ -204,7 +184,6 @@ final class FloatMemoryTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn19')] public function testAssertReturn20(): void { $this->runAssertReturnCommand( @@ -214,7 +193,6 @@ final class FloatMemoryTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn20')] public function testAction21(): void { $this->runActionCommand( @@ -223,7 +201,6 @@ final class FloatMemoryTest extends SpecTestsuiteBase ); } - #[Depends('testAction21')] public function testAssertReturn22(): void { $this->runAssertReturnCommand( @@ -233,7 +210,6 @@ final class FloatMemoryTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn22')] public function testAssertReturn23(): void { $this->runAssertReturnCommand( @@ -243,7 +219,6 @@ final class FloatMemoryTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn23')] public function testAction24(): void { $this->runActionCommand( @@ -252,7 +227,6 @@ final class FloatMemoryTest extends SpecTestsuiteBase ); } - #[Depends('testAction24')] public function testAssertReturn25(): void { $this->runAssertReturnCommand( @@ -262,7 +236,6 @@ final class FloatMemoryTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn25')] public function testAssertReturn26(): void { $this->runAssertReturnCommand( @@ -272,7 +245,6 @@ final class FloatMemoryTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn26')] public function testAction27(): void { $this->runActionCommand( @@ -281,7 +253,6 @@ final class FloatMemoryTest extends SpecTestsuiteBase ); } - #[Depends('testAction27')] public function testAssertReturn28(): void { $this->runAssertReturnCommand( @@ -291,7 +262,6 @@ final class FloatMemoryTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn28')] public function testAssertReturn29(): void { $this->runAssertReturnCommand( @@ -301,7 +271,6 @@ final class FloatMemoryTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn29')] public function testModule30(): void { $this->runModuleCommand( @@ -311,7 +280,6 @@ final class FloatMemoryTest extends SpecTestsuiteBase ); } - #[Depends('testModule30')] public function testAssertReturn31(): void { $this->runAssertReturnCommand( @@ -321,7 +289,6 @@ final class FloatMemoryTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn31')] public function testAssertReturn32(): void { $this->runAssertReturnCommand( @@ -331,7 +298,6 @@ final class FloatMemoryTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn32')] public function testAction33(): void { $this->runActionCommand( @@ -340,7 +306,6 @@ final class FloatMemoryTest extends SpecTestsuiteBase ); } - #[Depends('testAction33')] public function testAssertReturn34(): void { $this->runAssertReturnCommand( @@ -350,7 +315,6 @@ final class FloatMemoryTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn34')] public function testAssertReturn35(): void { $this->runAssertReturnCommand( @@ -360,7 +324,6 @@ final class FloatMemoryTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn35')] public function testAction36(): void { $this->runActionCommand( @@ -369,7 +332,6 @@ final class FloatMemoryTest extends SpecTestsuiteBase ); } - #[Depends('testAction36')] public function testAssertReturn37(): void { $this->runAssertReturnCommand( @@ -379,7 +341,6 @@ final class FloatMemoryTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn37')] public function testAssertReturn38(): void { $this->runAssertReturnCommand( @@ -389,7 +350,6 @@ final class FloatMemoryTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn38')] public function testAction39(): void { $this->runActionCommand( @@ -398,7 +358,6 @@ final class FloatMemoryTest extends SpecTestsuiteBase ); } - #[Depends('testAction39')] public function testAssertReturn40(): void { $this->runAssertReturnCommand( @@ -408,7 +367,6 @@ final class FloatMemoryTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn40')] public function testAssertReturn41(): void { $this->runAssertReturnCommand( @@ -418,7 +376,6 @@ final class FloatMemoryTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn41')] public function testAction42(): void { $this->runActionCommand( @@ -427,7 +384,6 @@ final class FloatMemoryTest extends SpecTestsuiteBase ); } - #[Depends('testAction42')] public function testAssertReturn43(): void { $this->runAssertReturnCommand( @@ -437,7 +393,6 @@ final class FloatMemoryTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn43')] public function testAssertReturn44(): void { $this->runAssertReturnCommand( @@ -447,7 +402,6 @@ final class FloatMemoryTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn44')] public function testModule45(): void { $this->runModuleCommand( @@ -457,7 +411,6 @@ final class FloatMemoryTest extends SpecTestsuiteBase ); } - #[Depends('testModule45')] public function testAssertReturn46(): void { $this->runAssertReturnCommand( @@ -467,7 +420,6 @@ final class FloatMemoryTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn46')] public function testAssertReturn47(): void { $this->runAssertReturnCommand( @@ -477,7 +429,6 @@ final class FloatMemoryTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn47')] public function testAction48(): void { $this->runActionCommand( @@ -486,7 +437,6 @@ final class FloatMemoryTest extends SpecTestsuiteBase ); } - #[Depends('testAction48')] public function testAssertReturn49(): void { $this->runAssertReturnCommand( @@ -496,7 +446,6 @@ final class FloatMemoryTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn49')] public function testAssertReturn50(): void { $this->runAssertReturnCommand( @@ -506,7 +455,6 @@ final class FloatMemoryTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn50')] public function testAction51(): void { $this->runActionCommand( @@ -515,7 +463,6 @@ final class FloatMemoryTest extends SpecTestsuiteBase ); } - #[Depends('testAction51')] public function testAssertReturn52(): void { $this->runAssertReturnCommand( @@ -525,7 +472,6 @@ final class FloatMemoryTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn52')] public function testAssertReturn53(): void { $this->runAssertReturnCommand( @@ -535,7 +481,6 @@ final class FloatMemoryTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn53')] public function testAction54(): void { $this->runActionCommand( @@ -544,7 +489,6 @@ final class FloatMemoryTest extends SpecTestsuiteBase ); } - #[Depends('testAction54')] public function testAssertReturn55(): void { $this->runAssertReturnCommand( @@ -554,7 +498,6 @@ final class FloatMemoryTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn55')] public function testAssertReturn56(): void { $this->runAssertReturnCommand( @@ -564,7 +507,6 @@ final class FloatMemoryTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn56')] public function testAction57(): void { $this->runActionCommand( @@ -573,7 +515,6 @@ final class FloatMemoryTest extends SpecTestsuiteBase ); } - #[Depends('testAction57')] public function testAssertReturn58(): void { $this->runAssertReturnCommand( @@ -583,7 +524,6 @@ final class FloatMemoryTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn58')] public function testAssertReturn59(): void { $this->runAssertReturnCommand( @@ -593,7 +533,6 @@ final class FloatMemoryTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn59')] public function testModule60(): void { $this->runModuleCommand( @@ -603,7 +542,6 @@ final class FloatMemoryTest extends SpecTestsuiteBase ); } - #[Depends('testModule60')] public function testAssertReturn61(): void { $this->runAssertReturnCommand( @@ -613,7 +551,6 @@ final class FloatMemoryTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn61')] public function testAssertReturn62(): void { $this->runAssertReturnCommand( @@ -623,7 +560,6 @@ final class FloatMemoryTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn62')] public function testAction63(): void { $this->runActionCommand( @@ -632,7 +568,6 @@ final class FloatMemoryTest extends SpecTestsuiteBase ); } - #[Depends('testAction63')] public function testAssertReturn64(): void { $this->runAssertReturnCommand( @@ -642,7 +577,6 @@ final class FloatMemoryTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn64')] public function testAssertReturn65(): void { $this->runAssertReturnCommand( @@ -652,7 +586,6 @@ final class FloatMemoryTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn65')] public function testAction66(): void { $this->runActionCommand( @@ -661,7 +594,6 @@ final class FloatMemoryTest extends SpecTestsuiteBase ); } - #[Depends('testAction66')] public function testAssertReturn67(): void { $this->runAssertReturnCommand( @@ -671,7 +603,6 @@ final class FloatMemoryTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn67')] public function testAssertReturn68(): void { $this->runAssertReturnCommand( @@ -681,7 +612,6 @@ final class FloatMemoryTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn68')] public function testAction69(): void { $this->runActionCommand( @@ -690,7 +620,6 @@ final class FloatMemoryTest extends SpecTestsuiteBase ); } - #[Depends('testAction69')] public function testAssertReturn70(): void { $this->runAssertReturnCommand( @@ -700,7 +629,6 @@ final class FloatMemoryTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn70')] public function testAssertReturn71(): void { $this->runAssertReturnCommand( @@ -710,7 +638,6 @@ final class FloatMemoryTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn71')] public function testAction72(): void { $this->runActionCommand( @@ -719,7 +646,6 @@ final class FloatMemoryTest extends SpecTestsuiteBase ); } - #[Depends('testAction72')] public function testAssertReturn73(): void { $this->runAssertReturnCommand( @@ -729,7 +655,6 @@ final class FloatMemoryTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn73')] public function testAssertReturn74(): void { $this->runAssertReturnCommand( @@ -739,7 +664,6 @@ final class FloatMemoryTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn74')] public function testModule75(): void { $this->runModuleCommand( @@ -749,7 +673,6 @@ final class FloatMemoryTest extends SpecTestsuiteBase ); } - #[Depends('testModule75')] public function testAssertReturn76(): void { $this->runAssertReturnCommand( @@ -759,7 +682,6 @@ final class FloatMemoryTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn76')] public function testAssertReturn77(): void { $this->runAssertReturnCommand( @@ -769,7 +691,6 @@ final class FloatMemoryTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn77')] public function testAction78(): void { $this->runActionCommand( @@ -778,7 +699,6 @@ final class FloatMemoryTest extends SpecTestsuiteBase ); } - #[Depends('testAction78')] public function testAssertReturn79(): void { $this->runAssertReturnCommand( @@ -788,7 +708,6 @@ final class FloatMemoryTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn79')] public function testAssertReturn80(): void { $this->runAssertReturnCommand( @@ -798,7 +717,6 @@ final class FloatMemoryTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn80')] public function testAction81(): void { $this->runActionCommand( @@ -807,7 +725,6 @@ final class FloatMemoryTest extends SpecTestsuiteBase ); } - #[Depends('testAction81')] public function testAssertReturn82(): void { $this->runAssertReturnCommand( @@ -817,7 +734,6 @@ final class FloatMemoryTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn82')] public function testAssertReturn83(): void { $this->runAssertReturnCommand( @@ -827,7 +743,6 @@ final class FloatMemoryTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn83')] public function testAction84(): void { $this->runActionCommand( @@ -836,7 +751,6 @@ final class FloatMemoryTest extends SpecTestsuiteBase ); } - #[Depends('testAction84')] public function testAssertReturn85(): void { $this->runAssertReturnCommand( @@ -846,7 +760,6 @@ final class FloatMemoryTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn85')] public function testAssertReturn86(): void { $this->runAssertReturnCommand( @@ -856,7 +769,6 @@ final class FloatMemoryTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn86')] public function testAction87(): void { $this->runActionCommand( @@ -865,7 +777,6 @@ final class FloatMemoryTest extends SpecTestsuiteBase ); } - #[Depends('testAction87')] public function testAssertReturn88(): void { $this->runAssertReturnCommand( @@ -875,7 +786,6 @@ final class FloatMemoryTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn88')] public function testAssertReturn89(): void { $this->runAssertReturnCommand( diff --git a/tests/src/SpecTestsuites/Core/FloatMiscTest.php b/tests/src/SpecTestsuites/Core/FloatMiscTest.php index 9121c4c..2fee192 100644 --- a/tests/src/SpecTestsuites/Core/FloatMiscTest.php +++ b/tests/src/SpecTestsuites/Core/FloatMiscTest.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 FloatMiscTest extends SpecTestsuiteBase @@ -19,7 +18,6 @@ final class FloatMiscTest extends SpecTestsuiteBase ); } - #[Depends('testModule0')] public function testAssertReturn1(): void { $this->runAssertReturnCommand( @@ -29,7 +27,6 @@ final class FloatMiscTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1')] public function testAssertReturn2(): void { $this->runAssertReturnCommand( @@ -39,7 +36,6 @@ final class FloatMiscTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2')] public function testAssertReturn3(): void { $this->runAssertReturnCommand( @@ -49,7 +45,6 @@ final class FloatMiscTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn3')] public function testAssertReturn4(): void { $this->runAssertReturnCommand( @@ -59,7 +54,6 @@ final class FloatMiscTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn4')] public function testAssertReturn5(): void { $this->runAssertReturnCommand( @@ -69,7 +63,6 @@ final class FloatMiscTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn5')] public function testAssertReturn6(): void { $this->runAssertReturnCommand( @@ -79,7 +72,6 @@ final class FloatMiscTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn6')] public function testAssertReturn7(): void { $this->runAssertReturnCommand( @@ -89,7 +81,6 @@ final class FloatMiscTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn7')] public function testAssertReturn8(): void { $this->runAssertReturnCommand( @@ -99,7 +90,6 @@ final class FloatMiscTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn8')] public function testAssertReturn9(): void { $this->runAssertReturnCommand( @@ -109,7 +99,6 @@ final class FloatMiscTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn9')] public function testAssertReturn10(): void { $this->runAssertReturnCommand( @@ -119,7 +108,6 @@ final class FloatMiscTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn10')] public function testAssertReturn11(): void { $this->runAssertReturnCommand( @@ -129,7 +117,6 @@ final class FloatMiscTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn11')] public function testAssertReturn12(): void { $this->runAssertReturnCommand( @@ -139,7 +126,6 @@ final class FloatMiscTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn12')] public function testAssertReturn13(): void { $this->runAssertReturnCommand( @@ -149,7 +135,6 @@ final class FloatMiscTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn13')] public function testAssertReturn14(): void { $this->runAssertReturnCommand( @@ -159,7 +144,6 @@ final class FloatMiscTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn14')] public function testAssertReturn15(): void { $this->runAssertReturnCommand( @@ -169,7 +153,6 @@ final class FloatMiscTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn15')] public function testAssertReturn16(): void { $this->runAssertReturnCommand( @@ -179,7 +162,6 @@ final class FloatMiscTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn16')] public function testAssertReturn17(): void { $this->runAssertReturnCommand( @@ -189,7 +171,6 @@ final class FloatMiscTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn17')] public function testAssertReturn18(): void { $this->runAssertReturnCommand( @@ -199,7 +180,6 @@ final class FloatMiscTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn18')] public function testAssertReturn19(): void { $this->runAssertReturnCommand( @@ -209,7 +189,6 @@ final class FloatMiscTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn19')] public function testAssertReturn20(): void { $this->runAssertReturnCommand( @@ -219,7 +198,6 @@ final class FloatMiscTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn20')] public function testAssertReturn21(): void { $this->runAssertReturnCommand( @@ -229,7 +207,6 @@ final class FloatMiscTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn21')] public function testAssertReturn22(): void { $this->runAssertReturnCommand( @@ -239,7 +216,6 @@ final class FloatMiscTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn22')] public function testAssertReturn23(): void { $this->runAssertReturnCommand( @@ -249,7 +225,6 @@ final class FloatMiscTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn23')] public function testAssertReturn24(): void { $this->runAssertReturnCommand( @@ -259,7 +234,6 @@ final class FloatMiscTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn24')] public function testAssertReturn25(): void { $this->runAssertReturnCommand( @@ -269,7 +243,6 @@ final class FloatMiscTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn25')] public function testAssertReturn26(): void { $this->runAssertReturnCommand( @@ -279,7 +252,6 @@ final class FloatMiscTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn26')] public function testAssertReturn27(): void { $this->runAssertReturnCommand( @@ -289,7 +261,6 @@ final class FloatMiscTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn27')] public function testAssertReturn28(): void { $this->runAssertReturnCommand( @@ -299,7 +270,6 @@ final class FloatMiscTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn28')] public function testAssertReturn29(): void { $this->runAssertReturnCommand( @@ -309,7 +279,6 @@ final class FloatMiscTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn29')] public function testAssertReturn30(): void { $this->runAssertReturnCommand( @@ -319,7 +288,6 @@ final class FloatMiscTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn30')] public function testAssertReturn31(): void { $this->runAssertReturnCommand( @@ -329,7 +297,6 @@ final class FloatMiscTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn31')] public function testAssertReturn32(): void { $this->runAssertReturnCommand( @@ -339,7 +306,6 @@ final class FloatMiscTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn32')] public function testAssertReturn33(): void { $this->runAssertReturnCommand( @@ -349,7 +315,6 @@ final class FloatMiscTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn33')] public function testAssertReturn34(): void { $this->runAssertReturnCommand( @@ -359,7 +324,6 @@ final class FloatMiscTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn34')] public function testAssertReturn35(): void { $this->runAssertReturnCommand( @@ -369,7 +333,6 @@ final class FloatMiscTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn35')] public function testAssertReturn36(): void { $this->runAssertReturnCommand( @@ -379,7 +342,6 @@ final class FloatMiscTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn36')] public function testAssertReturn37(): void { $this->runAssertReturnCommand( @@ -389,7 +351,6 @@ final class FloatMiscTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn37')] public function testAssertReturn38(): void { $this->runAssertReturnCommand( @@ -399,7 +360,6 @@ final class FloatMiscTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn38')] public function testAssertReturn39(): void { $this->runAssertReturnCommand( @@ -409,7 +369,6 @@ final class FloatMiscTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn39')] public function testAssertReturn40(): void { $this->runAssertReturnCommand( @@ -419,7 +378,6 @@ final class FloatMiscTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn40')] public function testAssertReturn41(): void { $this->runAssertReturnCommand( @@ -429,7 +387,6 @@ final class FloatMiscTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn41')] public function testAssertReturn42(): void { $this->runAssertReturnCommand( @@ -439,7 +396,6 @@ final class FloatMiscTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn42')] public function testAssertReturn43(): void { $this->runAssertReturnCommand( @@ -449,7 +405,6 @@ final class FloatMiscTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn43')] public function testAssertReturn44(): void { $this->runAssertReturnCommand( @@ -459,7 +414,6 @@ final class FloatMiscTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn44')] public function testAssertReturn45(): void { $this->runAssertReturnCommand( @@ -469,7 +423,6 @@ final class FloatMiscTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn45')] public function testAssertReturn46(): void { $this->runAssertReturnCommand( @@ -479,7 +432,6 @@ final class FloatMiscTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn46')] public function testAssertReturn47(): void { $this->runAssertReturnCommand( @@ -489,7 +441,6 @@ final class FloatMiscTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn47')] public function testAssertReturn48(): void { $this->runAssertReturnCommand( @@ -499,7 +450,6 @@ final class FloatMiscTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn48')] public function testAssertReturn49(): void { $this->runAssertReturnCommand( @@ -509,7 +459,6 @@ final class FloatMiscTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn49')] public function testAssertReturn50(): void { $this->runAssertReturnCommand( @@ -519,7 +468,6 @@ final class FloatMiscTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn50')] public function testAssertReturn51(): void { $this->runAssertReturnCommand( @@ -529,7 +477,6 @@ final class FloatMiscTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn51')] public function testAssertReturn52(): void { $this->runAssertReturnCommand( @@ -539,7 +486,6 @@ final class FloatMiscTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn52')] public function testAssertReturn53(): void { $this->runAssertReturnCommand( @@ -549,7 +495,6 @@ final class FloatMiscTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn53')] public function testAssertReturn54(): void { $this->runAssertReturnCommand( @@ -559,7 +504,6 @@ final class FloatMiscTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn54')] public function testAssertReturn55(): void { $this->runAssertReturnCommand( @@ -569,7 +513,6 @@ final class FloatMiscTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn55')] public function testAssertReturn56(): void { $this->runAssertReturnCommand( @@ -579,7 +522,6 @@ final class FloatMiscTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn56')] public function testAssertReturn57(): void { $this->runAssertReturnCommand( @@ -589,7 +531,6 @@ final class FloatMiscTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn57')] public function testAssertReturn58(): void { $this->runAssertReturnCommand( @@ -599,7 +540,6 @@ final class FloatMiscTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn58')] public function testAssertReturn59(): void { $this->runAssertReturnCommand( @@ -609,7 +549,6 @@ final class FloatMiscTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn59')] public function testAssertReturn60(): void { $this->runAssertReturnCommand( @@ -619,7 +558,6 @@ final class FloatMiscTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn60')] public function testAssertReturn61(): void { $this->runAssertReturnCommand( @@ -629,7 +567,6 @@ final class FloatMiscTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn61')] public function testAssertReturn62(): void { $this->runAssertReturnCommand( @@ -639,7 +576,6 @@ final class FloatMiscTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn62')] public function testAssertReturn63(): void { $this->runAssertReturnCommand( @@ -649,7 +585,6 @@ final class FloatMiscTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn63')] public function testAssertReturn64(): void { $this->runAssertReturnCommand( @@ -659,7 +594,6 @@ final class FloatMiscTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn64')] public function testAssertReturn65(): void { $this->runAssertReturnCommand( @@ -669,7 +603,6 @@ final class FloatMiscTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn65')] public function testAssertReturn66(): void { $this->runAssertReturnCommand( @@ -679,7 +612,6 @@ final class FloatMiscTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn66')] public function testAssertReturn67(): void { $this->runAssertReturnCommand( @@ -689,7 +621,6 @@ final class FloatMiscTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn67')] public function testAssertReturn68(): void { $this->runAssertReturnCommand( @@ -699,7 +630,6 @@ final class FloatMiscTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn68')] public function testAssertReturn69(): void { $this->runAssertReturnCommand( @@ -709,7 +639,6 @@ final class FloatMiscTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn69')] public function testAssertReturn70(): void { $this->runAssertReturnCommand( @@ -719,7 +648,6 @@ final class FloatMiscTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn70')] public function testAssertReturn71(): void { $this->runAssertReturnCommand( @@ -729,7 +657,6 @@ final class FloatMiscTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn71')] public function testAssertReturn72(): void { $this->runAssertReturnCommand( @@ -739,7 +666,6 @@ final class FloatMiscTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn72')] public function testAssertReturn73(): void { $this->runAssertReturnCommand( @@ -749,7 +675,6 @@ final class FloatMiscTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn73')] public function testAssertReturn74(): void { $this->runAssertReturnCommand( @@ -759,7 +684,6 @@ final class FloatMiscTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn74')] public function testAssertReturn75(): void { $this->runAssertReturnCommand( @@ -769,7 +693,6 @@ final class FloatMiscTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn75')] public function testAssertReturn76(): void { $this->runAssertReturnCommand( @@ -779,7 +702,6 @@ final class FloatMiscTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn76')] public function testAssertReturn77(): void { $this->runAssertReturnCommand( @@ -789,7 +711,6 @@ final class FloatMiscTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn77')] public function testAssertReturn78(): void { $this->runAssertReturnCommand( @@ -799,7 +720,6 @@ final class FloatMiscTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn78')] public function testAssertReturn79(): void { $this->runAssertReturnCommand( @@ -809,7 +729,6 @@ final class FloatMiscTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn79')] public function testAssertReturn80(): void { $this->runAssertReturnCommand( @@ -819,7 +738,6 @@ final class FloatMiscTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn80')] public function testAssertReturn81(): void { $this->runAssertReturnCommand( @@ -829,7 +747,6 @@ final class FloatMiscTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn81')] public function testAssertReturn82(): void { $this->runAssertReturnCommand( @@ -839,7 +756,6 @@ final class FloatMiscTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn82')] public function testAssertReturn83(): void { $this->runAssertReturnCommand( @@ -849,7 +765,6 @@ final class FloatMiscTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn83')] public function testAssertReturn84(): void { $this->runAssertReturnCommand( @@ -859,7 +774,6 @@ final class FloatMiscTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn84')] public function testAssertReturn85(): void { $this->runAssertReturnCommand( @@ -869,7 +783,6 @@ final class FloatMiscTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn85')] public function testAssertReturn86(): void { $this->runAssertReturnCommand( @@ -879,7 +792,6 @@ final class FloatMiscTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn86')] public function testAssertReturn87(): void { $this->runAssertReturnCommand( @@ -889,7 +801,6 @@ final class FloatMiscTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn87')] public function testAssertReturn88(): void { $this->runAssertReturnCommand( @@ -899,7 +810,6 @@ final class FloatMiscTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn88')] public function testAssertReturn89(): void { $this->runAssertReturnCommand( @@ -909,7 +819,6 @@ final class FloatMiscTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn89')] public function testAssertReturn90(): void { $this->runAssertReturnCommand( @@ -919,7 +828,6 @@ final class FloatMiscTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn90')] public function testAssertReturn91(): void { $this->runAssertReturnCommand( @@ -929,7 +837,6 @@ final class FloatMiscTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn91')] public function testAssertReturn92(): void { $this->runAssertReturnCommand( @@ -939,7 +846,6 @@ final class FloatMiscTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn92')] public function testAssertReturn93(): void { $this->runAssertReturnCommand( @@ -949,7 +855,6 @@ final class FloatMiscTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn93')] public function testAssertReturn94(): void { $this->runAssertReturnCommand( @@ -959,7 +864,6 @@ final class FloatMiscTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn94')] public function testAssertReturn95(): void { $this->runAssertReturnCommand( @@ -969,7 +873,6 @@ final class FloatMiscTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn95')] public function testAssertReturn96(): void { $this->runAssertReturnCommand( @@ -979,7 +882,6 @@ final class FloatMiscTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn96')] public function testAssertReturn97(): void { $this->runAssertReturnCommand( @@ -989,7 +891,6 @@ final class FloatMiscTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn97')] public function testAssertReturn98(): void { $this->runAssertReturnCommand( @@ -999,7 +900,6 @@ final class FloatMiscTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn98')] public function testAssertReturn99(): void { $this->runAssertReturnCommand( @@ -1009,7 +909,6 @@ final class FloatMiscTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn99')] public function testAssertReturn100(): void { $this->runAssertReturnCommand( @@ -1019,7 +918,6 @@ final class FloatMiscTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn100')] public function testAssertReturn101(): void { $this->runAssertReturnCommand( @@ -1029,7 +927,6 @@ final class FloatMiscTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn101')] public function testAssertReturn102(): void { $this->runAssertReturnCommand( @@ -1039,7 +936,6 @@ final class FloatMiscTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn102')] public function testAssertReturn103(): void { $this->runAssertReturnCommand( @@ -1049,7 +945,6 @@ final class FloatMiscTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn103')] public function testAssertReturn104(): void { $this->runAssertReturnCommand( @@ -1059,7 +954,6 @@ final class FloatMiscTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn104')] public function testAssertReturn105(): void { $this->runAssertReturnCommand( @@ -1069,7 +963,6 @@ final class FloatMiscTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn105')] public function testAssertReturn106(): void { $this->runAssertReturnCommand( @@ -1079,7 +972,6 @@ final class FloatMiscTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn106')] public function testAssertReturn107(): void { $this->runAssertReturnCommand( @@ -1089,7 +981,6 @@ final class FloatMiscTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn107')] public function testAssertReturn108(): void { $this->runAssertReturnCommand( @@ -1099,7 +990,6 @@ final class FloatMiscTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn108')] public function testAssertReturn109(): void { $this->runAssertReturnCommand( @@ -1109,7 +999,6 @@ final class FloatMiscTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn109')] public function testAssertReturn110(): void { $this->runAssertReturnCommand( @@ -1119,7 +1008,6 @@ final class FloatMiscTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn110')] public function testAssertReturn111(): void { $this->runAssertReturnCommand( @@ -1129,7 +1017,6 @@ final class FloatMiscTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn111')] public function testAssertReturn112(): void { $this->runAssertReturnCommand( @@ -1139,7 +1026,6 @@ final class FloatMiscTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn112')] public function testAssertReturn113(): void { $this->runAssertReturnCommand( @@ -1149,7 +1035,6 @@ final class FloatMiscTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn113')] public function testAssertReturn114(): void { $this->runAssertReturnCommand( @@ -1159,7 +1044,6 @@ final class FloatMiscTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn114')] public function testAssertReturn115(): void { $this->runAssertReturnCommand( @@ -1169,7 +1053,6 @@ final class FloatMiscTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn115')] public function testAssertReturn116(): void { $this->runAssertReturnCommand( @@ -1179,7 +1062,6 @@ final class FloatMiscTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn116')] public function testAssertReturn117(): void { $this->runAssertReturnCommand( @@ -1189,7 +1071,6 @@ final class FloatMiscTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn117')] public function testAssertReturn118(): void { $this->runAssertReturnCommand( @@ -1199,7 +1080,6 @@ final class FloatMiscTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn118')] public function testAssertReturn119(): void { $this->runAssertReturnCommand( @@ -1209,7 +1089,6 @@ final class FloatMiscTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn119')] public function testAssertReturn120(): void { $this->runAssertReturnCommand( @@ -1219,7 +1098,6 @@ final class FloatMiscTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn120')] public function testAssertReturn121(): void { $this->runAssertReturnCommand( @@ -1229,7 +1107,6 @@ final class FloatMiscTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn121')] public function testAssertReturn122(): void { $this->runAssertReturnCommand( @@ -1239,7 +1116,6 @@ final class FloatMiscTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn122')] public function testAssertReturn123(): void { $this->runAssertReturnCommand( @@ -1249,7 +1125,6 @@ final class FloatMiscTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn123')] public function testAssertReturn124(): void { $this->runAssertReturnCommand( @@ -1259,7 +1134,6 @@ final class FloatMiscTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn124')] public function testAssertReturn125(): void { $this->runAssertReturnCommand( @@ -1269,7 +1143,6 @@ final class FloatMiscTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn125')] public function testAssertReturn126(): void { $this->runAssertReturnCommand( @@ -1279,7 +1152,6 @@ final class FloatMiscTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn126')] public function testAssertReturn127(): void { $this->runAssertReturnCommand( @@ -1289,7 +1161,6 @@ final class FloatMiscTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn127')] public function testAssertReturn128(): void { $this->runAssertReturnCommand( @@ -1299,7 +1170,6 @@ final class FloatMiscTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn128')] public function testAssertReturn129(): void { $this->runAssertReturnCommand( @@ -1309,7 +1179,6 @@ final class FloatMiscTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn129')] public function testAssertReturn130(): void { $this->runAssertReturnCommand( @@ -1319,7 +1188,6 @@ final class FloatMiscTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn130')] public function testAssertReturn131(): void { $this->runAssertReturnCommand( @@ -1329,7 +1197,6 @@ final class FloatMiscTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn131')] public function testAssertReturn132(): void { $this->runAssertReturnCommand( @@ -1339,7 +1206,6 @@ final class FloatMiscTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn132')] public function testAssertReturn133(): void { $this->runAssertReturnCommand( @@ -1349,7 +1215,6 @@ final class FloatMiscTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn133')] public function testAssertReturn134(): void { $this->runAssertReturnCommand( @@ -1359,7 +1224,6 @@ final class FloatMiscTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn134')] public function testAssertReturn135(): void { $this->runAssertReturnCommand( @@ -1369,7 +1233,6 @@ final class FloatMiscTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn135')] public function testAssertReturn136(): void { $this->runAssertReturnCommand( @@ -1379,7 +1242,6 @@ final class FloatMiscTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn136')] public function testAssertReturn137(): void { $this->runAssertReturnCommand( @@ -1389,7 +1251,6 @@ final class FloatMiscTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn137')] public function testAssertReturn138(): void { $this->runAssertReturnCommand( @@ -1399,7 +1260,6 @@ final class FloatMiscTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn138')] public function testAssertReturn139(): void { $this->runAssertReturnCommand( @@ -1409,7 +1269,6 @@ final class FloatMiscTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn139')] public function testAssertReturn140(): void { $this->runAssertReturnCommand( @@ -1419,7 +1278,6 @@ final class FloatMiscTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn140')] public function testAssertReturn141(): void { $this->runAssertReturnCommand( @@ -1429,7 +1287,6 @@ final class FloatMiscTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn141')] public function testAssertReturn142(): void { $this->runAssertReturnCommand( @@ -1439,7 +1296,6 @@ final class FloatMiscTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn142')] public function testAssertReturn143(): void { $this->runAssertReturnCommand( @@ -1449,7 +1305,6 @@ final class FloatMiscTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn143')] public function testAssertReturn144(): void { $this->runAssertReturnCommand( @@ -1459,7 +1314,6 @@ final class FloatMiscTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn144')] public function testAssertReturn145(): void { $this->runAssertReturnCommand( @@ -1469,7 +1323,6 @@ final class FloatMiscTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn145')] public function testAssertReturn146(): void { $this->runAssertReturnCommand( @@ -1479,7 +1332,6 @@ final class FloatMiscTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn146')] public function testAssertReturn147(): void { $this->runAssertReturnCommand( @@ -1489,7 +1341,6 @@ final class FloatMiscTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn147')] public function testAssertReturn148(): void { $this->runAssertReturnCommand( @@ -1499,7 +1350,6 @@ final class FloatMiscTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn148')] public function testAssertReturn149(): void { $this->runAssertReturnCommand( @@ -1509,7 +1359,6 @@ final class FloatMiscTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn149')] public function testAssertReturn150(): void { $this->runAssertReturnCommand( @@ -1519,7 +1368,6 @@ final class FloatMiscTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn150')] public function testAssertReturn151(): void { $this->runAssertReturnCommand( @@ -1529,7 +1377,6 @@ final class FloatMiscTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn151')] public function testAssertReturn152(): void { $this->runAssertReturnCommand( @@ -1539,7 +1386,6 @@ final class FloatMiscTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn152')] public function testAssertReturn153(): void { $this->runAssertReturnCommand( @@ -1549,7 +1395,6 @@ final class FloatMiscTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn153')] public function testAssertReturn154(): void { $this->runAssertReturnCommand( @@ -1559,7 +1404,6 @@ final class FloatMiscTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn154')] public function testAssertReturn155(): void { $this->runAssertReturnCommand( @@ -1569,7 +1413,6 @@ final class FloatMiscTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn155')] public function testAssertReturn156(): void { $this->runAssertReturnCommand( @@ -1579,7 +1422,6 @@ final class FloatMiscTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn156')] public function testAssertReturn157(): void { $this->runAssertReturnCommand( @@ -1589,7 +1431,6 @@ final class FloatMiscTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn157')] public function testAssertReturn158(): void { $this->runAssertReturnCommand( @@ -1599,7 +1440,6 @@ final class FloatMiscTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn158')] public function testAssertReturn159(): void { $this->runAssertReturnCommand( @@ -1609,7 +1449,6 @@ final class FloatMiscTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn159')] public function testAssertReturn160(): void { $this->runAssertReturnCommand( @@ -1619,7 +1458,6 @@ final class FloatMiscTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn160')] public function testAssertReturn161(): void { $this->runAssertReturnCommand( @@ -1629,7 +1467,6 @@ final class FloatMiscTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn161')] public function testAssertReturn162(): void { $this->runAssertReturnCommand( @@ -1639,7 +1476,6 @@ final class FloatMiscTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn162')] public function testAssertReturn163(): void { $this->runAssertReturnCommand( @@ -1649,7 +1485,6 @@ final class FloatMiscTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn163')] public function testAssertReturn164(): void { $this->runAssertReturnCommand( @@ -1659,7 +1494,6 @@ final class FloatMiscTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn164')] public function testAssertReturn165(): void { $this->runAssertReturnCommand( @@ -1669,7 +1503,6 @@ final class FloatMiscTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn165')] public function testAssertReturn166(): void { $this->runAssertReturnCommand( @@ -1679,7 +1512,6 @@ final class FloatMiscTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn166')] public function testAssertReturn167(): void { $this->runAssertReturnCommand( @@ -1689,7 +1521,6 @@ final class FloatMiscTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn167')] public function testAssertReturn168(): void { $this->runAssertReturnCommand( @@ -1699,7 +1530,6 @@ final class FloatMiscTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn168')] public function testAssertReturn169(): void { $this->runAssertReturnCommand( @@ -1709,7 +1539,6 @@ final class FloatMiscTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn169')] public function testAssertReturn170(): void { $this->runAssertReturnCommand( @@ -1719,7 +1548,6 @@ final class FloatMiscTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn170')] public function testAssertReturn171(): void { $this->runAssertReturnCommand( @@ -1729,7 +1557,6 @@ final class FloatMiscTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn171')] public function testAssertReturn172(): void { $this->runAssertReturnCommand( @@ -1739,7 +1566,6 @@ final class FloatMiscTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn172')] public function testAssertReturn173(): void { $this->runAssertReturnCommand( @@ -1749,7 +1575,6 @@ final class FloatMiscTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn173')] public function testAssertReturn174(): void { $this->runAssertReturnCommand( @@ -1759,7 +1584,6 @@ final class FloatMiscTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn174')] public function testAssertReturn175(): void { $this->runAssertReturnCommand( @@ -1769,7 +1593,6 @@ final class FloatMiscTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn175')] public function testAssertReturn176(): void { $this->runAssertReturnCommand( @@ -1779,7 +1602,6 @@ final class FloatMiscTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn176')] public function testAssertReturn177(): void { $this->runAssertReturnCommand( @@ -1789,7 +1611,6 @@ final class FloatMiscTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn177')] public function testAssertReturn178(): void { $this->runAssertReturnCommand( @@ -1799,7 +1620,6 @@ final class FloatMiscTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn178')] public function testAssertReturn179(): void { $this->runAssertReturnCommand( @@ -1809,7 +1629,6 @@ final class FloatMiscTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn179')] public function testAssertReturn180(): void { $this->runAssertReturnCommand( @@ -1819,7 +1638,6 @@ final class FloatMiscTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn180')] public function testAssertReturn181(): void { $this->runAssertReturnCommand( @@ -1829,7 +1647,6 @@ final class FloatMiscTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn181')] public function testAssertReturn182(): void { $this->runAssertReturnCommand( @@ -1839,7 +1656,6 @@ final class FloatMiscTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn182')] public function testAssertReturn183(): void { $this->runAssertReturnCommand( @@ -1849,7 +1665,6 @@ final class FloatMiscTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn183')] public function testAssertReturn184(): void { $this->runAssertReturnCommand( @@ -1859,7 +1674,6 @@ final class FloatMiscTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn184')] public function testAssertReturn185(): void { $this->runAssertReturnCommand( @@ -1869,7 +1683,6 @@ final class FloatMiscTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn185')] public function testAssertReturn186(): void { $this->runAssertReturnCommand( @@ -1879,7 +1692,6 @@ final class FloatMiscTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn186')] public function testAssertReturn187(): void { $this->runAssertReturnCommand( @@ -1889,7 +1701,6 @@ final class FloatMiscTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn187')] public function testAssertReturn188(): void { $this->runAssertReturnCommand( @@ -1899,7 +1710,6 @@ final class FloatMiscTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn188')] public function testAssertReturn189(): void { $this->runAssertReturnCommand( @@ -1909,7 +1719,6 @@ final class FloatMiscTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn189')] public function testAssertReturn190(): void { $this->runAssertReturnCommand( @@ -1919,7 +1728,6 @@ final class FloatMiscTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn190')] public function testAssertReturn191(): void { $this->runAssertReturnCommand( @@ -1929,7 +1737,6 @@ final class FloatMiscTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn191')] public function testAssertReturn192(): void { $this->runAssertReturnCommand( @@ -1939,7 +1746,6 @@ final class FloatMiscTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn192')] public function testAssertReturn193(): void { $this->runAssertReturnCommand( @@ -1949,7 +1755,6 @@ final class FloatMiscTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn193')] public function testAssertReturn194(): void { $this->runAssertReturnCommand( @@ -1959,7 +1764,6 @@ final class FloatMiscTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn194')] public function testAssertReturn195(): void { $this->runAssertReturnCommand( @@ -1969,7 +1773,6 @@ final class FloatMiscTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn195')] public function testAssertReturn196(): void { $this->runAssertReturnCommand( @@ -1979,7 +1782,6 @@ final class FloatMiscTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn196')] public function testAssertReturn197(): void { $this->runAssertReturnCommand( @@ -1989,7 +1791,6 @@ final class FloatMiscTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn197')] public function testAssertReturn198(): void { $this->runAssertReturnCommand( @@ -1999,7 +1800,6 @@ final class FloatMiscTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn198')] public function testAssertReturn199(): void { $this->runAssertReturnCommand( @@ -2009,7 +1809,6 @@ final class FloatMiscTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn199')] public function testAssertReturn200(): void { $this->runAssertReturnCommand( @@ -2019,7 +1818,6 @@ final class FloatMiscTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn200')] public function testAssertReturn201(): void { $this->runAssertReturnCommand( @@ -2029,7 +1827,6 @@ final class FloatMiscTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn201')] public function testAssertReturn202(): void { $this->runAssertReturnCommand( @@ -2039,7 +1836,6 @@ final class FloatMiscTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn202')] public function testAssertReturn203(): void { $this->runAssertReturnCommand( @@ -2049,7 +1845,6 @@ final class FloatMiscTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn203')] public function testAssertReturn204(): void { $this->runAssertReturnCommand( @@ -2059,7 +1854,6 @@ final class FloatMiscTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn204')] public function testAssertReturn205(): void { $this->runAssertReturnCommand( @@ -2069,7 +1863,6 @@ final class FloatMiscTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn205')] public function testAssertReturn206(): void { $this->runAssertReturnCommand( @@ -2079,7 +1872,6 @@ final class FloatMiscTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn206')] public function testAssertReturn207(): void { $this->runAssertReturnCommand( @@ -2089,7 +1881,6 @@ final class FloatMiscTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn207')] public function testAssertReturn208(): void { $this->runAssertReturnCommand( @@ -2099,7 +1890,6 @@ final class FloatMiscTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn208')] public function testAssertReturn209(): void { $this->runAssertReturnCommand( @@ -2109,7 +1899,6 @@ final class FloatMiscTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn209')] public function testAssertReturn210(): void { $this->runAssertReturnCommand( @@ -2119,7 +1908,6 @@ final class FloatMiscTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn210')] public function testAssertReturn211(): void { $this->runAssertReturnCommand( @@ -2129,7 +1917,6 @@ final class FloatMiscTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn211')] public function testAssertReturn212(): void { $this->runAssertReturnCommand( @@ -2139,7 +1926,6 @@ final class FloatMiscTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn212')] public function testAssertReturn213(): void { $this->runAssertReturnCommand( @@ -2149,7 +1935,6 @@ final class FloatMiscTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn213')] public function testAssertReturn214(): void { $this->runAssertReturnCommand( @@ -2159,7 +1944,6 @@ final class FloatMiscTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn214')] public function testAssertReturn215(): void { $this->runAssertReturnCommand( @@ -2169,7 +1953,6 @@ final class FloatMiscTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn215')] public function testAssertReturn216(): void { $this->runAssertReturnCommand( @@ -2179,7 +1962,6 @@ final class FloatMiscTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn216')] public function testAssertReturn217(): void { $this->runAssertReturnCommand( @@ -2189,7 +1971,6 @@ final class FloatMiscTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn217')] public function testAssertReturn218(): void { $this->runAssertReturnCommand( @@ -2199,7 +1980,6 @@ final class FloatMiscTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn218')] public function testAssertReturn219(): void { $this->runAssertReturnCommand( @@ -2209,7 +1989,6 @@ final class FloatMiscTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn219')] public function testAssertReturn220(): void { $this->runAssertReturnCommand( @@ -2219,7 +1998,6 @@ final class FloatMiscTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn220')] public function testAssertReturn221(): void { $this->runAssertReturnCommand( @@ -2229,7 +2007,6 @@ final class FloatMiscTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn221')] public function testAssertReturn222(): void { $this->runAssertReturnCommand( @@ -2239,7 +2016,6 @@ final class FloatMiscTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn222')] public function testAssertReturn223(): void { $this->runAssertReturnCommand( @@ -2249,7 +2025,6 @@ final class FloatMiscTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn223')] public function testAssertReturn224(): void { $this->runAssertReturnCommand( @@ -2259,7 +2034,6 @@ final class FloatMiscTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn224')] public function testAssertReturn225(): void { $this->runAssertReturnCommand( @@ -2269,7 +2043,6 @@ final class FloatMiscTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn225')] public function testAssertReturn226(): void { $this->runAssertReturnCommand( @@ -2279,7 +2052,6 @@ final class FloatMiscTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn226')] public function testAssertReturn227(): void { $this->runAssertReturnCommand( @@ -2289,7 +2061,6 @@ final class FloatMiscTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn227')] public function testAssertReturn228(): void { $this->runAssertReturnCommand( @@ -2299,7 +2070,6 @@ final class FloatMiscTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn228')] public function testAssertReturn229(): void { $this->runAssertReturnCommand( @@ -2309,7 +2079,6 @@ final class FloatMiscTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn229')] public function testAssertReturn230(): void { $this->runAssertReturnCommand( @@ -2319,7 +2088,6 @@ final class FloatMiscTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn230')] public function testAssertReturn231(): void { $this->runAssertReturnCommand( @@ -2329,7 +2097,6 @@ final class FloatMiscTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn231')] public function testAssertReturn232(): void { $this->runAssertReturnCommand( @@ -2339,7 +2106,6 @@ final class FloatMiscTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn232')] public function testAssertReturn233(): void { $this->runAssertReturnCommand( @@ -2349,7 +2115,6 @@ final class FloatMiscTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn233')] public function testAssertReturn234(): void { $this->runAssertReturnCommand( @@ -2359,7 +2124,6 @@ final class FloatMiscTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn234')] public function testAssertReturn235(): void { $this->runAssertReturnCommand( @@ -2369,7 +2133,6 @@ final class FloatMiscTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn235')] public function testAssertReturn236(): void { $this->runAssertReturnCommand( @@ -2379,7 +2142,6 @@ final class FloatMiscTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn236')] public function testAssertReturn237(): void { $this->runAssertReturnCommand( @@ -2389,7 +2151,6 @@ final class FloatMiscTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn237')] public function testAssertReturn238(): void { $this->runAssertReturnCommand( @@ -2399,7 +2160,6 @@ final class FloatMiscTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn238')] public function testAssertReturn239(): void { $this->runAssertReturnCommand( @@ -2409,7 +2169,6 @@ final class FloatMiscTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn239')] public function testAssertReturn240(): void { $this->runAssertReturnCommand( @@ -2419,7 +2178,6 @@ final class FloatMiscTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn240')] public function testAssertReturn241(): void { $this->runAssertReturnCommand( @@ -2429,7 +2187,6 @@ final class FloatMiscTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn241')] public function testAssertReturn242(): void { $this->runAssertReturnCommand( @@ -2439,7 +2196,6 @@ final class FloatMiscTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn242')] public function testAssertReturn243(): void { $this->runAssertReturnCommand( @@ -2449,7 +2205,6 @@ final class FloatMiscTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn243')] public function testAssertReturn244(): void { $this->runAssertReturnCommand( @@ -2459,7 +2214,6 @@ final class FloatMiscTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn244')] public function testAssertReturn245(): void { $this->runAssertReturnCommand( @@ -2469,7 +2223,6 @@ final class FloatMiscTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn245')] public function testAssertReturn246(): void { $this->runAssertReturnCommand( @@ -2479,7 +2232,6 @@ final class FloatMiscTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn246')] public function testAssertReturn247(): void { $this->runAssertReturnCommand( @@ -2489,7 +2241,6 @@ final class FloatMiscTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn247')] public function testAssertReturn248(): void { $this->runAssertReturnCommand( @@ -2499,7 +2250,6 @@ final class FloatMiscTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn248')] public function testAssertReturn249(): void { $this->runAssertReturnCommand( @@ -2509,7 +2259,6 @@ final class FloatMiscTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn249')] public function testAssertReturn250(): void { $this->runAssertReturnCommand( @@ -2519,7 +2268,6 @@ final class FloatMiscTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn250')] public function testAssertReturn251(): void { $this->runAssertReturnCommand( @@ -2529,7 +2277,6 @@ final class FloatMiscTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn251')] public function testAssertReturn252(): void { $this->runAssertReturnCommand( @@ -2539,7 +2286,6 @@ final class FloatMiscTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn252')] public function testAssertReturn253(): void { $this->runAssertReturnCommand( @@ -2549,7 +2295,6 @@ final class FloatMiscTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn253')] public function testAssertReturn254(): void { $this->runAssertReturnCommand( @@ -2559,7 +2304,6 @@ final class FloatMiscTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn254')] public function testAssertReturn255(): void { $this->runAssertReturnCommand( @@ -2569,7 +2313,6 @@ final class FloatMiscTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn255')] public function testAssertReturn256(): void { $this->runAssertReturnCommand( @@ -2579,7 +2322,6 @@ final class FloatMiscTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn256')] public function testAssertReturn257(): void { $this->runAssertReturnCommand( @@ -2589,7 +2331,6 @@ final class FloatMiscTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn257')] public function testAssertReturn258(): void { $this->runAssertReturnCommand( @@ -2599,7 +2340,6 @@ final class FloatMiscTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn258')] public function testAssertReturn259(): void { $this->runAssertReturnCommand( @@ -2609,7 +2349,6 @@ final class FloatMiscTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn259')] public function testAssertReturn260(): void { $this->runAssertReturnCommand( @@ -2619,7 +2358,6 @@ final class FloatMiscTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn260')] public function testAssertReturn261(): void { $this->runAssertReturnCommand( @@ -2629,7 +2367,6 @@ final class FloatMiscTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn261')] public function testAssertReturn262(): void { $this->runAssertReturnCommand( @@ -2639,7 +2376,6 @@ final class FloatMiscTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn262')] public function testAssertReturn263(): void { $this->runAssertReturnCommand( @@ -2649,7 +2385,6 @@ final class FloatMiscTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn263')] public function testAssertReturn264(): void { $this->runAssertReturnCommand( @@ -2659,7 +2394,6 @@ final class FloatMiscTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn264')] public function testAssertReturn265(): void { $this->runAssertReturnCommand( @@ -2669,7 +2403,6 @@ final class FloatMiscTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn265')] public function testAssertReturn266(): void { $this->runAssertReturnCommand( @@ -2679,7 +2412,6 @@ final class FloatMiscTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn266')] public function testAssertReturn267(): void { $this->runAssertReturnCommand( @@ -2689,7 +2421,6 @@ final class FloatMiscTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn267')] public function testAssertReturn268(): void { $this->runAssertReturnCommand( @@ -2699,7 +2430,6 @@ final class FloatMiscTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn268')] public function testAssertReturn269(): void { $this->runAssertReturnCommand( @@ -2709,7 +2439,6 @@ final class FloatMiscTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn269')] public function testAssertReturn270(): void { $this->runAssertReturnCommand( @@ -2719,7 +2448,6 @@ final class FloatMiscTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn270')] public function testAssertReturn271(): void { $this->runAssertReturnCommand( @@ -2729,7 +2457,6 @@ final class FloatMiscTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn271')] public function testAssertReturn272(): void { $this->runAssertReturnCommand( @@ -2739,7 +2466,6 @@ final class FloatMiscTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn272')] public function testAssertReturn273(): void { $this->runAssertReturnCommand( @@ -2749,7 +2475,6 @@ final class FloatMiscTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn273')] public function testAssertReturn274(): void { $this->runAssertReturnCommand( @@ -2759,7 +2484,6 @@ final class FloatMiscTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn274')] public function testAssertReturn275(): void { $this->runAssertReturnCommand( @@ -2769,7 +2493,6 @@ final class FloatMiscTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn275')] public function testAssertReturn276(): void { $this->runAssertReturnCommand( @@ -2779,7 +2502,6 @@ final class FloatMiscTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn276')] public function testAssertReturn277(): void { $this->runAssertReturnCommand( @@ -2789,7 +2511,6 @@ final class FloatMiscTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn277')] public function testAssertReturn278(): void { $this->runAssertReturnCommand( @@ -2799,7 +2520,6 @@ final class FloatMiscTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn278')] public function testAssertReturn279(): void { $this->runAssertReturnCommand( @@ -2809,7 +2529,6 @@ final class FloatMiscTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn279')] public function testAssertReturn280(): void { $this->runAssertReturnCommand( @@ -2819,7 +2538,6 @@ final class FloatMiscTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn280')] public function testAssertReturn281(): void { $this->runAssertReturnCommand( @@ -2829,7 +2547,6 @@ final class FloatMiscTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn281')] public function testAssertReturn282(): void { $this->runAssertReturnCommand( @@ -2839,7 +2556,6 @@ final class FloatMiscTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn282')] public function testAssertReturn283(): void { $this->runAssertReturnCommand( @@ -2849,7 +2565,6 @@ final class FloatMiscTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn283')] public function testAssertReturn284(): void { $this->runAssertReturnCommand( @@ -2859,7 +2574,6 @@ final class FloatMiscTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn284')] public function testAssertReturn285(): void { $this->runAssertReturnCommand( @@ -2869,7 +2583,6 @@ final class FloatMiscTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn285')] public function testAssertReturn286(): void { $this->runAssertReturnCommand( @@ -2879,7 +2592,6 @@ final class FloatMiscTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn286')] public function testAssertReturn287(): void { $this->runAssertReturnCommand( @@ -2889,7 +2601,6 @@ final class FloatMiscTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn287')] public function testAssertReturn288(): void { $this->runAssertReturnCommand( @@ -2899,7 +2610,6 @@ final class FloatMiscTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn288')] public function testAssertReturn289(): void { $this->runAssertReturnCommand( @@ -2909,7 +2619,6 @@ final class FloatMiscTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn289')] public function testAssertReturn290(): void { $this->runAssertReturnCommand( @@ -2919,7 +2628,6 @@ final class FloatMiscTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn290')] public function testAssertReturn291(): void { $this->runAssertReturnCommand( @@ -2929,7 +2637,6 @@ final class FloatMiscTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn291')] public function testAssertReturn292(): void { $this->runAssertReturnCommand( @@ -2939,7 +2646,6 @@ final class FloatMiscTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn292')] public function testAssertReturn293(): void { $this->runAssertReturnCommand( @@ -2949,7 +2655,6 @@ final class FloatMiscTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn293')] public function testAssertReturn294(): void { $this->runAssertReturnCommand( @@ -2959,7 +2664,6 @@ final class FloatMiscTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn294')] public function testAssertReturn295(): void { $this->runAssertReturnCommand( @@ -2969,7 +2673,6 @@ final class FloatMiscTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn295')] public function testAssertReturn296(): void { $this->runAssertReturnCommand( @@ -2979,7 +2682,6 @@ final class FloatMiscTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn296')] public function testAssertReturn297(): void { $this->runAssertReturnCommand( @@ -2989,7 +2691,6 @@ final class FloatMiscTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn297')] public function testAssertReturn298(): void { $this->runAssertReturnCommand( @@ -2999,7 +2700,6 @@ final class FloatMiscTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn298')] public function testAssertReturn299(): void { $this->runAssertReturnCommand( @@ -3009,7 +2709,6 @@ final class FloatMiscTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn299')] public function testAssertReturn300(): void { $this->runAssertReturnCommand( @@ -3019,7 +2718,6 @@ final class FloatMiscTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn300')] public function testAssertReturn301(): void { $this->runAssertReturnCommand( @@ -3029,7 +2727,6 @@ final class FloatMiscTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn301')] public function testAssertReturn302(): void { $this->runAssertReturnCommand( @@ -3039,7 +2736,6 @@ final class FloatMiscTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn302')] public function testAssertReturn303(): void { $this->runAssertReturnCommand( @@ -3049,7 +2745,6 @@ final class FloatMiscTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn303')] public function testAssertReturn304(): void { $this->runAssertReturnCommand( @@ -3059,7 +2754,6 @@ final class FloatMiscTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn304')] public function testAssertReturn305(): void { $this->runAssertReturnCommand( @@ -3069,7 +2763,6 @@ final class FloatMiscTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn305')] public function testAssertReturn306(): void { $this->runAssertReturnCommand( @@ -3079,7 +2772,6 @@ final class FloatMiscTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn306')] public function testAssertReturn307(): void { $this->runAssertReturnCommand( @@ -3089,7 +2781,6 @@ final class FloatMiscTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn307')] public function testAssertReturn308(): void { $this->runAssertReturnCommand( @@ -3099,7 +2790,6 @@ final class FloatMiscTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn308')] public function testAssertReturn309(): void { $this->runAssertReturnCommand( @@ -3109,7 +2799,6 @@ final class FloatMiscTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn309')] public function testAssertReturn310(): void { $this->runAssertReturnCommand( @@ -3119,7 +2808,6 @@ final class FloatMiscTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn310')] public function testAssertReturn311(): void { $this->runAssertReturnCommand( @@ -3129,7 +2817,6 @@ final class FloatMiscTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn311')] public function testAssertReturn312(): void { $this->runAssertReturnCommand( @@ -3139,7 +2826,6 @@ final class FloatMiscTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn312')] public function testAssertReturn313(): void { $this->runAssertReturnCommand( @@ -3149,7 +2835,6 @@ final class FloatMiscTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn313')] public function testAssertReturn314(): void { $this->runAssertReturnCommand( @@ -3159,7 +2844,6 @@ final class FloatMiscTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn314')] public function testAssertReturn315(): void { $this->runAssertReturnCommand( @@ -3169,7 +2853,6 @@ final class FloatMiscTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn315')] public function testAssertReturn316(): void { $this->runAssertReturnCommand( @@ -3179,7 +2862,6 @@ final class FloatMiscTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn316')] public function testAssertReturn317(): void { $this->runAssertReturnCommand( @@ -3189,7 +2871,6 @@ final class FloatMiscTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn317')] public function testAssertReturn318(): void { $this->runAssertReturnCommand( @@ -3199,7 +2880,6 @@ final class FloatMiscTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn318')] public function testAssertReturn319(): void { $this->runAssertReturnCommand( @@ -3209,7 +2889,6 @@ final class FloatMiscTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn319')] public function testAssertReturn320(): void { $this->runAssertReturnCommand( @@ -3219,7 +2898,6 @@ final class FloatMiscTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn320')] public function testAssertReturn321(): void { $this->runAssertReturnCommand( @@ -3229,7 +2907,6 @@ final class FloatMiscTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn321')] public function testAssertReturn322(): void { $this->runAssertReturnCommand( @@ -3239,7 +2916,6 @@ final class FloatMiscTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn322')] public function testAssertReturn323(): void { $this->runAssertReturnCommand( @@ -3249,7 +2925,6 @@ final class FloatMiscTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn323')] public function testAssertReturn324(): void { $this->runAssertReturnCommand( @@ -3259,7 +2934,6 @@ final class FloatMiscTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn324')] public function testAssertReturn325(): void { $this->runAssertReturnCommand( @@ -3269,7 +2943,6 @@ final class FloatMiscTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn325')] public function testAssertReturn326(): void { $this->runAssertReturnCommand( @@ -3279,7 +2952,6 @@ final class FloatMiscTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn326')] public function testAssertReturn327(): void { $this->runAssertReturnCommand( @@ -3289,7 +2961,6 @@ final class FloatMiscTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn327')] public function testAssertReturn328(): void { $this->runAssertReturnCommand( @@ -3299,7 +2970,6 @@ final class FloatMiscTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn328')] public function testAssertReturn329(): void { $this->runAssertReturnCommand( @@ -3309,7 +2979,6 @@ final class FloatMiscTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn329')] public function testAssertReturn330(): void { $this->runAssertReturnCommand( @@ -3319,7 +2988,6 @@ final class FloatMiscTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn330')] public function testAssertReturn331(): void { $this->runAssertReturnCommand( @@ -3329,7 +2997,6 @@ final class FloatMiscTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn331')] public function testAssertReturn332(): void { $this->runAssertReturnCommand( @@ -3339,7 +3006,6 @@ final class FloatMiscTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn332')] public function testAssertReturn333(): void { $this->runAssertReturnCommand( @@ -3349,7 +3015,6 @@ final class FloatMiscTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn333')] public function testAssertReturn334(): void { $this->runAssertReturnCommand( @@ -3359,7 +3024,6 @@ final class FloatMiscTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn334')] public function testAssertReturn335(): void { $this->runAssertReturnCommand( @@ -3369,7 +3033,6 @@ final class FloatMiscTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn335')] public function testAssertReturn336(): void { $this->runAssertReturnCommand( @@ -3379,7 +3042,6 @@ final class FloatMiscTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn336')] public function testAssertReturn337(): void { $this->runAssertReturnCommand( @@ -3389,7 +3051,6 @@ final class FloatMiscTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn337')] public function testAssertReturn338(): void { $this->runAssertReturnCommand( @@ -3399,7 +3060,6 @@ final class FloatMiscTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn338')] public function testAssertReturn339(): void { $this->runAssertReturnCommand( @@ -3409,7 +3069,6 @@ final class FloatMiscTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn339')] public function testAssertReturn340(): void { $this->runAssertReturnCommand( @@ -3419,7 +3078,6 @@ final class FloatMiscTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn340')] public function testAssertReturn341(): void { $this->runAssertReturnCommand( @@ -3429,7 +3087,6 @@ final class FloatMiscTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn341')] public function testAssertReturn342(): void { $this->runAssertReturnCommand( @@ -3439,7 +3096,6 @@ final class FloatMiscTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn342')] public function testAssertReturn343(): void { $this->runAssertReturnCommand( @@ -3449,7 +3105,6 @@ final class FloatMiscTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn343')] public function testAssertReturn344(): void { $this->runAssertReturnCommand( @@ -3459,7 +3114,6 @@ final class FloatMiscTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn344')] public function testAssertReturn345(): void { $this->runAssertReturnCommand( @@ -3469,7 +3123,6 @@ final class FloatMiscTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn345')] public function testAssertReturn346(): void { $this->runAssertReturnCommand( @@ -3479,7 +3132,6 @@ final class FloatMiscTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn346')] public function testAssertReturn347(): void { $this->runAssertReturnCommand( @@ -3489,7 +3141,6 @@ final class FloatMiscTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn347')] public function testAssertReturn348(): void { $this->runAssertReturnCommand( @@ -3499,7 +3150,6 @@ final class FloatMiscTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn348')] public function testAssertReturn349(): void { $this->runAssertReturnCommand( @@ -3509,7 +3159,6 @@ final class FloatMiscTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn349')] public function testAssertReturn350(): void { $this->runAssertReturnCommand( @@ -3519,7 +3168,6 @@ final class FloatMiscTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn350')] public function testAssertReturn351(): void { $this->runAssertReturnCommand( @@ -3529,7 +3177,6 @@ final class FloatMiscTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn351')] public function testAssertReturn352(): void { $this->runAssertReturnCommand( @@ -3539,7 +3186,6 @@ final class FloatMiscTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn352')] public function testAssertReturn353(): void { $this->runAssertReturnCommand( @@ -3549,7 +3195,6 @@ final class FloatMiscTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn353')] public function testAssertReturn354(): void { $this->runAssertReturnCommand( @@ -3559,7 +3204,6 @@ final class FloatMiscTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn354')] public function testAssertReturn355(): void { $this->runAssertReturnCommand( @@ -3569,7 +3213,6 @@ final class FloatMiscTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn355')] public function testAssertReturn356(): void { $this->runAssertReturnCommand( @@ -3579,7 +3222,6 @@ final class FloatMiscTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn356')] public function testAssertReturn357(): void { $this->runAssertReturnCommand( @@ -3589,7 +3231,6 @@ final class FloatMiscTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn357')] public function testAssertReturn358(): void { $this->runAssertReturnCommand( @@ -3599,7 +3240,6 @@ final class FloatMiscTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn358')] public function testAssertReturn359(): void { $this->runAssertReturnCommand( @@ -3609,7 +3249,6 @@ final class FloatMiscTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn359')] public function testAssertReturn360(): void { $this->runAssertReturnCommand( @@ -3619,7 +3258,6 @@ final class FloatMiscTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn360')] public function testAssertReturn361(): void { $this->runAssertReturnCommand( @@ -3629,7 +3267,6 @@ final class FloatMiscTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn361')] public function testAssertReturn362(): void { $this->runAssertReturnCommand( @@ -3639,7 +3276,6 @@ final class FloatMiscTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn362')] public function testAssertReturn363(): void { $this->runAssertReturnCommand( @@ -3649,7 +3285,6 @@ final class FloatMiscTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn363')] public function testAssertReturn364(): void { $this->runAssertReturnCommand( @@ -3659,7 +3294,6 @@ final class FloatMiscTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn364')] public function testAssertReturn365(): void { $this->runAssertReturnCommand( @@ -3669,7 +3303,6 @@ final class FloatMiscTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn365')] public function testAssertReturn366(): void { $this->runAssertReturnCommand( @@ -3679,7 +3312,6 @@ final class FloatMiscTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn366')] public function testAssertReturn367(): void { $this->runAssertReturnCommand( @@ -3689,7 +3321,6 @@ final class FloatMiscTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn367')] public function testAssertReturn368(): void { $this->runAssertReturnCommand( @@ -3699,7 +3330,6 @@ final class FloatMiscTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn368')] public function testAssertReturn369(): void { $this->runAssertReturnCommand( @@ -3709,7 +3339,6 @@ final class FloatMiscTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn369')] public function testAssertReturn370(): void { $this->runAssertReturnCommand( @@ -3719,7 +3348,6 @@ final class FloatMiscTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn370')] public function testAssertReturn371(): void { $this->runAssertReturnCommand( @@ -3729,7 +3357,6 @@ final class FloatMiscTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn371')] public function testAssertReturn372(): void { $this->runAssertReturnCommand( @@ -3739,7 +3366,6 @@ final class FloatMiscTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn372')] public function testAssertReturn373(): void { $this->runAssertReturnCommand( @@ -3749,7 +3375,6 @@ final class FloatMiscTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn373')] public function testAssertReturn374(): void { $this->runAssertReturnCommand( @@ -3759,7 +3384,6 @@ final class FloatMiscTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn374')] public function testAssertReturn375(): void { $this->runAssertReturnCommand( @@ -3769,7 +3393,6 @@ final class FloatMiscTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn375')] public function testAssertReturn376(): void { $this->runAssertReturnCommand( @@ -3779,7 +3402,6 @@ final class FloatMiscTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn376')] public function testAssertReturn377(): void { $this->runAssertReturnCommand( @@ -3789,7 +3411,6 @@ final class FloatMiscTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn377')] public function testAssertReturn378(): void { $this->runAssertReturnCommand( @@ -3799,7 +3420,6 @@ final class FloatMiscTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn378')] public function testAssertReturn379(): void { $this->runAssertReturnCommand( @@ -3809,7 +3429,6 @@ final class FloatMiscTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn379')] public function testAssertReturn380(): void { $this->runAssertReturnCommand( @@ -3819,7 +3438,6 @@ final class FloatMiscTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn380')] public function testAssertReturn381(): void { $this->runAssertReturnCommand( @@ -3829,7 +3447,6 @@ final class FloatMiscTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn381')] public function testAssertReturn382(): void { $this->runAssertReturnCommand( @@ -3839,7 +3456,6 @@ final class FloatMiscTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn382')] public function testAssertReturn383(): void { $this->runAssertReturnCommand( @@ -3849,7 +3465,6 @@ final class FloatMiscTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn383')] public function testAssertReturn384(): void { $this->runAssertReturnCommand( @@ -3859,7 +3474,6 @@ final class FloatMiscTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn384')] public function testAssertReturn385(): void { $this->runAssertReturnCommand( @@ -3869,7 +3483,6 @@ final class FloatMiscTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn385')] public function testAssertReturn386(): void { $this->runAssertReturnCommand( @@ -3879,7 +3492,6 @@ final class FloatMiscTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn386')] public function testAssertReturn387(): void { $this->runAssertReturnCommand( @@ -3889,7 +3501,6 @@ final class FloatMiscTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn387')] public function testAssertReturn388(): void { $this->runAssertReturnCommand( @@ -3899,7 +3510,6 @@ final class FloatMiscTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn388')] public function testAssertReturn389(): void { $this->runAssertReturnCommand( @@ -3909,7 +3519,6 @@ final class FloatMiscTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn389')] public function testAssertReturn390(): void { $this->runAssertReturnCommand( @@ -3919,7 +3528,6 @@ final class FloatMiscTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn390')] public function testAssertReturn391(): void { $this->runAssertReturnCommand( @@ -3929,7 +3537,6 @@ final class FloatMiscTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn391')] public function testAssertReturn392(): void { $this->runAssertReturnCommand( @@ -3939,7 +3546,6 @@ final class FloatMiscTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn392')] public function testAssertReturn393(): void { $this->runAssertReturnCommand( @@ -3949,7 +3555,6 @@ final class FloatMiscTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn393')] public function testAssertReturn394(): void { $this->runAssertReturnCommand( @@ -3959,7 +3564,6 @@ final class FloatMiscTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn394')] public function testAssertReturn395(): void { $this->runAssertReturnCommand( @@ -3969,7 +3573,6 @@ final class FloatMiscTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn395')] public function testAssertReturn396(): void { $this->runAssertReturnCommand( @@ -3979,7 +3582,6 @@ final class FloatMiscTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn396')] public function testAssertReturn397(): void { $this->runAssertReturnCommand( @@ -3989,7 +3591,6 @@ final class FloatMiscTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn397')] public function testAssertReturn398(): void { $this->runAssertReturnCommand( @@ -3999,7 +3600,6 @@ final class FloatMiscTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn398')] public function testAssertReturn399(): void { $this->runAssertReturnCommand( @@ -4009,7 +3609,6 @@ final class FloatMiscTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn399')] public function testAssertReturn400(): void { $this->runAssertReturnCommand( @@ -4019,7 +3618,6 @@ final class FloatMiscTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn400')] public function testAssertReturn401(): void { $this->runAssertReturnCommand( @@ -4029,7 +3627,6 @@ final class FloatMiscTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn401')] public function testAssertReturn402(): void { $this->runAssertReturnCommand( @@ -4039,7 +3636,6 @@ final class FloatMiscTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn402')] public function testAssertReturn403(): void { $this->runAssertReturnCommand( @@ -4049,7 +3645,6 @@ final class FloatMiscTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn403')] public function testAssertReturn404(): void { $this->runAssertReturnCommand( @@ -4059,7 +3654,6 @@ final class FloatMiscTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn404')] public function testAssertReturn405(): void { $this->runAssertReturnCommand( @@ -4069,7 +3663,6 @@ final class FloatMiscTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn405')] public function testAssertReturn406(): void { $this->runAssertReturnCommand( @@ -4079,7 +3672,6 @@ final class FloatMiscTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn406')] public function testAssertReturn407(): void { $this->runAssertReturnCommand( @@ -4089,7 +3681,6 @@ final class FloatMiscTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn407')] public function testAssertReturn408(): void { $this->runAssertReturnCommand( @@ -4099,7 +3690,6 @@ final class FloatMiscTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn408')] public function testAssertReturn409(): void { $this->runAssertReturnCommand( @@ -4109,7 +3699,6 @@ final class FloatMiscTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn409')] public function testAssertReturn410(): void { $this->runAssertReturnCommand( @@ -4119,7 +3708,6 @@ final class FloatMiscTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn410')] public function testAssertReturn411(): void { $this->runAssertReturnCommand( @@ -4129,7 +3717,6 @@ final class FloatMiscTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn411')] public function testAssertReturn412(): void { $this->runAssertReturnCommand( @@ -4139,7 +3726,6 @@ final class FloatMiscTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn412')] public function testAssertReturn413(): void { $this->runAssertReturnCommand( @@ -4149,7 +3735,6 @@ final class FloatMiscTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn413')] public function testAssertReturn414(): void { $this->runAssertReturnCommand( @@ -4159,7 +3744,6 @@ final class FloatMiscTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn414')] public function testAssertReturn415(): void { $this->runAssertReturnCommand( @@ -4169,7 +3753,6 @@ final class FloatMiscTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn415')] public function testAssertReturn416(): void { $this->runAssertReturnCommand( @@ -4179,7 +3762,6 @@ final class FloatMiscTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn416')] public function testAssertReturn417(): void { $this->runAssertReturnCommand( @@ -4189,7 +3771,6 @@ final class FloatMiscTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn417')] public function testAssertReturn418(): void { $this->runAssertReturnCommand( @@ -4199,7 +3780,6 @@ final class FloatMiscTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn418')] public function testAssertReturn419(): void { $this->runAssertReturnCommand( @@ -4209,7 +3789,6 @@ final class FloatMiscTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn419')] public function testAssertReturn420(): void { $this->runAssertReturnCommand( @@ -4219,7 +3798,6 @@ final class FloatMiscTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn420')] public function testAssertReturn421(): void { $this->runAssertReturnCommand( @@ -4229,7 +3807,6 @@ final class FloatMiscTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn421')] public function testAssertReturn422(): void { $this->runAssertReturnCommand( @@ -4239,7 +3816,6 @@ final class FloatMiscTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn422')] public function testAssertReturn423(): void { $this->runAssertReturnCommand( @@ -4249,7 +3825,6 @@ final class FloatMiscTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn423')] public function testAssertReturn424(): void { $this->runAssertReturnCommand( @@ -4259,7 +3834,6 @@ final class FloatMiscTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn424')] public function testAssertReturn425(): void { $this->runAssertReturnCommand( @@ -4269,7 +3843,6 @@ final class FloatMiscTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn425')] public function testAssertReturn426(): void { $this->runAssertReturnCommand( @@ -4279,7 +3852,6 @@ final class FloatMiscTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn426')] public function testAssertReturn427(): void { $this->runAssertReturnCommand( @@ -4289,7 +3861,6 @@ final class FloatMiscTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn427')] public function testAssertReturn428(): void { $this->runAssertReturnCommand( @@ -4299,7 +3870,6 @@ final class FloatMiscTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn428')] public function testAssertReturn429(): void { $this->runAssertReturnCommand( @@ -4309,7 +3879,6 @@ final class FloatMiscTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn429')] public function testAssertReturn430(): void { $this->runAssertReturnCommand( @@ -4319,7 +3888,6 @@ final class FloatMiscTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn430')] public function testAssertReturn431(): void { $this->runAssertReturnCommand( @@ -4329,7 +3897,6 @@ final class FloatMiscTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn431')] public function testAssertReturn432(): void { $this->runAssertReturnCommand( @@ -4339,7 +3906,6 @@ final class FloatMiscTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn432')] public function testAssertReturn433(): void { $this->runAssertReturnCommand( @@ -4349,7 +3915,6 @@ final class FloatMiscTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn433')] public function testAssertReturn434(): void { $this->runAssertReturnCommand( @@ -4359,7 +3924,6 @@ final class FloatMiscTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn434')] public function testAssertReturn435(): void { $this->runAssertReturnCommand( @@ -4369,7 +3933,6 @@ final class FloatMiscTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn435')] public function testAssertReturn436(): void { $this->runAssertReturnCommand( @@ -4379,7 +3942,6 @@ final class FloatMiscTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn436')] public function testAssertReturn437(): void { $this->runAssertReturnCommand( @@ -4389,7 +3951,6 @@ final class FloatMiscTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn437')] public function testAssertReturn438(): void { $this->runAssertReturnCommand( @@ -4399,7 +3960,6 @@ final class FloatMiscTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn438')] public function testAssertReturn439(): void { $this->runAssertReturnCommand( @@ -4409,7 +3969,6 @@ final class FloatMiscTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn439')] public function testAssertReturn440(): void { $this->runAssertReturnCommand( 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( diff --git a/tests/src/SpecTestsuites/Core/FuncPtrsTest.php b/tests/src/SpecTestsuites/Core/FuncPtrsTest.php index eae14f6..e5c27e6 100644 --- a/tests/src/SpecTestsuites/Core/FuncPtrsTest.php +++ b/tests/src/SpecTestsuites/Core/FuncPtrsTest.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 FuncPtrsTest extends SpecTestsuiteBase @@ -19,7 +18,6 @@ final class FuncPtrsTest extends SpecTestsuiteBase ); } - #[Depends('testModule0')] public function testAssertReturn1(): void { $this->runAssertReturnCommand( @@ -29,7 +27,6 @@ final class FuncPtrsTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1')] public function testAssertReturn2(): void { $this->runAssertReturnCommand( @@ -39,7 +36,6 @@ final class FuncPtrsTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2')] public function testAssertReturn3(): void { $this->runAssertReturnCommand( @@ -49,7 +45,6 @@ final class FuncPtrsTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn3')] public function testAction4(): void { $this->runActionCommand( @@ -58,7 +53,6 @@ final class FuncPtrsTest extends SpecTestsuiteBase ); } - #[Depends('testAction4')] public function testAssertInvalid5(): void { $this->runAssertInvalidCommand( @@ -68,7 +62,6 @@ final class FuncPtrsTest extends SpecTestsuiteBase ); } - #[Depends('testAssertInvalid5')] public function testAssertInvalid6(): void { $this->runAssertInvalidCommand( @@ -78,7 +71,6 @@ final class FuncPtrsTest extends SpecTestsuiteBase ); } - #[Depends('testAssertInvalid6')] public function testAssertInvalid7(): void { $this->runAssertInvalidCommand( @@ -88,7 +80,6 @@ final class FuncPtrsTest extends SpecTestsuiteBase ); } - #[Depends('testAssertInvalid7')] public function testAssertInvalid8(): void { $this->runAssertInvalidCommand( @@ -98,7 +89,6 @@ final class FuncPtrsTest extends SpecTestsuiteBase ); } - #[Depends('testAssertInvalid8')] public function testAssertInvalid9(): void { $this->runAssertInvalidCommand( @@ -108,7 +98,6 @@ final class FuncPtrsTest extends SpecTestsuiteBase ); } - #[Depends('testAssertInvalid9')] public function testAssertInvalid10(): void { $this->runAssertInvalidCommand( @@ -118,7 +107,6 @@ final class FuncPtrsTest extends SpecTestsuiteBase ); } - #[Depends('testAssertInvalid10')] public function testAssertInvalid11(): void { $this->runAssertInvalidCommand( @@ -128,7 +116,6 @@ final class FuncPtrsTest extends SpecTestsuiteBase ); } - #[Depends('testAssertInvalid11')] public function testModule12(): void { $this->runModuleCommand( @@ -138,7 +125,6 @@ final class FuncPtrsTest extends SpecTestsuiteBase ); } - #[Depends('testModule12')] public function testAssertReturn13(): void { $this->runAssertReturnCommand( @@ -148,7 +134,6 @@ final class FuncPtrsTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn13')] public function testAssertReturn14(): void { $this->runAssertReturnCommand( @@ -158,7 +143,6 @@ final class FuncPtrsTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn14')] public function testAssertReturn15(): void { $this->runAssertReturnCommand( @@ -168,7 +152,6 @@ final class FuncPtrsTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn15')] public function testAssertReturn16(): void { $this->runAssertReturnCommand( @@ -178,7 +161,6 @@ final class FuncPtrsTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn16')] public function testAssertReturn17(): void { $this->runAssertReturnCommand( @@ -188,7 +170,6 @@ final class FuncPtrsTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn17')] public function testAssertReturn18(): void { $this->runAssertReturnCommand( @@ -198,7 +179,6 @@ final class FuncPtrsTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn18')] public function testAssertReturn19(): void { $this->runAssertReturnCommand( @@ -208,7 +188,6 @@ final class FuncPtrsTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn19')] public function testAssertTrap20(): void { $this->runAssertTrapCommand( @@ -218,7 +197,6 @@ final class FuncPtrsTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap20')] public function testAssertTrap21(): void { $this->runAssertTrapCommand( @@ -228,7 +206,6 @@ final class FuncPtrsTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap21')] public function testAssertTrap22(): void { $this->runAssertTrapCommand( @@ -238,7 +215,6 @@ final class FuncPtrsTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap22')] public function testAssertReturn23(): void { $this->runAssertReturnCommand( @@ -248,7 +224,6 @@ final class FuncPtrsTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn23')] public function testAssertReturn24(): void { $this->runAssertReturnCommand( @@ -258,7 +233,6 @@ final class FuncPtrsTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn24')] public function testAssertReturn25(): void { $this->runAssertReturnCommand( @@ -268,7 +242,6 @@ final class FuncPtrsTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn25')] public function testAssertReturn26(): void { $this->runAssertReturnCommand( @@ -278,7 +251,6 @@ final class FuncPtrsTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn26')] public function testAssertReturn27(): void { $this->runAssertReturnCommand( @@ -288,7 +260,6 @@ final class FuncPtrsTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn27')] public function testAssertReturn28(): void { $this->runAssertReturnCommand( @@ -298,7 +269,6 @@ final class FuncPtrsTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn28')] public function testAssertReturn29(): void { $this->runAssertReturnCommand( @@ -308,7 +278,6 @@ final class FuncPtrsTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn29')] public function testAssertTrap30(): void { $this->runAssertTrapCommand( @@ -318,7 +287,6 @@ final class FuncPtrsTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap30')] public function testAssertTrap31(): void { $this->runAssertTrapCommand( @@ -328,7 +296,6 @@ final class FuncPtrsTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap31')] public function testAssertTrap32(): void { $this->runAssertTrapCommand( @@ -338,7 +305,6 @@ final class FuncPtrsTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap32')] public function testModule33(): void { $this->runModuleCommand( @@ -348,7 +314,6 @@ final class FuncPtrsTest extends SpecTestsuiteBase ); } - #[Depends('testModule33')] public function testAssertReturn34(): void { $this->runAssertReturnCommand( @@ -358,7 +323,6 @@ final class FuncPtrsTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn34')] public function testAssertReturn35(): void { $this->runAssertReturnCommand( diff --git a/tests/src/SpecTestsuites/Core/FuncTest.php b/tests/src/SpecTestsuites/Core/FuncTest.php index 5351860..f703364 100644 --- a/tests/src/SpecTestsuites/Core/FuncTest.php +++ b/tests/src/SpecTestsuites/Core/FuncTest.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 FuncTest extends SpecTestsuiteBase @@ -19,7 +18,6 @@ final class FuncTest extends SpecTestsuiteBase ); } - #[Depends('testModule0')] public function testAssertReturn1(): void { $this->runAssertReturnCommand( @@ -29,7 +27,6 @@ final class FuncTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1')] public function testAssertReturn2(): void { $this->runAssertReturnCommand( @@ -39,7 +36,6 @@ final class FuncTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2')] public function testAssertReturn3(): void { $this->runAssertReturnCommand( @@ -49,7 +45,6 @@ final class FuncTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn3')] public function testAssertReturn4(): void { $this->runAssertReturnCommand( @@ -59,7 +54,6 @@ final class FuncTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn4')] public function testAssertReturn5(): void { $this->runAssertReturnCommand( @@ -69,7 +63,6 @@ final class FuncTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn5')] public function testAssertReturn6(): void { $this->runAssertReturnCommand( @@ -79,7 +72,6 @@ final class FuncTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn6')] public function testAssertReturn7(): void { $this->runAssertReturnCommand( @@ -89,7 +81,6 @@ final class FuncTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn7')] public function testAssertReturn8(): void { $this->runAssertReturnCommand( @@ -99,7 +90,6 @@ final class FuncTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn8')] public function testAssertReturn9(): void { $this->runAssertReturnCommand( @@ -109,7 +99,6 @@ final class FuncTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn9')] public function testAssertReturn10(): void { $this->runAssertReturnCommand( @@ -119,7 +108,6 @@ final class FuncTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn10')] public function testAssertReturn11(): void { $this->runAssertReturnCommand( @@ -129,7 +117,6 @@ final class FuncTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn11')] public function testAssertReturn12(): void { $this->runAssertReturnCommand( @@ -139,7 +126,6 @@ final class FuncTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn12')] public function testAssertReturn13(): void { $this->runAssertReturnCommand( @@ -149,7 +135,6 @@ final class FuncTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn13')] public function testAssertReturn14(): void { $this->runAssertReturnCommand( @@ -159,7 +144,6 @@ final class FuncTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn14')] public function testAssertReturn15(): void { $this->runAssertReturnCommand( @@ -169,7 +153,6 @@ final class FuncTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn15')] public function testAssertReturn16(): void { $this->runAssertReturnCommand( @@ -179,7 +162,6 @@ final class FuncTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn16')] public function testAssertReturn17(): void { $this->runAssertReturnCommand( @@ -189,7 +171,6 @@ final class FuncTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn17')] public function testAssertReturn18(): void { $this->runAssertReturnCommand( @@ -199,7 +180,6 @@ final class FuncTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn18')] public function testAssertReturn19(): void { $this->runAssertReturnCommand( @@ -209,7 +189,6 @@ final class FuncTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn19')] public function testAssertReturn20(): void { $this->runAssertReturnCommand( @@ -219,7 +198,6 @@ final class FuncTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn20')] public function testAssertReturn21(): void { $this->runAssertReturnCommand( @@ -229,7 +207,6 @@ final class FuncTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn21')] public function testAssertReturn22(): void { $this->runAssertReturnCommand( @@ -239,7 +216,6 @@ final class FuncTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn22')] public function testAssertReturn23(): void { $this->runAssertReturnCommand( @@ -249,7 +225,6 @@ final class FuncTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn23')] public function testAssertReturn24(): void { $this->runAssertReturnCommand( @@ -259,7 +234,6 @@ final class FuncTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn24')] public function testAssertReturn25(): void { $this->runAssertReturnCommand( @@ -269,7 +243,6 @@ final class FuncTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn25')] public function testAssertReturn26(): void { $this->runAssertReturnCommand( @@ -279,7 +252,6 @@ final class FuncTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn26')] public function testAssertReturn27(): void { $this->runAssertReturnCommand( @@ -289,7 +261,6 @@ final class FuncTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn27')] public function testAssertReturn28(): void { $this->runAssertReturnCommand( @@ -299,7 +270,6 @@ final class FuncTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn28')] public function testAssertReturn29(): void { $this->runAssertReturnCommand( @@ -309,7 +279,6 @@ final class FuncTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn29')] public function testAssertReturn30(): void { $this->runAssertReturnCommand( @@ -319,7 +288,6 @@ final class FuncTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn30')] public function testAssertReturn31(): void { $this->runAssertReturnCommand( @@ -329,7 +297,6 @@ final class FuncTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn31')] public function testAssertReturn32(): void { $this->runAssertReturnCommand( @@ -339,7 +306,6 @@ final class FuncTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn32')] public function testAssertReturn33(): void { $this->runAssertReturnCommand( @@ -349,7 +315,6 @@ final class FuncTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn33')] public function testAssertReturn34(): void { $this->runAssertReturnCommand( @@ -359,7 +324,6 @@ final class FuncTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn34')] public function testAssertReturn35(): void { $this->runAssertReturnCommand( @@ -369,7 +333,6 @@ final class FuncTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn35')] public function testAssertReturn36(): void { $this->runAssertReturnCommand( @@ -379,7 +342,6 @@ final class FuncTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn36')] public function testAssertReturn37(): void { $this->runAssertReturnCommand( @@ -389,7 +351,6 @@ final class FuncTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn37')] public function testAssertReturn38(): void { $this->runAssertReturnCommand( @@ -399,7 +360,6 @@ final class FuncTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn38')] public function testAssertReturn39(): void { $this->runAssertReturnCommand( @@ -409,7 +369,6 @@ final class FuncTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn39')] public function testAssertReturn40(): void { $this->runAssertReturnCommand( @@ -419,7 +378,6 @@ final class FuncTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn40')] public function testAssertReturn41(): void { $this->runAssertReturnCommand( @@ -429,7 +387,6 @@ final class FuncTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn41')] public function testAssertReturn42(): void { $this->runAssertReturnCommand( @@ -439,7 +396,6 @@ final class FuncTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn42')] public function testAssertReturn43(): void { $this->runAssertReturnCommand( @@ -449,7 +405,6 @@ final class FuncTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn43')] public function testAssertReturn44(): void { $this->runAssertReturnCommand( @@ -459,7 +414,6 @@ final class FuncTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn44')] public function testAssertReturn45(): void { $this->runAssertReturnCommand( @@ -469,7 +423,6 @@ final class FuncTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn45')] public function testAssertReturn46(): void { $this->runAssertReturnCommand( @@ -479,7 +432,6 @@ final class FuncTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn46')] public function testAssertReturn47(): void { $this->runAssertReturnCommand( @@ -489,7 +441,6 @@ final class FuncTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn47')] public function testAssertReturn48(): void { $this->runAssertReturnCommand( @@ -499,7 +450,6 @@ final class FuncTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn48')] public function testAssertReturn49(): void { $this->runAssertReturnCommand( @@ -509,7 +459,6 @@ final class FuncTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn49')] public function testAssertReturn50(): void { $this->runAssertReturnCommand( @@ -519,7 +468,6 @@ final class FuncTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn50')] public function testAssertReturn51(): void { $this->runAssertReturnCommand( @@ -529,7 +477,6 @@ final class FuncTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn51')] public function testAssertReturn52(): void { $this->runAssertReturnCommand( @@ -539,7 +486,6 @@ final class FuncTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn52')] public function testAssertReturn53(): void { $this->runAssertReturnCommand( @@ -549,7 +495,6 @@ final class FuncTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn53')] public function testAssertReturn54(): void { $this->runAssertReturnCommand( @@ -559,7 +504,6 @@ final class FuncTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn54')] public function testAssertReturn55(): void { $this->runAssertReturnCommand( @@ -569,7 +513,6 @@ final class FuncTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn55')] public function testAssertReturn56(): void { $this->runAssertReturnCommand( @@ -579,7 +522,6 @@ final class FuncTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn56')] public function testAssertReturn57(): void { $this->runAssertReturnCommand( @@ -589,7 +531,6 @@ final class FuncTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn57')] public function testAssertReturn58(): void { $this->runAssertReturnCommand( @@ -599,7 +540,6 @@ final class FuncTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn58')] public function testAssertReturn59(): void { $this->runAssertReturnCommand( @@ -609,7 +549,6 @@ final class FuncTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn59')] public function testAssertReturn60(): void { $this->runAssertReturnCommand( @@ -619,7 +558,6 @@ final class FuncTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn60')] public function testAssertReturn61(): void { $this->runAssertReturnCommand( @@ -629,7 +567,6 @@ final class FuncTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn61')] public function testAssertReturn62(): void { $this->runAssertReturnCommand( @@ -639,7 +576,6 @@ final class FuncTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn62')] public function testAssertReturn63(): void { $this->runAssertReturnCommand( @@ -649,7 +585,6 @@ final class FuncTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn63')] public function testAssertReturn64(): void { $this->runAssertReturnCommand( @@ -659,7 +594,6 @@ final class FuncTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn64')] public function testAssertReturn65(): void { $this->runAssertReturnCommand( @@ -669,7 +603,6 @@ final class FuncTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn65')] public function testAssertReturn66(): void { $this->runAssertReturnCommand( @@ -679,7 +612,6 @@ final class FuncTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn66')] public function testAssertReturn67(): void { $this->runAssertReturnCommand( @@ -689,7 +621,6 @@ final class FuncTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn67')] public function testAssertReturn68(): void { $this->runAssertReturnCommand( @@ -699,7 +630,6 @@ final class FuncTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn68')] public function testAssertReturn69(): void { $this->runAssertReturnCommand( @@ -709,7 +639,6 @@ final class FuncTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn69')] public function testAssertReturn70(): void { $this->runAssertReturnCommand( @@ -719,7 +648,6 @@ final class FuncTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn70')] public function testAssertReturn71(): void { $this->runAssertReturnCommand( @@ -729,7 +657,6 @@ final class FuncTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn71')] public function testAssertReturn72(): void { $this->runAssertReturnCommand( @@ -739,7 +666,6 @@ final class FuncTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn72')] public function testAssertReturn73(): void { $this->runAssertReturnCommand( @@ -749,7 +675,6 @@ final class FuncTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn73')] public function testAssertReturn74(): void { $this->runAssertReturnCommand( @@ -759,7 +684,6 @@ final class FuncTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn74')] public function testAssertReturn75(): void { $this->runAssertReturnCommand( @@ -769,7 +693,6 @@ final class FuncTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn75')] public function testAssertReturn76(): void { $this->runAssertReturnCommand( @@ -779,7 +702,6 @@ final class FuncTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn76')] public function testAssertReturn77(): void { $this->runAssertReturnCommand( @@ -789,7 +711,6 @@ final class FuncTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn77')] public function testAssertReturn78(): void { $this->runAssertReturnCommand( @@ -799,7 +720,6 @@ final class FuncTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn78')] public function testAssertReturn79(): void { $this->runAssertReturnCommand( @@ -809,7 +729,6 @@ final class FuncTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn79')] public function testAssertReturn80(): void { $this->runAssertReturnCommand( @@ -819,7 +738,6 @@ final class FuncTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn80')] public function testAssertReturn81(): void { $this->runAssertReturnCommand( @@ -829,7 +747,6 @@ final class FuncTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn81')] public function testAssertReturn82(): void { $this->runAssertReturnCommand( @@ -839,7 +756,6 @@ final class FuncTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn82')] public function testAssertReturn83(): void { $this->runAssertReturnCommand( @@ -849,7 +765,6 @@ final class FuncTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn83')] public function testAssertReturn84(): void { $this->runAssertReturnCommand( @@ -859,7 +774,6 @@ final class FuncTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn84')] public function testAssertReturn85(): void { $this->runAssertReturnCommand( @@ -869,7 +783,6 @@ final class FuncTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn85')] public function testAssertReturn86(): void { $this->runAssertReturnCommand( @@ -879,7 +792,6 @@ final class FuncTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn86')] public function testAssertReturn87(): void { $this->runAssertReturnCommand( @@ -889,7 +801,6 @@ final class FuncTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn87')] public function testAssertReturn88(): void { $this->runAssertReturnCommand( @@ -899,7 +810,6 @@ final class FuncTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn88')] public function testAssertReturn89(): void { $this->runAssertReturnCommand( @@ -909,7 +819,6 @@ final class FuncTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn89')] public function testModule90(): void { $this->runModuleCommand( @@ -919,7 +828,6 @@ final class FuncTest extends SpecTestsuiteBase ); } - #[Depends('testModule90')] public function testAssertInvalid91(): void { $this->runAssertInvalidCommand( @@ -930,12 +838,10 @@ final class FuncTest extends SpecTestsuiteBase } #[DoesNotPerformAssertions] - #[Depends('testAssertInvalid91')] public function testAssertMalformed92(): void { } - #[Depends('testAssertMalformed92')] public function testModule93(): void { $this->runModuleCommand( @@ -945,7 +851,6 @@ final class FuncTest extends SpecTestsuiteBase ); } - #[Depends('testModule93')] public function testAssertReturn94(): void { $this->runAssertReturnCommand( @@ -955,7 +860,6 @@ final class FuncTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn94')] public function testAssertReturn95(): void { $this->runAssertReturnCommand( @@ -965,7 +869,6 @@ final class FuncTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn95')] public function testAssertReturn96(): void { $this->runAssertReturnCommand( @@ -975,7 +878,6 @@ final class FuncTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn96')] public function testModule97(): void { $this->runModuleCommand( @@ -985,7 +887,6 @@ final class FuncTest extends SpecTestsuiteBase ); } - #[Depends('testModule97')] public function testAssertReturn98(): void { $this->runAssertReturnCommand( @@ -995,7 +896,6 @@ final class FuncTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn98')] public function testAssertReturn99(): void { $this->runAssertReturnCommand( @@ -1005,7 +905,6 @@ final class FuncTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn99')] public function testAssertReturn100(): void { $this->runAssertReturnCommand( @@ -1015,7 +914,6 @@ final class FuncTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn100')] public function testAssertReturn101(): void { $this->runAssertReturnCommand( @@ -1026,66 +924,55 @@ final class FuncTest extends SpecTestsuiteBase } #[DoesNotPerformAssertions] - #[Depends('testAssertReturn101')] public function testAssertMalformed102(): void { } #[DoesNotPerformAssertions] - #[Depends('testAssertMalformed102')] public function testAssertMalformed103(): void { } #[DoesNotPerformAssertions] - #[Depends('testAssertMalformed103')] public function testAssertMalformed104(): void { } #[DoesNotPerformAssertions] - #[Depends('testAssertMalformed104')] public function testAssertMalformed105(): void { } #[DoesNotPerformAssertions] - #[Depends('testAssertMalformed105')] public function testAssertMalformed106(): void { } #[DoesNotPerformAssertions] - #[Depends('testAssertMalformed106')] public function testAssertMalformed107(): void { } #[DoesNotPerformAssertions] - #[Depends('testAssertMalformed107')] public function testAssertMalformed108(): void { } #[DoesNotPerformAssertions] - #[Depends('testAssertMalformed108')] public function testAssertMalformed109(): void { } #[DoesNotPerformAssertions] - #[Depends('testAssertMalformed109')] public function testAssertMalformed110(): void { } #[DoesNotPerformAssertions] - #[Depends('testAssertMalformed110')] public function testAssertMalformed111(): void { } - #[Depends('testAssertMalformed111')] public function testAssertInvalid112(): void { $this->runAssertInvalidCommand( @@ -1095,7 +982,6 @@ final class FuncTest extends SpecTestsuiteBase ); } - #[Depends('testAssertInvalid112')] public function testAssertInvalid113(): void { $this->runAssertInvalidCommand( @@ -1105,7 +991,6 @@ final class FuncTest extends SpecTestsuiteBase ); } - #[Depends('testAssertInvalid113')] public function testAssertInvalid114(): void { $this->runAssertInvalidCommand( @@ -1115,7 +1000,6 @@ final class FuncTest extends SpecTestsuiteBase ); } - #[Depends('testAssertInvalid114')] public function testAssertInvalid115(): void { $this->runAssertInvalidCommand( @@ -1125,7 +1009,6 @@ final class FuncTest extends SpecTestsuiteBase ); } - #[Depends('testAssertInvalid115')] public function testAssertInvalid116(): void { $this->runAssertInvalidCommand( @@ -1135,7 +1018,6 @@ final class FuncTest extends SpecTestsuiteBase ); } - #[Depends('testAssertInvalid116')] public function testAssertInvalid117(): void { $this->runAssertInvalidCommand( @@ -1145,7 +1027,6 @@ final class FuncTest extends SpecTestsuiteBase ); } - #[Depends('testAssertInvalid117')] public function testAssertInvalid118(): void { $this->runAssertInvalidCommand( @@ -1155,7 +1036,6 @@ final class FuncTest extends SpecTestsuiteBase ); } - #[Depends('testAssertInvalid118')] public function testAssertInvalid119(): void { $this->runAssertInvalidCommand( @@ -1165,7 +1045,6 @@ final class FuncTest extends SpecTestsuiteBase ); } - #[Depends('testAssertInvalid119')] public function testAssertInvalid120(): void { $this->runAssertInvalidCommand( @@ -1175,7 +1054,6 @@ final class FuncTest extends SpecTestsuiteBase ); } - #[Depends('testAssertInvalid120')] public function testAssertInvalid121(): void { $this->runAssertInvalidCommand( @@ -1185,7 +1063,6 @@ final class FuncTest extends SpecTestsuiteBase ); } - #[Depends('testAssertInvalid121')] public function testAssertInvalid122(): void { $this->runAssertInvalidCommand( @@ -1195,7 +1072,6 @@ final class FuncTest extends SpecTestsuiteBase ); } - #[Depends('testAssertInvalid122')] public function testAssertInvalid123(): void { $this->runAssertInvalidCommand( @@ -1205,7 +1081,6 @@ final class FuncTest extends SpecTestsuiteBase ); } - #[Depends('testAssertInvalid123')] public function testAssertInvalid124(): void { $this->runAssertInvalidCommand( @@ -1215,7 +1090,6 @@ final class FuncTest extends SpecTestsuiteBase ); } - #[Depends('testAssertInvalid124')] public function testAssertInvalid125(): void { $this->runAssertInvalidCommand( @@ -1225,7 +1099,6 @@ final class FuncTest extends SpecTestsuiteBase ); } - #[Depends('testAssertInvalid125')] public function testAssertInvalid126(): void { $this->runAssertInvalidCommand( @@ -1235,7 +1108,6 @@ final class FuncTest extends SpecTestsuiteBase ); } - #[Depends('testAssertInvalid126')] public function testAssertInvalid127(): void { $this->runAssertInvalidCommand( @@ -1245,7 +1117,6 @@ final class FuncTest extends SpecTestsuiteBase ); } - #[Depends('testAssertInvalid127')] public function testAssertInvalid128(): void { $this->runAssertInvalidCommand( @@ -1255,7 +1126,6 @@ final class FuncTest extends SpecTestsuiteBase ); } - #[Depends('testAssertInvalid128')] public function testAssertInvalid129(): void { $this->runAssertInvalidCommand( @@ -1265,7 +1135,6 @@ final class FuncTest extends SpecTestsuiteBase ); } - #[Depends('testAssertInvalid129')] public function testAssertInvalid130(): void { $this->runAssertInvalidCommand( @@ -1275,7 +1144,6 @@ final class FuncTest extends SpecTestsuiteBase ); } - #[Depends('testAssertInvalid130')] public function testAssertInvalid131(): void { $this->runAssertInvalidCommand( @@ -1285,7 +1153,6 @@ final class FuncTest extends SpecTestsuiteBase ); } - #[Depends('testAssertInvalid131')] public function testAssertInvalid132(): void { $this->runAssertInvalidCommand( @@ -1295,7 +1162,6 @@ final class FuncTest extends SpecTestsuiteBase ); } - #[Depends('testAssertInvalid132')] public function testAssertInvalid133(): void { $this->runAssertInvalidCommand( @@ -1305,7 +1171,6 @@ final class FuncTest extends SpecTestsuiteBase ); } - #[Depends('testAssertInvalid133')] public function testAssertInvalid134(): void { $this->runAssertInvalidCommand( @@ -1315,7 +1180,6 @@ final class FuncTest extends SpecTestsuiteBase ); } - #[Depends('testAssertInvalid134')] public function testAssertInvalid135(): void { $this->runAssertInvalidCommand( @@ -1325,7 +1189,6 @@ final class FuncTest extends SpecTestsuiteBase ); } - #[Depends('testAssertInvalid135')] public function testAssertInvalid136(): void { $this->runAssertInvalidCommand( @@ -1335,7 +1198,6 @@ final class FuncTest extends SpecTestsuiteBase ); } - #[Depends('testAssertInvalid136')] public function testAssertInvalid137(): void { $this->runAssertInvalidCommand( @@ -1345,7 +1207,6 @@ final class FuncTest extends SpecTestsuiteBase ); } - #[Depends('testAssertInvalid137')] public function testAssertInvalid138(): void { $this->runAssertInvalidCommand( @@ -1355,7 +1216,6 @@ final class FuncTest extends SpecTestsuiteBase ); } - #[Depends('testAssertInvalid138')] public function testAssertInvalid139(): void { $this->runAssertInvalidCommand( @@ -1365,7 +1225,6 @@ final class FuncTest extends SpecTestsuiteBase ); } - #[Depends('testAssertInvalid139')] public function testAssertInvalid140(): void { $this->runAssertInvalidCommand( @@ -1375,7 +1234,6 @@ final class FuncTest extends SpecTestsuiteBase ); } - #[Depends('testAssertInvalid140')] public function testAssertInvalid141(): void { $this->runAssertInvalidCommand( @@ -1385,7 +1243,6 @@ final class FuncTest extends SpecTestsuiteBase ); } - #[Depends('testAssertInvalid141')] public function testAssertInvalid142(): void { $this->runAssertInvalidCommand( @@ -1395,7 +1252,6 @@ final class FuncTest extends SpecTestsuiteBase ); } - #[Depends('testAssertInvalid142')] public function testAssertInvalid143(): void { $this->runAssertInvalidCommand( @@ -1405,7 +1261,6 @@ final class FuncTest extends SpecTestsuiteBase ); } - #[Depends('testAssertInvalid143')] public function testAssertInvalid144(): void { $this->runAssertInvalidCommand( @@ -1415,7 +1270,6 @@ final class FuncTest extends SpecTestsuiteBase ); } - #[Depends('testAssertInvalid144')] public function testAssertInvalid145(): void { $this->runAssertInvalidCommand( @@ -1425,7 +1279,6 @@ final class FuncTest extends SpecTestsuiteBase ); } - #[Depends('testAssertInvalid145')] public function testAssertInvalid146(): void { $this->runAssertInvalidCommand( @@ -1435,7 +1288,6 @@ final class FuncTest extends SpecTestsuiteBase ); } - #[Depends('testAssertInvalid146')] public function testAssertInvalid147(): void { $this->runAssertInvalidCommand( @@ -1445,7 +1297,6 @@ final class FuncTest extends SpecTestsuiteBase ); } - #[Depends('testAssertInvalid147')] public function testAssertInvalid148(): void { $this->runAssertInvalidCommand( @@ -1455,7 +1306,6 @@ final class FuncTest extends SpecTestsuiteBase ); } - #[Depends('testAssertInvalid148')] public function testAssertInvalid149(): void { $this->runAssertInvalidCommand( @@ -1465,7 +1315,6 @@ final class FuncTest extends SpecTestsuiteBase ); } - #[Depends('testAssertInvalid149')] public function testAssertInvalid150(): void { $this->runAssertInvalidCommand( @@ -1475,7 +1324,6 @@ final class FuncTest extends SpecTestsuiteBase ); } - #[Depends('testAssertInvalid150')] public function testAssertInvalid151(): void { $this->runAssertInvalidCommand( @@ -1485,7 +1333,6 @@ final class FuncTest extends SpecTestsuiteBase ); } - #[Depends('testAssertInvalid151')] public function testAssertInvalid152(): void { $this->runAssertInvalidCommand( @@ -1495,7 +1342,6 @@ final class FuncTest extends SpecTestsuiteBase ); } - #[Depends('testAssertInvalid152')] public function testAssertInvalid153(): void { $this->runAssertInvalidCommand( @@ -1505,7 +1351,6 @@ final class FuncTest extends SpecTestsuiteBase ); } - #[Depends('testAssertInvalid153')] public function testAssertInvalid154(): void { $this->runAssertInvalidCommand( @@ -1515,7 +1360,6 @@ final class FuncTest extends SpecTestsuiteBase ); } - #[Depends('testAssertInvalid154')] public function testAssertInvalid155(): void { $this->runAssertInvalidCommand( @@ -1525,7 +1369,6 @@ final class FuncTest extends SpecTestsuiteBase ); } - #[Depends('testAssertInvalid155')] public function testAssertInvalid156(): void { $this->runAssertInvalidCommand( @@ -1535,7 +1378,6 @@ final class FuncTest extends SpecTestsuiteBase ); } - #[Depends('testAssertInvalid156')] public function testAssertInvalid157(): void { $this->runAssertInvalidCommand( @@ -1545,7 +1387,6 @@ final class FuncTest extends SpecTestsuiteBase ); } - #[Depends('testAssertInvalid157')] public function testAssertInvalid158(): void { $this->runAssertInvalidCommand( @@ -1555,7 +1396,6 @@ final class FuncTest extends SpecTestsuiteBase ); } - #[Depends('testAssertInvalid158')] public function testAssertInvalid159(): void { $this->runAssertInvalidCommand( @@ -1566,73 +1406,61 @@ final class FuncTest extends SpecTestsuiteBase } #[DoesNotPerformAssertions] - #[Depends('testAssertInvalid159')] public function testAssertMalformed160(): void { } #[DoesNotPerformAssertions] - #[Depends('testAssertMalformed160')] public function testAssertMalformed161(): void { } #[DoesNotPerformAssertions] - #[Depends('testAssertMalformed161')] public function testAssertMalformed162(): void { } #[DoesNotPerformAssertions] - #[Depends('testAssertMalformed162')] public function testAssertMalformed163(): void { } #[DoesNotPerformAssertions] - #[Depends('testAssertMalformed163')] public function testAssertMalformed164(): void { } #[DoesNotPerformAssertions] - #[Depends('testAssertMalformed164')] public function testAssertMalformed165(): void { } #[DoesNotPerformAssertions] - #[Depends('testAssertMalformed165')] public function testAssertMalformed166(): void { } #[DoesNotPerformAssertions] - #[Depends('testAssertMalformed166')] public function testAssertMalformed167(): void { } #[DoesNotPerformAssertions] - #[Depends('testAssertMalformed167')] public function testAssertMalformed168(): void { } #[DoesNotPerformAssertions] - #[Depends('testAssertMalformed168')] public function testAssertMalformed169(): void { } #[DoesNotPerformAssertions] - #[Depends('testAssertMalformed169')] public function testAssertMalformed170(): void { } #[DoesNotPerformAssertions] - #[Depends('testAssertMalformed170')] public function testAssertMalformed171(): void { } diff --git a/tests/src/SpecTestsuites/Core/GlobalTest.php b/tests/src/SpecTestsuites/Core/GlobalTest.php index 2101ce5..096f5f0 100644 --- a/tests/src/SpecTestsuites/Core/GlobalTest.php +++ b/tests/src/SpecTestsuites/Core/GlobalTest.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 GlobalTest extends SpecTestsuiteBase @@ -19,7 +18,6 @@ final class GlobalTest extends SpecTestsuiteBase ); } - #[Depends('testModule0')] public function testAssertReturn1(): void { $this->runAssertReturnCommand( @@ -29,7 +27,6 @@ final class GlobalTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1')] public function testAssertReturn2(): void { $this->runAssertReturnCommand( @@ -39,7 +36,6 @@ final class GlobalTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2')] public function testAssertReturn3(): void { $this->runAssertReturnCommand( @@ -49,7 +45,6 @@ final class GlobalTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn3')] public function testAssertReturn4(): void { $this->runAssertReturnCommand( @@ -59,7 +54,6 @@ final class GlobalTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn4')] public function testAssertReturn5(): void { $this->runAssertReturnCommand( @@ -69,7 +63,6 @@ final class GlobalTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn5')] public function testAssertReturn6(): void { $this->runAssertReturnCommand( @@ -79,7 +72,6 @@ final class GlobalTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn6')] public function testAssertReturn7(): void { $this->runAssertReturnCommand( @@ -89,7 +81,6 @@ final class GlobalTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn7')] public function testAssertReturn8(): void { $this->runAssertReturnCommand( @@ -99,7 +90,6 @@ final class GlobalTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn8')] public function testAssertReturn9(): void { $this->runAssertReturnCommand( @@ -109,7 +99,6 @@ final class GlobalTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn9')] public function testAssertReturn10(): void { $this->runAssertReturnCommand( @@ -119,7 +108,6 @@ final class GlobalTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn10')] public function testAssertReturn11(): void { $this->runAssertReturnCommand( @@ -129,7 +117,6 @@ final class GlobalTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn11')] public function testAssertReturn12(): void { $this->runAssertReturnCommand( @@ -139,7 +126,6 @@ final class GlobalTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn12')] public function testAssertReturn13(): void { $this->runAssertReturnCommand( @@ -149,7 +135,6 @@ final class GlobalTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn13')] public function testAssertReturn14(): void { $this->runAssertReturnCommand( @@ -159,7 +144,6 @@ final class GlobalTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn14')] public function testAssertReturn15(): void { $this->runAssertReturnCommand( @@ -169,7 +153,6 @@ final class GlobalTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn15')] public function testAssertReturn16(): void { $this->runAssertReturnCommand( @@ -179,7 +162,6 @@ final class GlobalTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn16')] public function testAssertReturn17(): void { $this->runAssertReturnCommand( @@ -189,7 +171,6 @@ final class GlobalTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn17')] public function testAssertReturn18(): void { $this->runAssertReturnCommand( @@ -199,7 +180,6 @@ final class GlobalTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn18')] public function testAssertReturn19(): void { $this->runAssertReturnCommand( @@ -209,7 +189,6 @@ final class GlobalTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn19')] public function testAssertReturn20(): void { $this->runAssertReturnCommand( @@ -219,7 +198,6 @@ final class GlobalTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn20')] public function testAssertReturn21(): void { $this->runAssertReturnCommand( @@ -229,7 +207,6 @@ final class GlobalTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn21')] public function testAssertReturn22(): void { $this->runAssertReturnCommand( @@ -239,7 +216,6 @@ final class GlobalTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn22')] public function testAssertReturn23(): void { $this->runAssertReturnCommand( @@ -249,7 +225,6 @@ final class GlobalTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn23')] public function testAssertReturn24(): void { $this->runAssertReturnCommand( @@ -259,7 +234,6 @@ final class GlobalTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn24')] public function testAssertReturn25(): void { $this->runAssertReturnCommand( @@ -269,7 +243,6 @@ final class GlobalTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn25')] public function testAssertReturn26(): void { $this->runAssertReturnCommand( @@ -279,7 +252,6 @@ final class GlobalTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn26')] public function testAssertReturn27(): void { $this->runAssertReturnCommand( @@ -289,7 +261,6 @@ final class GlobalTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn27')] public function testAssertReturn28(): void { $this->runAssertReturnCommand( @@ -299,7 +270,6 @@ final class GlobalTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn28')] public function testAssertReturn29(): void { $this->runAssertReturnCommand( @@ -309,7 +279,6 @@ final class GlobalTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn29')] public function testAssertReturn30(): void { $this->runAssertReturnCommand( @@ -319,7 +288,6 @@ final class GlobalTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn30')] public function testAssertReturn31(): void { $this->runAssertReturnCommand( @@ -329,7 +297,6 @@ final class GlobalTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn31')] public function testAssertReturn32(): void { $this->runAssertReturnCommand( @@ -339,7 +306,6 @@ final class GlobalTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn32')] public function testAssertReturn33(): void { $this->runAssertReturnCommand( @@ -349,7 +315,6 @@ final class GlobalTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn33')] public function testAssertReturn34(): void { $this->runAssertReturnCommand( @@ -359,7 +324,6 @@ final class GlobalTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn34')] public function testAssertReturn35(): void { $this->runAssertReturnCommand( @@ -369,7 +333,6 @@ final class GlobalTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn35')] public function testAssertReturn36(): void { $this->runAssertReturnCommand( @@ -379,7 +342,6 @@ final class GlobalTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn36')] public function testAssertReturn37(): void { $this->runAssertReturnCommand( @@ -389,7 +351,6 @@ final class GlobalTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn37')] public function testAssertReturn38(): void { $this->runAssertReturnCommand( @@ -399,7 +360,6 @@ final class GlobalTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn38')] public function testAssertReturn39(): void { $this->runAssertReturnCommand( @@ -409,7 +369,6 @@ final class GlobalTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn39')] public function testAssertReturn40(): void { $this->runAssertReturnCommand( @@ -419,7 +378,6 @@ final class GlobalTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn40')] public function testAssertReturn41(): void { $this->runAssertReturnCommand( @@ -429,7 +387,6 @@ final class GlobalTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn41')] public function testAssertReturn42(): void { $this->runAssertReturnCommand( @@ -439,7 +396,6 @@ final class GlobalTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn42')] public function testAssertReturn43(): void { $this->runAssertReturnCommand( @@ -449,7 +405,6 @@ final class GlobalTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn43')] public function testAssertTrap44(): void { $this->runAssertTrapCommand( @@ -459,7 +414,6 @@ final class GlobalTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap44')] public function testAssertReturn45(): void { $this->runAssertReturnCommand( @@ -469,7 +423,6 @@ final class GlobalTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn45')] public function testAssertReturn46(): void { $this->runAssertReturnCommand( @@ -479,7 +432,6 @@ final class GlobalTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn46')] public function testAssertReturn47(): void { $this->runAssertReturnCommand( @@ -489,7 +441,6 @@ final class GlobalTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn47')] public function testAssertReturn48(): void { $this->runAssertReturnCommand( @@ -499,7 +450,6 @@ final class GlobalTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn48')] public function testAssertReturn49(): void { $this->runAssertReturnCommand( @@ -509,7 +459,6 @@ final class GlobalTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn49')] public function testAssertReturn50(): void { $this->runAssertReturnCommand( @@ -519,7 +468,6 @@ final class GlobalTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn50')] public function testAssertReturn51(): void { $this->runAssertReturnCommand( @@ -529,7 +477,6 @@ final class GlobalTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn51')] public function testAssertReturn52(): void { $this->runAssertReturnCommand( @@ -539,7 +486,6 @@ final class GlobalTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn52')] public function testAssertReturn53(): void { $this->runAssertReturnCommand( @@ -549,7 +495,6 @@ final class GlobalTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn53')] public function testAssertReturn54(): void { $this->runAssertReturnCommand( @@ -559,7 +504,6 @@ final class GlobalTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn54')] public function testAssertReturn55(): void { $this->runAssertReturnCommand( @@ -569,7 +513,6 @@ final class GlobalTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn55')] public function testAssertReturn56(): void { $this->runAssertReturnCommand( @@ -579,7 +522,6 @@ final class GlobalTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn56')] public function testAssertReturn57(): void { $this->runAssertReturnCommand( @@ -589,7 +531,6 @@ final class GlobalTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn57')] public function testAssertReturn58(): void { $this->runAssertReturnCommand( @@ -599,7 +540,6 @@ final class GlobalTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn58')] public function testAssertInvalid59(): void { $this->runAssertInvalidCommand( @@ -609,7 +549,6 @@ final class GlobalTest extends SpecTestsuiteBase ); } - #[Depends('testAssertInvalid59')] public function testAssertInvalid60(): void { $this->runAssertInvalidCommand( @@ -619,7 +558,6 @@ final class GlobalTest extends SpecTestsuiteBase ); } - #[Depends('testAssertInvalid60')] public function testModule61(): void { $this->runModuleCommand( @@ -629,7 +567,6 @@ final class GlobalTest extends SpecTestsuiteBase ); } - #[Depends('testModule61')] public function testModule62(): void { $this->runModuleCommand( @@ -639,7 +576,6 @@ final class GlobalTest extends SpecTestsuiteBase ); } - #[Depends('testModule62')] public function testAssertInvalid63(): void { $this->runAssertInvalidCommand( @@ -649,7 +585,6 @@ final class GlobalTest extends SpecTestsuiteBase ); } - #[Depends('testAssertInvalid63')] public function testAssertInvalid64(): void { $this->runAssertInvalidCommand( @@ -659,7 +594,6 @@ final class GlobalTest extends SpecTestsuiteBase ); } - #[Depends('testAssertInvalid64')] public function testAssertInvalid65(): void { $this->runAssertInvalidCommand( @@ -669,7 +603,6 @@ final class GlobalTest extends SpecTestsuiteBase ); } - #[Depends('testAssertInvalid65')] public function testAssertInvalid66(): void { $this->runAssertInvalidCommand( @@ -679,7 +612,6 @@ final class GlobalTest extends SpecTestsuiteBase ); } - #[Depends('testAssertInvalid66')] public function testAssertInvalid67(): void { $this->runAssertInvalidCommand( @@ -689,7 +621,6 @@ final class GlobalTest extends SpecTestsuiteBase ); } - #[Depends('testAssertInvalid67')] public function testAssertInvalid68(): void { $this->runAssertInvalidCommand( @@ -699,7 +630,6 @@ final class GlobalTest extends SpecTestsuiteBase ); } - #[Depends('testAssertInvalid68')] public function testAssertInvalid69(): void { $this->runAssertInvalidCommand( @@ -709,7 +639,6 @@ final class GlobalTest extends SpecTestsuiteBase ); } - #[Depends('testAssertInvalid69')] public function testAssertInvalid70(): void { $this->runAssertInvalidCommand( @@ -719,7 +648,6 @@ final class GlobalTest extends SpecTestsuiteBase ); } - #[Depends('testAssertInvalid70')] public function testAssertInvalid71(): void { $this->runAssertInvalidCommand( @@ -729,7 +657,6 @@ final class GlobalTest extends SpecTestsuiteBase ); } - #[Depends('testAssertInvalid71')] public function testAssertInvalid72(): void { $this->runAssertInvalidCommand( @@ -739,7 +666,6 @@ final class GlobalTest extends SpecTestsuiteBase ); } - #[Depends('testAssertInvalid72')] public function testAssertInvalid73(): void { $this->runAssertInvalidCommand( @@ -749,7 +675,6 @@ final class GlobalTest extends SpecTestsuiteBase ); } - #[Depends('testAssertInvalid73')] public function testAssertInvalid74(): void { $this->runAssertInvalidCommand( @@ -759,7 +684,6 @@ final class GlobalTest extends SpecTestsuiteBase ); } - #[Depends('testAssertInvalid74')] public function testAssertInvalid75(): void { $this->runAssertInvalidCommand( @@ -769,7 +693,6 @@ final class GlobalTest extends SpecTestsuiteBase ); } - #[Depends('testAssertInvalid75')] public function testAssertInvalid76(): void { $this->runAssertInvalidCommand( @@ -779,7 +702,6 @@ final class GlobalTest extends SpecTestsuiteBase ); } - #[Depends('testAssertInvalid76')] public function testAssertInvalid77(): void { $this->runAssertInvalidCommand( @@ -789,7 +711,6 @@ final class GlobalTest extends SpecTestsuiteBase ); } - #[Depends('testAssertInvalid77')] public function testAssertInvalid78(): void { $this->runAssertInvalidCommand( @@ -799,7 +720,6 @@ final class GlobalTest extends SpecTestsuiteBase ); } - #[Depends('testAssertInvalid78')] public function testAssertInvalid79(): void { $this->runAssertInvalidCommand( @@ -809,7 +729,6 @@ final class GlobalTest extends SpecTestsuiteBase ); } - #[Depends('testAssertInvalid79')] public function testAssertInvalid80(): void { $this->runAssertInvalidCommand( @@ -819,7 +738,6 @@ final class GlobalTest extends SpecTestsuiteBase ); } - #[Depends('testAssertInvalid80')] public function testModule81(): void { $this->runModuleCommand( @@ -829,7 +747,6 @@ final class GlobalTest extends SpecTestsuiteBase ); } - #[Depends('testModule81')] public function testAssertMalformed82(): void { $this->runAssertMalformedCommand( @@ -839,7 +756,6 @@ final class GlobalTest extends SpecTestsuiteBase ); } - #[Depends('testAssertMalformed82')] public function testAssertMalformed83(): void { $this->runAssertMalformedCommand( @@ -849,7 +765,6 @@ final class GlobalTest extends SpecTestsuiteBase ); } - #[Depends('testAssertMalformed83')] public function testModule84(): void { $this->runModuleCommand( @@ -859,7 +774,6 @@ final class GlobalTest extends SpecTestsuiteBase ); } - #[Depends('testModule84')] public function testAssertMalformed85(): void { $this->runAssertMalformedCommand( @@ -869,7 +783,6 @@ final class GlobalTest extends SpecTestsuiteBase ); } - #[Depends('testAssertMalformed85')] public function testAssertMalformed86(): void { $this->runAssertMalformedCommand( @@ -879,7 +792,6 @@ final class GlobalTest extends SpecTestsuiteBase ); } - #[Depends('testAssertMalformed86')] public function testAssertInvalid87(): void { $this->runAssertInvalidCommand( @@ -889,7 +801,6 @@ final class GlobalTest extends SpecTestsuiteBase ); } - #[Depends('testAssertInvalid87')] public function testAssertInvalid88(): void { $this->runAssertInvalidCommand( @@ -899,7 +810,6 @@ final class GlobalTest extends SpecTestsuiteBase ); } - #[Depends('testAssertInvalid88')] public function testAssertInvalid89(): void { $this->runAssertInvalidCommand( @@ -909,7 +819,6 @@ final class GlobalTest extends SpecTestsuiteBase ); } - #[Depends('testAssertInvalid89')] public function testAssertInvalid90(): void { $this->runAssertInvalidCommand( @@ -919,7 +828,6 @@ final class GlobalTest extends SpecTestsuiteBase ); } - #[Depends('testAssertInvalid90')] public function testAssertInvalid91(): void { $this->runAssertInvalidCommand( @@ -929,7 +837,6 @@ final class GlobalTest extends SpecTestsuiteBase ); } - #[Depends('testAssertInvalid91')] public function testAssertInvalid92(): void { $this->runAssertInvalidCommand( @@ -939,7 +846,6 @@ final class GlobalTest extends SpecTestsuiteBase ); } - #[Depends('testAssertInvalid92')] public function testAssertInvalid93(): void { $this->runAssertInvalidCommand( @@ -949,7 +855,6 @@ final class GlobalTest extends SpecTestsuiteBase ); } - #[Depends('testAssertInvalid93')] public function testAssertInvalid94(): void { $this->runAssertInvalidCommand( @@ -959,7 +864,6 @@ final class GlobalTest extends SpecTestsuiteBase ); } - #[Depends('testAssertInvalid94')] public function testAssertInvalid95(): void { $this->runAssertInvalidCommand( @@ -969,7 +873,6 @@ final class GlobalTest extends SpecTestsuiteBase ); } - #[Depends('testAssertInvalid95')] public function testAssertInvalid96(): void { $this->runAssertInvalidCommand( @@ -979,7 +882,6 @@ final class GlobalTest extends SpecTestsuiteBase ); } - #[Depends('testAssertInvalid96')] public function testAssertInvalid97(): void { $this->runAssertInvalidCommand( @@ -989,7 +891,6 @@ final class GlobalTest extends SpecTestsuiteBase ); } - #[Depends('testAssertInvalid97')] public function testAssertInvalid98(): void { $this->runAssertInvalidCommand( @@ -999,7 +900,6 @@ final class GlobalTest extends SpecTestsuiteBase ); } - #[Depends('testAssertInvalid98')] public function testAssertInvalid99(): void { $this->runAssertInvalidCommand( @@ -1009,7 +909,6 @@ final class GlobalTest extends SpecTestsuiteBase ); } - #[Depends('testAssertInvalid99')] public function testAssertInvalid100(): void { $this->runAssertInvalidCommand( @@ -1019,7 +918,6 @@ final class GlobalTest extends SpecTestsuiteBase ); } - #[Depends('testAssertInvalid100')] public function testAssertInvalid101(): void { $this->runAssertInvalidCommand( @@ -1029,7 +927,6 @@ final class GlobalTest extends SpecTestsuiteBase ); } - #[Depends('testAssertInvalid101')] public function testAssertInvalid102(): void { $this->runAssertInvalidCommand( @@ -1039,7 +936,6 @@ final class GlobalTest extends SpecTestsuiteBase ); } - #[Depends('testAssertInvalid102')] public function testAssertInvalid103(): void { $this->runAssertInvalidCommand( @@ -1049,7 +945,6 @@ final class GlobalTest extends SpecTestsuiteBase ); } - #[Depends('testAssertInvalid103')] public function testAssertInvalid104(): void { $this->runAssertInvalidCommand( @@ -1059,7 +954,6 @@ final class GlobalTest extends SpecTestsuiteBase ); } - #[Depends('testAssertInvalid104')] public function testAssertInvalid105(): void { $this->runAssertInvalidCommand( @@ -1069,7 +963,6 @@ final class GlobalTest extends SpecTestsuiteBase ); } - #[Depends('testAssertInvalid105')] public function testAssertInvalid106(): void { $this->runAssertInvalidCommand( @@ -1080,19 +973,16 @@ final class GlobalTest extends SpecTestsuiteBase } #[DoesNotPerformAssertions] - #[Depends('testAssertInvalid106')] public function testAssertMalformed107(): void { } #[DoesNotPerformAssertions] - #[Depends('testAssertMalformed107')] public function testAssertMalformed108(): void { } #[DoesNotPerformAssertions] - #[Depends('testAssertMalformed108')] public function testAssertMalformed109(): void { } diff --git a/tests/src/SpecTestsuites/Core/I32Test.php b/tests/src/SpecTestsuites/Core/I32Test.php index b1495cc..e70a0b6 100644 --- a/tests/src/SpecTestsuites/Core/I32Test.php +++ b/tests/src/SpecTestsuites/Core/I32Test.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 I32Test extends SpecTestsuiteBase @@ -19,7 +18,6 @@ final class I32Test extends SpecTestsuiteBase ); } - #[Depends('testModule0')] public function testAssertReturn1(): void { $this->runAssertReturnCommand( @@ -29,7 +27,6 @@ final class I32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1')] public function testAssertReturn2(): void { $this->runAssertReturnCommand( @@ -39,7 +36,6 @@ final class I32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2')] public function testAssertReturn3(): void { $this->runAssertReturnCommand( @@ -49,7 +45,6 @@ final class I32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn3')] public function testAssertReturn4(): void { $this->runAssertReturnCommand( @@ -59,7 +54,6 @@ final class I32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn4')] public function testAssertReturn5(): void { $this->runAssertReturnCommand( @@ -69,7 +63,6 @@ final class I32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn5')] public function testAssertReturn6(): void { $this->runAssertReturnCommand( @@ -79,7 +72,6 @@ final class I32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn6')] public function testAssertReturn7(): void { $this->runAssertReturnCommand( @@ -89,7 +81,6 @@ final class I32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn7')] public function testAssertReturn8(): void { $this->runAssertReturnCommand( @@ -99,7 +90,6 @@ final class I32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn8')] public function testAssertReturn9(): void { $this->runAssertReturnCommand( @@ -109,7 +99,6 @@ final class I32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn9')] public function testAssertReturn10(): void { $this->runAssertReturnCommand( @@ -119,7 +108,6 @@ final class I32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn10')] public function testAssertReturn11(): void { $this->runAssertReturnCommand( @@ -129,7 +117,6 @@ final class I32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn11')] public function testAssertReturn12(): void { $this->runAssertReturnCommand( @@ -139,7 +126,6 @@ final class I32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn12')] public function testAssertReturn13(): void { $this->runAssertReturnCommand( @@ -149,7 +135,6 @@ final class I32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn13')] public function testAssertReturn14(): void { $this->runAssertReturnCommand( @@ -159,7 +144,6 @@ final class I32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn14')] public function testAssertReturn15(): void { $this->runAssertReturnCommand( @@ -169,7 +153,6 @@ final class I32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn15')] public function testAssertReturn16(): void { $this->runAssertReturnCommand( @@ -179,7 +162,6 @@ final class I32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn16')] public function testAssertReturn17(): void { $this->runAssertReturnCommand( @@ -189,7 +171,6 @@ final class I32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn17')] public function testAssertReturn18(): void { $this->runAssertReturnCommand( @@ -199,7 +180,6 @@ final class I32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn18')] public function testAssertReturn19(): void { $this->runAssertReturnCommand( @@ -209,7 +189,6 @@ final class I32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn19')] public function testAssertReturn20(): void { $this->runAssertReturnCommand( @@ -219,7 +198,6 @@ final class I32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn20')] public function testAssertReturn21(): void { $this->runAssertReturnCommand( @@ -229,7 +207,6 @@ final class I32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn21')] public function testAssertReturn22(): void { $this->runAssertReturnCommand( @@ -239,7 +216,6 @@ final class I32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn22')] public function testAssertReturn23(): void { $this->runAssertReturnCommand( @@ -249,7 +225,6 @@ final class I32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn23')] public function testAssertReturn24(): void { $this->runAssertReturnCommand( @@ -259,7 +234,6 @@ final class I32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn24')] public function testAssertTrap25(): void { $this->runAssertTrapCommand( @@ -269,7 +243,6 @@ final class I32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap25')] public function testAssertTrap26(): void { $this->runAssertTrapCommand( @@ -279,7 +252,6 @@ final class I32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap26')] public function testAssertTrap27(): void { $this->runAssertTrapCommand( @@ -289,7 +261,6 @@ final class I32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap27')] public function testAssertTrap28(): void { $this->runAssertTrapCommand( @@ -299,7 +270,6 @@ final class I32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap28')] public function testAssertReturn29(): void { $this->runAssertReturnCommand( @@ -309,7 +279,6 @@ final class I32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn29')] public function testAssertReturn30(): void { $this->runAssertReturnCommand( @@ -319,7 +288,6 @@ final class I32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn30')] public function testAssertReturn31(): void { $this->runAssertReturnCommand( @@ -329,7 +297,6 @@ final class I32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn31')] public function testAssertReturn32(): void { $this->runAssertReturnCommand( @@ -339,7 +306,6 @@ final class I32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn32')] public function testAssertReturn33(): void { $this->runAssertReturnCommand( @@ -349,7 +315,6 @@ final class I32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn33')] public function testAssertReturn34(): void { $this->runAssertReturnCommand( @@ -359,7 +324,6 @@ final class I32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn34')] public function testAssertReturn35(): void { $this->runAssertReturnCommand( @@ -369,7 +333,6 @@ final class I32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn35')] public function testAssertReturn36(): void { $this->runAssertReturnCommand( @@ -379,7 +342,6 @@ final class I32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn36')] public function testAssertReturn37(): void { $this->runAssertReturnCommand( @@ -389,7 +351,6 @@ final class I32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn37')] public function testAssertReturn38(): void { $this->runAssertReturnCommand( @@ -399,7 +360,6 @@ final class I32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn38')] public function testAssertReturn39(): void { $this->runAssertReturnCommand( @@ -409,7 +369,6 @@ final class I32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn39')] public function testAssertReturn40(): void { $this->runAssertReturnCommand( @@ -419,7 +378,6 @@ final class I32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn40')] public function testAssertReturn41(): void { $this->runAssertReturnCommand( @@ -429,7 +387,6 @@ final class I32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn41')] public function testAssertReturn42(): void { $this->runAssertReturnCommand( @@ -439,7 +396,6 @@ final class I32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn42')] public function testAssertReturn43(): void { $this->runAssertReturnCommand( @@ -449,7 +405,6 @@ final class I32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn43')] public function testAssertReturn44(): void { $this->runAssertReturnCommand( @@ -459,7 +414,6 @@ final class I32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn44')] public function testAssertTrap45(): void { $this->runAssertTrapCommand( @@ -469,7 +423,6 @@ final class I32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap45')] public function testAssertTrap46(): void { $this->runAssertTrapCommand( @@ -479,7 +432,6 @@ final class I32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap46')] public function testAssertReturn47(): void { $this->runAssertReturnCommand( @@ -489,7 +441,6 @@ final class I32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn47')] public function testAssertReturn48(): void { $this->runAssertReturnCommand( @@ -499,7 +450,6 @@ final class I32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn48')] public function testAssertReturn49(): void { $this->runAssertReturnCommand( @@ -509,7 +459,6 @@ final class I32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn49')] public function testAssertReturn50(): void { $this->runAssertReturnCommand( @@ -519,7 +468,6 @@ final class I32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn50')] public function testAssertReturn51(): void { $this->runAssertReturnCommand( @@ -529,7 +477,6 @@ final class I32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn51')] public function testAssertReturn52(): void { $this->runAssertReturnCommand( @@ -539,7 +486,6 @@ final class I32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn52')] public function testAssertReturn53(): void { $this->runAssertReturnCommand( @@ -549,7 +495,6 @@ final class I32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn53')] public function testAssertReturn54(): void { $this->runAssertReturnCommand( @@ -559,7 +504,6 @@ final class I32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn54')] public function testAssertReturn55(): void { $this->runAssertReturnCommand( @@ -569,7 +513,6 @@ final class I32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn55')] public function testAssertReturn56(): void { $this->runAssertReturnCommand( @@ -579,7 +522,6 @@ final class I32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn56')] public function testAssertReturn57(): void { $this->runAssertReturnCommand( @@ -589,7 +531,6 @@ final class I32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn57')] public function testAssertReturn58(): void { $this->runAssertReturnCommand( @@ -599,7 +540,6 @@ final class I32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn58')] public function testAssertReturn59(): void { $this->runAssertReturnCommand( @@ -609,7 +549,6 @@ final class I32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn59')] public function testAssertReturn60(): void { $this->runAssertReturnCommand( @@ -619,7 +558,6 @@ final class I32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn60')] public function testAssertTrap61(): void { $this->runAssertTrapCommand( @@ -629,7 +567,6 @@ final class I32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap61')] public function testAssertTrap62(): void { $this->runAssertTrapCommand( @@ -639,7 +576,6 @@ final class I32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap62')] public function testAssertReturn63(): void { $this->runAssertReturnCommand( @@ -649,7 +585,6 @@ final class I32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn63')] public function testAssertReturn64(): void { $this->runAssertReturnCommand( @@ -659,7 +594,6 @@ final class I32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn64')] public function testAssertReturn65(): void { $this->runAssertReturnCommand( @@ -669,7 +603,6 @@ final class I32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn65')] public function testAssertReturn66(): void { $this->runAssertReturnCommand( @@ -679,7 +612,6 @@ final class I32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn66')] public function testAssertReturn67(): void { $this->runAssertReturnCommand( @@ -689,7 +621,6 @@ final class I32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn67')] public function testAssertReturn68(): void { $this->runAssertReturnCommand( @@ -699,7 +630,6 @@ final class I32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn68')] public function testAssertReturn69(): void { $this->runAssertReturnCommand( @@ -709,7 +639,6 @@ final class I32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn69')] public function testAssertReturn70(): void { $this->runAssertReturnCommand( @@ -719,7 +648,6 @@ final class I32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn70')] public function testAssertReturn71(): void { $this->runAssertReturnCommand( @@ -729,7 +657,6 @@ final class I32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn71')] public function testAssertReturn72(): void { $this->runAssertReturnCommand( @@ -739,7 +666,6 @@ final class I32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn72')] public function testAssertReturn73(): void { $this->runAssertReturnCommand( @@ -749,7 +675,6 @@ final class I32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn73')] public function testAssertReturn74(): void { $this->runAssertReturnCommand( @@ -759,7 +684,6 @@ final class I32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn74')] public function testAssertReturn75(): void { $this->runAssertReturnCommand( @@ -769,7 +693,6 @@ final class I32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn75')] public function testAssertReturn76(): void { $this->runAssertReturnCommand( @@ -779,7 +702,6 @@ final class I32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn76')] public function testAssertReturn77(): void { $this->runAssertReturnCommand( @@ -789,7 +711,6 @@ final class I32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn77')] public function testAssertReturn78(): void { $this->runAssertReturnCommand( @@ -799,7 +720,6 @@ final class I32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn78')] public function testAssertReturn79(): void { $this->runAssertReturnCommand( @@ -809,7 +729,6 @@ final class I32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn79')] public function testAssertReturn80(): void { $this->runAssertReturnCommand( @@ -819,7 +738,6 @@ final class I32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn80')] public function testAssertTrap81(): void { $this->runAssertTrapCommand( @@ -829,7 +747,6 @@ final class I32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap81')] public function testAssertTrap82(): void { $this->runAssertTrapCommand( @@ -839,7 +756,6 @@ final class I32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap82')] public function testAssertReturn83(): void { $this->runAssertReturnCommand( @@ -849,7 +765,6 @@ final class I32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn83')] public function testAssertReturn84(): void { $this->runAssertReturnCommand( @@ -859,7 +774,6 @@ final class I32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn84')] public function testAssertReturn85(): void { $this->runAssertReturnCommand( @@ -869,7 +783,6 @@ final class I32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn85')] public function testAssertReturn86(): void { $this->runAssertReturnCommand( @@ -879,7 +792,6 @@ final class I32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn86')] public function testAssertReturn87(): void { $this->runAssertReturnCommand( @@ -889,7 +801,6 @@ final class I32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn87')] public function testAssertReturn88(): void { $this->runAssertReturnCommand( @@ -899,7 +810,6 @@ final class I32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn88')] public function testAssertReturn89(): void { $this->runAssertReturnCommand( @@ -909,7 +819,6 @@ final class I32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn89')] public function testAssertReturn90(): void { $this->runAssertReturnCommand( @@ -919,7 +828,6 @@ final class I32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn90')] public function testAssertReturn91(): void { $this->runAssertReturnCommand( @@ -929,7 +837,6 @@ final class I32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn91')] public function testAssertReturn92(): void { $this->runAssertReturnCommand( @@ -939,7 +846,6 @@ final class I32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn92')] public function testAssertReturn93(): void { $this->runAssertReturnCommand( @@ -949,7 +855,6 @@ final class I32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn93')] public function testAssertReturn94(): void { $this->runAssertReturnCommand( @@ -959,7 +864,6 @@ final class I32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn94')] public function testAssertReturn95(): void { $this->runAssertReturnCommand( @@ -969,7 +873,6 @@ final class I32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn95')] public function testAssertReturn96(): void { $this->runAssertReturnCommand( @@ -979,7 +882,6 @@ final class I32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn96')] public function testAssertReturn97(): void { $this->runAssertReturnCommand( @@ -989,7 +891,6 @@ final class I32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn97')] public function testAssertReturn98(): void { $this->runAssertReturnCommand( @@ -999,7 +900,6 @@ final class I32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn98')] public function testAssertReturn99(): void { $this->runAssertReturnCommand( @@ -1009,7 +909,6 @@ final class I32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn99')] public function testAssertReturn100(): void { $this->runAssertReturnCommand( @@ -1019,7 +918,6 @@ final class I32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn100')] public function testAssertReturn101(): void { $this->runAssertReturnCommand( @@ -1029,7 +927,6 @@ final class I32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn101')] public function testAssertReturn102(): void { $this->runAssertReturnCommand( @@ -1039,7 +936,6 @@ final class I32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn102')] public function testAssertReturn103(): void { $this->runAssertReturnCommand( @@ -1049,7 +945,6 @@ final class I32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn103')] public function testAssertReturn104(): void { $this->runAssertReturnCommand( @@ -1059,7 +954,6 @@ final class I32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn104')] public function testAssertReturn105(): void { $this->runAssertReturnCommand( @@ -1069,7 +963,6 @@ final class I32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn105')] public function testAssertReturn106(): void { $this->runAssertReturnCommand( @@ -1079,7 +972,6 @@ final class I32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn106')] public function testAssertReturn107(): void { $this->runAssertReturnCommand( @@ -1089,7 +981,6 @@ final class I32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn107')] public function testAssertReturn108(): void { $this->runAssertReturnCommand( @@ -1099,7 +990,6 @@ final class I32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn108')] public function testAssertReturn109(): void { $this->runAssertReturnCommand( @@ -1109,7 +999,6 @@ final class I32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn109')] public function testAssertReturn110(): void { $this->runAssertReturnCommand( @@ -1119,7 +1008,6 @@ final class I32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn110')] public function testAssertReturn111(): void { $this->runAssertReturnCommand( @@ -1129,7 +1017,6 @@ final class I32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn111')] public function testAssertReturn112(): void { $this->runAssertReturnCommand( @@ -1139,7 +1026,6 @@ final class I32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn112')] public function testAssertReturn113(): void { $this->runAssertReturnCommand( @@ -1149,7 +1035,6 @@ final class I32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn113')] public function testAssertReturn114(): void { $this->runAssertReturnCommand( @@ -1159,7 +1044,6 @@ final class I32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn114')] public function testAssertReturn115(): void { $this->runAssertReturnCommand( @@ -1169,7 +1053,6 @@ final class I32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn115')] public function testAssertReturn116(): void { $this->runAssertReturnCommand( @@ -1179,7 +1062,6 @@ final class I32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn116')] public function testAssertReturn117(): void { $this->runAssertReturnCommand( @@ -1189,7 +1071,6 @@ final class I32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn117')] public function testAssertReturn118(): void { $this->runAssertReturnCommand( @@ -1199,7 +1080,6 @@ final class I32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn118')] public function testAssertReturn119(): void { $this->runAssertReturnCommand( @@ -1209,7 +1089,6 @@ final class I32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn119')] public function testAssertReturn120(): void { $this->runAssertReturnCommand( @@ -1219,7 +1098,6 @@ final class I32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn120')] public function testAssertReturn121(): void { $this->runAssertReturnCommand( @@ -1229,7 +1107,6 @@ final class I32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn121')] public function testAssertReturn122(): void { $this->runAssertReturnCommand( @@ -1239,7 +1116,6 @@ final class I32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn122')] public function testAssertReturn123(): void { $this->runAssertReturnCommand( @@ -1249,7 +1125,6 @@ final class I32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn123')] public function testAssertReturn124(): void { $this->runAssertReturnCommand( @@ -1259,7 +1134,6 @@ final class I32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn124')] public function testAssertReturn125(): void { $this->runAssertReturnCommand( @@ -1269,7 +1143,6 @@ final class I32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn125')] public function testAssertReturn126(): void { $this->runAssertReturnCommand( @@ -1279,7 +1152,6 @@ final class I32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn126')] public function testAssertReturn127(): void { $this->runAssertReturnCommand( @@ -1289,7 +1161,6 @@ final class I32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn127')] public function testAssertReturn128(): void { $this->runAssertReturnCommand( @@ -1299,7 +1170,6 @@ final class I32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn128')] public function testAssertReturn129(): void { $this->runAssertReturnCommand( @@ -1309,7 +1179,6 @@ final class I32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn129')] public function testAssertReturn130(): void { $this->runAssertReturnCommand( @@ -1319,7 +1188,6 @@ final class I32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn130')] public function testAssertReturn131(): void { $this->runAssertReturnCommand( @@ -1329,7 +1197,6 @@ final class I32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn131')] public function testAssertReturn132(): void { $this->runAssertReturnCommand( @@ -1339,7 +1206,6 @@ final class I32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn132')] public function testAssertReturn133(): void { $this->runAssertReturnCommand( @@ -1349,7 +1215,6 @@ final class I32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn133')] public function testAssertReturn134(): void { $this->runAssertReturnCommand( @@ -1359,7 +1224,6 @@ final class I32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn134')] public function testAssertReturn135(): void { $this->runAssertReturnCommand( @@ -1369,7 +1233,6 @@ final class I32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn135')] public function testAssertReturn136(): void { $this->runAssertReturnCommand( @@ -1379,7 +1242,6 @@ final class I32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn136')] public function testAssertReturn137(): void { $this->runAssertReturnCommand( @@ -1389,7 +1251,6 @@ final class I32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn137')] public function testAssertReturn138(): void { $this->runAssertReturnCommand( @@ -1399,7 +1260,6 @@ final class I32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn138')] public function testAssertReturn139(): void { $this->runAssertReturnCommand( @@ -1409,7 +1269,6 @@ final class I32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn139')] public function testAssertReturn140(): void { $this->runAssertReturnCommand( @@ -1419,7 +1278,6 @@ final class I32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn140')] public function testAssertReturn141(): void { $this->runAssertReturnCommand( @@ -1429,7 +1287,6 @@ final class I32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn141')] public function testAssertReturn142(): void { $this->runAssertReturnCommand( @@ -1439,7 +1296,6 @@ final class I32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn142')] public function testAssertReturn143(): void { $this->runAssertReturnCommand( @@ -1449,7 +1305,6 @@ final class I32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn143')] public function testAssertReturn144(): void { $this->runAssertReturnCommand( @@ -1459,7 +1314,6 @@ final class I32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn144')] public function testAssertReturn145(): void { $this->runAssertReturnCommand( @@ -1469,7 +1323,6 @@ final class I32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn145')] public function testAssertReturn146(): void { $this->runAssertReturnCommand( @@ -1479,7 +1332,6 @@ final class I32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn146')] public function testAssertReturn147(): void { $this->runAssertReturnCommand( @@ -1489,7 +1341,6 @@ final class I32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn147')] public function testAssertReturn148(): void { $this->runAssertReturnCommand( @@ -1499,7 +1350,6 @@ final class I32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn148')] public function testAssertReturn149(): void { $this->runAssertReturnCommand( @@ -1509,7 +1359,6 @@ final class I32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn149')] public function testAssertReturn150(): void { $this->runAssertReturnCommand( @@ -1519,7 +1368,6 @@ final class I32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn150')] public function testAssertReturn151(): void { $this->runAssertReturnCommand( @@ -1529,7 +1377,6 @@ final class I32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn151')] public function testAssertReturn152(): void { $this->runAssertReturnCommand( @@ -1539,7 +1386,6 @@ final class I32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn152')] public function testAssertReturn153(): void { $this->runAssertReturnCommand( @@ -1549,7 +1395,6 @@ final class I32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn153')] public function testAssertReturn154(): void { $this->runAssertReturnCommand( @@ -1559,7 +1404,6 @@ final class I32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn154')] public function testAssertReturn155(): void { $this->runAssertReturnCommand( @@ -1569,7 +1413,6 @@ final class I32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn155')] public function testAssertReturn156(): void { $this->runAssertReturnCommand( @@ -1579,7 +1422,6 @@ final class I32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn156')] public function testAssertReturn157(): void { $this->runAssertReturnCommand( @@ -1589,7 +1431,6 @@ final class I32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn157')] public function testAssertReturn158(): void { $this->runAssertReturnCommand( @@ -1599,7 +1440,6 @@ final class I32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn158')] public function testAssertReturn159(): void { $this->runAssertReturnCommand( @@ -1609,7 +1449,6 @@ final class I32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn159')] public function testAssertReturn160(): void { $this->runAssertReturnCommand( @@ -1619,7 +1458,6 @@ final class I32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn160')] public function testAssertReturn161(): void { $this->runAssertReturnCommand( @@ -1629,7 +1467,6 @@ final class I32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn161')] public function testAssertReturn162(): void { $this->runAssertReturnCommand( @@ -1639,7 +1476,6 @@ final class I32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn162')] public function testAssertReturn163(): void { $this->runAssertReturnCommand( @@ -1649,7 +1485,6 @@ final class I32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn163')] public function testAssertReturn164(): void { $this->runAssertReturnCommand( @@ -1659,7 +1494,6 @@ final class I32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn164')] public function testAssertReturn165(): void { $this->runAssertReturnCommand( @@ -1669,7 +1503,6 @@ final class I32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn165')] public function testAssertReturn166(): void { $this->runAssertReturnCommand( @@ -1679,7 +1512,6 @@ final class I32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn166')] public function testAssertReturn167(): void { $this->runAssertReturnCommand( @@ -1689,7 +1521,6 @@ final class I32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn167')] public function testAssertReturn168(): void { $this->runAssertReturnCommand( @@ -1699,7 +1530,6 @@ final class I32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn168')] public function testAssertReturn169(): void { $this->runAssertReturnCommand( @@ -1709,7 +1539,6 @@ final class I32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn169')] public function testAssertReturn170(): void { $this->runAssertReturnCommand( @@ -1719,7 +1548,6 @@ final class I32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn170')] public function testAssertReturn171(): void { $this->runAssertReturnCommand( @@ -1729,7 +1557,6 @@ final class I32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn171')] public function testAssertReturn172(): void { $this->runAssertReturnCommand( @@ -1739,7 +1566,6 @@ final class I32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn172')] public function testAssertReturn173(): void { $this->runAssertReturnCommand( @@ -1749,7 +1575,6 @@ final class I32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn173')] public function testAssertReturn174(): void { $this->runAssertReturnCommand( @@ -1759,7 +1584,6 @@ final class I32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn174')] public function testAssertReturn175(): void { $this->runAssertReturnCommand( @@ -1769,7 +1593,6 @@ final class I32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn175')] public function testAssertReturn176(): void { $this->runAssertReturnCommand( @@ -1779,7 +1602,6 @@ final class I32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn176')] public function testAssertReturn177(): void { $this->runAssertReturnCommand( @@ -1789,7 +1611,6 @@ final class I32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn177')] public function testAssertReturn178(): void { $this->runAssertReturnCommand( @@ -1799,7 +1620,6 @@ final class I32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn178')] public function testAssertReturn179(): void { $this->runAssertReturnCommand( @@ -1809,7 +1629,6 @@ final class I32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn179')] public function testAssertReturn180(): void { $this->runAssertReturnCommand( @@ -1819,7 +1638,6 @@ final class I32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn180')] public function testAssertReturn181(): void { $this->runAssertReturnCommand( @@ -1829,7 +1647,6 @@ final class I32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn181')] public function testAssertReturn182(): void { $this->runAssertReturnCommand( @@ -1839,7 +1656,6 @@ final class I32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn182')] public function testAssertReturn183(): void { $this->runAssertReturnCommand( @@ -1849,7 +1665,6 @@ final class I32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn183')] public function testAssertReturn184(): void { $this->runAssertReturnCommand( @@ -1859,7 +1674,6 @@ final class I32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn184')] public function testAssertReturn185(): void { $this->runAssertReturnCommand( @@ -1869,7 +1683,6 @@ final class I32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn185')] public function testAssertReturn186(): void { $this->runAssertReturnCommand( @@ -1879,7 +1692,6 @@ final class I32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn186')] public function testAssertReturn187(): void { $this->runAssertReturnCommand( @@ -1889,7 +1701,6 @@ final class I32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn187')] public function testAssertReturn188(): void { $this->runAssertReturnCommand( @@ -1899,7 +1710,6 @@ final class I32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn188')] public function testAssertReturn189(): void { $this->runAssertReturnCommand( @@ -1909,7 +1719,6 @@ final class I32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn189')] public function testAssertReturn190(): void { $this->runAssertReturnCommand( @@ -1919,7 +1728,6 @@ final class I32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn190')] public function testAssertReturn191(): void { $this->runAssertReturnCommand( @@ -1929,7 +1737,6 @@ final class I32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn191')] public function testAssertReturn192(): void { $this->runAssertReturnCommand( @@ -1939,7 +1746,6 @@ final class I32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn192')] public function testAssertReturn193(): void { $this->runAssertReturnCommand( @@ -1949,7 +1755,6 @@ final class I32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn193')] public function testAssertReturn194(): void { $this->runAssertReturnCommand( @@ -1959,7 +1764,6 @@ final class I32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn194')] public function testAssertReturn195(): void { $this->runAssertReturnCommand( @@ -1969,7 +1773,6 @@ final class I32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn195')] public function testAssertReturn196(): void { $this->runAssertReturnCommand( @@ -1979,7 +1782,6 @@ final class I32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn196')] public function testAssertReturn197(): void { $this->runAssertReturnCommand( @@ -1989,7 +1791,6 @@ final class I32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn197')] public function testAssertReturn198(): void { $this->runAssertReturnCommand( @@ -1999,7 +1800,6 @@ final class I32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn198')] public function testAssertReturn199(): void { $this->runAssertReturnCommand( @@ -2009,7 +1809,6 @@ final class I32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn199')] public function testAssertReturn200(): void { $this->runAssertReturnCommand( @@ -2019,7 +1818,6 @@ final class I32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn200')] public function testAssertReturn201(): void { $this->runAssertReturnCommand( @@ -2029,7 +1827,6 @@ final class I32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn201')] public function testAssertReturn202(): void { $this->runAssertReturnCommand( @@ -2039,7 +1836,6 @@ final class I32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn202')] public function testAssertReturn203(): void { $this->runAssertReturnCommand( @@ -2049,7 +1845,6 @@ final class I32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn203')] public function testAssertReturn204(): void { $this->runAssertReturnCommand( @@ -2059,7 +1854,6 @@ final class I32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn204')] public function testAssertReturn205(): void { $this->runAssertReturnCommand( @@ -2069,7 +1863,6 @@ final class I32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn205')] public function testAssertReturn206(): void { $this->runAssertReturnCommand( @@ -2079,7 +1872,6 @@ final class I32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn206')] public function testAssertReturn207(): void { $this->runAssertReturnCommand( @@ -2089,7 +1881,6 @@ final class I32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn207')] public function testAssertReturn208(): void { $this->runAssertReturnCommand( @@ -2099,7 +1890,6 @@ final class I32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn208')] public function testAssertReturn209(): void { $this->runAssertReturnCommand( @@ -2109,7 +1899,6 @@ final class I32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn209')] public function testAssertReturn210(): void { $this->runAssertReturnCommand( @@ -2119,7 +1908,6 @@ final class I32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn210')] public function testAssertReturn211(): void { $this->runAssertReturnCommand( @@ -2129,7 +1917,6 @@ final class I32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn211')] public function testAssertReturn212(): void { $this->runAssertReturnCommand( @@ -2139,7 +1926,6 @@ final class I32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn212')] public function testAssertReturn213(): void { $this->runAssertReturnCommand( @@ -2149,7 +1935,6 @@ final class I32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn213')] public function testAssertReturn214(): void { $this->runAssertReturnCommand( @@ -2159,7 +1944,6 @@ final class I32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn214')] public function testAssertReturn215(): void { $this->runAssertReturnCommand( @@ -2169,7 +1953,6 @@ final class I32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn215')] public function testAssertReturn216(): void { $this->runAssertReturnCommand( @@ -2179,7 +1962,6 @@ final class I32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn216')] public function testAssertReturn217(): void { $this->runAssertReturnCommand( @@ -2189,7 +1971,6 @@ final class I32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn217')] public function testAssertReturn218(): void { $this->runAssertReturnCommand( @@ -2199,7 +1980,6 @@ final class I32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn218')] public function testAssertReturn219(): void { $this->runAssertReturnCommand( @@ -2209,7 +1989,6 @@ final class I32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn219')] public function testAssertReturn220(): void { $this->runAssertReturnCommand( @@ -2219,7 +1998,6 @@ final class I32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn220')] public function testAssertReturn221(): void { $this->runAssertReturnCommand( @@ -2229,7 +2007,6 @@ final class I32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn221')] public function testAssertReturn222(): void { $this->runAssertReturnCommand( @@ -2239,7 +2016,6 @@ final class I32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn222')] public function testAssertReturn223(): void { $this->runAssertReturnCommand( @@ -2249,7 +2025,6 @@ final class I32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn223')] public function testAssertReturn224(): void { $this->runAssertReturnCommand( @@ -2259,7 +2034,6 @@ final class I32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn224')] public function testAssertReturn225(): void { $this->runAssertReturnCommand( @@ -2269,7 +2043,6 @@ final class I32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn225')] public function testAssertReturn226(): void { $this->runAssertReturnCommand( @@ -2279,7 +2052,6 @@ final class I32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn226')] public function testAssertReturn227(): void { $this->runAssertReturnCommand( @@ -2289,7 +2061,6 @@ final class I32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn227')] public function testAssertReturn228(): void { $this->runAssertReturnCommand( @@ -2299,7 +2070,6 @@ final class I32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn228')] public function testAssertReturn229(): void { $this->runAssertReturnCommand( @@ -2309,7 +2079,6 @@ final class I32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn229')] public function testAssertReturn230(): void { $this->runAssertReturnCommand( @@ -2319,7 +2088,6 @@ final class I32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn230')] public function testAssertReturn231(): void { $this->runAssertReturnCommand( @@ -2329,7 +2097,6 @@ final class I32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn231')] public function testAssertReturn232(): void { $this->runAssertReturnCommand( @@ -2339,7 +2106,6 @@ final class I32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn232')] public function testAssertReturn233(): void { $this->runAssertReturnCommand( @@ -2349,7 +2115,6 @@ final class I32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn233')] public function testAssertReturn234(): void { $this->runAssertReturnCommand( @@ -2359,7 +2124,6 @@ final class I32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn234')] public function testAssertReturn235(): void { $this->runAssertReturnCommand( @@ -2369,7 +2133,6 @@ final class I32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn235')] public function testAssertReturn236(): void { $this->runAssertReturnCommand( @@ -2379,7 +2142,6 @@ final class I32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn236')] public function testAssertReturn237(): void { $this->runAssertReturnCommand( @@ -2389,7 +2151,6 @@ final class I32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn237')] public function testAssertReturn238(): void { $this->runAssertReturnCommand( @@ -2399,7 +2160,6 @@ final class I32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn238')] public function testAssertReturn239(): void { $this->runAssertReturnCommand( @@ -2409,7 +2169,6 @@ final class I32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn239')] public function testAssertReturn240(): void { $this->runAssertReturnCommand( @@ -2419,7 +2178,6 @@ final class I32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn240')] public function testAssertReturn241(): void { $this->runAssertReturnCommand( @@ -2429,7 +2187,6 @@ final class I32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn241')] public function testAssertReturn242(): void { $this->runAssertReturnCommand( @@ -2439,7 +2196,6 @@ final class I32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn242')] public function testAssertReturn243(): void { $this->runAssertReturnCommand( @@ -2449,7 +2205,6 @@ final class I32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn243')] public function testAssertReturn244(): void { $this->runAssertReturnCommand( @@ -2459,7 +2214,6 @@ final class I32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn244')] public function testAssertReturn245(): void { $this->runAssertReturnCommand( @@ -2469,7 +2223,6 @@ final class I32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn245')] public function testAssertReturn246(): void { $this->runAssertReturnCommand( @@ -2479,7 +2232,6 @@ final class I32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn246')] public function testAssertReturn247(): void { $this->runAssertReturnCommand( @@ -2489,7 +2241,6 @@ final class I32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn247')] public function testAssertReturn248(): void { $this->runAssertReturnCommand( @@ -2499,7 +2250,6 @@ final class I32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn248')] public function testAssertReturn249(): void { $this->runAssertReturnCommand( @@ -2509,7 +2259,6 @@ final class I32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn249')] public function testAssertReturn250(): void { $this->runAssertReturnCommand( @@ -2519,7 +2268,6 @@ final class I32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn250')] public function testAssertReturn251(): void { $this->runAssertReturnCommand( @@ -2529,7 +2277,6 @@ final class I32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn251')] public function testAssertReturn252(): void { $this->runAssertReturnCommand( @@ -2539,7 +2286,6 @@ final class I32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn252')] public function testAssertReturn253(): void { $this->runAssertReturnCommand( @@ -2549,7 +2295,6 @@ final class I32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn253')] public function testAssertReturn254(): void { $this->runAssertReturnCommand( @@ -2559,7 +2304,6 @@ final class I32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn254')] public function testAssertReturn255(): void { $this->runAssertReturnCommand( @@ -2569,7 +2313,6 @@ final class I32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn255')] public function testAssertReturn256(): void { $this->runAssertReturnCommand( @@ -2579,7 +2322,6 @@ final class I32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn256')] public function testAssertReturn257(): void { $this->runAssertReturnCommand( @@ -2589,7 +2331,6 @@ final class I32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn257')] public function testAssertReturn258(): void { $this->runAssertReturnCommand( @@ -2599,7 +2340,6 @@ final class I32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn258')] public function testAssertReturn259(): void { $this->runAssertReturnCommand( @@ -2609,7 +2349,6 @@ final class I32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn259')] public function testAssertReturn260(): void { $this->runAssertReturnCommand( @@ -2619,7 +2358,6 @@ final class I32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn260')] public function testAssertReturn261(): void { $this->runAssertReturnCommand( @@ -2629,7 +2367,6 @@ final class I32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn261')] public function testAssertReturn262(): void { $this->runAssertReturnCommand( @@ -2639,7 +2376,6 @@ final class I32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn262')] public function testAssertReturn263(): void { $this->runAssertReturnCommand( @@ -2649,7 +2385,6 @@ final class I32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn263')] public function testAssertReturn264(): void { $this->runAssertReturnCommand( @@ -2659,7 +2394,6 @@ final class I32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn264')] public function testAssertReturn265(): void { $this->runAssertReturnCommand( @@ -2669,7 +2403,6 @@ final class I32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn265')] public function testAssertReturn266(): void { $this->runAssertReturnCommand( @@ -2679,7 +2412,6 @@ final class I32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn266')] public function testAssertReturn267(): void { $this->runAssertReturnCommand( @@ -2689,7 +2421,6 @@ final class I32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn267')] public function testAssertReturn268(): void { $this->runAssertReturnCommand( @@ -2699,7 +2430,6 @@ final class I32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn268')] public function testAssertReturn269(): void { $this->runAssertReturnCommand( @@ -2709,7 +2439,6 @@ final class I32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn269')] public function testAssertReturn270(): void { $this->runAssertReturnCommand( @@ -2719,7 +2448,6 @@ final class I32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn270')] public function testAssertReturn271(): void { $this->runAssertReturnCommand( @@ -2729,7 +2457,6 @@ final class I32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn271')] public function testAssertReturn272(): void { $this->runAssertReturnCommand( @@ -2739,7 +2466,6 @@ final class I32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn272')] public function testAssertReturn273(): void { $this->runAssertReturnCommand( @@ -2749,7 +2475,6 @@ final class I32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn273')] public function testAssertReturn274(): void { $this->runAssertReturnCommand( @@ -2759,7 +2484,6 @@ final class I32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn274')] public function testAssertReturn275(): void { $this->runAssertReturnCommand( @@ -2769,7 +2493,6 @@ final class I32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn275')] public function testAssertReturn276(): void { $this->runAssertReturnCommand( @@ -2779,7 +2502,6 @@ final class I32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn276')] public function testAssertReturn277(): void { $this->runAssertReturnCommand( @@ -2789,7 +2511,6 @@ final class I32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn277')] public function testAssertReturn278(): void { $this->runAssertReturnCommand( @@ -2799,7 +2520,6 @@ final class I32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn278')] public function testAssertReturn279(): void { $this->runAssertReturnCommand( @@ -2809,7 +2529,6 @@ final class I32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn279')] public function testAssertReturn280(): void { $this->runAssertReturnCommand( @@ -2819,7 +2538,6 @@ final class I32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn280')] public function testAssertReturn281(): void { $this->runAssertReturnCommand( @@ -2829,7 +2547,6 @@ final class I32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn281')] public function testAssertReturn282(): void { $this->runAssertReturnCommand( @@ -2839,7 +2556,6 @@ final class I32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn282')] public function testAssertReturn283(): void { $this->runAssertReturnCommand( @@ -2849,7 +2565,6 @@ final class I32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn283')] public function testAssertReturn284(): void { $this->runAssertReturnCommand( @@ -2859,7 +2574,6 @@ final class I32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn284')] public function testAssertReturn285(): void { $this->runAssertReturnCommand( @@ -2869,7 +2583,6 @@ final class I32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn285')] public function testAssertReturn286(): void { $this->runAssertReturnCommand( @@ -2879,7 +2592,6 @@ final class I32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn286')] public function testAssertReturn287(): void { $this->runAssertReturnCommand( @@ -2889,7 +2601,6 @@ final class I32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn287')] public function testAssertReturn288(): void { $this->runAssertReturnCommand( @@ -2899,7 +2610,6 @@ final class I32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn288')] public function testAssertReturn289(): void { $this->runAssertReturnCommand( @@ -2909,7 +2619,6 @@ final class I32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn289')] public function testAssertReturn290(): void { $this->runAssertReturnCommand( @@ -2919,7 +2628,6 @@ final class I32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn290')] public function testAssertReturn291(): void { $this->runAssertReturnCommand( @@ -2929,7 +2637,6 @@ final class I32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn291')] public function testAssertReturn292(): void { $this->runAssertReturnCommand( @@ -2939,7 +2646,6 @@ final class I32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn292')] public function testAssertReturn293(): void { $this->runAssertReturnCommand( @@ -2949,7 +2655,6 @@ final class I32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn293')] public function testAssertReturn294(): void { $this->runAssertReturnCommand( @@ -2959,7 +2664,6 @@ final class I32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn294')] public function testAssertReturn295(): void { $this->runAssertReturnCommand( @@ -2969,7 +2673,6 @@ final class I32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn295')] public function testAssertReturn296(): void { $this->runAssertReturnCommand( @@ -2979,7 +2682,6 @@ final class I32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn296')] public function testAssertReturn297(): void { $this->runAssertReturnCommand( @@ -2989,7 +2691,6 @@ final class I32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn297')] public function testAssertReturn298(): void { $this->runAssertReturnCommand( @@ -2999,7 +2700,6 @@ final class I32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn298')] public function testAssertReturn299(): void { $this->runAssertReturnCommand( @@ -3009,7 +2709,6 @@ final class I32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn299')] public function testAssertReturn300(): void { $this->runAssertReturnCommand( @@ -3019,7 +2718,6 @@ final class I32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn300')] public function testAssertReturn301(): void { $this->runAssertReturnCommand( @@ -3029,7 +2727,6 @@ final class I32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn301')] public function testAssertReturn302(): void { $this->runAssertReturnCommand( @@ -3039,7 +2736,6 @@ final class I32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn302')] public function testAssertReturn303(): void { $this->runAssertReturnCommand( @@ -3049,7 +2745,6 @@ final class I32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn303')] public function testAssertReturn304(): void { $this->runAssertReturnCommand( @@ -3059,7 +2754,6 @@ final class I32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn304')] public function testAssertReturn305(): void { $this->runAssertReturnCommand( @@ -3069,7 +2763,6 @@ final class I32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn305')] public function testAssertReturn306(): void { $this->runAssertReturnCommand( @@ -3079,7 +2772,6 @@ final class I32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn306')] public function testAssertReturn307(): void { $this->runAssertReturnCommand( @@ -3089,7 +2781,6 @@ final class I32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn307')] public function testAssertReturn308(): void { $this->runAssertReturnCommand( @@ -3099,7 +2790,6 @@ final class I32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn308')] public function testAssertReturn309(): void { $this->runAssertReturnCommand( @@ -3109,7 +2799,6 @@ final class I32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn309')] public function testAssertReturn310(): void { $this->runAssertReturnCommand( @@ -3119,7 +2808,6 @@ final class I32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn310')] public function testAssertReturn311(): void { $this->runAssertReturnCommand( @@ -3129,7 +2817,6 @@ final class I32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn311')] public function testAssertReturn312(): void { $this->runAssertReturnCommand( @@ -3139,7 +2826,6 @@ final class I32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn312')] public function testAssertReturn313(): void { $this->runAssertReturnCommand( @@ -3149,7 +2835,6 @@ final class I32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn313')] public function testAssertReturn314(): void { $this->runAssertReturnCommand( @@ -3159,7 +2844,6 @@ final class I32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn314')] public function testAssertReturn315(): void { $this->runAssertReturnCommand( @@ -3169,7 +2853,6 @@ final class I32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn315')] public function testAssertReturn316(): void { $this->runAssertReturnCommand( @@ -3179,7 +2862,6 @@ final class I32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn316')] public function testAssertReturn317(): void { $this->runAssertReturnCommand( @@ -3189,7 +2871,6 @@ final class I32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn317')] public function testAssertReturn318(): void { $this->runAssertReturnCommand( @@ -3199,7 +2880,6 @@ final class I32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn318')] public function testAssertReturn319(): void { $this->runAssertReturnCommand( @@ -3209,7 +2889,6 @@ final class I32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn319')] public function testAssertReturn320(): void { $this->runAssertReturnCommand( @@ -3219,7 +2898,6 @@ final class I32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn320')] public function testAssertReturn321(): void { $this->runAssertReturnCommand( @@ -3229,7 +2907,6 @@ final class I32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn321')] public function testAssertReturn322(): void { $this->runAssertReturnCommand( @@ -3239,7 +2916,6 @@ final class I32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn322')] public function testAssertReturn323(): void { $this->runAssertReturnCommand( @@ -3249,7 +2925,6 @@ final class I32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn323')] public function testAssertReturn324(): void { $this->runAssertReturnCommand( @@ -3259,7 +2934,6 @@ final class I32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn324')] public function testAssertReturn325(): void { $this->runAssertReturnCommand( @@ -3269,7 +2943,6 @@ final class I32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn325')] public function testAssertReturn326(): void { $this->runAssertReturnCommand( @@ -3279,7 +2952,6 @@ final class I32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn326')] public function testAssertReturn327(): void { $this->runAssertReturnCommand( @@ -3289,7 +2961,6 @@ final class I32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn327')] public function testAssertReturn328(): void { $this->runAssertReturnCommand( @@ -3299,7 +2970,6 @@ final class I32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn328')] public function testAssertReturn329(): void { $this->runAssertReturnCommand( @@ -3309,7 +2979,6 @@ final class I32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn329')] public function testAssertReturn330(): void { $this->runAssertReturnCommand( @@ -3319,7 +2988,6 @@ final class I32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn330')] public function testAssertReturn331(): void { $this->runAssertReturnCommand( @@ -3329,7 +2997,6 @@ final class I32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn331')] public function testAssertReturn332(): void { $this->runAssertReturnCommand( @@ -3339,7 +3006,6 @@ final class I32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn332')] public function testAssertReturn333(): void { $this->runAssertReturnCommand( @@ -3349,7 +3015,6 @@ final class I32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn333')] public function testAssertReturn334(): void { $this->runAssertReturnCommand( @@ -3359,7 +3024,6 @@ final class I32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn334')] public function testAssertReturn335(): void { $this->runAssertReturnCommand( @@ -3369,7 +3033,6 @@ final class I32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn335')] public function testAssertReturn336(): void { $this->runAssertReturnCommand( @@ -3379,7 +3042,6 @@ final class I32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn336')] public function testAssertReturn337(): void { $this->runAssertReturnCommand( @@ -3389,7 +3051,6 @@ final class I32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn337')] public function testAssertReturn338(): void { $this->runAssertReturnCommand( @@ -3399,7 +3060,6 @@ final class I32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn338')] public function testAssertReturn339(): void { $this->runAssertReturnCommand( @@ -3409,7 +3069,6 @@ final class I32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn339')] public function testAssertReturn340(): void { $this->runAssertReturnCommand( @@ -3419,7 +3078,6 @@ final class I32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn340')] public function testAssertReturn341(): void { $this->runAssertReturnCommand( @@ -3429,7 +3087,6 @@ final class I32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn341')] public function testAssertReturn342(): void { $this->runAssertReturnCommand( @@ -3439,7 +3096,6 @@ final class I32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn342')] public function testAssertReturn343(): void { $this->runAssertReturnCommand( @@ -3449,7 +3105,6 @@ final class I32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn343')] public function testAssertReturn344(): void { $this->runAssertReturnCommand( @@ -3459,7 +3114,6 @@ final class I32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn344')] public function testAssertReturn345(): void { $this->runAssertReturnCommand( @@ -3469,7 +3123,6 @@ final class I32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn345')] public function testAssertReturn346(): void { $this->runAssertReturnCommand( @@ -3479,7 +3132,6 @@ final class I32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn346')] public function testAssertReturn347(): void { $this->runAssertReturnCommand( @@ -3489,7 +3141,6 @@ final class I32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn347')] public function testAssertReturn348(): void { $this->runAssertReturnCommand( @@ -3499,7 +3150,6 @@ final class I32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn348')] public function testAssertReturn349(): void { $this->runAssertReturnCommand( @@ -3509,7 +3159,6 @@ final class I32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn349')] public function testAssertReturn350(): void { $this->runAssertReturnCommand( @@ -3519,7 +3168,6 @@ final class I32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn350')] public function testAssertReturn351(): void { $this->runAssertReturnCommand( @@ -3529,7 +3177,6 @@ final class I32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn351')] public function testAssertReturn352(): void { $this->runAssertReturnCommand( @@ -3539,7 +3186,6 @@ final class I32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn352')] public function testAssertReturn353(): void { $this->runAssertReturnCommand( @@ -3549,7 +3195,6 @@ final class I32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn353')] public function testAssertReturn354(): void { $this->runAssertReturnCommand( @@ -3559,7 +3204,6 @@ final class I32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn354')] public function testAssertReturn355(): void { $this->runAssertReturnCommand( @@ -3569,7 +3213,6 @@ final class I32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn355')] public function testAssertReturn356(): void { $this->runAssertReturnCommand( @@ -3579,7 +3222,6 @@ final class I32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn356')] public function testAssertReturn357(): void { $this->runAssertReturnCommand( @@ -3589,7 +3231,6 @@ final class I32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn357')] public function testAssertReturn358(): void { $this->runAssertReturnCommand( @@ -3599,7 +3240,6 @@ final class I32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn358')] public function testAssertReturn359(): void { $this->runAssertReturnCommand( @@ -3609,7 +3249,6 @@ final class I32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn359')] public function testAssertReturn360(): void { $this->runAssertReturnCommand( @@ -3619,7 +3258,6 @@ final class I32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn360')] public function testAssertReturn361(): void { $this->runAssertReturnCommand( @@ -3629,7 +3267,6 @@ final class I32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn361')] public function testAssertReturn362(): void { $this->runAssertReturnCommand( @@ -3639,7 +3276,6 @@ final class I32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn362')] public function testAssertReturn363(): void { $this->runAssertReturnCommand( @@ -3649,7 +3285,6 @@ final class I32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn363')] public function testAssertReturn364(): void { $this->runAssertReturnCommand( @@ -3659,7 +3294,6 @@ final class I32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn364')] public function testAssertReturn365(): void { $this->runAssertReturnCommand( @@ -3669,7 +3303,6 @@ final class I32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn365')] public function testAssertReturn366(): void { $this->runAssertReturnCommand( @@ -3679,7 +3312,6 @@ final class I32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn366')] public function testAssertReturn367(): void { $this->runAssertReturnCommand( @@ -3689,7 +3321,6 @@ final class I32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn367')] public function testAssertReturn368(): void { $this->runAssertReturnCommand( @@ -3699,7 +3330,6 @@ final class I32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn368')] public function testAssertReturn369(): void { $this->runAssertReturnCommand( @@ -3709,7 +3339,6 @@ final class I32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn369')] public function testAssertReturn370(): void { $this->runAssertReturnCommand( @@ -3719,7 +3348,6 @@ final class I32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn370')] public function testAssertReturn371(): void { $this->runAssertReturnCommand( @@ -3729,7 +3357,6 @@ final class I32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn371')] public function testAssertReturn372(): void { $this->runAssertReturnCommand( @@ -3739,7 +3366,6 @@ final class I32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn372')] public function testAssertReturn373(): void { $this->runAssertReturnCommand( @@ -3749,7 +3375,6 @@ final class I32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn373')] public function testAssertReturn374(): void { $this->runAssertReturnCommand( @@ -3759,7 +3384,6 @@ final class I32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn374')] public function testAssertInvalid375(): void { $this->runAssertInvalidCommand( @@ -3769,7 +3393,6 @@ final class I32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertInvalid375')] public function testAssertInvalid376(): void { $this->runAssertInvalidCommand( @@ -3779,7 +3402,6 @@ final class I32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertInvalid376')] public function testAssertInvalid377(): void { $this->runAssertInvalidCommand( @@ -3789,7 +3411,6 @@ final class I32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertInvalid377')] public function testAssertInvalid378(): void { $this->runAssertInvalidCommand( @@ -3799,7 +3420,6 @@ final class I32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertInvalid378')] public function testAssertInvalid379(): void { $this->runAssertInvalidCommand( @@ -3809,7 +3429,6 @@ final class I32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertInvalid379')] public function testAssertInvalid380(): void { $this->runAssertInvalidCommand( @@ -3819,7 +3438,6 @@ final class I32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertInvalid380')] public function testAssertInvalid381(): void { $this->runAssertInvalidCommand( @@ -3829,7 +3447,6 @@ final class I32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertInvalid381')] public function testAssertInvalid382(): void { $this->runAssertInvalidCommand( @@ -3839,7 +3456,6 @@ final class I32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertInvalid382')] public function testAssertInvalid383(): void { $this->runAssertInvalidCommand( @@ -3849,7 +3465,6 @@ final class I32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertInvalid383')] public function testAssertInvalid384(): void { $this->runAssertInvalidCommand( @@ -3859,7 +3474,6 @@ final class I32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertInvalid384')] public function testAssertInvalid385(): void { $this->runAssertInvalidCommand( @@ -3869,7 +3483,6 @@ final class I32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertInvalid385')] public function testAssertInvalid386(): void { $this->runAssertInvalidCommand( @@ -3879,7 +3492,6 @@ final class I32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertInvalid386')] public function testAssertInvalid387(): void { $this->runAssertInvalidCommand( @@ -3889,7 +3501,6 @@ final class I32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertInvalid387')] public function testAssertInvalid388(): void { $this->runAssertInvalidCommand( @@ -3899,7 +3510,6 @@ final class I32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertInvalid388')] public function testAssertInvalid389(): void { $this->runAssertInvalidCommand( @@ -3909,7 +3519,6 @@ final class I32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertInvalid389')] public function testAssertInvalid390(): void { $this->runAssertInvalidCommand( @@ -3919,7 +3528,6 @@ final class I32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertInvalid390')] public function testAssertInvalid391(): void { $this->runAssertInvalidCommand( @@ -3929,7 +3537,6 @@ final class I32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertInvalid391')] public function testAssertInvalid392(): void { $this->runAssertInvalidCommand( @@ -3939,7 +3546,6 @@ final class I32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertInvalid392')] public function testAssertInvalid393(): void { $this->runAssertInvalidCommand( @@ -3949,7 +3555,6 @@ final class I32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertInvalid393')] public function testAssertInvalid394(): void { $this->runAssertInvalidCommand( @@ -3959,7 +3564,6 @@ final class I32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertInvalid394')] public function testAssertInvalid395(): void { $this->runAssertInvalidCommand( @@ -3969,7 +3573,6 @@ final class I32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertInvalid395')] public function testAssertInvalid396(): void { $this->runAssertInvalidCommand( @@ -3979,7 +3582,6 @@ final class I32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertInvalid396')] public function testAssertInvalid397(): void { $this->runAssertInvalidCommand( @@ -3989,7 +3591,6 @@ final class I32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertInvalid397')] public function testAssertInvalid398(): void { $this->runAssertInvalidCommand( @@ -3999,7 +3600,6 @@ final class I32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertInvalid398')] public function testAssertInvalid399(): void { $this->runAssertInvalidCommand( @@ -4009,7 +3609,6 @@ final class I32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertInvalid399')] public function testAssertInvalid400(): void { $this->runAssertInvalidCommand( @@ -4019,7 +3618,6 @@ final class I32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertInvalid400')] public function testAssertInvalid401(): void { $this->runAssertInvalidCommand( @@ -4029,7 +3627,6 @@ final class I32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertInvalid401')] public function testAssertInvalid402(): void { $this->runAssertInvalidCommand( @@ -4039,7 +3636,6 @@ final class I32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertInvalid402')] public function testAssertInvalid403(): void { $this->runAssertInvalidCommand( @@ -4049,7 +3645,6 @@ final class I32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertInvalid403')] public function testAssertInvalid404(): void { $this->runAssertInvalidCommand( @@ -4059,7 +3654,6 @@ final class I32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertInvalid404')] public function testAssertInvalid405(): void { $this->runAssertInvalidCommand( @@ -4069,7 +3663,6 @@ final class I32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertInvalid405')] public function testAssertInvalid406(): void { $this->runAssertInvalidCommand( @@ -4079,7 +3672,6 @@ final class I32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertInvalid406')] public function testAssertInvalid407(): void { $this->runAssertInvalidCommand( @@ -4089,7 +3681,6 @@ final class I32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertInvalid407')] public function testAssertInvalid408(): void { $this->runAssertInvalidCommand( @@ -4099,7 +3690,6 @@ final class I32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertInvalid408')] public function testAssertInvalid409(): void { $this->runAssertInvalidCommand( @@ -4109,7 +3699,6 @@ final class I32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertInvalid409')] public function testAssertInvalid410(): void { $this->runAssertInvalidCommand( @@ -4119,7 +3708,6 @@ final class I32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertInvalid410')] public function testAssertInvalid411(): void { $this->runAssertInvalidCommand( @@ -4129,7 +3717,6 @@ final class I32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertInvalid411')] public function testAssertInvalid412(): void { $this->runAssertInvalidCommand( @@ -4139,7 +3726,6 @@ final class I32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertInvalid412')] public function testAssertInvalid413(): void { $this->runAssertInvalidCommand( @@ -4149,7 +3735,6 @@ final class I32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertInvalid413')] public function testAssertInvalid414(): void { $this->runAssertInvalidCommand( @@ -4159,7 +3744,6 @@ final class I32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertInvalid414')] public function testAssertInvalid415(): void { $this->runAssertInvalidCommand( @@ -4169,7 +3753,6 @@ final class I32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertInvalid415')] public function testAssertInvalid416(): void { $this->runAssertInvalidCommand( @@ -4179,7 +3762,6 @@ final class I32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertInvalid416')] public function testAssertInvalid417(): void { $this->runAssertInvalidCommand( @@ -4189,7 +3771,6 @@ final class I32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertInvalid417')] public function testAssertInvalid418(): void { $this->runAssertInvalidCommand( @@ -4199,7 +3780,6 @@ final class I32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertInvalid418')] public function testAssertInvalid419(): void { $this->runAssertInvalidCommand( @@ -4209,7 +3789,6 @@ final class I32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertInvalid419')] public function testAssertInvalid420(): void { $this->runAssertInvalidCommand( @@ -4219,7 +3798,6 @@ final class I32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertInvalid420')] public function testAssertInvalid421(): void { $this->runAssertInvalidCommand( @@ -4229,7 +3807,6 @@ final class I32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertInvalid421')] public function testAssertInvalid422(): void { $this->runAssertInvalidCommand( @@ -4239,7 +3816,6 @@ final class I32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertInvalid422')] public function testAssertInvalid423(): void { $this->runAssertInvalidCommand( @@ -4249,7 +3825,6 @@ final class I32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertInvalid423')] public function testAssertInvalid424(): void { $this->runAssertInvalidCommand( @@ -4259,7 +3834,6 @@ final class I32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertInvalid424')] public function testAssertInvalid425(): void { $this->runAssertInvalidCommand( @@ -4269,7 +3843,6 @@ final class I32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertInvalid425')] public function testAssertInvalid426(): void { $this->runAssertInvalidCommand( @@ -4279,7 +3852,6 @@ final class I32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertInvalid426')] public function testAssertInvalid427(): void { $this->runAssertInvalidCommand( @@ -4289,7 +3861,6 @@ final class I32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertInvalid427')] public function testAssertInvalid428(): void { $this->runAssertInvalidCommand( @@ -4299,7 +3870,6 @@ final class I32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertInvalid428')] public function testAssertInvalid429(): void { $this->runAssertInvalidCommand( @@ -4309,7 +3879,6 @@ final class I32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertInvalid429')] public function testAssertInvalid430(): void { $this->runAssertInvalidCommand( @@ -4319,7 +3888,6 @@ final class I32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertInvalid430')] public function testAssertInvalid431(): void { $this->runAssertInvalidCommand( @@ -4329,7 +3897,6 @@ final class I32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertInvalid431')] public function testAssertInvalid432(): void { $this->runAssertInvalidCommand( @@ -4339,7 +3906,6 @@ final class I32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertInvalid432')] public function testAssertInvalid433(): void { $this->runAssertInvalidCommand( @@ -4349,7 +3915,6 @@ final class I32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertInvalid433')] public function testAssertInvalid434(): void { $this->runAssertInvalidCommand( @@ -4359,7 +3924,6 @@ final class I32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertInvalid434')] public function testAssertInvalid435(): void { $this->runAssertInvalidCommand( @@ -4369,7 +3933,6 @@ final class I32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertInvalid435')] public function testAssertInvalid436(): void { $this->runAssertInvalidCommand( @@ -4379,7 +3942,6 @@ final class I32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertInvalid436')] public function testAssertInvalid437(): void { $this->runAssertInvalidCommand( @@ -4389,7 +3951,6 @@ final class I32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertInvalid437')] public function testAssertInvalid438(): void { $this->runAssertInvalidCommand( @@ -4399,7 +3960,6 @@ final class I32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertInvalid438')] public function testAssertInvalid439(): void { $this->runAssertInvalidCommand( @@ -4409,7 +3969,6 @@ final class I32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertInvalid439')] public function testAssertInvalid440(): void { $this->runAssertInvalidCommand( @@ -4419,7 +3978,6 @@ final class I32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertInvalid440')] public function testAssertInvalid441(): void { $this->runAssertInvalidCommand( @@ -4429,7 +3987,6 @@ final class I32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertInvalid441')] public function testAssertInvalid442(): void { $this->runAssertInvalidCommand( @@ -4439,7 +3996,6 @@ final class I32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertInvalid442')] public function testAssertInvalid443(): void { $this->runAssertInvalidCommand( @@ -4449,7 +4005,6 @@ final class I32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertInvalid443')] public function testAssertInvalid444(): void { $this->runAssertInvalidCommand( @@ -4459,7 +4014,6 @@ final class I32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertInvalid444')] public function testAssertInvalid445(): void { $this->runAssertInvalidCommand( @@ -4469,7 +4023,6 @@ final class I32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertInvalid445')] public function testAssertInvalid446(): void { $this->runAssertInvalidCommand( @@ -4479,7 +4032,6 @@ final class I32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertInvalid446')] public function testAssertInvalid447(): void { $this->runAssertInvalidCommand( @@ -4489,7 +4041,6 @@ final class I32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertInvalid447')] public function testAssertInvalid448(): void { $this->runAssertInvalidCommand( @@ -4499,7 +4050,6 @@ final class I32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertInvalid448')] public function testAssertInvalid449(): void { $this->runAssertInvalidCommand( @@ -4509,7 +4059,6 @@ final class I32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertInvalid449')] public function testAssertInvalid450(): void { $this->runAssertInvalidCommand( @@ -4519,7 +4068,6 @@ final class I32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertInvalid450')] public function testAssertInvalid451(): void { $this->runAssertInvalidCommand( @@ -4529,7 +4077,6 @@ final class I32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertInvalid451')] public function testAssertInvalid452(): void { $this->runAssertInvalidCommand( @@ -4539,7 +4086,6 @@ final class I32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertInvalid452')] public function testAssertInvalid453(): void { $this->runAssertInvalidCommand( @@ -4549,7 +4095,6 @@ final class I32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertInvalid453')] public function testAssertInvalid454(): void { $this->runAssertInvalidCommand( @@ -4559,7 +4104,6 @@ final class I32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertInvalid454')] public function testAssertInvalid455(): void { $this->runAssertInvalidCommand( @@ -4569,7 +4113,6 @@ final class I32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertInvalid455')] public function testAssertInvalid456(): void { $this->runAssertInvalidCommand( @@ -4579,7 +4122,6 @@ final class I32Test extends SpecTestsuiteBase ); } - #[Depends('testAssertInvalid456')] public function testAssertInvalid457(): void { $this->runAssertInvalidCommand( @@ -4590,13 +4132,11 @@ final class I32Test extends SpecTestsuiteBase } #[DoesNotPerformAssertions] - #[Depends('testAssertInvalid457')] public function testAssertMalformed458(): void { } #[DoesNotPerformAssertions] - #[Depends('testAssertMalformed458')] public function testAssertMalformed459(): void { } diff --git a/tests/src/SpecTestsuites/Core/I64Test.php b/tests/src/SpecTestsuites/Core/I64Test.php index edd0959..0c5e4fd 100644 --- a/tests/src/SpecTestsuites/Core/I64Test.php +++ b/tests/src/SpecTestsuites/Core/I64Test.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 I64Test extends SpecTestsuiteBase @@ -19,7 +18,6 @@ final class I64Test extends SpecTestsuiteBase ); } - #[Depends('testModule0')] public function testAssertReturn1(): void { $this->runAssertReturnCommand( @@ -29,7 +27,6 @@ final class I64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1')] public function testAssertReturn2(): void { $this->runAssertReturnCommand( @@ -39,7 +36,6 @@ final class I64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2')] public function testAssertReturn3(): void { $this->runAssertReturnCommand( @@ -49,7 +45,6 @@ final class I64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn3')] public function testAssertReturn4(): void { $this->runAssertReturnCommand( @@ -59,7 +54,6 @@ final class I64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn4')] public function testAssertReturn5(): void { $this->runAssertReturnCommand( @@ -69,7 +63,6 @@ final class I64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn5')] public function testAssertReturn6(): void { $this->runAssertReturnCommand( @@ -79,7 +72,6 @@ final class I64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn6')] public function testAssertReturn7(): void { $this->runAssertReturnCommand( @@ -89,7 +81,6 @@ final class I64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn7')] public function testAssertReturn8(): void { $this->runAssertReturnCommand( @@ -99,7 +90,6 @@ final class I64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn8')] public function testAssertReturn9(): void { $this->runAssertReturnCommand( @@ -109,7 +99,6 @@ final class I64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn9')] public function testAssertReturn10(): void { $this->runAssertReturnCommand( @@ -119,7 +108,6 @@ final class I64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn10')] public function testAssertReturn11(): void { $this->runAssertReturnCommand( @@ -129,7 +117,6 @@ final class I64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn11')] public function testAssertReturn12(): void { $this->runAssertReturnCommand( @@ -139,7 +126,6 @@ final class I64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn12')] public function testAssertReturn13(): void { $this->runAssertReturnCommand( @@ -149,7 +135,6 @@ final class I64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn13')] public function testAssertReturn14(): void { $this->runAssertReturnCommand( @@ -159,7 +144,6 @@ final class I64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn14')] public function testAssertReturn15(): void { $this->runAssertReturnCommand( @@ -169,7 +153,6 @@ final class I64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn15')] public function testAssertReturn16(): void { $this->runAssertReturnCommand( @@ -179,7 +162,6 @@ final class I64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn16')] public function testAssertReturn17(): void { $this->runAssertReturnCommand( @@ -189,7 +171,6 @@ final class I64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn17')] public function testAssertReturn18(): void { $this->runAssertReturnCommand( @@ -199,7 +180,6 @@ final class I64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn18')] public function testAssertReturn19(): void { $this->runAssertReturnCommand( @@ -209,7 +189,6 @@ final class I64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn19')] public function testAssertReturn20(): void { $this->runAssertReturnCommand( @@ -219,7 +198,6 @@ final class I64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn20')] public function testAssertReturn21(): void { $this->runAssertReturnCommand( @@ -229,7 +207,6 @@ final class I64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn21')] public function testAssertReturn22(): void { $this->runAssertReturnCommand( @@ -239,7 +216,6 @@ final class I64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn22')] public function testAssertReturn23(): void { $this->runAssertReturnCommand( @@ -249,7 +225,6 @@ final class I64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn23')] public function testAssertReturn24(): void { $this->runAssertReturnCommand( @@ -259,7 +234,6 @@ final class I64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn24')] public function testAssertTrap25(): void { $this->runAssertTrapCommand( @@ -269,7 +243,6 @@ final class I64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap25')] public function testAssertTrap26(): void { $this->runAssertTrapCommand( @@ -279,7 +252,6 @@ final class I64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap26')] public function testAssertTrap27(): void { $this->runAssertTrapCommand( @@ -289,7 +261,6 @@ final class I64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap27')] public function testAssertTrap28(): void { $this->runAssertTrapCommand( @@ -299,7 +270,6 @@ final class I64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap28')] public function testAssertReturn29(): void { $this->runAssertReturnCommand( @@ -309,7 +279,6 @@ final class I64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn29')] public function testAssertReturn30(): void { $this->runAssertReturnCommand( @@ -319,7 +288,6 @@ final class I64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn30')] public function testAssertReturn31(): void { $this->runAssertReturnCommand( @@ -329,7 +297,6 @@ final class I64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn31')] public function testAssertReturn32(): void { $this->runAssertReturnCommand( @@ -339,7 +306,6 @@ final class I64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn32')] public function testAssertReturn33(): void { $this->runAssertReturnCommand( @@ -349,7 +315,6 @@ final class I64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn33')] public function testAssertReturn34(): void { $this->runAssertReturnCommand( @@ -359,7 +324,6 @@ final class I64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn34')] public function testAssertReturn35(): void { $this->runAssertReturnCommand( @@ -369,7 +333,6 @@ final class I64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn35')] public function testAssertReturn36(): void { $this->runAssertReturnCommand( @@ -379,7 +342,6 @@ final class I64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn36')] public function testAssertReturn37(): void { $this->runAssertReturnCommand( @@ -389,7 +351,6 @@ final class I64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn37')] public function testAssertReturn38(): void { $this->runAssertReturnCommand( @@ -399,7 +360,6 @@ final class I64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn38')] public function testAssertReturn39(): void { $this->runAssertReturnCommand( @@ -409,7 +369,6 @@ final class I64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn39')] public function testAssertReturn40(): void { $this->runAssertReturnCommand( @@ -419,7 +378,6 @@ final class I64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn40')] public function testAssertReturn41(): void { $this->runAssertReturnCommand( @@ -429,7 +387,6 @@ final class I64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn41')] public function testAssertReturn42(): void { $this->runAssertReturnCommand( @@ -439,7 +396,6 @@ final class I64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn42')] public function testAssertReturn43(): void { $this->runAssertReturnCommand( @@ -449,7 +405,6 @@ final class I64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn43')] public function testAssertReturn44(): void { $this->runAssertReturnCommand( @@ -459,7 +414,6 @@ final class I64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn44')] public function testAssertTrap45(): void { $this->runAssertTrapCommand( @@ -469,7 +423,6 @@ final class I64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap45')] public function testAssertTrap46(): void { $this->runAssertTrapCommand( @@ -479,7 +432,6 @@ final class I64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap46')] public function testAssertReturn47(): void { $this->runAssertReturnCommand( @@ -489,7 +441,6 @@ final class I64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn47')] public function testAssertReturn48(): void { $this->runAssertReturnCommand( @@ -499,7 +450,6 @@ final class I64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn48')] public function testAssertReturn49(): void { $this->runAssertReturnCommand( @@ -509,7 +459,6 @@ final class I64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn49')] public function testAssertReturn50(): void { $this->runAssertReturnCommand( @@ -519,7 +468,6 @@ final class I64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn50')] public function testAssertReturn51(): void { $this->runAssertReturnCommand( @@ -529,7 +477,6 @@ final class I64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn51')] public function testAssertReturn52(): void { $this->runAssertReturnCommand( @@ -539,7 +486,6 @@ final class I64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn52')] public function testAssertReturn53(): void { $this->runAssertReturnCommand( @@ -549,7 +495,6 @@ final class I64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn53')] public function testAssertReturn54(): void { $this->runAssertReturnCommand( @@ -559,7 +504,6 @@ final class I64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn54')] public function testAssertReturn55(): void { $this->runAssertReturnCommand( @@ -569,7 +513,6 @@ final class I64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn55')] public function testAssertReturn56(): void { $this->runAssertReturnCommand( @@ -579,7 +522,6 @@ final class I64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn56')] public function testAssertReturn57(): void { $this->runAssertReturnCommand( @@ -589,7 +531,6 @@ final class I64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn57')] public function testAssertReturn58(): void { $this->runAssertReturnCommand( @@ -599,7 +540,6 @@ final class I64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn58')] public function testAssertReturn59(): void { $this->runAssertReturnCommand( @@ -609,7 +549,6 @@ final class I64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn59')] public function testAssertReturn60(): void { $this->runAssertReturnCommand( @@ -619,7 +558,6 @@ final class I64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn60')] public function testAssertTrap61(): void { $this->runAssertTrapCommand( @@ -629,7 +567,6 @@ final class I64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap61')] public function testAssertTrap62(): void { $this->runAssertTrapCommand( @@ -639,7 +576,6 @@ final class I64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap62')] public function testAssertReturn63(): void { $this->runAssertReturnCommand( @@ -649,7 +585,6 @@ final class I64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn63')] public function testAssertReturn64(): void { $this->runAssertReturnCommand( @@ -659,7 +594,6 @@ final class I64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn64')] public function testAssertReturn65(): void { $this->runAssertReturnCommand( @@ -669,7 +603,6 @@ final class I64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn65')] public function testAssertReturn66(): void { $this->runAssertReturnCommand( @@ -679,7 +612,6 @@ final class I64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn66')] public function testAssertReturn67(): void { $this->runAssertReturnCommand( @@ -689,7 +621,6 @@ final class I64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn67')] public function testAssertReturn68(): void { $this->runAssertReturnCommand( @@ -699,7 +630,6 @@ final class I64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn68')] public function testAssertReturn69(): void { $this->runAssertReturnCommand( @@ -709,7 +639,6 @@ final class I64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn69')] public function testAssertReturn70(): void { $this->runAssertReturnCommand( @@ -719,7 +648,6 @@ final class I64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn70')] public function testAssertReturn71(): void { $this->runAssertReturnCommand( @@ -729,7 +657,6 @@ final class I64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn71')] public function testAssertReturn72(): void { $this->runAssertReturnCommand( @@ -739,7 +666,6 @@ final class I64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn72')] public function testAssertReturn73(): void { $this->runAssertReturnCommand( @@ -749,7 +675,6 @@ final class I64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn73')] public function testAssertReturn74(): void { $this->runAssertReturnCommand( @@ -759,7 +684,6 @@ final class I64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn74')] public function testAssertReturn75(): void { $this->runAssertReturnCommand( @@ -769,7 +693,6 @@ final class I64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn75')] public function testAssertReturn76(): void { $this->runAssertReturnCommand( @@ -779,7 +702,6 @@ final class I64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn76')] public function testAssertReturn77(): void { $this->runAssertReturnCommand( @@ -789,7 +711,6 @@ final class I64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn77')] public function testAssertReturn78(): void { $this->runAssertReturnCommand( @@ -799,7 +720,6 @@ final class I64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn78')] public function testAssertReturn79(): void { $this->runAssertReturnCommand( @@ -809,7 +729,6 @@ final class I64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn79')] public function testAssertReturn80(): void { $this->runAssertReturnCommand( @@ -819,7 +738,6 @@ final class I64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn80')] public function testAssertTrap81(): void { $this->runAssertTrapCommand( @@ -829,7 +747,6 @@ final class I64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap81')] public function testAssertTrap82(): void { $this->runAssertTrapCommand( @@ -839,7 +756,6 @@ final class I64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap82')] public function testAssertReturn83(): void { $this->runAssertReturnCommand( @@ -849,7 +765,6 @@ final class I64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn83')] public function testAssertReturn84(): void { $this->runAssertReturnCommand( @@ -859,7 +774,6 @@ final class I64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn84')] public function testAssertReturn85(): void { $this->runAssertReturnCommand( @@ -869,7 +783,6 @@ final class I64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn85')] public function testAssertReturn86(): void { $this->runAssertReturnCommand( @@ -879,7 +792,6 @@ final class I64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn86')] public function testAssertReturn87(): void { $this->runAssertReturnCommand( @@ -889,7 +801,6 @@ final class I64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn87')] public function testAssertReturn88(): void { $this->runAssertReturnCommand( @@ -899,7 +810,6 @@ final class I64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn88')] public function testAssertReturn89(): void { $this->runAssertReturnCommand( @@ -909,7 +819,6 @@ final class I64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn89')] public function testAssertReturn90(): void { $this->runAssertReturnCommand( @@ -919,7 +828,6 @@ final class I64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn90')] public function testAssertReturn91(): void { $this->runAssertReturnCommand( @@ -929,7 +837,6 @@ final class I64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn91')] public function testAssertReturn92(): void { $this->runAssertReturnCommand( @@ -939,7 +846,6 @@ final class I64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn92')] public function testAssertReturn93(): void { $this->runAssertReturnCommand( @@ -949,7 +855,6 @@ final class I64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn93')] public function testAssertReturn94(): void { $this->runAssertReturnCommand( @@ -959,7 +864,6 @@ final class I64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn94')] public function testAssertReturn95(): void { $this->runAssertReturnCommand( @@ -969,7 +873,6 @@ final class I64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn95')] public function testAssertReturn96(): void { $this->runAssertReturnCommand( @@ -979,7 +882,6 @@ final class I64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn96')] public function testAssertReturn97(): void { $this->runAssertReturnCommand( @@ -989,7 +891,6 @@ final class I64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn97')] public function testAssertReturn98(): void { $this->runAssertReturnCommand( @@ -999,7 +900,6 @@ final class I64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn98')] public function testAssertReturn99(): void { $this->runAssertReturnCommand( @@ -1009,7 +909,6 @@ final class I64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn99')] public function testAssertReturn100(): void { $this->runAssertReturnCommand( @@ -1019,7 +918,6 @@ final class I64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn100')] public function testAssertReturn101(): void { $this->runAssertReturnCommand( @@ -1029,7 +927,6 @@ final class I64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn101')] public function testAssertReturn102(): void { $this->runAssertReturnCommand( @@ -1039,7 +936,6 @@ final class I64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn102')] public function testAssertReturn103(): void { $this->runAssertReturnCommand( @@ -1049,7 +945,6 @@ final class I64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn103')] public function testAssertReturn104(): void { $this->runAssertReturnCommand( @@ -1059,7 +954,6 @@ final class I64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn104')] public function testAssertReturn105(): void { $this->runAssertReturnCommand( @@ -1069,7 +963,6 @@ final class I64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn105')] public function testAssertReturn106(): void { $this->runAssertReturnCommand( @@ -1079,7 +972,6 @@ final class I64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn106')] public function testAssertReturn107(): void { $this->runAssertReturnCommand( @@ -1089,7 +981,6 @@ final class I64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn107')] public function testAssertReturn108(): void { $this->runAssertReturnCommand( @@ -1099,7 +990,6 @@ final class I64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn108')] public function testAssertReturn109(): void { $this->runAssertReturnCommand( @@ -1109,7 +999,6 @@ final class I64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn109')] public function testAssertReturn110(): void { $this->runAssertReturnCommand( @@ -1119,7 +1008,6 @@ final class I64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn110')] public function testAssertReturn111(): void { $this->runAssertReturnCommand( @@ -1129,7 +1017,6 @@ final class I64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn111')] public function testAssertReturn112(): void { $this->runAssertReturnCommand( @@ -1139,7 +1026,6 @@ final class I64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn112')] public function testAssertReturn113(): void { $this->runAssertReturnCommand( @@ -1149,7 +1035,6 @@ final class I64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn113')] public function testAssertReturn114(): void { $this->runAssertReturnCommand( @@ -1159,7 +1044,6 @@ final class I64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn114')] public function testAssertReturn115(): void { $this->runAssertReturnCommand( @@ -1169,7 +1053,6 @@ final class I64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn115')] public function testAssertReturn116(): void { $this->runAssertReturnCommand( @@ -1179,7 +1062,6 @@ final class I64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn116')] public function testAssertReturn117(): void { $this->runAssertReturnCommand( @@ -1189,7 +1071,6 @@ final class I64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn117')] public function testAssertReturn118(): void { $this->runAssertReturnCommand( @@ -1199,7 +1080,6 @@ final class I64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn118')] public function testAssertReturn119(): void { $this->runAssertReturnCommand( @@ -1209,7 +1089,6 @@ final class I64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn119')] public function testAssertReturn120(): void { $this->runAssertReturnCommand( @@ -1219,7 +1098,6 @@ final class I64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn120')] public function testAssertReturn121(): void { $this->runAssertReturnCommand( @@ -1229,7 +1107,6 @@ final class I64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn121')] public function testAssertReturn122(): void { $this->runAssertReturnCommand( @@ -1239,7 +1116,6 @@ final class I64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn122')] public function testAssertReturn123(): void { $this->runAssertReturnCommand( @@ -1249,7 +1125,6 @@ final class I64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn123')] public function testAssertReturn124(): void { $this->runAssertReturnCommand( @@ -1259,7 +1134,6 @@ final class I64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn124')] public function testAssertReturn125(): void { $this->runAssertReturnCommand( @@ -1269,7 +1143,6 @@ final class I64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn125')] public function testAssertReturn126(): void { $this->runAssertReturnCommand( @@ -1279,7 +1152,6 @@ final class I64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn126')] public function testAssertReturn127(): void { $this->runAssertReturnCommand( @@ -1289,7 +1161,6 @@ final class I64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn127')] public function testAssertReturn128(): void { $this->runAssertReturnCommand( @@ -1299,7 +1170,6 @@ final class I64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn128')] public function testAssertReturn129(): void { $this->runAssertReturnCommand( @@ -1309,7 +1179,6 @@ final class I64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn129')] public function testAssertReturn130(): void { $this->runAssertReturnCommand( @@ -1319,7 +1188,6 @@ final class I64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn130')] public function testAssertReturn131(): void { $this->runAssertReturnCommand( @@ -1329,7 +1197,6 @@ final class I64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn131')] public function testAssertReturn132(): void { $this->runAssertReturnCommand( @@ -1339,7 +1206,6 @@ final class I64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn132')] public function testAssertReturn133(): void { $this->runAssertReturnCommand( @@ -1349,7 +1215,6 @@ final class I64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn133')] public function testAssertReturn134(): void { $this->runAssertReturnCommand( @@ -1359,7 +1224,6 @@ final class I64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn134')] public function testAssertReturn135(): void { $this->runAssertReturnCommand( @@ -1369,7 +1233,6 @@ final class I64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn135')] public function testAssertReturn136(): void { $this->runAssertReturnCommand( @@ -1379,7 +1242,6 @@ final class I64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn136')] public function testAssertReturn137(): void { $this->runAssertReturnCommand( @@ -1389,7 +1251,6 @@ final class I64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn137')] public function testAssertReturn138(): void { $this->runAssertReturnCommand( @@ -1399,7 +1260,6 @@ final class I64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn138')] public function testAssertReturn139(): void { $this->runAssertReturnCommand( @@ -1409,7 +1269,6 @@ final class I64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn139')] public function testAssertReturn140(): void { $this->runAssertReturnCommand( @@ -1419,7 +1278,6 @@ final class I64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn140')] public function testAssertReturn141(): void { $this->runAssertReturnCommand( @@ -1429,7 +1287,6 @@ final class I64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn141')] public function testAssertReturn142(): void { $this->runAssertReturnCommand( @@ -1439,7 +1296,6 @@ final class I64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn142')] public function testAssertReturn143(): void { $this->runAssertReturnCommand( @@ -1449,7 +1305,6 @@ final class I64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn143')] public function testAssertReturn144(): void { $this->runAssertReturnCommand( @@ -1459,7 +1314,6 @@ final class I64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn144')] public function testAssertReturn145(): void { $this->runAssertReturnCommand( @@ -1469,7 +1323,6 @@ final class I64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn145')] public function testAssertReturn146(): void { $this->runAssertReturnCommand( @@ -1479,7 +1332,6 @@ final class I64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn146')] public function testAssertReturn147(): void { $this->runAssertReturnCommand( @@ -1489,7 +1341,6 @@ final class I64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn147')] public function testAssertReturn148(): void { $this->runAssertReturnCommand( @@ -1499,7 +1350,6 @@ final class I64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn148')] public function testAssertReturn149(): void { $this->runAssertReturnCommand( @@ -1509,7 +1359,6 @@ final class I64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn149')] public function testAssertReturn150(): void { $this->runAssertReturnCommand( @@ -1519,7 +1368,6 @@ final class I64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn150')] public function testAssertReturn151(): void { $this->runAssertReturnCommand( @@ -1529,7 +1377,6 @@ final class I64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn151')] public function testAssertReturn152(): void { $this->runAssertReturnCommand( @@ -1539,7 +1386,6 @@ final class I64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn152')] public function testAssertReturn153(): void { $this->runAssertReturnCommand( @@ -1549,7 +1395,6 @@ final class I64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn153')] public function testAssertReturn154(): void { $this->runAssertReturnCommand( @@ -1559,7 +1404,6 @@ final class I64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn154')] public function testAssertReturn155(): void { $this->runAssertReturnCommand( @@ -1569,7 +1413,6 @@ final class I64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn155')] public function testAssertReturn156(): void { $this->runAssertReturnCommand( @@ -1579,7 +1422,6 @@ final class I64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn156')] public function testAssertReturn157(): void { $this->runAssertReturnCommand( @@ -1589,7 +1431,6 @@ final class I64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn157')] public function testAssertReturn158(): void { $this->runAssertReturnCommand( @@ -1599,7 +1440,6 @@ final class I64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn158')] public function testAssertReturn159(): void { $this->runAssertReturnCommand( @@ -1609,7 +1449,6 @@ final class I64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn159')] public function testAssertReturn160(): void { $this->runAssertReturnCommand( @@ -1619,7 +1458,6 @@ final class I64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn160')] public function testAssertReturn161(): void { $this->runAssertReturnCommand( @@ -1629,7 +1467,6 @@ final class I64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn161')] public function testAssertReturn162(): void { $this->runAssertReturnCommand( @@ -1639,7 +1476,6 @@ final class I64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn162')] public function testAssertReturn163(): void { $this->runAssertReturnCommand( @@ -1649,7 +1485,6 @@ final class I64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn163')] public function testAssertReturn164(): void { $this->runAssertReturnCommand( @@ -1659,7 +1494,6 @@ final class I64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn164')] public function testAssertReturn165(): void { $this->runAssertReturnCommand( @@ -1669,7 +1503,6 @@ final class I64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn165')] public function testAssertReturn166(): void { $this->runAssertReturnCommand( @@ -1679,7 +1512,6 @@ final class I64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn166')] public function testAssertReturn167(): void { $this->runAssertReturnCommand( @@ -1689,7 +1521,6 @@ final class I64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn167')] public function testAssertReturn168(): void { $this->runAssertReturnCommand( @@ -1699,7 +1530,6 @@ final class I64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn168')] public function testAssertReturn169(): void { $this->runAssertReturnCommand( @@ -1709,7 +1539,6 @@ final class I64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn169')] public function testAssertReturn170(): void { $this->runAssertReturnCommand( @@ -1719,7 +1548,6 @@ final class I64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn170')] public function testAssertReturn171(): void { $this->runAssertReturnCommand( @@ -1729,7 +1557,6 @@ final class I64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn171')] public function testAssertReturn172(): void { $this->runAssertReturnCommand( @@ -1739,7 +1566,6 @@ final class I64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn172')] public function testAssertReturn173(): void { $this->runAssertReturnCommand( @@ -1749,7 +1575,6 @@ final class I64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn173')] public function testAssertReturn174(): void { $this->runAssertReturnCommand( @@ -1759,7 +1584,6 @@ final class I64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn174')] public function testAssertReturn175(): void { $this->runAssertReturnCommand( @@ -1769,7 +1593,6 @@ final class I64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn175')] public function testAssertReturn176(): void { $this->runAssertReturnCommand( @@ -1779,7 +1602,6 @@ final class I64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn176')] public function testAssertReturn177(): void { $this->runAssertReturnCommand( @@ -1789,7 +1611,6 @@ final class I64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn177')] public function testAssertReturn178(): void { $this->runAssertReturnCommand( @@ -1799,7 +1620,6 @@ final class I64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn178')] public function testAssertReturn179(): void { $this->runAssertReturnCommand( @@ -1809,7 +1629,6 @@ final class I64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn179')] public function testAssertReturn180(): void { $this->runAssertReturnCommand( @@ -1819,7 +1638,6 @@ final class I64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn180')] public function testAssertReturn181(): void { $this->runAssertReturnCommand( @@ -1829,7 +1647,6 @@ final class I64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn181')] public function testAssertReturn182(): void { $this->runAssertReturnCommand( @@ -1839,7 +1656,6 @@ final class I64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn182')] public function testAssertReturn183(): void { $this->runAssertReturnCommand( @@ -1849,7 +1665,6 @@ final class I64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn183')] public function testAssertReturn184(): void { $this->runAssertReturnCommand( @@ -1859,7 +1674,6 @@ final class I64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn184')] public function testAssertReturn185(): void { $this->runAssertReturnCommand( @@ -1869,7 +1683,6 @@ final class I64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn185')] public function testAssertReturn186(): void { $this->runAssertReturnCommand( @@ -1879,7 +1692,6 @@ final class I64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn186')] public function testAssertReturn187(): void { $this->runAssertReturnCommand( @@ -1889,7 +1701,6 @@ final class I64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn187')] public function testAssertReturn188(): void { $this->runAssertReturnCommand( @@ -1899,7 +1710,6 @@ final class I64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn188')] public function testAssertReturn189(): void { $this->runAssertReturnCommand( @@ -1909,7 +1719,6 @@ final class I64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn189')] public function testAssertReturn190(): void { $this->runAssertReturnCommand( @@ -1919,7 +1728,6 @@ final class I64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn190')] public function testAssertReturn191(): void { $this->runAssertReturnCommand( @@ -1929,7 +1737,6 @@ final class I64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn191')] public function testAssertReturn192(): void { $this->runAssertReturnCommand( @@ -1939,7 +1746,6 @@ final class I64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn192')] public function testAssertReturn193(): void { $this->runAssertReturnCommand( @@ -1949,7 +1755,6 @@ final class I64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn193')] public function testAssertReturn194(): void { $this->runAssertReturnCommand( @@ -1959,7 +1764,6 @@ final class I64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn194')] public function testAssertReturn195(): void { $this->runAssertReturnCommand( @@ -1969,7 +1773,6 @@ final class I64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn195')] public function testAssertReturn196(): void { $this->runAssertReturnCommand( @@ -1979,7 +1782,6 @@ final class I64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn196')] public function testAssertReturn197(): void { $this->runAssertReturnCommand( @@ -1989,7 +1791,6 @@ final class I64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn197')] public function testAssertReturn198(): void { $this->runAssertReturnCommand( @@ -1999,7 +1800,6 @@ final class I64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn198')] public function testAssertReturn199(): void { $this->runAssertReturnCommand( @@ -2009,7 +1809,6 @@ final class I64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn199')] public function testAssertReturn200(): void { $this->runAssertReturnCommand( @@ -2019,7 +1818,6 @@ final class I64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn200')] public function testAssertReturn201(): void { $this->runAssertReturnCommand( @@ -2029,7 +1827,6 @@ final class I64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn201')] public function testAssertReturn202(): void { $this->runAssertReturnCommand( @@ -2039,7 +1836,6 @@ final class I64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn202')] public function testAssertReturn203(): void { $this->runAssertReturnCommand( @@ -2049,7 +1845,6 @@ final class I64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn203')] public function testAssertReturn204(): void { $this->runAssertReturnCommand( @@ -2059,7 +1854,6 @@ final class I64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn204')] public function testAssertReturn205(): void { $this->runAssertReturnCommand( @@ -2069,7 +1863,6 @@ final class I64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn205')] public function testAssertReturn206(): void { $this->runAssertReturnCommand( @@ -2079,7 +1872,6 @@ final class I64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn206')] public function testAssertReturn207(): void { $this->runAssertReturnCommand( @@ -2089,7 +1881,6 @@ final class I64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn207')] public function testAssertReturn208(): void { $this->runAssertReturnCommand( @@ -2099,7 +1890,6 @@ final class I64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn208')] public function testAssertReturn209(): void { $this->runAssertReturnCommand( @@ -2109,7 +1899,6 @@ final class I64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn209')] public function testAssertReturn210(): void { $this->runAssertReturnCommand( @@ -2119,7 +1908,6 @@ final class I64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn210')] public function testAssertReturn211(): void { $this->runAssertReturnCommand( @@ -2129,7 +1917,6 @@ final class I64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn211')] public function testAssertReturn212(): void { $this->runAssertReturnCommand( @@ -2139,7 +1926,6 @@ final class I64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn212')] public function testAssertReturn213(): void { $this->runAssertReturnCommand( @@ -2149,7 +1935,6 @@ final class I64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn213')] public function testAssertReturn214(): void { $this->runAssertReturnCommand( @@ -2159,7 +1944,6 @@ final class I64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn214')] public function testAssertReturn215(): void { $this->runAssertReturnCommand( @@ -2169,7 +1953,6 @@ final class I64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn215')] public function testAssertReturn216(): void { $this->runAssertReturnCommand( @@ -2179,7 +1962,6 @@ final class I64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn216')] public function testAssertReturn217(): void { $this->runAssertReturnCommand( @@ -2189,7 +1971,6 @@ final class I64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn217')] public function testAssertReturn218(): void { $this->runAssertReturnCommand( @@ -2199,7 +1980,6 @@ final class I64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn218')] public function testAssertReturn219(): void { $this->runAssertReturnCommand( @@ -2209,7 +1989,6 @@ final class I64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn219')] public function testAssertReturn220(): void { $this->runAssertReturnCommand( @@ -2219,7 +1998,6 @@ final class I64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn220')] public function testAssertReturn221(): void { $this->runAssertReturnCommand( @@ -2229,7 +2007,6 @@ final class I64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn221')] public function testAssertReturn222(): void { $this->runAssertReturnCommand( @@ -2239,7 +2016,6 @@ final class I64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn222')] public function testAssertReturn223(): void { $this->runAssertReturnCommand( @@ -2249,7 +2025,6 @@ final class I64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn223')] public function testAssertReturn224(): void { $this->runAssertReturnCommand( @@ -2259,7 +2034,6 @@ final class I64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn224')] public function testAssertReturn225(): void { $this->runAssertReturnCommand( @@ -2269,7 +2043,6 @@ final class I64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn225')] public function testAssertReturn226(): void { $this->runAssertReturnCommand( @@ -2279,7 +2052,6 @@ final class I64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn226')] public function testAssertReturn227(): void { $this->runAssertReturnCommand( @@ -2289,7 +2061,6 @@ final class I64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn227')] public function testAssertReturn228(): void { $this->runAssertReturnCommand( @@ -2299,7 +2070,6 @@ final class I64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn228')] public function testAssertReturn229(): void { $this->runAssertReturnCommand( @@ -2309,7 +2079,6 @@ final class I64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn229')] public function testAssertReturn230(): void { $this->runAssertReturnCommand( @@ -2319,7 +2088,6 @@ final class I64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn230')] public function testAssertReturn231(): void { $this->runAssertReturnCommand( @@ -2329,7 +2097,6 @@ final class I64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn231')] public function testAssertReturn232(): void { $this->runAssertReturnCommand( @@ -2339,7 +2106,6 @@ final class I64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn232')] public function testAssertReturn233(): void { $this->runAssertReturnCommand( @@ -2349,7 +2115,6 @@ final class I64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn233')] public function testAssertReturn234(): void { $this->runAssertReturnCommand( @@ -2359,7 +2124,6 @@ final class I64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn234')] public function testAssertReturn235(): void { $this->runAssertReturnCommand( @@ -2369,7 +2133,6 @@ final class I64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn235')] public function testAssertReturn236(): void { $this->runAssertReturnCommand( @@ -2379,7 +2142,6 @@ final class I64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn236')] public function testAssertReturn237(): void { $this->runAssertReturnCommand( @@ -2389,7 +2151,6 @@ final class I64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn237')] public function testAssertReturn238(): void { $this->runAssertReturnCommand( @@ -2399,7 +2160,6 @@ final class I64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn238')] public function testAssertReturn239(): void { $this->runAssertReturnCommand( @@ -2409,7 +2169,6 @@ final class I64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn239')] public function testAssertReturn240(): void { $this->runAssertReturnCommand( @@ -2419,7 +2178,6 @@ final class I64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn240')] public function testAssertReturn241(): void { $this->runAssertReturnCommand( @@ -2429,7 +2187,6 @@ final class I64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn241')] public function testAssertReturn242(): void { $this->runAssertReturnCommand( @@ -2439,7 +2196,6 @@ final class I64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn242')] public function testAssertReturn243(): void { $this->runAssertReturnCommand( @@ -2449,7 +2205,6 @@ final class I64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn243')] public function testAssertReturn244(): void { $this->runAssertReturnCommand( @@ -2459,7 +2214,6 @@ final class I64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn244')] public function testAssertReturn245(): void { $this->runAssertReturnCommand( @@ -2469,7 +2223,6 @@ final class I64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn245')] public function testAssertReturn246(): void { $this->runAssertReturnCommand( @@ -2479,7 +2232,6 @@ final class I64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn246')] public function testAssertReturn247(): void { $this->runAssertReturnCommand( @@ -2489,7 +2241,6 @@ final class I64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn247')] public function testAssertReturn248(): void { $this->runAssertReturnCommand( @@ -2499,7 +2250,6 @@ final class I64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn248')] public function testAssertReturn249(): void { $this->runAssertReturnCommand( @@ -2509,7 +2259,6 @@ final class I64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn249')] public function testAssertReturn250(): void { $this->runAssertReturnCommand( @@ -2519,7 +2268,6 @@ final class I64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn250')] public function testAssertReturn251(): void { $this->runAssertReturnCommand( @@ -2529,7 +2277,6 @@ final class I64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn251')] public function testAssertReturn252(): void { $this->runAssertReturnCommand( @@ -2539,7 +2286,6 @@ final class I64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn252')] public function testAssertReturn253(): void { $this->runAssertReturnCommand( @@ -2549,7 +2295,6 @@ final class I64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn253')] public function testAssertReturn254(): void { $this->runAssertReturnCommand( @@ -2559,7 +2304,6 @@ final class I64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn254')] public function testAssertReturn255(): void { $this->runAssertReturnCommand( @@ -2569,7 +2313,6 @@ final class I64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn255')] public function testAssertReturn256(): void { $this->runAssertReturnCommand( @@ -2579,7 +2322,6 @@ final class I64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn256')] public function testAssertReturn257(): void { $this->runAssertReturnCommand( @@ -2589,7 +2331,6 @@ final class I64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn257')] public function testAssertReturn258(): void { $this->runAssertReturnCommand( @@ -2599,7 +2340,6 @@ final class I64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn258')] public function testAssertReturn259(): void { $this->runAssertReturnCommand( @@ -2609,7 +2349,6 @@ final class I64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn259')] public function testAssertReturn260(): void { $this->runAssertReturnCommand( @@ -2619,7 +2358,6 @@ final class I64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn260')] public function testAssertReturn261(): void { $this->runAssertReturnCommand( @@ -2629,7 +2367,6 @@ final class I64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn261')] public function testAssertReturn262(): void { $this->runAssertReturnCommand( @@ -2639,7 +2376,6 @@ final class I64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn262')] public function testAssertReturn263(): void { $this->runAssertReturnCommand( @@ -2649,7 +2385,6 @@ final class I64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn263')] public function testAssertReturn264(): void { $this->runAssertReturnCommand( @@ -2659,7 +2394,6 @@ final class I64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn264')] public function testAssertReturn265(): void { $this->runAssertReturnCommand( @@ -2669,7 +2403,6 @@ final class I64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn265')] public function testAssertReturn266(): void { $this->runAssertReturnCommand( @@ -2679,7 +2412,6 @@ final class I64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn266')] public function testAssertReturn267(): void { $this->runAssertReturnCommand( @@ -2689,7 +2421,6 @@ final class I64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn267')] public function testAssertReturn268(): void { $this->runAssertReturnCommand( @@ -2699,7 +2430,6 @@ final class I64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn268')] public function testAssertReturn269(): void { $this->runAssertReturnCommand( @@ -2709,7 +2439,6 @@ final class I64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn269')] public function testAssertReturn270(): void { $this->runAssertReturnCommand( @@ -2719,7 +2448,6 @@ final class I64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn270')] public function testAssertReturn271(): void { $this->runAssertReturnCommand( @@ -2729,7 +2457,6 @@ final class I64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn271')] public function testAssertReturn272(): void { $this->runAssertReturnCommand( @@ -2739,7 +2466,6 @@ final class I64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn272')] public function testAssertReturn273(): void { $this->runAssertReturnCommand( @@ -2749,7 +2475,6 @@ final class I64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn273')] public function testAssertReturn274(): void { $this->runAssertReturnCommand( @@ -2759,7 +2484,6 @@ final class I64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn274')] public function testAssertReturn275(): void { $this->runAssertReturnCommand( @@ -2769,7 +2493,6 @@ final class I64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn275')] public function testAssertReturn276(): void { $this->runAssertReturnCommand( @@ -2779,7 +2502,6 @@ final class I64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn276')] public function testAssertReturn277(): void { $this->runAssertReturnCommand( @@ -2789,7 +2511,6 @@ final class I64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn277')] public function testAssertReturn278(): void { $this->runAssertReturnCommand( @@ -2799,7 +2520,6 @@ final class I64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn278')] public function testAssertReturn279(): void { $this->runAssertReturnCommand( @@ -2809,7 +2529,6 @@ final class I64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn279')] public function testAssertReturn280(): void { $this->runAssertReturnCommand( @@ -2819,7 +2538,6 @@ final class I64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn280')] public function testAssertReturn281(): void { $this->runAssertReturnCommand( @@ -2829,7 +2547,6 @@ final class I64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn281')] public function testAssertReturn282(): void { $this->runAssertReturnCommand( @@ -2839,7 +2556,6 @@ final class I64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn282')] public function testAssertReturn283(): void { $this->runAssertReturnCommand( @@ -2849,7 +2565,6 @@ final class I64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn283')] public function testAssertReturn284(): void { $this->runAssertReturnCommand( @@ -2859,7 +2574,6 @@ final class I64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn284')] public function testAssertReturn285(): void { $this->runAssertReturnCommand( @@ -2869,7 +2583,6 @@ final class I64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn285')] public function testAssertReturn286(): void { $this->runAssertReturnCommand( @@ -2879,7 +2592,6 @@ final class I64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn286')] public function testAssertReturn287(): void { $this->runAssertReturnCommand( @@ -2889,7 +2601,6 @@ final class I64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn287')] public function testAssertReturn288(): void { $this->runAssertReturnCommand( @@ -2899,7 +2610,6 @@ final class I64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn288')] public function testAssertReturn289(): void { $this->runAssertReturnCommand( @@ -2909,7 +2619,6 @@ final class I64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn289')] public function testAssertReturn290(): void { $this->runAssertReturnCommand( @@ -2919,7 +2628,6 @@ final class I64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn290')] public function testAssertReturn291(): void { $this->runAssertReturnCommand( @@ -2929,7 +2637,6 @@ final class I64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn291')] public function testAssertReturn292(): void { $this->runAssertReturnCommand( @@ -2939,7 +2646,6 @@ final class I64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn292')] public function testAssertReturn293(): void { $this->runAssertReturnCommand( @@ -2949,7 +2655,6 @@ final class I64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn293')] public function testAssertReturn294(): void { $this->runAssertReturnCommand( @@ -2959,7 +2664,6 @@ final class I64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn294')] public function testAssertReturn295(): void { $this->runAssertReturnCommand( @@ -2969,7 +2673,6 @@ final class I64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn295')] public function testAssertReturn296(): void { $this->runAssertReturnCommand( @@ -2979,7 +2682,6 @@ final class I64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn296')] public function testAssertReturn297(): void { $this->runAssertReturnCommand( @@ -2989,7 +2691,6 @@ final class I64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn297')] public function testAssertReturn298(): void { $this->runAssertReturnCommand( @@ -2999,7 +2700,6 @@ final class I64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn298')] public function testAssertReturn299(): void { $this->runAssertReturnCommand( @@ -3009,7 +2709,6 @@ final class I64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn299')] public function testAssertReturn300(): void { $this->runAssertReturnCommand( @@ -3019,7 +2718,6 @@ final class I64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn300')] public function testAssertReturn301(): void { $this->runAssertReturnCommand( @@ -3029,7 +2727,6 @@ final class I64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn301')] public function testAssertReturn302(): void { $this->runAssertReturnCommand( @@ -3039,7 +2736,6 @@ final class I64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn302')] public function testAssertReturn303(): void { $this->runAssertReturnCommand( @@ -3049,7 +2745,6 @@ final class I64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn303')] public function testAssertReturn304(): void { $this->runAssertReturnCommand( @@ -3059,7 +2754,6 @@ final class I64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn304')] public function testAssertReturn305(): void { $this->runAssertReturnCommand( @@ -3069,7 +2763,6 @@ final class I64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn305')] public function testAssertReturn306(): void { $this->runAssertReturnCommand( @@ -3079,7 +2772,6 @@ final class I64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn306')] public function testAssertReturn307(): void { $this->runAssertReturnCommand( @@ -3089,7 +2781,6 @@ final class I64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn307')] public function testAssertReturn308(): void { $this->runAssertReturnCommand( @@ -3099,7 +2790,6 @@ final class I64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn308')] public function testAssertReturn309(): void { $this->runAssertReturnCommand( @@ -3109,7 +2799,6 @@ final class I64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn309')] public function testAssertReturn310(): void { $this->runAssertReturnCommand( @@ -3119,7 +2808,6 @@ final class I64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn310')] public function testAssertReturn311(): void { $this->runAssertReturnCommand( @@ -3129,7 +2817,6 @@ final class I64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn311')] public function testAssertReturn312(): void { $this->runAssertReturnCommand( @@ -3139,7 +2826,6 @@ final class I64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn312')] public function testAssertReturn313(): void { $this->runAssertReturnCommand( @@ -3149,7 +2835,6 @@ final class I64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn313')] public function testAssertReturn314(): void { $this->runAssertReturnCommand( @@ -3159,7 +2844,6 @@ final class I64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn314')] public function testAssertReturn315(): void { $this->runAssertReturnCommand( @@ -3169,7 +2853,6 @@ final class I64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn315')] public function testAssertReturn316(): void { $this->runAssertReturnCommand( @@ -3179,7 +2862,6 @@ final class I64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn316')] public function testAssertReturn317(): void { $this->runAssertReturnCommand( @@ -3189,7 +2871,6 @@ final class I64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn317')] public function testAssertReturn318(): void { $this->runAssertReturnCommand( @@ -3199,7 +2880,6 @@ final class I64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn318')] public function testAssertReturn319(): void { $this->runAssertReturnCommand( @@ -3209,7 +2889,6 @@ final class I64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn319')] public function testAssertReturn320(): void { $this->runAssertReturnCommand( @@ -3219,7 +2898,6 @@ final class I64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn320')] public function testAssertReturn321(): void { $this->runAssertReturnCommand( @@ -3229,7 +2907,6 @@ final class I64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn321')] public function testAssertReturn322(): void { $this->runAssertReturnCommand( @@ -3239,7 +2916,6 @@ final class I64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn322')] public function testAssertReturn323(): void { $this->runAssertReturnCommand( @@ -3249,7 +2925,6 @@ final class I64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn323')] public function testAssertReturn324(): void { $this->runAssertReturnCommand( @@ -3259,7 +2934,6 @@ final class I64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn324')] public function testAssertReturn325(): void { $this->runAssertReturnCommand( @@ -3269,7 +2943,6 @@ final class I64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn325')] public function testAssertReturn326(): void { $this->runAssertReturnCommand( @@ -3279,7 +2952,6 @@ final class I64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn326')] public function testAssertReturn327(): void { $this->runAssertReturnCommand( @@ -3289,7 +2961,6 @@ final class I64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn327')] public function testAssertReturn328(): void { $this->runAssertReturnCommand( @@ -3299,7 +2970,6 @@ final class I64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn328')] public function testAssertReturn329(): void { $this->runAssertReturnCommand( @@ -3309,7 +2979,6 @@ final class I64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn329')] public function testAssertReturn330(): void { $this->runAssertReturnCommand( @@ -3319,7 +2988,6 @@ final class I64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn330')] public function testAssertReturn331(): void { $this->runAssertReturnCommand( @@ -3329,7 +2997,6 @@ final class I64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn331')] public function testAssertReturn332(): void { $this->runAssertReturnCommand( @@ -3339,7 +3006,6 @@ final class I64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn332')] public function testAssertReturn333(): void { $this->runAssertReturnCommand( @@ -3349,7 +3015,6 @@ final class I64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn333')] public function testAssertReturn334(): void { $this->runAssertReturnCommand( @@ -3359,7 +3024,6 @@ final class I64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn334')] public function testAssertReturn335(): void { $this->runAssertReturnCommand( @@ -3369,7 +3033,6 @@ final class I64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn335')] public function testAssertReturn336(): void { $this->runAssertReturnCommand( @@ -3379,7 +3042,6 @@ final class I64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn336')] public function testAssertReturn337(): void { $this->runAssertReturnCommand( @@ -3389,7 +3051,6 @@ final class I64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn337')] public function testAssertReturn338(): void { $this->runAssertReturnCommand( @@ -3399,7 +3060,6 @@ final class I64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn338')] public function testAssertReturn339(): void { $this->runAssertReturnCommand( @@ -3409,7 +3069,6 @@ final class I64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn339')] public function testAssertReturn340(): void { $this->runAssertReturnCommand( @@ -3419,7 +3078,6 @@ final class I64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn340')] public function testAssertReturn341(): void { $this->runAssertReturnCommand( @@ -3429,7 +3087,6 @@ final class I64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn341')] public function testAssertReturn342(): void { $this->runAssertReturnCommand( @@ -3439,7 +3096,6 @@ final class I64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn342')] public function testAssertReturn343(): void { $this->runAssertReturnCommand( @@ -3449,7 +3105,6 @@ final class I64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn343')] public function testAssertReturn344(): void { $this->runAssertReturnCommand( @@ -3459,7 +3114,6 @@ final class I64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn344')] public function testAssertReturn345(): void { $this->runAssertReturnCommand( @@ -3469,7 +3123,6 @@ final class I64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn345')] public function testAssertReturn346(): void { $this->runAssertReturnCommand( @@ -3479,7 +3132,6 @@ final class I64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn346')] public function testAssertReturn347(): void { $this->runAssertReturnCommand( @@ -3489,7 +3141,6 @@ final class I64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn347')] public function testAssertReturn348(): void { $this->runAssertReturnCommand( @@ -3499,7 +3150,6 @@ final class I64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn348')] public function testAssertReturn349(): void { $this->runAssertReturnCommand( @@ -3509,7 +3159,6 @@ final class I64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn349')] public function testAssertReturn350(): void { $this->runAssertReturnCommand( @@ -3519,7 +3168,6 @@ final class I64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn350')] public function testAssertReturn351(): void { $this->runAssertReturnCommand( @@ -3529,7 +3177,6 @@ final class I64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn351')] public function testAssertReturn352(): void { $this->runAssertReturnCommand( @@ -3539,7 +3186,6 @@ final class I64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn352')] public function testAssertReturn353(): void { $this->runAssertReturnCommand( @@ -3549,7 +3195,6 @@ final class I64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn353')] public function testAssertReturn354(): void { $this->runAssertReturnCommand( @@ -3559,7 +3204,6 @@ final class I64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn354')] public function testAssertReturn355(): void { $this->runAssertReturnCommand( @@ -3569,7 +3213,6 @@ final class I64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn355')] public function testAssertReturn356(): void { $this->runAssertReturnCommand( @@ -3579,7 +3222,6 @@ final class I64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn356')] public function testAssertReturn357(): void { $this->runAssertReturnCommand( @@ -3589,7 +3231,6 @@ final class I64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn357')] public function testAssertReturn358(): void { $this->runAssertReturnCommand( @@ -3599,7 +3240,6 @@ final class I64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn358')] public function testAssertReturn359(): void { $this->runAssertReturnCommand( @@ -3609,7 +3249,6 @@ final class I64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn359')] public function testAssertReturn360(): void { $this->runAssertReturnCommand( @@ -3619,7 +3258,6 @@ final class I64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn360')] public function testAssertReturn361(): void { $this->runAssertReturnCommand( @@ -3629,7 +3267,6 @@ final class I64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn361')] public function testAssertReturn362(): void { $this->runAssertReturnCommand( @@ -3639,7 +3276,6 @@ final class I64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn362')] public function testAssertReturn363(): void { $this->runAssertReturnCommand( @@ -3649,7 +3285,6 @@ final class I64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn363')] public function testAssertReturn364(): void { $this->runAssertReturnCommand( @@ -3659,7 +3294,6 @@ final class I64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn364')] public function testAssertReturn365(): void { $this->runAssertReturnCommand( @@ -3669,7 +3303,6 @@ final class I64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn365')] public function testAssertReturn366(): void { $this->runAssertReturnCommand( @@ -3679,7 +3312,6 @@ final class I64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn366')] public function testAssertReturn367(): void { $this->runAssertReturnCommand( @@ -3689,7 +3321,6 @@ final class I64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn367')] public function testAssertReturn368(): void { $this->runAssertReturnCommand( @@ -3699,7 +3330,6 @@ final class I64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn368')] public function testAssertReturn369(): void { $this->runAssertReturnCommand( @@ -3709,7 +3339,6 @@ final class I64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn369')] public function testAssertReturn370(): void { $this->runAssertReturnCommand( @@ -3719,7 +3348,6 @@ final class I64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn370')] public function testAssertReturn371(): void { $this->runAssertReturnCommand( @@ -3729,7 +3357,6 @@ final class I64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn371')] public function testAssertReturn372(): void { $this->runAssertReturnCommand( @@ -3739,7 +3366,6 @@ final class I64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn372')] public function testAssertReturn373(): void { $this->runAssertReturnCommand( @@ -3749,7 +3375,6 @@ final class I64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn373')] public function testAssertReturn374(): void { $this->runAssertReturnCommand( @@ -3759,7 +3384,6 @@ final class I64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn374')] public function testAssertReturn375(): void { $this->runAssertReturnCommand( @@ -3769,7 +3393,6 @@ final class I64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn375')] public function testAssertReturn376(): void { $this->runAssertReturnCommand( @@ -3779,7 +3402,6 @@ final class I64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn376')] public function testAssertReturn377(): void { $this->runAssertReturnCommand( @@ -3789,7 +3411,6 @@ final class I64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn377')] public function testAssertReturn378(): void { $this->runAssertReturnCommand( @@ -3799,7 +3420,6 @@ final class I64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn378')] public function testAssertReturn379(): void { $this->runAssertReturnCommand( @@ -3809,7 +3429,6 @@ final class I64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn379')] public function testAssertReturn380(): void { $this->runAssertReturnCommand( @@ -3819,7 +3438,6 @@ final class I64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn380')] public function testAssertReturn381(): void { $this->runAssertReturnCommand( @@ -3829,7 +3447,6 @@ final class I64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn381')] public function testAssertReturn382(): void { $this->runAssertReturnCommand( @@ -3839,7 +3456,6 @@ final class I64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn382')] public function testAssertReturn383(): void { $this->runAssertReturnCommand( @@ -3849,7 +3465,6 @@ final class I64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn383')] public function testAssertReturn384(): void { $this->runAssertReturnCommand( @@ -3859,7 +3474,6 @@ final class I64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn384')] public function testAssertInvalid385(): void { $this->runAssertInvalidCommand( @@ -3869,7 +3483,6 @@ final class I64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertInvalid385')] public function testAssertInvalid386(): void { $this->runAssertInvalidCommand( @@ -3879,7 +3492,6 @@ final class I64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertInvalid386')] public function testAssertInvalid387(): void { $this->runAssertInvalidCommand( @@ -3889,7 +3501,6 @@ final class I64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertInvalid387')] public function testAssertInvalid388(): void { $this->runAssertInvalidCommand( @@ -3899,7 +3510,6 @@ final class I64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertInvalid388')] public function testAssertInvalid389(): void { $this->runAssertInvalidCommand( @@ -3909,7 +3519,6 @@ final class I64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertInvalid389')] public function testAssertInvalid390(): void { $this->runAssertInvalidCommand( @@ -3919,7 +3528,6 @@ final class I64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertInvalid390')] public function testAssertInvalid391(): void { $this->runAssertInvalidCommand( @@ -3929,7 +3537,6 @@ final class I64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertInvalid391')] public function testAssertInvalid392(): void { $this->runAssertInvalidCommand( @@ -3939,7 +3546,6 @@ final class I64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertInvalid392')] public function testAssertInvalid393(): void { $this->runAssertInvalidCommand( @@ -3949,7 +3555,6 @@ final class I64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertInvalid393')] public function testAssertInvalid394(): void { $this->runAssertInvalidCommand( @@ -3959,7 +3564,6 @@ final class I64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertInvalid394')] public function testAssertInvalid395(): void { $this->runAssertInvalidCommand( @@ -3969,7 +3573,6 @@ final class I64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertInvalid395')] public function testAssertInvalid396(): void { $this->runAssertInvalidCommand( @@ -3979,7 +3582,6 @@ final class I64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertInvalid396')] public function testAssertInvalid397(): void { $this->runAssertInvalidCommand( @@ -3989,7 +3591,6 @@ final class I64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertInvalid397')] public function testAssertInvalid398(): void { $this->runAssertInvalidCommand( @@ -3999,7 +3600,6 @@ final class I64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertInvalid398')] public function testAssertInvalid399(): void { $this->runAssertInvalidCommand( @@ -4009,7 +3609,6 @@ final class I64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertInvalid399')] public function testAssertInvalid400(): void { $this->runAssertInvalidCommand( @@ -4019,7 +3618,6 @@ final class I64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertInvalid400')] public function testAssertInvalid401(): void { $this->runAssertInvalidCommand( @@ -4029,7 +3627,6 @@ final class I64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertInvalid401')] public function testAssertInvalid402(): void { $this->runAssertInvalidCommand( @@ -4039,7 +3636,6 @@ final class I64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertInvalid402')] public function testAssertInvalid403(): void { $this->runAssertInvalidCommand( @@ -4049,7 +3645,6 @@ final class I64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertInvalid403')] public function testAssertInvalid404(): void { $this->runAssertInvalidCommand( @@ -4059,7 +3654,6 @@ final class I64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertInvalid404')] public function testAssertInvalid405(): void { $this->runAssertInvalidCommand( @@ -4069,7 +3663,6 @@ final class I64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertInvalid405')] public function testAssertInvalid406(): void { $this->runAssertInvalidCommand( @@ -4079,7 +3672,6 @@ final class I64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertInvalid406')] public function testAssertInvalid407(): void { $this->runAssertInvalidCommand( @@ -4089,7 +3681,6 @@ final class I64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertInvalid407')] public function testAssertInvalid408(): void { $this->runAssertInvalidCommand( @@ -4099,7 +3690,6 @@ final class I64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertInvalid408')] public function testAssertInvalid409(): void { $this->runAssertInvalidCommand( @@ -4109,7 +3699,6 @@ final class I64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertInvalid409')] public function testAssertInvalid410(): void { $this->runAssertInvalidCommand( @@ -4119,7 +3708,6 @@ final class I64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertInvalid410')] public function testAssertInvalid411(): void { $this->runAssertInvalidCommand( @@ -4129,7 +3717,6 @@ final class I64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertInvalid411')] public function testAssertInvalid412(): void { $this->runAssertInvalidCommand( @@ -4139,7 +3726,6 @@ final class I64Test extends SpecTestsuiteBase ); } - #[Depends('testAssertInvalid412')] public function testAssertInvalid413(): void { $this->runAssertInvalidCommand( @@ -4150,13 +3736,11 @@ final class I64Test extends SpecTestsuiteBase } #[DoesNotPerformAssertions] - #[Depends('testAssertInvalid413')] public function testAssertMalformed414(): void { } #[DoesNotPerformAssertions] - #[Depends('testAssertMalformed414')] public function testAssertMalformed415(): void { } diff --git a/tests/src/SpecTestsuites/Core/IfTest.php b/tests/src/SpecTestsuites/Core/IfTest.php index 9b887ca..8b5e30f 100644 --- a/tests/src/SpecTestsuites/Core/IfTest.php +++ b/tests/src/SpecTestsuites/Core/IfTest.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 IfTest extends SpecTestsuiteBase @@ -19,7 +18,6 @@ final class IfTest extends SpecTestsuiteBase ); } - #[Depends('testModule0')] public function testAssertReturn1(): void { $this->runAssertReturnCommand( @@ -29,7 +27,6 @@ final class IfTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1')] public function testAssertReturn2(): void { $this->runAssertReturnCommand( @@ -39,7 +36,6 @@ final class IfTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2')] public function testAssertReturn3(): void { $this->runAssertReturnCommand( @@ -49,7 +45,6 @@ final class IfTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn3')] public function testAssertReturn4(): void { $this->runAssertReturnCommand( @@ -59,7 +54,6 @@ final class IfTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn4')] public function testAssertReturn5(): void { $this->runAssertReturnCommand( @@ -69,7 +63,6 @@ final class IfTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn5')] public function testAssertReturn6(): void { $this->runAssertReturnCommand( @@ -79,7 +72,6 @@ final class IfTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn6')] public function testAssertReturn7(): void { $this->runAssertReturnCommand( @@ -89,7 +81,6 @@ final class IfTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn7')] public function testAssertReturn8(): void { $this->runAssertReturnCommand( @@ -99,7 +90,6 @@ final class IfTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn8')] public function testAssertReturn9(): void { $this->runAssertReturnCommand( @@ -109,7 +99,6 @@ final class IfTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn9')] public function testAssertReturn10(): void { $this->runAssertReturnCommand( @@ -119,7 +108,6 @@ final class IfTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn10')] public function testAssertReturn11(): void { $this->runAssertReturnCommand( @@ -129,7 +117,6 @@ final class IfTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn11')] public function testAssertReturn12(): void { $this->runAssertReturnCommand( @@ -139,7 +126,6 @@ final class IfTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn12')] public function testAssertReturn13(): void { $this->runAssertReturnCommand( @@ -149,7 +135,6 @@ final class IfTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn13')] public function testAssertReturn14(): void { $this->runAssertReturnCommand( @@ -159,7 +144,6 @@ final class IfTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn14')] public function testAssertReturn15(): void { $this->runAssertReturnCommand( @@ -169,7 +153,6 @@ final class IfTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn15')] public function testAssertReturn16(): void { $this->runAssertReturnCommand( @@ -179,7 +162,6 @@ final class IfTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn16')] public function testAssertReturn17(): void { $this->runAssertReturnCommand( @@ -189,7 +171,6 @@ final class IfTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn17')] public function testAssertReturn18(): void { $this->runAssertReturnCommand( @@ -199,7 +180,6 @@ final class IfTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn18')] public function testAssertReturn19(): void { $this->runAssertReturnCommand( @@ -209,7 +189,6 @@ final class IfTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn19')] public function testAssertReturn20(): void { $this->runAssertReturnCommand( @@ -219,7 +198,6 @@ final class IfTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn20')] public function testAssertReturn21(): void { $this->runAssertReturnCommand( @@ -229,7 +207,6 @@ final class IfTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn21')] public function testAssertReturn22(): void { $this->runAssertReturnCommand( @@ -239,7 +216,6 @@ final class IfTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn22')] public function testAssertReturn23(): void { $this->runAssertReturnCommand( @@ -249,7 +225,6 @@ final class IfTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn23')] public function testAssertReturn24(): void { $this->runAssertReturnCommand( @@ -259,7 +234,6 @@ final class IfTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn24')] public function testAssertReturn25(): void { $this->runAssertReturnCommand( @@ -269,7 +243,6 @@ final class IfTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn25')] public function testAssertReturn26(): void { $this->runAssertReturnCommand( @@ -279,7 +252,6 @@ final class IfTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn26')] public function testAssertReturn27(): void { $this->runAssertReturnCommand( @@ -289,7 +261,6 @@ final class IfTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn27')] public function testAssertReturn28(): void { $this->runAssertReturnCommand( @@ -299,7 +270,6 @@ final class IfTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn28')] public function testAssertReturn29(): void { $this->runAssertReturnCommand( @@ -309,7 +279,6 @@ final class IfTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn29')] public function testAssertReturn30(): void { $this->runAssertReturnCommand( @@ -319,7 +288,6 @@ final class IfTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn30')] public function testAssertReturn31(): void { $this->runAssertReturnCommand( @@ -329,7 +297,6 @@ final class IfTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn31')] public function testAssertReturn32(): void { $this->runAssertReturnCommand( @@ -339,7 +306,6 @@ final class IfTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn32')] public function testAssertReturn33(): void { $this->runAssertReturnCommand( @@ -349,7 +315,6 @@ final class IfTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn33')] public function testAssertReturn34(): void { $this->runAssertReturnCommand( @@ -359,7 +324,6 @@ final class IfTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn34')] public function testAssertReturn35(): void { $this->runAssertReturnCommand( @@ -369,7 +333,6 @@ final class IfTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn35')] public function testAssertReturn36(): void { $this->runAssertReturnCommand( @@ -379,7 +342,6 @@ final class IfTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn36')] public function testAssertReturn37(): void { $this->runAssertReturnCommand( @@ -389,7 +351,6 @@ final class IfTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn37')] public function testAssertReturn38(): void { $this->runAssertReturnCommand( @@ -399,7 +360,6 @@ final class IfTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn38')] public function testAssertReturn39(): void { $this->runAssertReturnCommand( @@ -409,7 +369,6 @@ final class IfTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn39')] public function testAssertReturn40(): void { $this->runAssertReturnCommand( @@ -419,7 +378,6 @@ final class IfTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn40')] public function testAssertReturn41(): void { $this->runAssertReturnCommand( @@ -429,7 +387,6 @@ final class IfTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn41')] public function testAssertReturn42(): void { $this->runAssertReturnCommand( @@ -439,7 +396,6 @@ final class IfTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn42')] public function testAssertReturn43(): void { $this->runAssertReturnCommand( @@ -449,7 +405,6 @@ final class IfTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn43')] public function testAssertReturn44(): void { $this->runAssertReturnCommand( @@ -459,7 +414,6 @@ final class IfTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn44')] public function testAssertReturn45(): void { $this->runAssertReturnCommand( @@ -469,7 +423,6 @@ final class IfTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn45')] public function testAssertReturn46(): void { $this->runAssertReturnCommand( @@ -479,7 +432,6 @@ final class IfTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn46')] public function testAssertReturn47(): void { $this->runAssertReturnCommand( @@ -489,7 +441,6 @@ final class IfTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn47')] public function testAssertTrap48(): void { $this->runAssertTrapCommand( @@ -499,7 +450,6 @@ final class IfTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap48')] public function testAssertReturn49(): void { $this->runAssertReturnCommand( @@ -509,7 +459,6 @@ final class IfTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn49')] public function testAssertReturn50(): void { $this->runAssertReturnCommand( @@ -519,7 +468,6 @@ final class IfTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn50')] public function testAssertReturn51(): void { $this->runAssertReturnCommand( @@ -529,7 +477,6 @@ final class IfTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn51')] public function testAssertReturn52(): void { $this->runAssertReturnCommand( @@ -539,7 +486,6 @@ final class IfTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn52')] public function testAssertReturn53(): void { $this->runAssertReturnCommand( @@ -549,7 +495,6 @@ final class IfTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn53')] public function testAssertReturn54(): void { $this->runAssertReturnCommand( @@ -559,7 +504,6 @@ final class IfTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn54')] public function testAssertReturn55(): void { $this->runAssertReturnCommand( @@ -569,7 +513,6 @@ final class IfTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn55')] public function testAssertReturn56(): void { $this->runAssertReturnCommand( @@ -579,7 +522,6 @@ final class IfTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn56')] public function testAssertReturn57(): void { $this->runAssertReturnCommand( @@ -589,7 +531,6 @@ final class IfTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn57')] public function testAssertReturn58(): void { $this->runAssertReturnCommand( @@ -599,7 +540,6 @@ final class IfTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn58')] public function testAssertReturn59(): void { $this->runAssertReturnCommand( @@ -609,7 +549,6 @@ final class IfTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn59')] public function testAssertReturn60(): void { $this->runAssertReturnCommand( @@ -619,7 +558,6 @@ final class IfTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn60')] public function testAssertReturn61(): void { $this->runAssertReturnCommand( @@ -629,7 +567,6 @@ final class IfTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn61')] public function testAssertReturn62(): void { $this->runAssertReturnCommand( @@ -639,7 +576,6 @@ final class IfTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn62')] public function testAssertReturn63(): void { $this->runAssertReturnCommand( @@ -649,7 +585,6 @@ final class IfTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn63')] public function testAssertReturn64(): void { $this->runAssertReturnCommand( @@ -659,7 +594,6 @@ final class IfTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn64')] public function testAssertReturn65(): void { $this->runAssertReturnCommand( @@ -669,7 +603,6 @@ final class IfTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn65')] public function testAssertReturn66(): void { $this->runAssertReturnCommand( @@ -679,7 +612,6 @@ final class IfTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn66')] public function testAssertReturn67(): void { $this->runAssertReturnCommand( @@ -689,7 +621,6 @@ final class IfTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn67')] public function testAssertReturn68(): void { $this->runAssertReturnCommand( @@ -699,7 +630,6 @@ final class IfTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn68')] public function testAssertReturn69(): void { $this->runAssertReturnCommand( @@ -709,7 +639,6 @@ final class IfTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn69')] public function testAssertReturn70(): void { $this->runAssertReturnCommand( @@ -719,7 +648,6 @@ final class IfTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn70')] public function testAssertReturn71(): void { $this->runAssertReturnCommand( @@ -729,7 +657,6 @@ final class IfTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn71')] public function testAssertReturn72(): void { $this->runAssertReturnCommand( @@ -739,7 +666,6 @@ final class IfTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn72')] public function testAssertReturn73(): void { $this->runAssertReturnCommand( @@ -749,7 +675,6 @@ final class IfTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn73')] public function testAssertReturn74(): void { $this->runAssertReturnCommand( @@ -759,7 +684,6 @@ final class IfTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn74')] public function testAssertReturn75(): void { $this->runAssertReturnCommand( @@ -769,7 +693,6 @@ final class IfTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn75')] public function testAssertReturn76(): void { $this->runAssertReturnCommand( @@ -779,7 +702,6 @@ final class IfTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn76')] public function testAssertReturn77(): void { $this->runAssertReturnCommand( @@ -789,7 +711,6 @@ final class IfTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn77')] public function testAssertReturn78(): void { $this->runAssertReturnCommand( @@ -799,7 +720,6 @@ final class IfTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn78')] public function testAssertReturn79(): void { $this->runAssertReturnCommand( @@ -809,7 +729,6 @@ final class IfTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn79')] public function testAssertReturn80(): void { $this->runAssertReturnCommand( @@ -819,7 +738,6 @@ final class IfTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn80')] public function testAssertReturn81(): void { $this->runAssertReturnCommand( @@ -829,7 +747,6 @@ final class IfTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn81')] public function testAssertReturn82(): void { $this->runAssertReturnCommand( @@ -839,7 +756,6 @@ final class IfTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn82')] public function testAssertReturn83(): void { $this->runAssertReturnCommand( @@ -849,7 +765,6 @@ final class IfTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn83')] public function testAssertReturn84(): void { $this->runAssertReturnCommand( @@ -859,7 +774,6 @@ final class IfTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn84')] public function testAssertReturn85(): void { $this->runAssertReturnCommand( @@ -869,7 +783,6 @@ final class IfTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn85')] public function testAssertReturn86(): void { $this->runAssertReturnCommand( @@ -879,7 +792,6 @@ final class IfTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn86')] public function testAssertReturn87(): void { $this->runAssertReturnCommand( @@ -889,7 +801,6 @@ final class IfTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn87')] public function testAssertReturn88(): void { $this->runAssertReturnCommand( @@ -899,7 +810,6 @@ final class IfTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn88')] public function testAssertReturn89(): void { $this->runAssertReturnCommand( @@ -909,7 +819,6 @@ final class IfTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn89')] public function testAssertReturn90(): void { $this->runAssertReturnCommand( @@ -919,7 +828,6 @@ final class IfTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn90')] public function testAssertReturn91(): void { $this->runAssertReturnCommand( @@ -929,7 +837,6 @@ final class IfTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn91')] public function testAssertReturn92(): void { $this->runAssertReturnCommand( @@ -939,7 +846,6 @@ final class IfTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn92')] public function testAssertReturn93(): void { $this->runAssertReturnCommand( @@ -949,7 +855,6 @@ final class IfTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn93')] public function testAssertReturn94(): void { $this->runAssertReturnCommand( @@ -959,7 +864,6 @@ final class IfTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn94')] public function testAssertReturn95(): void { $this->runAssertReturnCommand( @@ -969,7 +873,6 @@ final class IfTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn95')] public function testAssertReturn96(): void { $this->runAssertReturnCommand( @@ -979,7 +882,6 @@ final class IfTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn96')] public function testAssertReturn97(): void { $this->runAssertReturnCommand( @@ -989,7 +891,6 @@ final class IfTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn97')] public function testAssertReturn98(): void { $this->runAssertReturnCommand( @@ -999,7 +900,6 @@ final class IfTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn98')] public function testAssertReturn99(): void { $this->runAssertReturnCommand( @@ -1009,7 +909,6 @@ final class IfTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn99')] public function testAssertReturn100(): void { $this->runAssertReturnCommand( @@ -1019,7 +918,6 @@ final class IfTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn100')] public function testAssertReturn101(): void { $this->runAssertReturnCommand( @@ -1029,7 +927,6 @@ final class IfTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn101')] public function testAssertReturn102(): void { $this->runAssertReturnCommand( @@ -1039,7 +936,6 @@ final class IfTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn102')] public function testAssertReturn103(): void { $this->runAssertReturnCommand( @@ -1049,7 +945,6 @@ final class IfTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn103')] public function testAssertReturn104(): void { $this->runAssertReturnCommand( @@ -1059,7 +954,6 @@ final class IfTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn104')] public function testAssertReturn105(): void { $this->runAssertReturnCommand( @@ -1069,7 +963,6 @@ final class IfTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn105')] public function testAssertReturn106(): void { $this->runAssertReturnCommand( @@ -1079,7 +972,6 @@ final class IfTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn106')] public function testAssertReturn107(): void { $this->runAssertReturnCommand( @@ -1089,7 +981,6 @@ final class IfTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn107')] public function testAssertReturn108(): void { $this->runAssertReturnCommand( @@ -1099,7 +990,6 @@ final class IfTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn108')] public function testAssertReturn109(): void { $this->runAssertReturnCommand( @@ -1109,7 +999,6 @@ final class IfTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn109')] public function testAssertReturn110(): void { $this->runAssertReturnCommand( @@ -1119,7 +1008,6 @@ final class IfTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn110')] public function testAssertReturn111(): void { $this->runAssertReturnCommand( @@ -1129,7 +1017,6 @@ final class IfTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn111')] public function testAssertReturn112(): void { $this->runAssertReturnCommand( @@ -1139,7 +1026,6 @@ final class IfTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn112')] public function testAssertReturn113(): void { $this->runAssertReturnCommand( @@ -1149,7 +1035,6 @@ final class IfTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn113')] public function testAssertReturn114(): void { $this->runAssertReturnCommand( @@ -1159,7 +1044,6 @@ final class IfTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn114')] public function testAssertReturn115(): void { $this->runAssertReturnCommand( @@ -1169,7 +1053,6 @@ final class IfTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn115')] public function testAssertReturn116(): void { $this->runAssertReturnCommand( @@ -1179,7 +1062,6 @@ final class IfTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn116')] public function testAssertReturn117(): void { $this->runAssertReturnCommand( @@ -1189,7 +1071,6 @@ final class IfTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn117')] public function testAssertReturn118(): void { $this->runAssertReturnCommand( @@ -1199,7 +1080,6 @@ final class IfTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn118')] public function testAssertReturn119(): void { $this->runAssertReturnCommand( @@ -1209,7 +1089,6 @@ final class IfTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn119')] public function testAssertReturn120(): void { $this->runAssertReturnCommand( @@ -1219,7 +1098,6 @@ final class IfTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn120')] public function testAssertReturn121(): void { $this->runAssertReturnCommand( @@ -1229,7 +1107,6 @@ final class IfTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn121')] public function testAssertReturn122(): void { $this->runAssertReturnCommand( @@ -1239,7 +1116,6 @@ final class IfTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn122')] public function testAssertReturn123(): void { $this->runAssertReturnCommand( @@ -1249,7 +1125,6 @@ final class IfTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn123')] public function testAssertReturn124(): void { $this->runAssertReturnCommand( @@ -1260,72 +1135,60 @@ final class IfTest extends SpecTestsuiteBase } #[DoesNotPerformAssertions] - #[Depends('testAssertReturn124')] public function testAssertMalformed125(): void { } #[DoesNotPerformAssertions] - #[Depends('testAssertMalformed125')] public function testAssertMalformed126(): void { } #[DoesNotPerformAssertions] - #[Depends('testAssertMalformed126')] public function testAssertMalformed127(): void { } #[DoesNotPerformAssertions] - #[Depends('testAssertMalformed127')] public function testAssertMalformed128(): void { } #[DoesNotPerformAssertions] - #[Depends('testAssertMalformed128')] public function testAssertMalformed129(): void { } #[DoesNotPerformAssertions] - #[Depends('testAssertMalformed129')] public function testAssertMalformed130(): void { } #[DoesNotPerformAssertions] - #[Depends('testAssertMalformed130')] public function testAssertMalformed131(): void { } #[DoesNotPerformAssertions] - #[Depends('testAssertMalformed131')] public function testAssertMalformed132(): void { } #[DoesNotPerformAssertions] - #[Depends('testAssertMalformed132')] public function testAssertMalformed133(): void { } #[DoesNotPerformAssertions] - #[Depends('testAssertMalformed133')] public function testAssertMalformed134(): void { } #[DoesNotPerformAssertions] - #[Depends('testAssertMalformed134')] public function testAssertMalformed135(): void { } - #[Depends('testAssertMalformed135')] public function testAssertInvalid136(): void { $this->runAssertInvalidCommand( @@ -1335,7 +1198,6 @@ final class IfTest extends SpecTestsuiteBase ); } - #[Depends('testAssertInvalid136')] public function testAssertInvalid137(): void { $this->runAssertInvalidCommand( @@ -1345,7 +1207,6 @@ final class IfTest extends SpecTestsuiteBase ); } - #[Depends('testAssertInvalid137')] public function testAssertInvalid138(): void { $this->runAssertInvalidCommand( @@ -1355,7 +1216,6 @@ final class IfTest extends SpecTestsuiteBase ); } - #[Depends('testAssertInvalid138')] public function testAssertInvalid139(): void { $this->runAssertInvalidCommand( @@ -1365,7 +1225,6 @@ final class IfTest extends SpecTestsuiteBase ); } - #[Depends('testAssertInvalid139')] public function testAssertInvalid140(): void { $this->runAssertInvalidCommand( @@ -1375,7 +1234,6 @@ final class IfTest extends SpecTestsuiteBase ); } - #[Depends('testAssertInvalid140')] public function testAssertInvalid141(): void { $this->runAssertInvalidCommand( @@ -1385,7 +1243,6 @@ final class IfTest extends SpecTestsuiteBase ); } - #[Depends('testAssertInvalid141')] public function testAssertInvalid142(): void { $this->runAssertInvalidCommand( @@ -1395,7 +1252,6 @@ final class IfTest extends SpecTestsuiteBase ); } - #[Depends('testAssertInvalid142')] public function testAssertInvalid143(): void { $this->runAssertInvalidCommand( @@ -1405,7 +1261,6 @@ final class IfTest extends SpecTestsuiteBase ); } - #[Depends('testAssertInvalid143')] public function testAssertInvalid144(): void { $this->runAssertInvalidCommand( @@ -1415,7 +1270,6 @@ final class IfTest extends SpecTestsuiteBase ); } - #[Depends('testAssertInvalid144')] public function testAssertInvalid145(): void { $this->runAssertInvalidCommand( @@ -1425,7 +1279,6 @@ final class IfTest extends SpecTestsuiteBase ); } - #[Depends('testAssertInvalid145')] public function testAssertInvalid146(): void { $this->runAssertInvalidCommand( @@ -1435,7 +1288,6 @@ final class IfTest extends SpecTestsuiteBase ); } - #[Depends('testAssertInvalid146')] public function testAssertInvalid147(): void { $this->runAssertInvalidCommand( @@ -1445,7 +1297,6 @@ final class IfTest extends SpecTestsuiteBase ); } - #[Depends('testAssertInvalid147')] public function testAssertInvalid148(): void { $this->runAssertInvalidCommand( @@ -1455,7 +1306,6 @@ final class IfTest extends SpecTestsuiteBase ); } - #[Depends('testAssertInvalid148')] public function testAssertInvalid149(): void { $this->runAssertInvalidCommand( @@ -1465,7 +1315,6 @@ final class IfTest extends SpecTestsuiteBase ); } - #[Depends('testAssertInvalid149')] public function testAssertInvalid150(): void { $this->runAssertInvalidCommand( @@ -1475,7 +1324,6 @@ final class IfTest extends SpecTestsuiteBase ); } - #[Depends('testAssertInvalid150')] public function testAssertInvalid151(): void { $this->runAssertInvalidCommand( @@ -1485,7 +1333,6 @@ final class IfTest extends SpecTestsuiteBase ); } - #[Depends('testAssertInvalid151')] public function testAssertInvalid152(): void { $this->runAssertInvalidCommand( @@ -1495,7 +1342,6 @@ final class IfTest extends SpecTestsuiteBase ); } - #[Depends('testAssertInvalid152')] public function testAssertInvalid153(): void { $this->runAssertInvalidCommand( @@ -1505,7 +1351,6 @@ final class IfTest extends SpecTestsuiteBase ); } - #[Depends('testAssertInvalid153')] public function testAssertInvalid154(): void { $this->runAssertInvalidCommand( @@ -1515,7 +1360,6 @@ final class IfTest extends SpecTestsuiteBase ); } - #[Depends('testAssertInvalid154')] public function testAssertInvalid155(): void { $this->runAssertInvalidCommand( @@ -1525,7 +1369,6 @@ final class IfTest extends SpecTestsuiteBase ); } - #[Depends('testAssertInvalid155')] public function testAssertInvalid156(): void { $this->runAssertInvalidCommand( @@ -1535,7 +1378,6 @@ final class IfTest extends SpecTestsuiteBase ); } - #[Depends('testAssertInvalid156')] public function testAssertInvalid157(): void { $this->runAssertInvalidCommand( @@ -1545,7 +1387,6 @@ final class IfTest extends SpecTestsuiteBase ); } - #[Depends('testAssertInvalid157')] public function testAssertInvalid158(): void { $this->runAssertInvalidCommand( @@ -1555,7 +1396,6 @@ final class IfTest extends SpecTestsuiteBase ); } - #[Depends('testAssertInvalid158')] public function testAssertInvalid159(): void { $this->runAssertInvalidCommand( @@ -1565,7 +1405,6 @@ final class IfTest extends SpecTestsuiteBase ); } - #[Depends('testAssertInvalid159')] public function testAssertInvalid160(): void { $this->runAssertInvalidCommand( @@ -1575,7 +1414,6 @@ final class IfTest extends SpecTestsuiteBase ); } - #[Depends('testAssertInvalid160')] public function testAssertInvalid161(): void { $this->runAssertInvalidCommand( @@ -1585,7 +1423,6 @@ final class IfTest extends SpecTestsuiteBase ); } - #[Depends('testAssertInvalid161')] public function testAssertInvalid162(): void { $this->runAssertInvalidCommand( @@ -1595,7 +1432,6 @@ final class IfTest extends SpecTestsuiteBase ); } - #[Depends('testAssertInvalid162')] public function testAssertInvalid163(): void { $this->runAssertInvalidCommand( @@ -1605,7 +1441,6 @@ final class IfTest extends SpecTestsuiteBase ); } - #[Depends('testAssertInvalid163')] public function testAssertInvalid164(): void { $this->runAssertInvalidCommand( @@ -1615,7 +1450,6 @@ final class IfTest extends SpecTestsuiteBase ); } - #[Depends('testAssertInvalid164')] public function testAssertInvalid165(): void { $this->runAssertInvalidCommand( @@ -1625,7 +1459,6 @@ final class IfTest extends SpecTestsuiteBase ); } - #[Depends('testAssertInvalid165')] public function testAssertInvalid166(): void { $this->runAssertInvalidCommand( @@ -1635,7 +1468,6 @@ final class IfTest extends SpecTestsuiteBase ); } - #[Depends('testAssertInvalid166')] public function testAssertInvalid167(): void { $this->runAssertInvalidCommand( @@ -1645,7 +1477,6 @@ final class IfTest extends SpecTestsuiteBase ); } - #[Depends('testAssertInvalid167')] public function testAssertInvalid168(): void { $this->runAssertInvalidCommand( @@ -1655,7 +1486,6 @@ final class IfTest extends SpecTestsuiteBase ); } - #[Depends('testAssertInvalid168')] public function testAssertInvalid169(): void { $this->runAssertInvalidCommand( @@ -1665,7 +1495,6 @@ final class IfTest extends SpecTestsuiteBase ); } - #[Depends('testAssertInvalid169')] public function testAssertInvalid170(): void { $this->runAssertInvalidCommand( @@ -1675,7 +1504,6 @@ final class IfTest extends SpecTestsuiteBase ); } - #[Depends('testAssertInvalid170')] public function testAssertInvalid171(): void { $this->runAssertInvalidCommand( @@ -1685,7 +1513,6 @@ final class IfTest extends SpecTestsuiteBase ); } - #[Depends('testAssertInvalid171')] public function testAssertInvalid172(): void { $this->runAssertInvalidCommand( @@ -1695,7 +1522,6 @@ final class IfTest extends SpecTestsuiteBase ); } - #[Depends('testAssertInvalid172')] public function testAssertInvalid173(): void { $this->runAssertInvalidCommand( @@ -1705,7 +1531,6 @@ final class IfTest extends SpecTestsuiteBase ); } - #[Depends('testAssertInvalid173')] public function testAssertInvalid174(): void { $this->runAssertInvalidCommand( @@ -1715,7 +1540,6 @@ final class IfTest extends SpecTestsuiteBase ); } - #[Depends('testAssertInvalid174')] public function testAssertInvalid175(): void { $this->runAssertInvalidCommand( @@ -1725,7 +1549,6 @@ final class IfTest extends SpecTestsuiteBase ); } - #[Depends('testAssertInvalid175')] public function testAssertInvalid176(): void { $this->runAssertInvalidCommand( @@ -1735,7 +1558,6 @@ final class IfTest extends SpecTestsuiteBase ); } - #[Depends('testAssertInvalid176')] public function testAssertInvalid177(): void { $this->runAssertInvalidCommand( @@ -1745,7 +1567,6 @@ final class IfTest extends SpecTestsuiteBase ); } - #[Depends('testAssertInvalid177')] public function testAssertInvalid178(): void { $this->runAssertInvalidCommand( @@ -1755,7 +1576,6 @@ final class IfTest extends SpecTestsuiteBase ); } - #[Depends('testAssertInvalid178')] public function testAssertInvalid179(): void { $this->runAssertInvalidCommand( @@ -1765,7 +1585,6 @@ final class IfTest extends SpecTestsuiteBase ); } - #[Depends('testAssertInvalid179')] public function testAssertInvalid180(): void { $this->runAssertInvalidCommand( @@ -1775,7 +1594,6 @@ final class IfTest extends SpecTestsuiteBase ); } - #[Depends('testAssertInvalid180')] public function testAssertInvalid181(): void { $this->runAssertInvalidCommand( @@ -1785,7 +1603,6 @@ final class IfTest extends SpecTestsuiteBase ); } - #[Depends('testAssertInvalid181')] public function testAssertInvalid182(): void { $this->runAssertInvalidCommand( @@ -1795,7 +1612,6 @@ final class IfTest extends SpecTestsuiteBase ); } - #[Depends('testAssertInvalid182')] public function testAssertInvalid183(): void { $this->runAssertInvalidCommand( @@ -1805,7 +1621,6 @@ final class IfTest extends SpecTestsuiteBase ); } - #[Depends('testAssertInvalid183')] public function testAssertInvalid184(): void { $this->runAssertInvalidCommand( @@ -1815,7 +1630,6 @@ final class IfTest extends SpecTestsuiteBase ); } - #[Depends('testAssertInvalid184')] public function testAssertInvalid185(): void { $this->runAssertInvalidCommand( @@ -1825,7 +1639,6 @@ final class IfTest extends SpecTestsuiteBase ); } - #[Depends('testAssertInvalid185')] public function testAssertInvalid186(): void { $this->runAssertInvalidCommand( @@ -1835,7 +1648,6 @@ final class IfTest extends SpecTestsuiteBase ); } - #[Depends('testAssertInvalid186')] public function testAssertInvalid187(): void { $this->runAssertInvalidCommand( @@ -1845,7 +1657,6 @@ final class IfTest extends SpecTestsuiteBase ); } - #[Depends('testAssertInvalid187')] public function testAssertInvalid188(): void { $this->runAssertInvalidCommand( @@ -1855,7 +1666,6 @@ final class IfTest extends SpecTestsuiteBase ); } - #[Depends('testAssertInvalid188')] public function testAssertInvalid189(): void { $this->runAssertInvalidCommand( @@ -1865,7 +1675,6 @@ final class IfTest extends SpecTestsuiteBase ); } - #[Depends('testAssertInvalid189')] public function testAssertInvalid190(): void { $this->runAssertInvalidCommand( @@ -1875,7 +1684,6 @@ final class IfTest extends SpecTestsuiteBase ); } - #[Depends('testAssertInvalid190')] public function testAssertInvalid191(): void { $this->runAssertInvalidCommand( @@ -1885,7 +1693,6 @@ final class IfTest extends SpecTestsuiteBase ); } - #[Depends('testAssertInvalid191')] public function testAssertInvalid192(): void { $this->runAssertInvalidCommand( @@ -1895,7 +1702,6 @@ final class IfTest extends SpecTestsuiteBase ); } - #[Depends('testAssertInvalid192')] public function testAssertInvalid193(): void { $this->runAssertInvalidCommand( @@ -1905,7 +1711,6 @@ final class IfTest extends SpecTestsuiteBase ); } - #[Depends('testAssertInvalid193')] public function testAssertInvalid194(): void { $this->runAssertInvalidCommand( @@ -1915,7 +1720,6 @@ final class IfTest extends SpecTestsuiteBase ); } - #[Depends('testAssertInvalid194')] public function testAssertInvalid195(): void { $this->runAssertInvalidCommand( @@ -1925,7 +1729,6 @@ final class IfTest extends SpecTestsuiteBase ); } - #[Depends('testAssertInvalid195')] public function testAssertInvalid196(): void { $this->runAssertInvalidCommand( @@ -1935,7 +1738,6 @@ final class IfTest extends SpecTestsuiteBase ); } - #[Depends('testAssertInvalid196')] public function testAssertInvalid197(): void { $this->runAssertInvalidCommand( @@ -1945,7 +1747,6 @@ final class IfTest extends SpecTestsuiteBase ); } - #[Depends('testAssertInvalid197')] public function testAssertInvalid198(): void { $this->runAssertInvalidCommand( @@ -1955,7 +1756,6 @@ final class IfTest extends SpecTestsuiteBase ); } - #[Depends('testAssertInvalid198')] public function testAssertInvalid199(): void { $this->runAssertInvalidCommand( @@ -1965,7 +1765,6 @@ final class IfTest extends SpecTestsuiteBase ); } - #[Depends('testAssertInvalid199')] public function testAssertInvalid200(): void { $this->runAssertInvalidCommand( @@ -1975,7 +1774,6 @@ final class IfTest extends SpecTestsuiteBase ); } - #[Depends('testAssertInvalid200')] public function testAssertInvalid201(): void { $this->runAssertInvalidCommand( @@ -1985,7 +1783,6 @@ final class IfTest extends SpecTestsuiteBase ); } - #[Depends('testAssertInvalid201')] public function testAssertInvalid202(): void { $this->runAssertInvalidCommand( @@ -1995,7 +1792,6 @@ final class IfTest extends SpecTestsuiteBase ); } - #[Depends('testAssertInvalid202')] public function testAssertInvalid203(): void { $this->runAssertInvalidCommand( @@ -2005,7 +1801,6 @@ final class IfTest extends SpecTestsuiteBase ); } - #[Depends('testAssertInvalid203')] public function testAssertInvalid204(): void { $this->runAssertInvalidCommand( @@ -2015,7 +1810,6 @@ final class IfTest extends SpecTestsuiteBase ); } - #[Depends('testAssertInvalid204')] public function testAssertInvalid205(): void { $this->runAssertInvalidCommand( @@ -2025,7 +1819,6 @@ final class IfTest extends SpecTestsuiteBase ); } - #[Depends('testAssertInvalid205')] public function testAssertInvalid206(): void { $this->runAssertInvalidCommand( @@ -2035,7 +1828,6 @@ final class IfTest extends SpecTestsuiteBase ); } - #[Depends('testAssertInvalid206')] public function testAssertInvalid207(): void { $this->runAssertInvalidCommand( @@ -2045,7 +1837,6 @@ final class IfTest extends SpecTestsuiteBase ); } - #[Depends('testAssertInvalid207')] public function testAssertInvalid208(): void { $this->runAssertInvalidCommand( @@ -2055,7 +1846,6 @@ final class IfTest extends SpecTestsuiteBase ); } - #[Depends('testAssertInvalid208')] public function testAssertInvalid209(): void { $this->runAssertInvalidCommand( @@ -2065,7 +1855,6 @@ final class IfTest extends SpecTestsuiteBase ); } - #[Depends('testAssertInvalid209')] public function testAssertInvalid210(): void { $this->runAssertInvalidCommand( @@ -2075,7 +1864,6 @@ final class IfTest extends SpecTestsuiteBase ); } - #[Depends('testAssertInvalid210')] public function testAssertInvalid211(): void { $this->runAssertInvalidCommand( @@ -2085,7 +1873,6 @@ final class IfTest extends SpecTestsuiteBase ); } - #[Depends('testAssertInvalid211')] public function testAssertInvalid212(): void { $this->runAssertInvalidCommand( @@ -2095,7 +1882,6 @@ final class IfTest extends SpecTestsuiteBase ); } - #[Depends('testAssertInvalid212')] public function testAssertInvalid213(): void { $this->runAssertInvalidCommand( @@ -2105,7 +1891,6 @@ final class IfTest extends SpecTestsuiteBase ); } - #[Depends('testAssertInvalid213')] public function testAssertInvalid214(): void { $this->runAssertInvalidCommand( @@ -2115,7 +1900,6 @@ final class IfTest extends SpecTestsuiteBase ); } - #[Depends('testAssertInvalid214')] public function testAssertInvalid215(): void { $this->runAssertInvalidCommand( @@ -2125,7 +1909,6 @@ final class IfTest extends SpecTestsuiteBase ); } - #[Depends('testAssertInvalid215')] public function testAssertInvalid216(): void { $this->runAssertInvalidCommand( @@ -2135,7 +1918,6 @@ final class IfTest extends SpecTestsuiteBase ); } - #[Depends('testAssertInvalid216')] public function testAssertInvalid217(): void { $this->runAssertInvalidCommand( @@ -2145,7 +1927,6 @@ final class IfTest extends SpecTestsuiteBase ); } - #[Depends('testAssertInvalid217')] public function testAssertInvalid218(): void { $this->runAssertInvalidCommand( @@ -2155,7 +1936,6 @@ final class IfTest extends SpecTestsuiteBase ); } - #[Depends('testAssertInvalid218')] public function testAssertInvalid219(): void { $this->runAssertInvalidCommand( @@ -2165,7 +1945,6 @@ final class IfTest extends SpecTestsuiteBase ); } - #[Depends('testAssertInvalid219')] public function testAssertInvalid220(): void { $this->runAssertInvalidCommand( @@ -2175,7 +1954,6 @@ final class IfTest extends SpecTestsuiteBase ); } - #[Depends('testAssertInvalid220')] public function testAssertInvalid221(): void { $this->runAssertInvalidCommand( @@ -2185,7 +1963,6 @@ final class IfTest extends SpecTestsuiteBase ); } - #[Depends('testAssertInvalid221')] public function testAssertInvalid222(): void { $this->runAssertInvalidCommand( @@ -2195,7 +1972,6 @@ final class IfTest extends SpecTestsuiteBase ); } - #[Depends('testAssertInvalid222')] public function testAssertInvalid223(): void { $this->runAssertInvalidCommand( @@ -2205,7 +1981,6 @@ final class IfTest extends SpecTestsuiteBase ); } - #[Depends('testAssertInvalid223')] public function testAssertInvalid224(): void { $this->runAssertInvalidCommand( @@ -2215,7 +1990,6 @@ final class IfTest extends SpecTestsuiteBase ); } - #[Depends('testAssertInvalid224')] public function testAssertInvalid225(): void { $this->runAssertInvalidCommand( @@ -2225,7 +1999,6 @@ final class IfTest extends SpecTestsuiteBase ); } - #[Depends('testAssertInvalid225')] public function testAssertInvalid226(): void { $this->runAssertInvalidCommand( @@ -2235,7 +2008,6 @@ final class IfTest extends SpecTestsuiteBase ); } - #[Depends('testAssertInvalid226')] public function testAssertInvalid227(): void { $this->runAssertInvalidCommand( @@ -2246,79 +2018,66 @@ final class IfTest extends SpecTestsuiteBase } #[DoesNotPerformAssertions] - #[Depends('testAssertInvalid227')] public function testAssertMalformed228(): void { } #[DoesNotPerformAssertions] - #[Depends('testAssertMalformed228')] public function testAssertMalformed229(): void { } #[DoesNotPerformAssertions] - #[Depends('testAssertMalformed229')] public function testAssertMalformed230(): void { } #[DoesNotPerformAssertions] - #[Depends('testAssertMalformed230')] public function testAssertMalformed231(): void { } #[DoesNotPerformAssertions] - #[Depends('testAssertMalformed231')] public function testAssertMalformed232(): void { } #[DoesNotPerformAssertions] - #[Depends('testAssertMalformed232')] public function testAssertMalformed233(): void { } #[DoesNotPerformAssertions] - #[Depends('testAssertMalformed233')] public function testAssertMalformed234(): void { } #[DoesNotPerformAssertions] - #[Depends('testAssertMalformed234')] public function testAssertMalformed235(): void { } #[DoesNotPerformAssertions] - #[Depends('testAssertMalformed235')] public function testAssertMalformed236(): void { } #[DoesNotPerformAssertions] - #[Depends('testAssertMalformed236')] public function testAssertMalformed237(): void { } #[DoesNotPerformAssertions] - #[Depends('testAssertMalformed237')] public function testAssertMalformed238(): void { } #[DoesNotPerformAssertions] - #[Depends('testAssertMalformed238')] public function testAssertMalformed239(): void { } #[DoesNotPerformAssertions] - #[Depends('testAssertMalformed239')] public function testAssertMalformed240(): void { } diff --git a/tests/src/SpecTestsuites/Core/ImportsTest.php b/tests/src/SpecTestsuites/Core/ImportsTest.php index 161b7dc..4ce57ce 100644 --- a/tests/src/SpecTestsuites/Core/ImportsTest.php +++ b/tests/src/SpecTestsuites/Core/ImportsTest.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 ImportsTest extends SpecTestsuiteBase @@ -19,7 +18,6 @@ final class ImportsTest extends SpecTestsuiteBase ); } - #[Depends('testModule0')] public function testRegister1(): void { $this->runRegisterCommand( @@ -29,7 +27,6 @@ final class ImportsTest extends SpecTestsuiteBase ); } - #[Depends('testRegister1')] public function testModule2(): void { $this->runModuleCommand( @@ -39,7 +36,6 @@ final class ImportsTest extends SpecTestsuiteBase ); } - #[Depends('testModule2')] public function testAssertReturn3(): void { $this->runAssertReturnCommand( @@ -49,7 +45,6 @@ final class ImportsTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn3')] public function testAssertReturn4(): void { $this->runAssertReturnCommand( @@ -59,7 +54,6 @@ final class ImportsTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn4')] public function testAssertInvalid5(): void { $this->runAssertInvalidCommand( @@ -69,7 +63,6 @@ final class ImportsTest extends SpecTestsuiteBase ); } - #[Depends('testAssertInvalid5')] public function testModule6(): void { $this->runModuleCommand( @@ -79,7 +72,6 @@ final class ImportsTest extends SpecTestsuiteBase ); } - #[Depends('testModule6')] public function testAssertReturn7(): void { $this->runAssertReturnCommand( @@ -89,7 +81,6 @@ final class ImportsTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn7')] public function testModule8(): void { $this->runModuleCommand( @@ -99,7 +90,6 @@ final class ImportsTest extends SpecTestsuiteBase ); } - #[Depends('testModule8')] public function testAssertReturn9(): void { $this->runAssertReturnCommand( @@ -109,7 +99,6 @@ final class ImportsTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn9')] public function testModule10(): void { $this->runModuleCommand( @@ -119,7 +108,6 @@ final class ImportsTest extends SpecTestsuiteBase ); } - #[Depends('testModule10')] public function testModule11(): void { $this->runModuleCommand( @@ -129,7 +117,6 @@ final class ImportsTest extends SpecTestsuiteBase ); } - #[Depends('testModule11')] public function testModule12(): void { $this->runModuleCommand( @@ -139,7 +126,6 @@ final class ImportsTest extends SpecTestsuiteBase ); } - #[Depends('testModule12')] public function testModule13(): void { $this->runModuleCommand( @@ -149,7 +135,6 @@ final class ImportsTest extends SpecTestsuiteBase ); } - #[Depends('testModule13')] public function testModule14(): void { $this->runModuleCommand( @@ -159,7 +144,6 @@ final class ImportsTest extends SpecTestsuiteBase ); } - #[Depends('testModule14')] public function testModule15(): void { $this->runModuleCommand( @@ -169,7 +153,6 @@ final class ImportsTest extends SpecTestsuiteBase ); } - #[Depends('testModule15')] public function testModule16(): void { $this->runModuleCommand( @@ -179,7 +162,6 @@ final class ImportsTest extends SpecTestsuiteBase ); } - #[Depends('testModule16')] public function testAssertUnlinkable17(): void { $this->runAssertUnlinkableCommand( @@ -189,7 +171,6 @@ final class ImportsTest extends SpecTestsuiteBase ); } - #[Depends('testAssertUnlinkable17')] public function testAssertUnlinkable18(): void { $this->runAssertUnlinkableCommand( @@ -199,7 +180,6 @@ final class ImportsTest extends SpecTestsuiteBase ); } - #[Depends('testAssertUnlinkable18')] public function testAssertUnlinkable19(): void { $this->runAssertUnlinkableCommand( @@ -209,7 +189,6 @@ final class ImportsTest extends SpecTestsuiteBase ); } - #[Depends('testAssertUnlinkable19')] public function testAssertUnlinkable20(): void { $this->runAssertUnlinkableCommand( @@ -219,7 +198,6 @@ final class ImportsTest extends SpecTestsuiteBase ); } - #[Depends('testAssertUnlinkable20')] public function testAssertUnlinkable21(): void { $this->runAssertUnlinkableCommand( @@ -229,7 +207,6 @@ final class ImportsTest extends SpecTestsuiteBase ); } - #[Depends('testAssertUnlinkable21')] public function testAssertUnlinkable22(): void { $this->runAssertUnlinkableCommand( @@ -239,7 +216,6 @@ final class ImportsTest extends SpecTestsuiteBase ); } - #[Depends('testAssertUnlinkable22')] public function testAssertUnlinkable23(): void { $this->runAssertUnlinkableCommand( @@ -249,7 +225,6 @@ final class ImportsTest extends SpecTestsuiteBase ); } - #[Depends('testAssertUnlinkable23')] public function testAssertUnlinkable24(): void { $this->runAssertUnlinkableCommand( @@ -259,7 +234,6 @@ final class ImportsTest extends SpecTestsuiteBase ); } - #[Depends('testAssertUnlinkable24')] public function testAssertUnlinkable25(): void { $this->runAssertUnlinkableCommand( @@ -269,7 +243,6 @@ final class ImportsTest extends SpecTestsuiteBase ); } - #[Depends('testAssertUnlinkable25')] public function testAssertUnlinkable26(): void { $this->runAssertUnlinkableCommand( @@ -279,7 +252,6 @@ final class ImportsTest extends SpecTestsuiteBase ); } - #[Depends('testAssertUnlinkable26')] public function testAssertUnlinkable27(): void { $this->runAssertUnlinkableCommand( @@ -289,7 +261,6 @@ final class ImportsTest extends SpecTestsuiteBase ); } - #[Depends('testAssertUnlinkable27')] public function testAssertUnlinkable28(): void { $this->runAssertUnlinkableCommand( @@ -299,7 +270,6 @@ final class ImportsTest extends SpecTestsuiteBase ); } - #[Depends('testAssertUnlinkable28')] public function testAssertUnlinkable29(): void { $this->runAssertUnlinkableCommand( @@ -309,7 +279,6 @@ final class ImportsTest extends SpecTestsuiteBase ); } - #[Depends('testAssertUnlinkable29')] public function testAssertUnlinkable30(): void { $this->runAssertUnlinkableCommand( @@ -319,7 +288,6 @@ final class ImportsTest extends SpecTestsuiteBase ); } - #[Depends('testAssertUnlinkable30')] public function testAssertUnlinkable31(): void { $this->runAssertUnlinkableCommand( @@ -329,7 +297,6 @@ final class ImportsTest extends SpecTestsuiteBase ); } - #[Depends('testAssertUnlinkable31')] public function testAssertUnlinkable32(): void { $this->runAssertUnlinkableCommand( @@ -339,7 +306,6 @@ final class ImportsTest extends SpecTestsuiteBase ); } - #[Depends('testAssertUnlinkable32')] public function testAssertUnlinkable33(): void { $this->runAssertUnlinkableCommand( @@ -349,7 +315,6 @@ final class ImportsTest extends SpecTestsuiteBase ); } - #[Depends('testAssertUnlinkable33')] public function testAssertUnlinkable34(): void { $this->runAssertUnlinkableCommand( @@ -359,7 +324,6 @@ final class ImportsTest extends SpecTestsuiteBase ); } - #[Depends('testAssertUnlinkable34')] public function testAssertUnlinkable35(): void { $this->runAssertUnlinkableCommand( @@ -369,7 +333,6 @@ final class ImportsTest extends SpecTestsuiteBase ); } - #[Depends('testAssertUnlinkable35')] public function testAssertUnlinkable36(): void { $this->runAssertUnlinkableCommand( @@ -379,7 +342,6 @@ final class ImportsTest extends SpecTestsuiteBase ); } - #[Depends('testAssertUnlinkable36')] public function testAssertUnlinkable37(): void { $this->runAssertUnlinkableCommand( @@ -389,7 +351,6 @@ final class ImportsTest extends SpecTestsuiteBase ); } - #[Depends('testAssertUnlinkable37')] public function testAssertUnlinkable38(): void { $this->runAssertUnlinkableCommand( @@ -399,7 +360,6 @@ final class ImportsTest extends SpecTestsuiteBase ); } - #[Depends('testAssertUnlinkable38')] public function testAssertUnlinkable39(): void { $this->runAssertUnlinkableCommand( @@ -409,7 +369,6 @@ final class ImportsTest extends SpecTestsuiteBase ); } - #[Depends('testAssertUnlinkable39')] public function testAssertUnlinkable40(): void { $this->runAssertUnlinkableCommand( @@ -419,7 +378,6 @@ final class ImportsTest extends SpecTestsuiteBase ); } - #[Depends('testAssertUnlinkable40')] public function testModule41(): void { $this->runModuleCommand( @@ -429,7 +387,6 @@ final class ImportsTest extends SpecTestsuiteBase ); } - #[Depends('testModule41')] public function testAssertReturn42(): void { $this->runAssertReturnCommand( @@ -439,7 +396,6 @@ final class ImportsTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn42')] public function testAssertReturn43(): void { $this->runAssertReturnCommand( @@ -449,7 +405,6 @@ final class ImportsTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn43')] public function testAssertReturn44(): void { $this->runAssertReturnCommand( @@ -459,7 +414,6 @@ final class ImportsTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn44')] public function testAssertReturn45(): void { $this->runAssertReturnCommand( @@ -469,7 +423,6 @@ final class ImportsTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn45')] public function testAssertReturn46(): void { $this->runAssertReturnCommand( @@ -479,7 +432,6 @@ final class ImportsTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn46')] public function testAssertReturn47(): void { $this->runAssertReturnCommand( @@ -489,7 +441,6 @@ final class ImportsTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn47')] public function testAssertReturn48(): void { $this->runAssertReturnCommand( @@ -499,7 +450,6 @@ final class ImportsTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn48')] public function testModule49(): void { $this->runModuleCommand( @@ -509,7 +459,6 @@ final class ImportsTest extends SpecTestsuiteBase ); } - #[Depends('testModule49')] public function testModule50(): void { $this->runModuleCommand( @@ -519,7 +468,6 @@ final class ImportsTest extends SpecTestsuiteBase ); } - #[Depends('testModule50')] public function testModule51(): void { $this->runModuleCommand( @@ -529,7 +477,6 @@ final class ImportsTest extends SpecTestsuiteBase ); } - #[Depends('testModule51')] public function testAssertUnlinkable52(): void { $this->runAssertUnlinkableCommand( @@ -539,7 +486,6 @@ final class ImportsTest extends SpecTestsuiteBase ); } - #[Depends('testAssertUnlinkable52')] public function testAssertUnlinkable53(): void { $this->runAssertUnlinkableCommand( @@ -549,7 +495,6 @@ final class ImportsTest extends SpecTestsuiteBase ); } - #[Depends('testAssertUnlinkable53')] public function testAssertUnlinkable54(): void { $this->runAssertUnlinkableCommand( @@ -559,7 +504,6 @@ final class ImportsTest extends SpecTestsuiteBase ); } - #[Depends('testAssertUnlinkable54')] public function testAssertUnlinkable55(): void { $this->runAssertUnlinkableCommand( @@ -569,7 +513,6 @@ final class ImportsTest extends SpecTestsuiteBase ); } - #[Depends('testAssertUnlinkable55')] public function testAssertUnlinkable56(): void { $this->runAssertUnlinkableCommand( @@ -579,7 +522,6 @@ final class ImportsTest extends SpecTestsuiteBase ); } - #[Depends('testAssertUnlinkable56')] public function testAssertUnlinkable57(): void { $this->runAssertUnlinkableCommand( @@ -589,7 +531,6 @@ final class ImportsTest extends SpecTestsuiteBase ); } - #[Depends('testAssertUnlinkable57')] public function testAssertUnlinkable58(): void { $this->runAssertUnlinkableCommand( @@ -599,7 +540,6 @@ final class ImportsTest extends SpecTestsuiteBase ); } - #[Depends('testAssertUnlinkable58')] public function testAssertUnlinkable59(): void { $this->runAssertUnlinkableCommand( @@ -609,7 +549,6 @@ final class ImportsTest extends SpecTestsuiteBase ); } - #[Depends('testAssertUnlinkable59')] public function testAssertUnlinkable60(): void { $this->runAssertUnlinkableCommand( @@ -619,7 +558,6 @@ final class ImportsTest extends SpecTestsuiteBase ); } - #[Depends('testAssertUnlinkable60')] public function testAssertUnlinkable61(): void { $this->runAssertUnlinkableCommand( @@ -629,7 +567,6 @@ final class ImportsTest extends SpecTestsuiteBase ); } - #[Depends('testAssertUnlinkable61')] public function testAssertUnlinkable62(): void { $this->runAssertUnlinkableCommand( @@ -639,7 +576,6 @@ final class ImportsTest extends SpecTestsuiteBase ); } - #[Depends('testAssertUnlinkable62')] public function testAssertUnlinkable63(): void { $this->runAssertUnlinkableCommand( @@ -649,7 +585,6 @@ final class ImportsTest extends SpecTestsuiteBase ); } - #[Depends('testAssertUnlinkable63')] public function testAssertUnlinkable64(): void { $this->runAssertUnlinkableCommand( @@ -659,7 +594,6 @@ final class ImportsTest extends SpecTestsuiteBase ); } - #[Depends('testAssertUnlinkable64')] public function testAssertUnlinkable65(): void { $this->runAssertUnlinkableCommand( @@ -669,7 +603,6 @@ final class ImportsTest extends SpecTestsuiteBase ); } - #[Depends('testAssertUnlinkable65')] public function testAssertUnlinkable66(): void { $this->runAssertUnlinkableCommand( @@ -679,7 +612,6 @@ final class ImportsTest extends SpecTestsuiteBase ); } - #[Depends('testAssertUnlinkable66')] public function testAssertUnlinkable67(): void { $this->runAssertUnlinkableCommand( @@ -689,7 +621,6 @@ final class ImportsTest extends SpecTestsuiteBase ); } - #[Depends('testAssertUnlinkable67')] public function testAssertUnlinkable68(): void { $this->runAssertUnlinkableCommand( @@ -699,7 +630,6 @@ final class ImportsTest extends SpecTestsuiteBase ); } - #[Depends('testAssertUnlinkable68')] public function testAssertUnlinkable69(): void { $this->runAssertUnlinkableCommand( @@ -709,7 +639,6 @@ final class ImportsTest extends SpecTestsuiteBase ); } - #[Depends('testAssertUnlinkable69')] public function testAssertUnlinkable70(): void { $this->runAssertUnlinkableCommand( @@ -719,7 +648,6 @@ final class ImportsTest extends SpecTestsuiteBase ); } - #[Depends('testAssertUnlinkable70')] public function testAssertUnlinkable71(): void { $this->runAssertUnlinkableCommand( @@ -729,7 +657,6 @@ final class ImportsTest extends SpecTestsuiteBase ); } - #[Depends('testAssertUnlinkable71')] public function testModule72(): void { $this->runModuleCommand( @@ -739,7 +666,6 @@ final class ImportsTest extends SpecTestsuiteBase ); } - #[Depends('testModule72')] public function testAssertTrap73(): void { $this->runAssertTrapCommand( @@ -749,7 +675,6 @@ final class ImportsTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap73')] public function testAssertReturn74(): void { $this->runAssertReturnCommand( @@ -759,7 +684,6 @@ final class ImportsTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn74')] public function testAssertReturn75(): void { $this->runAssertReturnCommand( @@ -769,7 +693,6 @@ final class ImportsTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn75')] public function testAssertTrap76(): void { $this->runAssertTrapCommand( @@ -779,7 +702,6 @@ final class ImportsTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap76')] public function testAssertTrap77(): void { $this->runAssertTrapCommand( @@ -789,7 +711,6 @@ final class ImportsTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap77')] public function testModule78(): void { $this->runModuleCommand( @@ -799,7 +720,6 @@ final class ImportsTest extends SpecTestsuiteBase ); } - #[Depends('testModule78')] public function testAssertTrap79(): void { $this->runAssertTrapCommand( @@ -809,7 +729,6 @@ final class ImportsTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap79')] public function testAssertReturn80(): void { $this->runAssertReturnCommand( @@ -819,7 +738,6 @@ final class ImportsTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn80')] public function testAssertReturn81(): void { $this->runAssertReturnCommand( @@ -829,7 +747,6 @@ final class ImportsTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn81')] public function testAssertTrap82(): void { $this->runAssertTrapCommand( @@ -839,7 +756,6 @@ final class ImportsTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap82')] public function testAssertTrap83(): void { $this->runAssertTrapCommand( @@ -849,7 +765,6 @@ final class ImportsTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap83')] public function testModule84(): void { $this->runModuleCommand( @@ -859,7 +774,6 @@ final class ImportsTest extends SpecTestsuiteBase ); } - #[Depends('testModule84')] public function testModule85(): void { $this->runModuleCommand( @@ -869,7 +783,6 @@ final class ImportsTest extends SpecTestsuiteBase ); } - #[Depends('testModule85')] public function testModule86(): void { $this->runModuleCommand( @@ -879,7 +792,6 @@ final class ImportsTest extends SpecTestsuiteBase ); } - #[Depends('testModule86')] public function testModule87(): void { $this->runModuleCommand( @@ -889,7 +801,6 @@ final class ImportsTest extends SpecTestsuiteBase ); } - #[Depends('testModule87')] public function testModule88(): void { $this->runModuleCommand( @@ -899,7 +810,6 @@ final class ImportsTest extends SpecTestsuiteBase ); } - #[Depends('testModule88')] public function testModule89(): void { $this->runModuleCommand( @@ -909,7 +819,6 @@ final class ImportsTest extends SpecTestsuiteBase ); } - #[Depends('testModule89')] public function testModule90(): void { $this->runModuleCommand( @@ -919,7 +828,6 @@ final class ImportsTest extends SpecTestsuiteBase ); } - #[Depends('testModule90')] public function testModule91(): void { $this->runModuleCommand( @@ -929,7 +837,6 @@ final class ImportsTest extends SpecTestsuiteBase ); } - #[Depends('testModule91')] public function testModule92(): void { $this->runModuleCommand( @@ -939,7 +846,6 @@ final class ImportsTest extends SpecTestsuiteBase ); } - #[Depends('testModule92')] public function testModule93(): void { $this->runModuleCommand( @@ -949,7 +855,6 @@ final class ImportsTest extends SpecTestsuiteBase ); } - #[Depends('testModule93')] public function testModule94(): void { $this->runModuleCommand( @@ -959,7 +864,6 @@ final class ImportsTest extends SpecTestsuiteBase ); } - #[Depends('testModule94')] public function testModule95(): void { $this->runModuleCommand( @@ -969,7 +873,6 @@ final class ImportsTest extends SpecTestsuiteBase ); } - #[Depends('testModule95')] public function testModule96(): void { $this->runModuleCommand( @@ -979,7 +882,6 @@ final class ImportsTest extends SpecTestsuiteBase ); } - #[Depends('testModule96')] public function testModule97(): void { $this->runModuleCommand( @@ -989,7 +891,6 @@ final class ImportsTest extends SpecTestsuiteBase ); } - #[Depends('testModule97')] public function testModule98(): void { $this->runModuleCommand( @@ -999,7 +900,6 @@ final class ImportsTest extends SpecTestsuiteBase ); } - #[Depends('testModule98')] public function testModule99(): void { $this->runModuleCommand( @@ -1009,7 +909,6 @@ final class ImportsTest extends SpecTestsuiteBase ); } - #[Depends('testModule99')] public function testModule100(): void { $this->runModuleCommand( @@ -1019,7 +918,6 @@ final class ImportsTest extends SpecTestsuiteBase ); } - #[Depends('testModule100')] public function testModule101(): void { $this->runModuleCommand( @@ -1029,7 +927,6 @@ final class ImportsTest extends SpecTestsuiteBase ); } - #[Depends('testModule101')] public function testModule102(): void { $this->runModuleCommand( @@ -1039,7 +936,6 @@ final class ImportsTest extends SpecTestsuiteBase ); } - #[Depends('testModule102')] public function testModule103(): void { $this->runModuleCommand( @@ -1049,7 +945,6 @@ final class ImportsTest extends SpecTestsuiteBase ); } - #[Depends('testModule103')] public function testModule104(): void { $this->runModuleCommand( @@ -1059,7 +954,6 @@ final class ImportsTest extends SpecTestsuiteBase ); } - #[Depends('testModule104')] public function testAssertUnlinkable105(): void { $this->runAssertUnlinkableCommand( @@ -1069,7 +963,6 @@ final class ImportsTest extends SpecTestsuiteBase ); } - #[Depends('testAssertUnlinkable105')] public function testAssertUnlinkable106(): void { $this->runAssertUnlinkableCommand( @@ -1079,7 +972,6 @@ final class ImportsTest extends SpecTestsuiteBase ); } - #[Depends('testAssertUnlinkable106')] public function testAssertUnlinkable107(): void { $this->runAssertUnlinkableCommand( @@ -1089,7 +981,6 @@ final class ImportsTest extends SpecTestsuiteBase ); } - #[Depends('testAssertUnlinkable107')] public function testAssertUnlinkable108(): void { $this->runAssertUnlinkableCommand( @@ -1099,7 +990,6 @@ final class ImportsTest extends SpecTestsuiteBase ); } - #[Depends('testAssertUnlinkable108')] public function testAssertUnlinkable109(): void { $this->runAssertUnlinkableCommand( @@ -1109,7 +999,6 @@ final class ImportsTest extends SpecTestsuiteBase ); } - #[Depends('testAssertUnlinkable109')] public function testAssertUnlinkable110(): void { $this->runAssertUnlinkableCommand( @@ -1119,7 +1008,6 @@ final class ImportsTest extends SpecTestsuiteBase ); } - #[Depends('testAssertUnlinkable110')] public function testAssertUnlinkable111(): void { $this->runAssertUnlinkableCommand( @@ -1129,7 +1017,6 @@ final class ImportsTest extends SpecTestsuiteBase ); } - #[Depends('testAssertUnlinkable111')] public function testAssertUnlinkable112(): void { $this->runAssertUnlinkableCommand( @@ -1139,7 +1026,6 @@ final class ImportsTest extends SpecTestsuiteBase ); } - #[Depends('testAssertUnlinkable112')] public function testAssertUnlinkable113(): void { $this->runAssertUnlinkableCommand( @@ -1149,7 +1035,6 @@ final class ImportsTest extends SpecTestsuiteBase ); } - #[Depends('testAssertUnlinkable113')] public function testAssertUnlinkable114(): void { $this->runAssertUnlinkableCommand( @@ -1159,7 +1044,6 @@ final class ImportsTest extends SpecTestsuiteBase ); } - #[Depends('testAssertUnlinkable114')] public function testAssertUnlinkable115(): void { $this->runAssertUnlinkableCommand( @@ -1169,7 +1053,6 @@ final class ImportsTest extends SpecTestsuiteBase ); } - #[Depends('testAssertUnlinkable115')] public function testAssertUnlinkable116(): void { $this->runAssertUnlinkableCommand( @@ -1179,7 +1062,6 @@ final class ImportsTest extends SpecTestsuiteBase ); } - #[Depends('testAssertUnlinkable116')] public function testModule117(): void { $this->runModuleCommand( @@ -1189,7 +1071,6 @@ final class ImportsTest extends SpecTestsuiteBase ); } - #[Depends('testModule117')] public function testAssertReturn118(): void { $this->runAssertReturnCommand( @@ -1199,7 +1080,6 @@ final class ImportsTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn118')] public function testAssertReturn119(): void { $this->runAssertReturnCommand( @@ -1209,7 +1089,6 @@ final class ImportsTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn119')] public function testAssertReturn120(): void { $this->runAssertReturnCommand( @@ -1219,7 +1098,6 @@ final class ImportsTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn120')] public function testAssertTrap121(): void { $this->runAssertTrapCommand( @@ -1229,7 +1107,6 @@ final class ImportsTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap121')] public function testModule122(): void { $this->runModuleCommand( @@ -1239,7 +1116,6 @@ final class ImportsTest extends SpecTestsuiteBase ); } - #[Depends('testModule122')] public function testAssertReturn123(): void { $this->runAssertReturnCommand( @@ -1249,7 +1125,6 @@ final class ImportsTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn123')] public function testAssertReturn124(): void { $this->runAssertReturnCommand( @@ -1259,7 +1134,6 @@ final class ImportsTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn124')] public function testAssertReturn125(): void { $this->runAssertReturnCommand( @@ -1269,7 +1143,6 @@ final class ImportsTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn125')] public function testAssertTrap126(): void { $this->runAssertTrapCommand( @@ -1279,7 +1152,6 @@ final class ImportsTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap126')] public function testAssertInvalid127(): void { $this->runAssertInvalidCommand( @@ -1289,7 +1161,6 @@ final class ImportsTest extends SpecTestsuiteBase ); } - #[Depends('testAssertInvalid127')] public function testAssertInvalid128(): void { $this->runAssertInvalidCommand( @@ -1299,7 +1170,6 @@ final class ImportsTest extends SpecTestsuiteBase ); } - #[Depends('testAssertInvalid128')] public function testAssertInvalid129(): void { $this->runAssertInvalidCommand( @@ -1309,7 +1179,6 @@ final class ImportsTest extends SpecTestsuiteBase ); } - #[Depends('testAssertInvalid129')] public function testModule130(): void { $this->runModuleCommand( @@ -1319,7 +1188,6 @@ final class ImportsTest extends SpecTestsuiteBase ); } - #[Depends('testModule130')] public function testModule131(): void { $this->runModuleCommand( @@ -1329,7 +1197,6 @@ final class ImportsTest extends SpecTestsuiteBase ); } - #[Depends('testModule131')] public function testModule132(): void { $this->runModuleCommand( @@ -1339,7 +1206,6 @@ final class ImportsTest extends SpecTestsuiteBase ); } - #[Depends('testModule132')] public function testModule133(): void { $this->runModuleCommand( @@ -1349,7 +1215,6 @@ final class ImportsTest extends SpecTestsuiteBase ); } - #[Depends('testModule133')] public function testModule134(): void { $this->runModuleCommand( @@ -1359,7 +1224,6 @@ final class ImportsTest extends SpecTestsuiteBase ); } - #[Depends('testModule134')] public function testModule135(): void { $this->runModuleCommand( @@ -1369,7 +1233,6 @@ final class ImportsTest extends SpecTestsuiteBase ); } - #[Depends('testModule135')] public function testModule136(): void { $this->runModuleCommand( @@ -1379,7 +1242,6 @@ final class ImportsTest extends SpecTestsuiteBase ); } - #[Depends('testModule136')] public function testModule137(): void { $this->runModuleCommand( @@ -1389,7 +1251,6 @@ final class ImportsTest extends SpecTestsuiteBase ); } - #[Depends('testModule137')] public function testModule138(): void { $this->runModuleCommand( @@ -1399,7 +1260,6 @@ final class ImportsTest extends SpecTestsuiteBase ); } - #[Depends('testModule138')] public function testAssertUnlinkable139(): void { $this->runAssertUnlinkableCommand( @@ -1409,7 +1269,6 @@ final class ImportsTest extends SpecTestsuiteBase ); } - #[Depends('testAssertUnlinkable139')] public function testAssertUnlinkable140(): void { $this->runAssertUnlinkableCommand( @@ -1419,7 +1278,6 @@ final class ImportsTest extends SpecTestsuiteBase ); } - #[Depends('testAssertUnlinkable140')] public function testAssertUnlinkable141(): void { $this->runAssertUnlinkableCommand( @@ -1429,7 +1287,6 @@ final class ImportsTest extends SpecTestsuiteBase ); } - #[Depends('testAssertUnlinkable141')] public function testAssertUnlinkable142(): void { $this->runAssertUnlinkableCommand( @@ -1439,7 +1296,6 @@ final class ImportsTest extends SpecTestsuiteBase ); } - #[Depends('testAssertUnlinkable142')] public function testAssertUnlinkable143(): void { $this->runAssertUnlinkableCommand( @@ -1449,7 +1305,6 @@ final class ImportsTest extends SpecTestsuiteBase ); } - #[Depends('testAssertUnlinkable143')] public function testAssertUnlinkable144(): void { $this->runAssertUnlinkableCommand( @@ -1459,7 +1314,6 @@ final class ImportsTest extends SpecTestsuiteBase ); } - #[Depends('testAssertUnlinkable144')] public function testAssertUnlinkable145(): void { $this->runAssertUnlinkableCommand( @@ -1469,7 +1323,6 @@ final class ImportsTest extends SpecTestsuiteBase ); } - #[Depends('testAssertUnlinkable145')] public function testAssertUnlinkable146(): void { $this->runAssertUnlinkableCommand( @@ -1479,7 +1332,6 @@ final class ImportsTest extends SpecTestsuiteBase ); } - #[Depends('testAssertUnlinkable146')] public function testAssertUnlinkable147(): void { $this->runAssertUnlinkableCommand( @@ -1489,7 +1341,6 @@ final class ImportsTest extends SpecTestsuiteBase ); } - #[Depends('testAssertUnlinkable147')] public function testAssertUnlinkable148(): void { $this->runAssertUnlinkableCommand( @@ -1499,7 +1350,6 @@ final class ImportsTest extends SpecTestsuiteBase ); } - #[Depends('testAssertUnlinkable148')] public function testAssertUnlinkable149(): void { $this->runAssertUnlinkableCommand( @@ -1509,7 +1359,6 @@ final class ImportsTest extends SpecTestsuiteBase ); } - #[Depends('testAssertUnlinkable149')] public function testAssertUnlinkable150(): void { $this->runAssertUnlinkableCommand( @@ -1519,7 +1368,6 @@ final class ImportsTest extends SpecTestsuiteBase ); } - #[Depends('testAssertUnlinkable150')] public function testAssertUnlinkable151(): void { $this->runAssertUnlinkableCommand( @@ -1529,7 +1377,6 @@ final class ImportsTest extends SpecTestsuiteBase ); } - #[Depends('testAssertUnlinkable151')] public function testAssertUnlinkable152(): void { $this->runAssertUnlinkableCommand( @@ -1539,7 +1386,6 @@ final class ImportsTest extends SpecTestsuiteBase ); } - #[Depends('testAssertUnlinkable152')] public function testModule153(): void { $this->runModuleCommand( @@ -1549,7 +1395,6 @@ final class ImportsTest extends SpecTestsuiteBase ); } - #[Depends('testModule153')] public function testAssertReturn154(): void { $this->runAssertReturnCommand( @@ -1559,7 +1404,6 @@ final class ImportsTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn154')] public function testAssertReturn155(): void { $this->runAssertReturnCommand( @@ -1569,7 +1413,6 @@ final class ImportsTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn155')] public function testAssertReturn156(): void { $this->runAssertReturnCommand( @@ -1579,7 +1422,6 @@ final class ImportsTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn156')] public function testAssertReturn157(): void { $this->runAssertReturnCommand( @@ -1589,7 +1431,6 @@ final class ImportsTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn157')] public function testAssertReturn158(): void { $this->runAssertReturnCommand( @@ -1599,7 +1440,6 @@ final class ImportsTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn158')] public function testModule159(): void { $this->runModuleCommand( @@ -1609,7 +1449,6 @@ final class ImportsTest extends SpecTestsuiteBase ); } - #[Depends('testModule159')] public function testRegister160(): void { $this->runRegisterCommand( @@ -1619,7 +1458,6 @@ final class ImportsTest extends SpecTestsuiteBase ); } - #[Depends('testRegister160')] public function testAssertReturn161(): void { $this->runAssertReturnCommand( @@ -1629,7 +1467,6 @@ final class ImportsTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn161')] public function testModule162(): void { $this->runModuleCommand( @@ -1639,7 +1476,6 @@ final class ImportsTest extends SpecTestsuiteBase ); } - #[Depends('testModule162')] public function testRegister163(): void { $this->runRegisterCommand( @@ -1649,7 +1485,6 @@ final class ImportsTest extends SpecTestsuiteBase ); } - #[Depends('testRegister163')] public function testAssertReturn164(): void { $this->runAssertReturnCommand( @@ -1659,7 +1494,6 @@ final class ImportsTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn164')] public function testModule165(): void { $this->runModuleCommand( @@ -1669,7 +1503,6 @@ final class ImportsTest extends SpecTestsuiteBase ); } - #[Depends('testModule165')] public function testAssertReturn166(): void { $this->runAssertReturnCommand( @@ -1680,102 +1513,85 @@ final class ImportsTest extends SpecTestsuiteBase } #[DoesNotPerformAssertions] - #[Depends('testAssertReturn166')] public function testAssertMalformed167(): void { } #[DoesNotPerformAssertions] - #[Depends('testAssertMalformed167')] public function testAssertMalformed168(): void { } #[DoesNotPerformAssertions] - #[Depends('testAssertMalformed168')] public function testAssertMalformed169(): void { } #[DoesNotPerformAssertions] - #[Depends('testAssertMalformed169')] public function testAssertMalformed170(): void { } #[DoesNotPerformAssertions] - #[Depends('testAssertMalformed170')] public function testAssertMalformed171(): void { } #[DoesNotPerformAssertions] - #[Depends('testAssertMalformed171')] public function testAssertMalformed172(): void { } #[DoesNotPerformAssertions] - #[Depends('testAssertMalformed172')] public function testAssertMalformed173(): void { } #[DoesNotPerformAssertions] - #[Depends('testAssertMalformed173')] public function testAssertMalformed174(): void { } #[DoesNotPerformAssertions] - #[Depends('testAssertMalformed174')] public function testAssertMalformed175(): void { } #[DoesNotPerformAssertions] - #[Depends('testAssertMalformed175')] public function testAssertMalformed176(): void { } #[DoesNotPerformAssertions] - #[Depends('testAssertMalformed176')] public function testAssertMalformed177(): void { } #[DoesNotPerformAssertions] - #[Depends('testAssertMalformed177')] public function testAssertMalformed178(): void { } #[DoesNotPerformAssertions] - #[Depends('testAssertMalformed178')] public function testAssertMalformed179(): void { } #[DoesNotPerformAssertions] - #[Depends('testAssertMalformed179')] public function testAssertMalformed180(): void { } #[DoesNotPerformAssertions] - #[Depends('testAssertMalformed180')] public function testAssertMalformed181(): void { } #[DoesNotPerformAssertions] - #[Depends('testAssertMalformed181')] public function testAssertMalformed182(): void { } - #[Depends('testAssertMalformed182')] public function testModule183(): void { $this->runModuleCommand( @@ -1785,7 +1601,6 @@ final class ImportsTest extends SpecTestsuiteBase ); } - #[Depends('testModule183')] public function testRegister184(): void { $this->runRegisterCommand( @@ -1795,7 +1610,6 @@ final class ImportsTest extends SpecTestsuiteBase ); } - #[Depends('testRegister184')] public function testAssertUnlinkable185(): void { $this->runAssertUnlinkableCommand( diff --git a/tests/src/SpecTestsuites/Core/InlineModuleTest.php b/tests/src/SpecTestsuites/Core/InlineModuleTest.php index f133a5f..c102f28 100644 --- a/tests/src/SpecTestsuites/Core/InlineModuleTest.php +++ b/tests/src/SpecTestsuites/Core/InlineModuleTest.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 InlineModuleTest extends SpecTestsuiteBase diff --git a/tests/src/SpecTestsuites/Core/IntExprsTest.php b/tests/src/SpecTestsuites/Core/IntExprsTest.php index b2d8b67..766d24b 100644 --- a/tests/src/SpecTestsuites/Core/IntExprsTest.php +++ b/tests/src/SpecTestsuites/Core/IntExprsTest.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 IntExprsTest extends SpecTestsuiteBase @@ -19,7 +18,6 @@ final class IntExprsTest extends SpecTestsuiteBase ); } - #[Depends('testModule0')] public function testAssertReturn1(): void { $this->runAssertReturnCommand( @@ -29,7 +27,6 @@ final class IntExprsTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1')] public function testAssertReturn2(): void { $this->runAssertReturnCommand( @@ -39,7 +36,6 @@ final class IntExprsTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2')] public function testAssertReturn3(): void { $this->runAssertReturnCommand( @@ -49,7 +45,6 @@ final class IntExprsTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn3')] public function testAssertReturn4(): void { $this->runAssertReturnCommand( @@ -59,7 +54,6 @@ final class IntExprsTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn4')] public function testModule5(): void { $this->runModuleCommand( @@ -69,7 +63,6 @@ final class IntExprsTest extends SpecTestsuiteBase ); } - #[Depends('testModule5')] public function testAssertReturn6(): void { $this->runAssertReturnCommand( @@ -79,7 +72,6 @@ final class IntExprsTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn6')] public function testAssertReturn7(): void { $this->runAssertReturnCommand( @@ -89,7 +81,6 @@ final class IntExprsTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn7')] public function testModule8(): void { $this->runModuleCommand( @@ -99,7 +90,6 @@ final class IntExprsTest extends SpecTestsuiteBase ); } - #[Depends('testModule8')] public function testAssertReturn9(): void { $this->runAssertReturnCommand( @@ -109,7 +99,6 @@ final class IntExprsTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn9')] public function testModule10(): void { $this->runModuleCommand( @@ -119,7 +108,6 @@ final class IntExprsTest extends SpecTestsuiteBase ); } - #[Depends('testModule10')] public function testAssertReturn11(): void { $this->runAssertReturnCommand( @@ -129,7 +117,6 @@ final class IntExprsTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn11')] public function testAssertReturn12(): void { $this->runAssertReturnCommand( @@ -139,7 +126,6 @@ final class IntExprsTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn12')] public function testAssertReturn13(): void { $this->runAssertReturnCommand( @@ -149,7 +135,6 @@ final class IntExprsTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn13')] public function testAssertReturn14(): void { $this->runAssertReturnCommand( @@ -159,7 +144,6 @@ final class IntExprsTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn14')] public function testModule15(): void { $this->runModuleCommand( @@ -169,7 +153,6 @@ final class IntExprsTest extends SpecTestsuiteBase ); } - #[Depends('testModule15')] public function testAssertReturn16(): void { $this->runAssertReturnCommand( @@ -179,7 +162,6 @@ final class IntExprsTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn16')] public function testAssertReturn17(): void { $this->runAssertReturnCommand( @@ -189,7 +171,6 @@ final class IntExprsTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn17')] public function testAssertReturn18(): void { $this->runAssertReturnCommand( @@ -199,7 +180,6 @@ final class IntExprsTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn18')] public function testAssertReturn19(): void { $this->runAssertReturnCommand( @@ -209,7 +189,6 @@ final class IntExprsTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn19')] public function testModule20(): void { $this->runModuleCommand( @@ -219,7 +198,6 @@ final class IntExprsTest extends SpecTestsuiteBase ); } - #[Depends('testModule20')] public function testAssertReturn21(): void { $this->runAssertReturnCommand( @@ -229,7 +207,6 @@ final class IntExprsTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn21')] public function testAssertReturn22(): void { $this->runAssertReturnCommand( @@ -239,7 +216,6 @@ final class IntExprsTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn22')] public function testAssertReturn23(): void { $this->runAssertReturnCommand( @@ -249,7 +225,6 @@ final class IntExprsTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn23')] public function testAssertReturn24(): void { $this->runAssertReturnCommand( @@ -259,7 +234,6 @@ final class IntExprsTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn24')] public function testModule25(): void { $this->runModuleCommand( @@ -269,7 +243,6 @@ final class IntExprsTest extends SpecTestsuiteBase ); } - #[Depends('testModule25')] public function testAssertTrap26(): void { $this->runAssertTrapCommand( @@ -279,7 +252,6 @@ final class IntExprsTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap26')] public function testAssertTrap27(): void { $this->runAssertTrapCommand( @@ -289,7 +261,6 @@ final class IntExprsTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap27')] public function testAssertTrap28(): void { $this->runAssertTrapCommand( @@ -299,7 +270,6 @@ final class IntExprsTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap28')] public function testAssertTrap29(): void { $this->runAssertTrapCommand( @@ -309,7 +279,6 @@ final class IntExprsTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap29')] public function testModule30(): void { $this->runModuleCommand( @@ -319,7 +288,6 @@ final class IntExprsTest extends SpecTestsuiteBase ); } - #[Depends('testModule30')] public function testAssertTrap31(): void { $this->runAssertTrapCommand( @@ -329,7 +297,6 @@ final class IntExprsTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap31')] public function testAssertTrap32(): void { $this->runAssertTrapCommand( @@ -339,7 +306,6 @@ final class IntExprsTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap32')] public function testAssertTrap33(): void { $this->runAssertTrapCommand( @@ -349,7 +315,6 @@ final class IntExprsTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap33')] public function testAssertTrap34(): void { $this->runAssertTrapCommand( @@ -359,7 +324,6 @@ final class IntExprsTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap34')] public function testModule35(): void { $this->runModuleCommand( @@ -369,7 +333,6 @@ final class IntExprsTest extends SpecTestsuiteBase ); } - #[Depends('testModule35')] public function testAssertReturn36(): void { $this->runAssertReturnCommand( @@ -379,7 +342,6 @@ final class IntExprsTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn36')] public function testAssertReturn37(): void { $this->runAssertReturnCommand( @@ -389,7 +351,6 @@ final class IntExprsTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn37')] public function testAssertReturn38(): void { $this->runAssertReturnCommand( @@ -399,7 +360,6 @@ final class IntExprsTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn38')] public function testAssertReturn39(): void { $this->runAssertReturnCommand( @@ -409,7 +369,6 @@ final class IntExprsTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn39')] public function testModule40(): void { $this->runModuleCommand( @@ -419,7 +378,6 @@ final class IntExprsTest extends SpecTestsuiteBase ); } - #[Depends('testModule40')] public function testAssertReturn41(): void { $this->runAssertReturnCommand( @@ -429,7 +387,6 @@ final class IntExprsTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn41')] public function testAssertReturn42(): void { $this->runAssertReturnCommand( @@ -439,7 +396,6 @@ final class IntExprsTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn42')] public function testModule43(): void { $this->runModuleCommand( @@ -449,7 +405,6 @@ final class IntExprsTest extends SpecTestsuiteBase ); } - #[Depends('testModule43')] public function testAssertReturn44(): void { $this->runAssertReturnCommand( @@ -459,7 +414,6 @@ final class IntExprsTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn44')] public function testAssertReturn45(): void { $this->runAssertReturnCommand( @@ -469,7 +423,6 @@ final class IntExprsTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn45')] public function testModule46(): void { $this->runModuleCommand( @@ -479,7 +432,6 @@ final class IntExprsTest extends SpecTestsuiteBase ); } - #[Depends('testModule46')] public function testAssertTrap47(): void { $this->runAssertTrapCommand( @@ -489,7 +441,6 @@ final class IntExprsTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap47')] public function testAssertTrap48(): void { $this->runAssertTrapCommand( @@ -499,7 +450,6 @@ final class IntExprsTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap48')] public function testAssertTrap49(): void { $this->runAssertTrapCommand( @@ -509,7 +459,6 @@ final class IntExprsTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap49')] public function testAssertTrap50(): void { $this->runAssertTrapCommand( @@ -519,7 +468,6 @@ final class IntExprsTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap50')] public function testModule51(): void { $this->runModuleCommand( @@ -529,7 +477,6 @@ final class IntExprsTest extends SpecTestsuiteBase ); } - #[Depends('testModule51')] public function testAssertReturn52(): void { $this->runAssertReturnCommand( @@ -539,7 +486,6 @@ final class IntExprsTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn52')] public function testAssertReturn53(): void { $this->runAssertReturnCommand( @@ -549,7 +495,6 @@ final class IntExprsTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn53')] public function testAssertReturn54(): void { $this->runAssertReturnCommand( @@ -559,7 +504,6 @@ final class IntExprsTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn54')] public function testAssertReturn55(): void { $this->runAssertReturnCommand( @@ -569,7 +513,6 @@ final class IntExprsTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn55')] public function testAssertReturn56(): void { $this->runAssertReturnCommand( @@ -579,7 +522,6 @@ final class IntExprsTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn56')] public function testAssertReturn57(): void { $this->runAssertReturnCommand( @@ -589,7 +531,6 @@ final class IntExprsTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn57')] public function testAssertReturn58(): void { $this->runAssertReturnCommand( @@ -599,7 +540,6 @@ final class IntExprsTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn58')] public function testAssertReturn59(): void { $this->runAssertReturnCommand( @@ -609,7 +549,6 @@ final class IntExprsTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn59')] public function testModule60(): void { $this->runModuleCommand( @@ -619,7 +558,6 @@ final class IntExprsTest extends SpecTestsuiteBase ); } - #[Depends('testModule60')] public function testAssertReturn61(): void { $this->runAssertReturnCommand( @@ -629,7 +567,6 @@ final class IntExprsTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn61')] public function testAssertReturn62(): void { $this->runAssertReturnCommand( @@ -639,7 +576,6 @@ final class IntExprsTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn62')] public function testAssertReturn63(): void { $this->runAssertReturnCommand( @@ -649,7 +585,6 @@ final class IntExprsTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn63')] public function testAssertReturn64(): void { $this->runAssertReturnCommand( @@ -659,7 +594,6 @@ final class IntExprsTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn64')] public function testAssertReturn65(): void { $this->runAssertReturnCommand( @@ -669,7 +603,6 @@ final class IntExprsTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn65')] public function testAssertReturn66(): void { $this->runAssertReturnCommand( @@ -679,7 +612,6 @@ final class IntExprsTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn66')] public function testAssertReturn67(): void { $this->runAssertReturnCommand( @@ -689,7 +621,6 @@ final class IntExprsTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn67')] public function testAssertReturn68(): void { $this->runAssertReturnCommand( @@ -699,7 +630,6 @@ final class IntExprsTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn68')] public function testModule69(): void { $this->runModuleCommand( @@ -709,7 +639,6 @@ final class IntExprsTest extends SpecTestsuiteBase ); } - #[Depends('testModule69')] public function testAssertReturn70(): void { $this->runAssertReturnCommand( @@ -719,7 +648,6 @@ final class IntExprsTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn70')] public function testAssertReturn71(): void { $this->runAssertReturnCommand( @@ -729,7 +657,6 @@ final class IntExprsTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn71')] public function testAssertReturn72(): void { $this->runAssertReturnCommand( @@ -739,7 +666,6 @@ final class IntExprsTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn72')] public function testAssertReturn73(): void { $this->runAssertReturnCommand( @@ -749,7 +675,6 @@ final class IntExprsTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn73')] public function testAssertReturn74(): void { $this->runAssertReturnCommand( @@ -759,7 +684,6 @@ final class IntExprsTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn74')] public function testAssertReturn75(): void { $this->runAssertReturnCommand( @@ -769,7 +693,6 @@ final class IntExprsTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn75')] public function testAssertReturn76(): void { $this->runAssertReturnCommand( @@ -779,7 +702,6 @@ final class IntExprsTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn76')] public function testAssertReturn77(): void { $this->runAssertReturnCommand( @@ -789,7 +711,6 @@ final class IntExprsTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn77')] public function testModule78(): void { $this->runModuleCommand( @@ -799,7 +720,6 @@ final class IntExprsTest extends SpecTestsuiteBase ); } - #[Depends('testModule78')] public function testAssertReturn79(): void { $this->runAssertReturnCommand( @@ -809,7 +729,6 @@ final class IntExprsTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn79')] public function testAssertReturn80(): void { $this->runAssertReturnCommand( @@ -819,7 +738,6 @@ final class IntExprsTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn80')] public function testAssertReturn81(): void { $this->runAssertReturnCommand( @@ -829,7 +747,6 @@ final class IntExprsTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn81')] public function testAssertReturn82(): void { $this->runAssertReturnCommand( @@ -839,7 +756,6 @@ final class IntExprsTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn82')] public function testAssertReturn83(): void { $this->runAssertReturnCommand( @@ -849,7 +765,6 @@ final class IntExprsTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn83')] public function testAssertReturn84(): void { $this->runAssertReturnCommand( @@ -859,7 +774,6 @@ final class IntExprsTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn84')] public function testAssertReturn85(): void { $this->runAssertReturnCommand( @@ -869,7 +783,6 @@ final class IntExprsTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn85')] public function testAssertReturn86(): void { $this->runAssertReturnCommand( @@ -879,7 +792,6 @@ final class IntExprsTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn86')] public function testModule87(): void { $this->runModuleCommand( @@ -889,7 +801,6 @@ final class IntExprsTest extends SpecTestsuiteBase ); } - #[Depends('testModule87')] public function testAssertReturn88(): void { $this->runAssertReturnCommand( @@ -899,7 +810,6 @@ final class IntExprsTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn88')] public function testAssertReturn89(): void { $this->runAssertReturnCommand( @@ -909,7 +819,6 @@ final class IntExprsTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn89')] public function testAssertReturn90(): void { $this->runAssertReturnCommand( @@ -919,7 +828,6 @@ final class IntExprsTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn90')] public function testAssertReturn91(): void { $this->runAssertReturnCommand( @@ -929,7 +837,6 @@ final class IntExprsTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn91')] public function testAssertReturn92(): void { $this->runAssertReturnCommand( @@ -939,7 +846,6 @@ final class IntExprsTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn92')] public function testAssertReturn93(): void { $this->runAssertReturnCommand( @@ -949,7 +855,6 @@ final class IntExprsTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn93')] public function testAssertReturn94(): void { $this->runAssertReturnCommand( @@ -959,7 +864,6 @@ final class IntExprsTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn94')] public function testAssertReturn95(): void { $this->runAssertReturnCommand( @@ -969,7 +873,6 @@ final class IntExprsTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn95')] public function testModule96(): void { $this->runModuleCommand( @@ -979,7 +882,6 @@ final class IntExprsTest extends SpecTestsuiteBase ); } - #[Depends('testModule96')] public function testAssertReturn97(): void { $this->runAssertReturnCommand( @@ -989,7 +891,6 @@ final class IntExprsTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn97')] public function testAssertReturn98(): void { $this->runAssertReturnCommand( @@ -999,7 +900,6 @@ final class IntExprsTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn98')] public function testAssertReturn99(): void { $this->runAssertReturnCommand( @@ -1009,7 +909,6 @@ final class IntExprsTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn99')] public function testAssertReturn100(): void { $this->runAssertReturnCommand( @@ -1019,7 +918,6 @@ final class IntExprsTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn100')] public function testAssertReturn101(): void { $this->runAssertReturnCommand( @@ -1029,7 +927,6 @@ final class IntExprsTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn101')] public function testAssertReturn102(): void { $this->runAssertReturnCommand( @@ -1039,7 +936,6 @@ final class IntExprsTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn102')] public function testAssertReturn103(): void { $this->runAssertReturnCommand( @@ -1049,7 +945,6 @@ final class IntExprsTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn103')] public function testAssertReturn104(): void { $this->runAssertReturnCommand( @@ -1059,7 +954,6 @@ final class IntExprsTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn104')] public function testModule105(): void { $this->runModuleCommand( @@ -1069,7 +963,6 @@ final class IntExprsTest extends SpecTestsuiteBase ); } - #[Depends('testModule105')] public function testAssertTrap106(): void { $this->runAssertTrapCommand( @@ -1079,7 +972,6 @@ final class IntExprsTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap106')] public function testAssertTrap107(): void { $this->runAssertTrapCommand( diff --git a/tests/src/SpecTestsuites/Core/IntLiteralsTest.php b/tests/src/SpecTestsuites/Core/IntLiteralsTest.php index 68120dc..9293f5b 100644 --- a/tests/src/SpecTestsuites/Core/IntLiteralsTest.php +++ b/tests/src/SpecTestsuites/Core/IntLiteralsTest.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 IntLiteralsTest extends SpecTestsuiteBase @@ -19,7 +18,6 @@ final class IntLiteralsTest extends SpecTestsuiteBase ); } - #[Depends('testModule0')] public function testAssertReturn1(): void { $this->runAssertReturnCommand( @@ -29,7 +27,6 @@ final class IntLiteralsTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1')] public function testAssertReturn2(): void { $this->runAssertReturnCommand( @@ -39,7 +36,6 @@ final class IntLiteralsTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2')] public function testAssertReturn3(): void { $this->runAssertReturnCommand( @@ -49,7 +45,6 @@ final class IntLiteralsTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn3')] public function testAssertReturn4(): void { $this->runAssertReturnCommand( @@ -59,7 +54,6 @@ final class IntLiteralsTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn4')] public function testAssertReturn5(): void { $this->runAssertReturnCommand( @@ -69,7 +63,6 @@ final class IntLiteralsTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn5')] public function testAssertReturn6(): void { $this->runAssertReturnCommand( @@ -79,7 +72,6 @@ final class IntLiteralsTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn6')] public function testAssertReturn7(): void { $this->runAssertReturnCommand( @@ -89,7 +81,6 @@ final class IntLiteralsTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn7')] public function testAssertReturn8(): void { $this->runAssertReturnCommand( @@ -99,7 +90,6 @@ final class IntLiteralsTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn8')] public function testAssertReturn9(): void { $this->runAssertReturnCommand( @@ -109,7 +99,6 @@ final class IntLiteralsTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn9')] public function testAssertReturn10(): void { $this->runAssertReturnCommand( @@ -119,7 +108,6 @@ final class IntLiteralsTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn10')] public function testAssertReturn11(): void { $this->runAssertReturnCommand( @@ -129,7 +117,6 @@ final class IntLiteralsTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn11')] public function testAssertReturn12(): void { $this->runAssertReturnCommand( @@ -139,7 +126,6 @@ final class IntLiteralsTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn12')] public function testAssertReturn13(): void { $this->runAssertReturnCommand( @@ -149,7 +135,6 @@ final class IntLiteralsTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn13')] public function testAssertReturn14(): void { $this->runAssertReturnCommand( @@ -159,7 +144,6 @@ final class IntLiteralsTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn14')] public function testAssertReturn15(): void { $this->runAssertReturnCommand( @@ -169,7 +153,6 @@ final class IntLiteralsTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn15')] public function testAssertReturn16(): void { $this->runAssertReturnCommand( @@ -179,7 +162,6 @@ final class IntLiteralsTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn16')] public function testAssertReturn17(): void { $this->runAssertReturnCommand( @@ -189,7 +171,6 @@ final class IntLiteralsTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn17')] public function testAssertReturn18(): void { $this->runAssertReturnCommand( @@ -199,7 +180,6 @@ final class IntLiteralsTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn18')] public function testAssertReturn19(): void { $this->runAssertReturnCommand( @@ -209,7 +189,6 @@ final class IntLiteralsTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn19')] public function testAssertReturn20(): void { $this->runAssertReturnCommand( @@ -219,7 +198,6 @@ final class IntLiteralsTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn20')] public function testAssertReturn21(): void { $this->runAssertReturnCommand( @@ -229,7 +207,6 @@ final class IntLiteralsTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn21')] public function testAssertReturn22(): void { $this->runAssertReturnCommand( @@ -239,7 +216,6 @@ final class IntLiteralsTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn22')] public function testAssertReturn23(): void { $this->runAssertReturnCommand( @@ -249,7 +225,6 @@ final class IntLiteralsTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn23')] public function testAssertReturn24(): void { $this->runAssertReturnCommand( @@ -259,7 +234,6 @@ final class IntLiteralsTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn24')] public function testAssertReturn25(): void { $this->runAssertReturnCommand( @@ -269,7 +243,6 @@ final class IntLiteralsTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn25')] public function testAssertReturn26(): void { $this->runAssertReturnCommand( @@ -279,7 +252,6 @@ final class IntLiteralsTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn26')] public function testAssertReturn27(): void { $this->runAssertReturnCommand( @@ -289,7 +261,6 @@ final class IntLiteralsTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn27')] public function testAssertReturn28(): void { $this->runAssertReturnCommand( @@ -299,7 +270,6 @@ final class IntLiteralsTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn28')] public function testAssertReturn29(): void { $this->runAssertReturnCommand( @@ -309,7 +279,6 @@ final class IntLiteralsTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn29')] public function testAssertReturn30(): void { $this->runAssertReturnCommand( @@ -320,121 +289,101 @@ final class IntLiteralsTest extends SpecTestsuiteBase } #[DoesNotPerformAssertions] - #[Depends('testAssertReturn30')] public function testAssertMalformed31(): void { } #[DoesNotPerformAssertions] - #[Depends('testAssertMalformed31')] public function testAssertMalformed32(): void { } #[DoesNotPerformAssertions] - #[Depends('testAssertMalformed32')] public function testAssertMalformed33(): void { } #[DoesNotPerformAssertions] - #[Depends('testAssertMalformed33')] public function testAssertMalformed34(): void { } #[DoesNotPerformAssertions] - #[Depends('testAssertMalformed34')] public function testAssertMalformed35(): void { } #[DoesNotPerformAssertions] - #[Depends('testAssertMalformed35')] public function testAssertMalformed36(): void { } #[DoesNotPerformAssertions] - #[Depends('testAssertMalformed36')] public function testAssertMalformed37(): void { } #[DoesNotPerformAssertions] - #[Depends('testAssertMalformed37')] public function testAssertMalformed38(): void { } #[DoesNotPerformAssertions] - #[Depends('testAssertMalformed38')] public function testAssertMalformed39(): void { } #[DoesNotPerformAssertions] - #[Depends('testAssertMalformed39')] public function testAssertMalformed40(): void { } #[DoesNotPerformAssertions] - #[Depends('testAssertMalformed40')] public function testAssertMalformed41(): void { } #[DoesNotPerformAssertions] - #[Depends('testAssertMalformed41')] public function testAssertMalformed42(): void { } #[DoesNotPerformAssertions] - #[Depends('testAssertMalformed42')] public function testAssertMalformed43(): void { } #[DoesNotPerformAssertions] - #[Depends('testAssertMalformed43')] public function testAssertMalformed44(): void { } #[DoesNotPerformAssertions] - #[Depends('testAssertMalformed44')] public function testAssertMalformed45(): void { } #[DoesNotPerformAssertions] - #[Depends('testAssertMalformed45')] public function testAssertMalformed46(): void { } #[DoesNotPerformAssertions] - #[Depends('testAssertMalformed46')] public function testAssertMalformed47(): void { } #[DoesNotPerformAssertions] - #[Depends('testAssertMalformed47')] public function testAssertMalformed48(): void { } #[DoesNotPerformAssertions] - #[Depends('testAssertMalformed48')] public function testAssertMalformed49(): void { } #[DoesNotPerformAssertions] - #[Depends('testAssertMalformed49')] public function testAssertMalformed50(): void { } diff --git a/tests/src/SpecTestsuites/Core/LabelsTest.php b/tests/src/SpecTestsuites/Core/LabelsTest.php index 79eed4d..4ba57bd 100644 --- a/tests/src/SpecTestsuites/Core/LabelsTest.php +++ b/tests/src/SpecTestsuites/Core/LabelsTest.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 LabelsTest extends SpecTestsuiteBase @@ -19,7 +18,6 @@ final class LabelsTest extends SpecTestsuiteBase ); } - #[Depends('testModule0')] public function testAssertReturn1(): void { $this->runAssertReturnCommand( @@ -29,7 +27,6 @@ final class LabelsTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1')] public function testAssertReturn2(): void { $this->runAssertReturnCommand( @@ -39,7 +36,6 @@ final class LabelsTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2')] public function testAssertReturn3(): void { $this->runAssertReturnCommand( @@ -49,7 +45,6 @@ final class LabelsTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn3')] public function testAssertReturn4(): void { $this->runAssertReturnCommand( @@ -59,7 +54,6 @@ final class LabelsTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn4')] public function testAssertReturn5(): void { $this->runAssertReturnCommand( @@ -69,7 +63,6 @@ final class LabelsTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn5')] public function testAssertReturn6(): void { $this->runAssertReturnCommand( @@ -79,7 +72,6 @@ final class LabelsTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn6')] public function testAssertReturn7(): void { $this->runAssertReturnCommand( @@ -89,7 +81,6 @@ final class LabelsTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn7')] public function testAssertReturn8(): void { $this->runAssertReturnCommand( @@ -99,7 +90,6 @@ final class LabelsTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn8')] public function testAssertReturn9(): void { $this->runAssertReturnCommand( @@ -109,7 +99,6 @@ final class LabelsTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn9')] public function testAssertReturn10(): void { $this->runAssertReturnCommand( @@ -119,7 +108,6 @@ final class LabelsTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn10')] public function testAssertReturn11(): void { $this->runAssertReturnCommand( @@ -129,7 +117,6 @@ final class LabelsTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn11')] public function testAssertReturn12(): void { $this->runAssertReturnCommand( @@ -139,7 +126,6 @@ final class LabelsTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn12')] public function testAssertReturn13(): void { $this->runAssertReturnCommand( @@ -149,7 +135,6 @@ final class LabelsTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn13')] public function testAssertReturn14(): void { $this->runAssertReturnCommand( @@ -159,7 +144,6 @@ final class LabelsTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn14')] public function testAssertReturn15(): void { $this->runAssertReturnCommand( @@ -169,7 +153,6 @@ final class LabelsTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn15')] public function testAssertReturn16(): void { $this->runAssertReturnCommand( @@ -179,7 +162,6 @@ final class LabelsTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn16')] public function testAssertReturn17(): void { $this->runAssertReturnCommand( @@ -189,7 +171,6 @@ final class LabelsTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn17')] public function testAssertReturn18(): void { $this->runAssertReturnCommand( @@ -199,7 +180,6 @@ final class LabelsTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn18')] public function testAssertReturn19(): void { $this->runAssertReturnCommand( @@ -209,7 +189,6 @@ final class LabelsTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn19')] public function testAssertReturn20(): void { $this->runAssertReturnCommand( @@ -219,7 +198,6 @@ final class LabelsTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn20')] public function testAssertReturn21(): void { $this->runAssertReturnCommand( @@ -229,7 +207,6 @@ final class LabelsTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn21')] public function testAssertReturn22(): void { $this->runAssertReturnCommand( @@ -239,7 +216,6 @@ final class LabelsTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn22')] public function testAssertReturn23(): void { $this->runAssertReturnCommand( @@ -249,7 +225,6 @@ final class LabelsTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn23')] public function testAssertReturn24(): void { $this->runAssertReturnCommand( @@ -259,7 +234,6 @@ final class LabelsTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn24')] public function testAssertReturn25(): void { $this->runAssertReturnCommand( @@ -269,7 +243,6 @@ final class LabelsTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn25')] public function testAssertInvalid26(): void { $this->runAssertInvalidCommand( @@ -279,7 +252,6 @@ final class LabelsTest extends SpecTestsuiteBase ); } - #[Depends('testAssertInvalid26')] public function testAssertInvalid27(): void { $this->runAssertInvalidCommand( @@ -289,7 +261,6 @@ final class LabelsTest extends SpecTestsuiteBase ); } - #[Depends('testAssertInvalid27')] public function testAssertInvalid28(): void { $this->runAssertInvalidCommand( diff --git a/tests/src/SpecTestsuites/Core/LeftToRightTest.php b/tests/src/SpecTestsuites/Core/LeftToRightTest.php index 1f18dcf..8ae713b 100644 --- a/tests/src/SpecTestsuites/Core/LeftToRightTest.php +++ b/tests/src/SpecTestsuites/Core/LeftToRightTest.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 LeftToRightTest extends SpecTestsuiteBase @@ -19,7 +18,6 @@ final class LeftToRightTest extends SpecTestsuiteBase ); } - #[Depends('testModule0')] public function testAssertReturn1(): void { $this->runAssertReturnCommand( @@ -29,7 +27,6 @@ final class LeftToRightTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1')] public function testAssertReturn2(): void { $this->runAssertReturnCommand( @@ -39,7 +36,6 @@ final class LeftToRightTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2')] public function testAssertReturn3(): void { $this->runAssertReturnCommand( @@ -49,7 +45,6 @@ final class LeftToRightTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn3')] public function testAssertReturn4(): void { $this->runAssertReturnCommand( @@ -59,7 +54,6 @@ final class LeftToRightTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn4')] public function testAssertReturn5(): void { $this->runAssertReturnCommand( @@ -69,7 +63,6 @@ final class LeftToRightTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn5')] public function testAssertReturn6(): void { $this->runAssertReturnCommand( @@ -79,7 +72,6 @@ final class LeftToRightTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn6')] public function testAssertReturn7(): void { $this->runAssertReturnCommand( @@ -89,7 +81,6 @@ final class LeftToRightTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn7')] public function testAssertReturn8(): void { $this->runAssertReturnCommand( @@ -99,7 +90,6 @@ final class LeftToRightTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn8')] public function testAssertReturn9(): void { $this->runAssertReturnCommand( @@ -109,7 +99,6 @@ final class LeftToRightTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn9')] public function testAssertReturn10(): void { $this->runAssertReturnCommand( @@ -119,7 +108,6 @@ final class LeftToRightTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn10')] public function testAssertReturn11(): void { $this->runAssertReturnCommand( @@ -129,7 +117,6 @@ final class LeftToRightTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn11')] public function testAssertReturn12(): void { $this->runAssertReturnCommand( @@ -139,7 +126,6 @@ final class LeftToRightTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn12')] public function testAssertReturn13(): void { $this->runAssertReturnCommand( @@ -149,7 +135,6 @@ final class LeftToRightTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn13')] public function testAssertReturn14(): void { $this->runAssertReturnCommand( @@ -159,7 +144,6 @@ final class LeftToRightTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn14')] public function testAssertReturn15(): void { $this->runAssertReturnCommand( @@ -169,7 +153,6 @@ final class LeftToRightTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn15')] public function testAssertReturn16(): void { $this->runAssertReturnCommand( @@ -179,7 +162,6 @@ final class LeftToRightTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn16')] public function testAssertReturn17(): void { $this->runAssertReturnCommand( @@ -189,7 +171,6 @@ final class LeftToRightTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn17')] public function testAssertReturn18(): void { $this->runAssertReturnCommand( @@ -199,7 +180,6 @@ final class LeftToRightTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn18')] public function testAssertReturn19(): void { $this->runAssertReturnCommand( @@ -209,7 +189,6 @@ final class LeftToRightTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn19')] public function testAssertReturn20(): void { $this->runAssertReturnCommand( @@ -219,7 +198,6 @@ final class LeftToRightTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn20')] public function testAssertReturn21(): void { $this->runAssertReturnCommand( @@ -229,7 +207,6 @@ final class LeftToRightTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn21')] public function testAssertReturn22(): void { $this->runAssertReturnCommand( @@ -239,7 +216,6 @@ final class LeftToRightTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn22')] public function testAssertReturn23(): void { $this->runAssertReturnCommand( @@ -249,7 +225,6 @@ final class LeftToRightTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn23')] public function testAssertReturn24(): void { $this->runAssertReturnCommand( @@ -259,7 +234,6 @@ final class LeftToRightTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn24')] public function testAssertReturn25(): void { $this->runAssertReturnCommand( @@ -269,7 +243,6 @@ final class LeftToRightTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn25')] public function testAssertReturn26(): void { $this->runAssertReturnCommand( @@ -279,7 +252,6 @@ final class LeftToRightTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn26')] public function testAssertReturn27(): void { $this->runAssertReturnCommand( @@ -289,7 +261,6 @@ final class LeftToRightTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn27')] public function testAssertReturn28(): void { $this->runAssertReturnCommand( @@ -299,7 +270,6 @@ final class LeftToRightTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn28')] public function testAssertReturn29(): void { $this->runAssertReturnCommand( @@ -309,7 +279,6 @@ final class LeftToRightTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn29')] public function testAssertReturn30(): void { $this->runAssertReturnCommand( @@ -319,7 +288,6 @@ final class LeftToRightTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn30')] public function testAssertReturn31(): void { $this->runAssertReturnCommand( @@ -329,7 +297,6 @@ final class LeftToRightTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn31')] public function testAssertReturn32(): void { $this->runAssertReturnCommand( @@ -339,7 +306,6 @@ final class LeftToRightTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn32')] public function testAssertReturn33(): void { $this->runAssertReturnCommand( @@ -349,7 +315,6 @@ final class LeftToRightTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn33')] public function testAssertReturn34(): void { $this->runAssertReturnCommand( @@ -359,7 +324,6 @@ final class LeftToRightTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn34')] public function testAssertReturn35(): void { $this->runAssertReturnCommand( @@ -369,7 +333,6 @@ final class LeftToRightTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn35')] public function testAssertReturn36(): void { $this->runAssertReturnCommand( @@ -379,7 +342,6 @@ final class LeftToRightTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn36')] public function testAssertReturn37(): void { $this->runAssertReturnCommand( @@ -389,7 +351,6 @@ final class LeftToRightTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn37')] public function testAssertReturn38(): void { $this->runAssertReturnCommand( @@ -399,7 +360,6 @@ final class LeftToRightTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn38')] public function testAssertReturn39(): void { $this->runAssertReturnCommand( @@ -409,7 +369,6 @@ final class LeftToRightTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn39')] public function testAssertReturn40(): void { $this->runAssertReturnCommand( @@ -419,7 +378,6 @@ final class LeftToRightTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn40')] public function testAssertReturn41(): void { $this->runAssertReturnCommand( @@ -429,7 +387,6 @@ final class LeftToRightTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn41')] public function testAssertReturn42(): void { $this->runAssertReturnCommand( @@ -439,7 +396,6 @@ final class LeftToRightTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn42')] public function testAssertReturn43(): void { $this->runAssertReturnCommand( @@ -449,7 +405,6 @@ final class LeftToRightTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn43')] public function testAssertReturn44(): void { $this->runAssertReturnCommand( @@ -459,7 +414,6 @@ final class LeftToRightTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn44')] public function testAssertReturn45(): void { $this->runAssertReturnCommand( @@ -469,7 +423,6 @@ final class LeftToRightTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn45')] public function testAssertReturn46(): void { $this->runAssertReturnCommand( @@ -479,7 +432,6 @@ final class LeftToRightTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn46')] public function testAssertReturn47(): void { $this->runAssertReturnCommand( @@ -489,7 +441,6 @@ final class LeftToRightTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn47')] public function testAssertReturn48(): void { $this->runAssertReturnCommand( @@ -499,7 +450,6 @@ final class LeftToRightTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn48')] public function testAssertReturn49(): void { $this->runAssertReturnCommand( @@ -509,7 +459,6 @@ final class LeftToRightTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn49')] public function testAssertReturn50(): void { $this->runAssertReturnCommand( @@ -519,7 +468,6 @@ final class LeftToRightTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn50')] public function testAssertReturn51(): void { $this->runAssertReturnCommand( @@ -529,7 +477,6 @@ final class LeftToRightTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn51')] public function testAssertReturn52(): void { $this->runAssertReturnCommand( @@ -539,7 +486,6 @@ final class LeftToRightTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn52')] public function testAssertReturn53(): void { $this->runAssertReturnCommand( @@ -549,7 +495,6 @@ final class LeftToRightTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn53')] public function testAssertReturn54(): void { $this->runAssertReturnCommand( @@ -559,7 +504,6 @@ final class LeftToRightTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn54')] public function testAssertReturn55(): void { $this->runAssertReturnCommand( @@ -569,7 +513,6 @@ final class LeftToRightTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn55')] public function testAssertReturn56(): void { $this->runAssertReturnCommand( @@ -579,7 +522,6 @@ final class LeftToRightTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn56')] public function testAssertReturn57(): void { $this->runAssertReturnCommand( @@ -589,7 +531,6 @@ final class LeftToRightTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn57')] public function testAssertReturn58(): void { $this->runAssertReturnCommand( @@ -599,7 +540,6 @@ final class LeftToRightTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn58')] public function testAssertReturn59(): void { $this->runAssertReturnCommand( @@ -609,7 +549,6 @@ final class LeftToRightTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn59')] public function testAssertReturn60(): void { $this->runAssertReturnCommand( @@ -619,7 +558,6 @@ final class LeftToRightTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn60')] public function testAssertReturn61(): void { $this->runAssertReturnCommand( @@ -629,7 +567,6 @@ final class LeftToRightTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn61')] public function testAssertReturn62(): void { $this->runAssertReturnCommand( @@ -639,7 +576,6 @@ final class LeftToRightTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn62')] public function testAssertReturn63(): void { $this->runAssertReturnCommand( @@ -649,7 +585,6 @@ final class LeftToRightTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn63')] public function testAssertReturn64(): void { $this->runAssertReturnCommand( @@ -659,7 +594,6 @@ final class LeftToRightTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn64')] public function testAssertReturn65(): void { $this->runAssertReturnCommand( @@ -669,7 +603,6 @@ final class LeftToRightTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn65')] public function testAssertReturn66(): void { $this->runAssertReturnCommand( @@ -679,7 +612,6 @@ final class LeftToRightTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn66')] public function testAssertReturn67(): void { $this->runAssertReturnCommand( @@ -689,7 +621,6 @@ final class LeftToRightTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn67')] public function testAssertReturn68(): void { $this->runAssertReturnCommand( @@ -699,7 +630,6 @@ final class LeftToRightTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn68')] public function testAssertReturn69(): void { $this->runAssertReturnCommand( @@ -709,7 +639,6 @@ final class LeftToRightTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn69')] public function testAssertReturn70(): void { $this->runAssertReturnCommand( @@ -719,7 +648,6 @@ final class LeftToRightTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn70')] public function testAssertReturn71(): void { $this->runAssertReturnCommand( @@ -729,7 +657,6 @@ final class LeftToRightTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn71')] public function testAssertReturn72(): void { $this->runAssertReturnCommand( @@ -739,7 +666,6 @@ final class LeftToRightTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn72')] public function testAssertReturn73(): void { $this->runAssertReturnCommand( @@ -749,7 +675,6 @@ final class LeftToRightTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn73')] public function testAssertReturn74(): void { $this->runAssertReturnCommand( @@ -759,7 +684,6 @@ final class LeftToRightTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn74')] public function testAssertReturn75(): void { $this->runAssertReturnCommand( @@ -769,7 +693,6 @@ final class LeftToRightTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn75')] public function testAssertReturn76(): void { $this->runAssertReturnCommand( @@ -779,7 +702,6 @@ final class LeftToRightTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn76')] public function testAssertReturn77(): void { $this->runAssertReturnCommand( @@ -789,7 +711,6 @@ final class LeftToRightTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn77')] public function testAssertReturn78(): void { $this->runAssertReturnCommand( @@ -799,7 +720,6 @@ final class LeftToRightTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn78')] public function testAssertReturn79(): void { $this->runAssertReturnCommand( @@ -809,7 +729,6 @@ final class LeftToRightTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn79')] public function testAssertReturn80(): void { $this->runAssertReturnCommand( @@ -819,7 +738,6 @@ final class LeftToRightTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn80')] public function testAssertReturn81(): void { $this->runAssertReturnCommand( @@ -829,7 +747,6 @@ final class LeftToRightTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn81')] public function testAssertReturn82(): void { $this->runAssertReturnCommand( @@ -839,7 +756,6 @@ final class LeftToRightTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn82')] public function testAssertReturn83(): void { $this->runAssertReturnCommand( @@ -849,7 +765,6 @@ final class LeftToRightTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn83')] public function testAssertReturn84(): void { $this->runAssertReturnCommand( @@ -859,7 +774,6 @@ final class LeftToRightTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn84')] public function testAssertReturn85(): void { $this->runAssertReturnCommand( @@ -869,7 +783,6 @@ final class LeftToRightTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn85')] public function testAssertReturn86(): void { $this->runAssertReturnCommand( @@ -879,7 +792,6 @@ final class LeftToRightTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn86')] public function testAssertReturn87(): void { $this->runAssertReturnCommand( @@ -889,7 +801,6 @@ final class LeftToRightTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn87')] public function testAssertReturn88(): void { $this->runAssertReturnCommand( @@ -899,7 +810,6 @@ final class LeftToRightTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn88')] public function testAssertReturn89(): void { $this->runAssertReturnCommand( @@ -909,7 +819,6 @@ final class LeftToRightTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn89')] public function testAssertReturn90(): void { $this->runAssertReturnCommand( @@ -919,7 +828,6 @@ final class LeftToRightTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn90')] public function testAssertReturn91(): void { $this->runAssertReturnCommand( @@ -929,7 +837,6 @@ final class LeftToRightTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn91')] public function testAssertReturn92(): void { $this->runAssertReturnCommand( @@ -939,7 +846,6 @@ final class LeftToRightTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn92')] public function testAssertReturn93(): void { $this->runAssertReturnCommand( @@ -949,7 +855,6 @@ final class LeftToRightTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn93')] public function testAssertReturn94(): void { $this->runAssertReturnCommand( @@ -959,7 +864,6 @@ final class LeftToRightTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn94')] public function testAssertReturn95(): void { $this->runAssertReturnCommand( diff --git a/tests/src/SpecTestsuites/Core/LinkingTest.php b/tests/src/SpecTestsuites/Core/LinkingTest.php index 140ce67..6becbb6 100644 --- a/tests/src/SpecTestsuites/Core/LinkingTest.php +++ b/tests/src/SpecTestsuites/Core/LinkingTest.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 LinkingTest extends SpecTestsuiteBase @@ -19,7 +18,6 @@ final class LinkingTest extends SpecTestsuiteBase ); } - #[Depends('testModule0')] public function testRegister1(): void { $this->runRegisterCommand( @@ -29,7 +27,6 @@ final class LinkingTest extends SpecTestsuiteBase ); } - #[Depends('testRegister1')] public function testModule2(): void { $this->runModuleCommand( @@ -39,7 +36,6 @@ final class LinkingTest extends SpecTestsuiteBase ); } - #[Depends('testModule2')] public function testAssertReturn3(): void { $this->runAssertReturnCommand( @@ -49,7 +45,6 @@ final class LinkingTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn3')] public function testAssertReturn4(): void { $this->runAssertReturnCommand( @@ -59,7 +54,6 @@ final class LinkingTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn4')] public function testAssertReturn5(): void { $this->runAssertReturnCommand( @@ -69,7 +63,6 @@ final class LinkingTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn5')] public function testAssertReturn6(): void { $this->runAssertReturnCommand( @@ -79,7 +72,6 @@ final class LinkingTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn6')] public function testModule7(): void { $this->runModuleCommand( @@ -89,7 +81,6 @@ final class LinkingTest extends SpecTestsuiteBase ); } - #[Depends('testModule7')] public function testRegister8(): void { $this->runRegisterCommand( @@ -99,7 +90,6 @@ final class LinkingTest extends SpecTestsuiteBase ); } - #[Depends('testRegister8')] public function testAssertUnlinkable9(): void { $this->runAssertUnlinkableCommand( @@ -109,7 +99,6 @@ final class LinkingTest extends SpecTestsuiteBase ); } - #[Depends('testAssertUnlinkable9')] public function testAssertUnlinkable10(): void { $this->runAssertUnlinkableCommand( @@ -119,7 +108,6 @@ final class LinkingTest extends SpecTestsuiteBase ); } - #[Depends('testAssertUnlinkable10')] public function testModule11(): void { $this->runModuleCommand( @@ -129,7 +117,6 @@ final class LinkingTest extends SpecTestsuiteBase ); } - #[Depends('testModule11')] public function testRegister12(): void { $this->runRegisterCommand( @@ -139,7 +126,6 @@ final class LinkingTest extends SpecTestsuiteBase ); } - #[Depends('testRegister12')] public function testModule13(): void { $this->runModuleCommand( @@ -149,7 +135,6 @@ final class LinkingTest extends SpecTestsuiteBase ); } - #[Depends('testModule13')] public function testAssertReturn14(): void { $this->runAssertReturnCommand( @@ -159,7 +144,6 @@ final class LinkingTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn14')] public function testAssertReturn15(): void { $this->runAssertReturnCommand( @@ -169,7 +153,6 @@ final class LinkingTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn15')] public function testAssertReturn16(): void { $this->runAssertReturnCommand( @@ -179,7 +162,6 @@ final class LinkingTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn16')] public function testAssertReturn17(): void { $this->runAssertReturnCommand( @@ -189,7 +171,6 @@ final class LinkingTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn17')] public function testAssertReturn18(): void { $this->runAssertReturnCommand( @@ -199,7 +180,6 @@ final class LinkingTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn18')] public function testAssertReturn19(): void { $this->runAssertReturnCommand( @@ -209,7 +189,6 @@ final class LinkingTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn19')] public function testAssertReturn20(): void { $this->runAssertReturnCommand( @@ -219,7 +198,6 @@ final class LinkingTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn20')] public function testAssertReturn21(): void { $this->runAssertReturnCommand( @@ -229,7 +207,6 @@ final class LinkingTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn21')] public function testAssertReturn22(): void { $this->runAssertReturnCommand( @@ -239,7 +216,6 @@ final class LinkingTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn22')] public function testAssertReturn23(): void { $this->runAssertReturnCommand( @@ -249,7 +225,6 @@ final class LinkingTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn23')] public function testAssertReturn24(): void { $this->runAssertReturnCommand( @@ -259,7 +234,6 @@ final class LinkingTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn24')] public function testAssertReturn25(): void { $this->runAssertReturnCommand( @@ -269,7 +243,6 @@ final class LinkingTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn25')] public function testAssertReturn26(): void { $this->runAssertReturnCommand( @@ -279,7 +252,6 @@ final class LinkingTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn26')] public function testAssertReturn27(): void { $this->runAssertReturnCommand( @@ -289,7 +261,6 @@ final class LinkingTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn27')] public function testAssertReturn28(): void { $this->runAssertReturnCommand( @@ -299,7 +270,6 @@ final class LinkingTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn28')] public function testAssertUnlinkable29(): void { $this->runAssertUnlinkableCommand( @@ -309,7 +279,6 @@ final class LinkingTest extends SpecTestsuiteBase ); } - #[Depends('testAssertUnlinkable29')] public function testAssertUnlinkable30(): void { $this->runAssertUnlinkableCommand( @@ -319,7 +288,6 @@ final class LinkingTest extends SpecTestsuiteBase ); } - #[Depends('testAssertUnlinkable30')] public function testModule31(): void { $this->runModuleCommand( @@ -329,7 +297,6 @@ final class LinkingTest extends SpecTestsuiteBase ); } - #[Depends('testModule31')] public function testRegister32(): void { $this->runRegisterCommand( @@ -339,7 +306,6 @@ final class LinkingTest extends SpecTestsuiteBase ); } - #[Depends('testRegister32')] public function testModule33(): void { $this->runModuleCommand( @@ -349,7 +315,6 @@ final class LinkingTest extends SpecTestsuiteBase ); } - #[Depends('testModule33')] public function testAssertUnlinkable34(): void { $this->runAssertUnlinkableCommand( @@ -359,7 +324,6 @@ final class LinkingTest extends SpecTestsuiteBase ); } - #[Depends('testAssertUnlinkable34')] public function testAssertUnlinkable35(): void { $this->runAssertUnlinkableCommand( @@ -369,7 +333,6 @@ final class LinkingTest extends SpecTestsuiteBase ); } - #[Depends('testAssertUnlinkable35')] public function testAssertUnlinkable36(): void { $this->runAssertUnlinkableCommand( @@ -379,7 +342,6 @@ final class LinkingTest extends SpecTestsuiteBase ); } - #[Depends('testAssertUnlinkable36')] public function testAssertUnlinkable37(): void { $this->runAssertUnlinkableCommand( @@ -389,7 +351,6 @@ final class LinkingTest extends SpecTestsuiteBase ); } - #[Depends('testAssertUnlinkable37')] public function testModule38(): void { $this->runModuleCommand( @@ -399,7 +360,6 @@ final class LinkingTest extends SpecTestsuiteBase ); } - #[Depends('testModule38')] public function testRegister39(): void { $this->runRegisterCommand( @@ -409,7 +369,6 @@ final class LinkingTest extends SpecTestsuiteBase ); } - #[Depends('testRegister39')] public function testModule40(): void { $this->runModuleCommand( @@ -419,7 +378,6 @@ final class LinkingTest extends SpecTestsuiteBase ); } - #[Depends('testModule40')] public function testAssertReturn41(): void { $this->runAssertReturnCommand( @@ -429,7 +387,6 @@ final class LinkingTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn41')] public function testAssertReturn42(): void { $this->runAssertReturnCommand( @@ -439,7 +396,6 @@ final class LinkingTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn42')] public function testAssertReturn43(): void { $this->runAssertReturnCommand( @@ -449,7 +405,6 @@ final class LinkingTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn43')] public function testAssertReturn44(): void { $this->runAssertReturnCommand( @@ -459,7 +414,6 @@ final class LinkingTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn44')] public function testAssertTrap45(): void { $this->runAssertTrapCommand( @@ -469,7 +423,6 @@ final class LinkingTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap45')] public function testAssertTrap46(): void { $this->runAssertTrapCommand( @@ -479,7 +432,6 @@ final class LinkingTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap46')] public function testAssertReturn47(): void { $this->runAssertReturnCommand( @@ -489,7 +441,6 @@ final class LinkingTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn47')] public function testAssertTrap48(): void { $this->runAssertTrapCommand( @@ -499,7 +450,6 @@ final class LinkingTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap48')] public function testAssertTrap49(): void { $this->runAssertTrapCommand( @@ -509,7 +459,6 @@ final class LinkingTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap49')] public function testAssertTrap50(): void { $this->runAssertTrapCommand( @@ -519,7 +468,6 @@ final class LinkingTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap50')] public function testAssertReturn51(): void { $this->runAssertReturnCommand( @@ -529,7 +477,6 @@ final class LinkingTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn51')] public function testAssertTrap52(): void { $this->runAssertTrapCommand( @@ -539,7 +486,6 @@ final class LinkingTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap52')] public function testAssertTrap53(): void { $this->runAssertTrapCommand( @@ -549,7 +495,6 @@ final class LinkingTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap53')] public function testAssertTrap54(): void { $this->runAssertTrapCommand( @@ -559,7 +504,6 @@ final class LinkingTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap54')] public function testAssertTrap55(): void { $this->runAssertTrapCommand( @@ -569,7 +513,6 @@ final class LinkingTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap55')] public function testAssertTrap56(): void { $this->runAssertTrapCommand( @@ -579,7 +522,6 @@ final class LinkingTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap56')] public function testAssertReturn57(): void { $this->runAssertReturnCommand( @@ -589,7 +531,6 @@ final class LinkingTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn57')] public function testAssertTrap58(): void { $this->runAssertTrapCommand( @@ -599,7 +540,6 @@ final class LinkingTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap58')] public function testModule59(): void { $this->runModuleCommand( @@ -609,7 +549,6 @@ final class LinkingTest extends SpecTestsuiteBase ); } - #[Depends('testModule59')] public function testAssertReturn60(): void { $this->runAssertReturnCommand( @@ -619,7 +558,6 @@ final class LinkingTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn60')] public function testAssertReturn61(): void { $this->runAssertReturnCommand( @@ -629,7 +567,6 @@ final class LinkingTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn61')] public function testAssertReturn62(): void { $this->runAssertReturnCommand( @@ -639,7 +576,6 @@ final class LinkingTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn62')] public function testAssertReturn63(): void { $this->runAssertReturnCommand( @@ -649,7 +585,6 @@ final class LinkingTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn63')] public function testAssertReturn64(): void { $this->runAssertReturnCommand( @@ -659,7 +594,6 @@ final class LinkingTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn64')] public function testAssertReturn65(): void { $this->runAssertReturnCommand( @@ -669,7 +603,6 @@ final class LinkingTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn65')] public function testAssertReturn66(): void { $this->runAssertReturnCommand( @@ -679,7 +612,6 @@ final class LinkingTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn66')] public function testAssertReturn67(): void { $this->runAssertReturnCommand( @@ -689,7 +621,6 @@ final class LinkingTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn67')] public function testAssertReturn68(): void { $this->runAssertReturnCommand( @@ -699,7 +630,6 @@ final class LinkingTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn68')] public function testAssertReturn69(): void { $this->runAssertReturnCommand( @@ -709,7 +639,6 @@ final class LinkingTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn69')] public function testAssertReturn70(): void { $this->runAssertReturnCommand( @@ -719,7 +648,6 @@ final class LinkingTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn70')] public function testAssertReturn71(): void { $this->runAssertReturnCommand( @@ -729,7 +657,6 @@ final class LinkingTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn71')] public function testAssertReturn72(): void { $this->runAssertReturnCommand( @@ -739,7 +666,6 @@ final class LinkingTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn72')] public function testAssertReturn73(): void { $this->runAssertReturnCommand( @@ -749,7 +675,6 @@ final class LinkingTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn73')] public function testAssertTrap74(): void { $this->runAssertTrapCommand( @@ -759,7 +684,6 @@ final class LinkingTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap74')] public function testAssertTrap75(): void { $this->runAssertTrapCommand( @@ -769,7 +693,6 @@ final class LinkingTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap75')] public function testAssertReturn76(): void { $this->runAssertReturnCommand( @@ -779,7 +702,6 @@ final class LinkingTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn76')] public function testAssertTrap77(): void { $this->runAssertTrapCommand( @@ -789,7 +711,6 @@ final class LinkingTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap77')] public function testAssertTrap78(): void { $this->runAssertTrapCommand( @@ -799,7 +720,6 @@ final class LinkingTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap78')] public function testAssertTrap79(): void { $this->runAssertTrapCommand( @@ -809,7 +729,6 @@ final class LinkingTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap79')] public function testModule80(): void { $this->runModuleCommand( @@ -819,7 +738,6 @@ final class LinkingTest extends SpecTestsuiteBase ); } - #[Depends('testModule80')] public function testModule81(): void { $this->runModuleCommand( @@ -829,7 +747,6 @@ final class LinkingTest extends SpecTestsuiteBase ); } - #[Depends('testModule81')] public function testRegister82(): void { $this->runRegisterCommand( @@ -839,7 +756,6 @@ final class LinkingTest extends SpecTestsuiteBase ); } - #[Depends('testRegister82')] public function testModule83(): void { $this->runModuleCommand( @@ -849,7 +765,6 @@ final class LinkingTest extends SpecTestsuiteBase ); } - #[Depends('testModule83')] public function testAssertReturn84(): void { $this->runAssertReturnCommand( @@ -859,7 +774,6 @@ final class LinkingTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn84')] public function testAssertUninstantiable85(): void { $this->runAssertUninstantiableCommand( @@ -869,7 +783,6 @@ final class LinkingTest extends SpecTestsuiteBase ); } - #[Depends('testAssertUninstantiable85')] public function testAssertUnlinkable86(): void { $this->runAssertUnlinkableCommand( @@ -879,7 +792,6 @@ final class LinkingTest extends SpecTestsuiteBase ); } - #[Depends('testAssertUnlinkable86')] public function testAssertTrap87(): void { $this->runAssertTrapCommand( @@ -889,7 +801,6 @@ final class LinkingTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap87')] public function testAssertUninstantiable88(): void { $this->runAssertUninstantiableCommand( @@ -899,7 +810,6 @@ final class LinkingTest extends SpecTestsuiteBase ); } - #[Depends('testAssertUninstantiable88')] public function testAssertReturn89(): void { $this->runAssertReturnCommand( @@ -909,7 +819,6 @@ final class LinkingTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn89')] public function testAssertTrap90(): void { $this->runAssertTrapCommand( @@ -919,7 +828,6 @@ final class LinkingTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap90')] public function testAssertUninstantiable91(): void { $this->runAssertUninstantiableCommand( @@ -929,7 +837,6 @@ final class LinkingTest extends SpecTestsuiteBase ); } - #[Depends('testAssertUninstantiable91')] public function testAssertReturn92(): void { $this->runAssertReturnCommand( @@ -939,7 +846,6 @@ final class LinkingTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn92')] public function testModule93(): void { $this->runModuleCommand( @@ -949,7 +855,6 @@ final class LinkingTest extends SpecTestsuiteBase ); } - #[Depends('testModule93')] public function testRegister94(): void { $this->runRegisterCommand( @@ -959,7 +864,6 @@ final class LinkingTest extends SpecTestsuiteBase ); } - #[Depends('testRegister94')] public function testModule95(): void { $this->runModuleCommand( @@ -969,7 +873,6 @@ final class LinkingTest extends SpecTestsuiteBase ); } - #[Depends('testModule95')] public function testAssertUnlinkable96(): void { $this->runAssertUnlinkableCommand( @@ -979,7 +882,6 @@ final class LinkingTest extends SpecTestsuiteBase ); } - #[Depends('testAssertUnlinkable96')] public function testAssertUnlinkable97(): void { $this->runAssertUnlinkableCommand( @@ -989,7 +891,6 @@ final class LinkingTest extends SpecTestsuiteBase ); } - #[Depends('testAssertUnlinkable97')] public function testModule98(): void { $this->runModuleCommand( @@ -999,7 +900,6 @@ final class LinkingTest extends SpecTestsuiteBase ); } - #[Depends('testModule98')] public function testRegister99(): void { $this->runRegisterCommand( @@ -1009,7 +909,6 @@ final class LinkingTest extends SpecTestsuiteBase ); } - #[Depends('testRegister99')] public function testModule100(): void { $this->runModuleCommand( @@ -1019,7 +918,6 @@ final class LinkingTest extends SpecTestsuiteBase ); } - #[Depends('testModule100')] public function testAssertReturn101(): void { $this->runAssertReturnCommand( @@ -1029,7 +927,6 @@ final class LinkingTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn101')] public function testAssertReturn102(): void { $this->runAssertReturnCommand( @@ -1039,7 +936,6 @@ final class LinkingTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn102')] public function testAssertReturn103(): void { $this->runAssertReturnCommand( @@ -1049,7 +945,6 @@ final class LinkingTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn103')] public function testModule104(): void { $this->runModuleCommand( @@ -1059,7 +954,6 @@ final class LinkingTest extends SpecTestsuiteBase ); } - #[Depends('testModule104')] public function testAssertReturn105(): void { $this->runAssertReturnCommand( @@ -1069,7 +963,6 @@ final class LinkingTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn105')] public function testAssertReturn106(): void { $this->runAssertReturnCommand( @@ -1079,7 +972,6 @@ final class LinkingTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn106')] public function testAssertReturn107(): void { $this->runAssertReturnCommand( @@ -1089,7 +981,6 @@ final class LinkingTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn107')] public function testAssertReturn108(): void { $this->runAssertReturnCommand( @@ -1099,7 +990,6 @@ final class LinkingTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn108')] public function testModule109(): void { $this->runModuleCommand( @@ -1109,7 +999,6 @@ final class LinkingTest extends SpecTestsuiteBase ); } - #[Depends('testModule109')] public function testAssertUninstantiable110(): void { $this->runAssertUninstantiableCommand( @@ -1119,7 +1008,6 @@ final class LinkingTest extends SpecTestsuiteBase ); } - #[Depends('testAssertUninstantiable110')] public function testModule111(): void { $this->runModuleCommand( @@ -1129,7 +1017,6 @@ final class LinkingTest extends SpecTestsuiteBase ); } - #[Depends('testModule111')] public function testAssertReturn112(): void { $this->runAssertReturnCommand( @@ -1139,7 +1026,6 @@ final class LinkingTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn112')] public function testAssertReturn113(): void { $this->runAssertReturnCommand( @@ -1149,7 +1035,6 @@ final class LinkingTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn113')] public function testAssertReturn114(): void { $this->runAssertReturnCommand( @@ -1159,7 +1044,6 @@ final class LinkingTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn114')] public function testAssertReturn115(): void { $this->runAssertReturnCommand( @@ -1169,7 +1053,6 @@ final class LinkingTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn115')] public function testAssertReturn116(): void { $this->runAssertReturnCommand( @@ -1179,7 +1062,6 @@ final class LinkingTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn116')] public function testAssertReturn117(): void { $this->runAssertReturnCommand( @@ -1189,7 +1071,6 @@ final class LinkingTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn117')] public function testAssertReturn118(): void { $this->runAssertReturnCommand( @@ -1199,7 +1080,6 @@ final class LinkingTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn118')] public function testAssertReturn119(): void { $this->runAssertReturnCommand( @@ -1209,7 +1089,6 @@ final class LinkingTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn119')] public function testAssertUnlinkable120(): void { $this->runAssertUnlinkableCommand( @@ -1219,7 +1098,6 @@ final class LinkingTest extends SpecTestsuiteBase ); } - #[Depends('testAssertUnlinkable120')] public function testAssertReturn121(): void { $this->runAssertReturnCommand( @@ -1229,7 +1107,6 @@ final class LinkingTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn121')] public function testAssertUninstantiable122(): void { $this->runAssertUninstantiableCommand( @@ -1239,7 +1116,6 @@ final class LinkingTest extends SpecTestsuiteBase ); } - #[Depends('testAssertUninstantiable122')] public function testAssertReturn123(): void { $this->runAssertReturnCommand( @@ -1249,7 +1125,6 @@ final class LinkingTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn123')] public function testAssertReturn124(): void { $this->runAssertReturnCommand( @@ -1259,7 +1134,6 @@ final class LinkingTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn124')] public function testAssertUninstantiable125(): void { $this->runAssertUninstantiableCommand( @@ -1269,7 +1143,6 @@ final class LinkingTest extends SpecTestsuiteBase ); } - #[Depends('testAssertUninstantiable125')] public function testAssertReturn126(): void { $this->runAssertReturnCommand( @@ -1279,7 +1152,6 @@ final class LinkingTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn126')] public function testModule127(): void { $this->runModuleCommand( @@ -1289,7 +1161,6 @@ final class LinkingTest extends SpecTestsuiteBase ); } - #[Depends('testModule127')] public function testRegister128(): void { $this->runRegisterCommand( @@ -1299,7 +1170,6 @@ final class LinkingTest extends SpecTestsuiteBase ); } - #[Depends('testRegister128')] public function testAssertUninstantiable129(): void { $this->runAssertUninstantiableCommand( @@ -1309,7 +1179,6 @@ final class LinkingTest extends SpecTestsuiteBase ); } - #[Depends('testAssertUninstantiable129')] public function testAssertReturn130(): void { $this->runAssertReturnCommand( @@ -1319,7 +1188,6 @@ final class LinkingTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn130')] public function testAssertReturn131(): void { $this->runAssertReturnCommand( diff --git a/tests/src/SpecTestsuites/Core/LoadTest.php b/tests/src/SpecTestsuites/Core/LoadTest.php index ca86b74..9cda58f 100644 --- a/tests/src/SpecTestsuites/Core/LoadTest.php +++ b/tests/src/SpecTestsuites/Core/LoadTest.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 LoadTest extends SpecTestsuiteBase @@ -19,7 +18,6 @@ final class LoadTest extends SpecTestsuiteBase ); } - #[Depends('testModule0')] public function testAssertReturn1(): void { $this->runAssertReturnCommand( @@ -29,7 +27,6 @@ final class LoadTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1')] public function testAssertReturn2(): void { $this->runAssertReturnCommand( @@ -39,7 +36,6 @@ final class LoadTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2')] public function testAssertReturn3(): void { $this->runAssertReturnCommand( @@ -49,7 +45,6 @@ final class LoadTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn3')] public function testAssertReturn4(): void { $this->runAssertReturnCommand( @@ -59,7 +54,6 @@ final class LoadTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn4')] public function testAssertReturn5(): void { $this->runAssertReturnCommand( @@ -69,7 +63,6 @@ final class LoadTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn5')] public function testAssertReturn6(): void { $this->runAssertReturnCommand( @@ -79,7 +72,6 @@ final class LoadTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn6')] public function testAssertReturn7(): void { $this->runAssertReturnCommand( @@ -89,7 +81,6 @@ final class LoadTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn7')] public function testAssertReturn8(): void { $this->runAssertReturnCommand( @@ -99,7 +90,6 @@ final class LoadTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn8')] public function testAssertReturn9(): void { $this->runAssertReturnCommand( @@ -109,7 +99,6 @@ final class LoadTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn9')] public function testAssertReturn10(): void { $this->runAssertReturnCommand( @@ -119,7 +108,6 @@ final class LoadTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn10')] public function testAssertReturn11(): void { $this->runAssertReturnCommand( @@ -129,7 +117,6 @@ final class LoadTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn11')] public function testAssertReturn12(): void { $this->runAssertReturnCommand( @@ -139,7 +126,6 @@ final class LoadTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn12')] public function testAssertReturn13(): void { $this->runAssertReturnCommand( @@ -149,7 +135,6 @@ final class LoadTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn13')] public function testAssertReturn14(): void { $this->runAssertReturnCommand( @@ -159,7 +144,6 @@ final class LoadTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn14')] public function testAssertReturn15(): void { $this->runAssertReturnCommand( @@ -169,7 +153,6 @@ final class LoadTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn15')] public function testAssertReturn16(): void { $this->runAssertReturnCommand( @@ -179,7 +162,6 @@ final class LoadTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn16')] public function testAssertReturn17(): void { $this->runAssertReturnCommand( @@ -189,7 +171,6 @@ final class LoadTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn17')] public function testAssertReturn18(): void { $this->runAssertReturnCommand( @@ -199,7 +180,6 @@ final class LoadTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn18')] public function testAssertReturn19(): void { $this->runAssertReturnCommand( @@ -209,7 +189,6 @@ final class LoadTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn19')] public function testAssertReturn20(): void { $this->runAssertReturnCommand( @@ -219,7 +198,6 @@ final class LoadTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn20')] public function testAssertReturn21(): void { $this->runAssertReturnCommand( @@ -229,7 +207,6 @@ final class LoadTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn21')] public function testAssertReturn22(): void { $this->runAssertReturnCommand( @@ -239,7 +216,6 @@ final class LoadTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn22')] public function testAssertReturn23(): void { $this->runAssertReturnCommand( @@ -249,7 +225,6 @@ final class LoadTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn23')] public function testAssertReturn24(): void { $this->runAssertReturnCommand( @@ -259,7 +234,6 @@ final class LoadTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn24')] public function testAssertReturn25(): void { $this->runAssertReturnCommand( @@ -269,7 +243,6 @@ final class LoadTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn25')] public function testAssertReturn26(): void { $this->runAssertReturnCommand( @@ -279,7 +252,6 @@ final class LoadTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn26')] public function testAssertReturn27(): void { $this->runAssertReturnCommand( @@ -289,7 +261,6 @@ final class LoadTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn27')] public function testAssertReturn28(): void { $this->runAssertReturnCommand( @@ -299,7 +270,6 @@ final class LoadTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn28')] public function testAssertReturn29(): void { $this->runAssertReturnCommand( @@ -309,7 +279,6 @@ final class LoadTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn29')] public function testAssertReturn30(): void { $this->runAssertReturnCommand( @@ -319,7 +288,6 @@ final class LoadTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn30')] public function testAssertReturn31(): void { $this->runAssertReturnCommand( @@ -329,7 +297,6 @@ final class LoadTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn31')] public function testAssertReturn32(): void { $this->runAssertReturnCommand( @@ -339,7 +306,6 @@ final class LoadTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn32')] public function testAssertReturn33(): void { $this->runAssertReturnCommand( @@ -349,7 +315,6 @@ final class LoadTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn33')] public function testAssertReturn34(): void { $this->runAssertReturnCommand( @@ -359,7 +324,6 @@ final class LoadTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn34')] public function testAssertReturn35(): void { $this->runAssertReturnCommand( @@ -369,7 +333,6 @@ final class LoadTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn35')] public function testAssertReturn36(): void { $this->runAssertReturnCommand( @@ -379,7 +342,6 @@ final class LoadTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn36')] public function testAssertReturn37(): void { $this->runAssertReturnCommand( @@ -390,84 +352,70 @@ final class LoadTest extends SpecTestsuiteBase } #[DoesNotPerformAssertions] - #[Depends('testAssertReturn37')] public function testAssertMalformed38(): void { } #[DoesNotPerformAssertions] - #[Depends('testAssertMalformed38')] public function testAssertMalformed39(): void { } #[DoesNotPerformAssertions] - #[Depends('testAssertMalformed39')] public function testAssertMalformed40(): void { } #[DoesNotPerformAssertions] - #[Depends('testAssertMalformed40')] public function testAssertMalformed41(): void { } #[DoesNotPerformAssertions] - #[Depends('testAssertMalformed41')] public function testAssertMalformed42(): void { } #[DoesNotPerformAssertions] - #[Depends('testAssertMalformed42')] public function testAssertMalformed43(): void { } #[DoesNotPerformAssertions] - #[Depends('testAssertMalformed43')] public function testAssertMalformed44(): void { } #[DoesNotPerformAssertions] - #[Depends('testAssertMalformed44')] public function testAssertMalformed45(): void { } #[DoesNotPerformAssertions] - #[Depends('testAssertMalformed45')] public function testAssertMalformed46(): void { } #[DoesNotPerformAssertions] - #[Depends('testAssertMalformed46')] public function testAssertMalformed47(): void { } #[DoesNotPerformAssertions] - #[Depends('testAssertMalformed47')] public function testAssertMalformed48(): void { } #[DoesNotPerformAssertions] - #[Depends('testAssertMalformed48')] public function testAssertMalformed49(): void { } #[DoesNotPerformAssertions] - #[Depends('testAssertMalformed49')] public function testAssertMalformed50(): void { } - #[Depends('testAssertMalformed50')] public function testAssertInvalid51(): void { $this->runAssertInvalidCommand( @@ -477,7 +425,6 @@ final class LoadTest extends SpecTestsuiteBase ); } - #[Depends('testAssertInvalid51')] public function testAssertInvalid52(): void { $this->runAssertInvalidCommand( @@ -487,7 +434,6 @@ final class LoadTest extends SpecTestsuiteBase ); } - #[Depends('testAssertInvalid52')] public function testAssertInvalid53(): void { $this->runAssertInvalidCommand( @@ -497,7 +443,6 @@ final class LoadTest extends SpecTestsuiteBase ); } - #[Depends('testAssertInvalid53')] public function testAssertInvalid54(): void { $this->runAssertInvalidCommand( @@ -507,7 +452,6 @@ final class LoadTest extends SpecTestsuiteBase ); } - #[Depends('testAssertInvalid54')] public function testAssertInvalid55(): void { $this->runAssertInvalidCommand( @@ -517,7 +461,6 @@ final class LoadTest extends SpecTestsuiteBase ); } - #[Depends('testAssertInvalid55')] public function testAssertInvalid56(): void { $this->runAssertInvalidCommand( @@ -527,7 +470,6 @@ final class LoadTest extends SpecTestsuiteBase ); } - #[Depends('testAssertInvalid56')] public function testAssertInvalid57(): void { $this->runAssertInvalidCommand( @@ -537,7 +479,6 @@ final class LoadTest extends SpecTestsuiteBase ); } - #[Depends('testAssertInvalid57')] public function testAssertInvalid58(): void { $this->runAssertInvalidCommand( @@ -547,7 +488,6 @@ final class LoadTest extends SpecTestsuiteBase ); } - #[Depends('testAssertInvalid58')] public function testAssertInvalid59(): void { $this->runAssertInvalidCommand( @@ -557,7 +497,6 @@ final class LoadTest extends SpecTestsuiteBase ); } - #[Depends('testAssertInvalid59')] public function testAssertInvalid60(): void { $this->runAssertInvalidCommand( @@ -567,7 +506,6 @@ final class LoadTest extends SpecTestsuiteBase ); } - #[Depends('testAssertInvalid60')] public function testAssertInvalid61(): void { $this->runAssertInvalidCommand( @@ -577,7 +515,6 @@ final class LoadTest extends SpecTestsuiteBase ); } - #[Depends('testAssertInvalid61')] public function testAssertInvalid62(): void { $this->runAssertInvalidCommand( @@ -587,7 +524,6 @@ final class LoadTest extends SpecTestsuiteBase ); } - #[Depends('testAssertInvalid62')] public function testAssertInvalid63(): void { $this->runAssertInvalidCommand( @@ -597,7 +533,6 @@ final class LoadTest extends SpecTestsuiteBase ); } - #[Depends('testAssertInvalid63')] public function testAssertInvalid64(): void { $this->runAssertInvalidCommand( @@ -607,7 +542,6 @@ final class LoadTest extends SpecTestsuiteBase ); } - #[Depends('testAssertInvalid64')] public function testAssertInvalid65(): void { $this->runAssertInvalidCommand( @@ -617,7 +551,6 @@ final class LoadTest extends SpecTestsuiteBase ); } - #[Depends('testAssertInvalid65')] public function testAssertInvalid66(): void { $this->runAssertInvalidCommand( @@ -627,7 +560,6 @@ final class LoadTest extends SpecTestsuiteBase ); } - #[Depends('testAssertInvalid66')] public function testAssertInvalid67(): void { $this->runAssertInvalidCommand( @@ -637,7 +569,6 @@ final class LoadTest extends SpecTestsuiteBase ); } - #[Depends('testAssertInvalid67')] public function testAssertInvalid68(): void { $this->runAssertInvalidCommand( @@ -647,7 +578,6 @@ final class LoadTest extends SpecTestsuiteBase ); } - #[Depends('testAssertInvalid68')] public function testAssertInvalid69(): void { $this->runAssertInvalidCommand( @@ -657,7 +587,6 @@ final class LoadTest extends SpecTestsuiteBase ); } - #[Depends('testAssertInvalid69')] public function testAssertInvalid70(): void { $this->runAssertInvalidCommand( @@ -667,7 +596,6 @@ final class LoadTest extends SpecTestsuiteBase ); } - #[Depends('testAssertInvalid70')] public function testAssertInvalid71(): void { $this->runAssertInvalidCommand( @@ -677,7 +605,6 @@ final class LoadTest extends SpecTestsuiteBase ); } - #[Depends('testAssertInvalid71')] public function testAssertInvalid72(): void { $this->runAssertInvalidCommand( @@ -687,7 +614,6 @@ final class LoadTest extends SpecTestsuiteBase ); } - #[Depends('testAssertInvalid72')] public function testAssertInvalid73(): void { $this->runAssertInvalidCommand( @@ -697,7 +623,6 @@ final class LoadTest extends SpecTestsuiteBase ); } - #[Depends('testAssertInvalid73')] public function testAssertInvalid74(): void { $this->runAssertInvalidCommand( @@ -707,7 +632,6 @@ final class LoadTest extends SpecTestsuiteBase ); } - #[Depends('testAssertInvalid74')] public function testAssertInvalid75(): void { $this->runAssertInvalidCommand( @@ -717,7 +641,6 @@ final class LoadTest extends SpecTestsuiteBase ); } - #[Depends('testAssertInvalid75')] public function testAssertInvalid76(): void { $this->runAssertInvalidCommand( @@ -727,7 +650,6 @@ final class LoadTest extends SpecTestsuiteBase ); } - #[Depends('testAssertInvalid76')] public function testAssertInvalid77(): void { $this->runAssertInvalidCommand( @@ -737,7 +659,6 @@ final class LoadTest extends SpecTestsuiteBase ); } - #[Depends('testAssertInvalid77')] public function testAssertInvalid78(): void { $this->runAssertInvalidCommand( @@ -747,7 +668,6 @@ final class LoadTest extends SpecTestsuiteBase ); } - #[Depends('testAssertInvalid78')] public function testAssertInvalid79(): void { $this->runAssertInvalidCommand( @@ -757,7 +677,6 @@ final class LoadTest extends SpecTestsuiteBase ); } - #[Depends('testAssertInvalid79')] public function testAssertInvalid80(): void { $this->runAssertInvalidCommand( @@ -767,7 +686,6 @@ final class LoadTest extends SpecTestsuiteBase ); } - #[Depends('testAssertInvalid80')] public function testAssertInvalid81(): void { $this->runAssertInvalidCommand( @@ -777,7 +695,6 @@ final class LoadTest extends SpecTestsuiteBase ); } - #[Depends('testAssertInvalid81')] public function testAssertInvalid82(): void { $this->runAssertInvalidCommand( @@ -787,7 +704,6 @@ final class LoadTest extends SpecTestsuiteBase ); } - #[Depends('testAssertInvalid82')] public function testAssertInvalid83(): void { $this->runAssertInvalidCommand( @@ -797,7 +713,6 @@ final class LoadTest extends SpecTestsuiteBase ); } - #[Depends('testAssertInvalid83')] public function testAssertInvalid84(): void { $this->runAssertInvalidCommand( @@ -807,7 +722,6 @@ final class LoadTest extends SpecTestsuiteBase ); } - #[Depends('testAssertInvalid84')] public function testAssertInvalid85(): void { $this->runAssertInvalidCommand( @@ -817,7 +731,6 @@ final class LoadTest extends SpecTestsuiteBase ); } - #[Depends('testAssertInvalid85')] public function testAssertInvalid86(): void { $this->runAssertInvalidCommand( @@ -827,7 +740,6 @@ final class LoadTest extends SpecTestsuiteBase ); } - #[Depends('testAssertInvalid86')] public function testAssertInvalid87(): void { $this->runAssertInvalidCommand( @@ -837,7 +749,6 @@ final class LoadTest extends SpecTestsuiteBase ); } - #[Depends('testAssertInvalid87')] public function testAssertInvalid88(): void { $this->runAssertInvalidCommand( @@ -847,7 +758,6 @@ final class LoadTest extends SpecTestsuiteBase ); } - #[Depends('testAssertInvalid88')] public function testAssertInvalid89(): void { $this->runAssertInvalidCommand( @@ -857,7 +767,6 @@ final class LoadTest extends SpecTestsuiteBase ); } - #[Depends('testAssertInvalid89')] public function testAssertInvalid90(): void { $this->runAssertInvalidCommand( @@ -867,7 +776,6 @@ final class LoadTest extends SpecTestsuiteBase ); } - #[Depends('testAssertInvalid90')] public function testAssertInvalid91(): void { $this->runAssertInvalidCommand( @@ -877,7 +785,6 @@ final class LoadTest extends SpecTestsuiteBase ); } - #[Depends('testAssertInvalid91')] public function testAssertInvalid92(): void { $this->runAssertInvalidCommand( @@ -887,7 +794,6 @@ final class LoadTest extends SpecTestsuiteBase ); } - #[Depends('testAssertInvalid92')] public function testAssertInvalid93(): void { $this->runAssertInvalidCommand( @@ -897,7 +803,6 @@ final class LoadTest extends SpecTestsuiteBase ); } - #[Depends('testAssertInvalid93')] public function testAssertInvalid94(): void { $this->runAssertInvalidCommand( @@ -907,7 +812,6 @@ final class LoadTest extends SpecTestsuiteBase ); } - #[Depends('testAssertInvalid94')] public function testAssertInvalid95(): void { $this->runAssertInvalidCommand( @@ -917,7 +821,6 @@ final class LoadTest extends SpecTestsuiteBase ); } - #[Depends('testAssertInvalid95')] public function testAssertInvalid96(): void { $this->runAssertInvalidCommand( diff --git a/tests/src/SpecTestsuites/Core/LocalGetTest.php b/tests/src/SpecTestsuites/Core/LocalGetTest.php index 1dc1e7e..b6f23ce 100644 --- a/tests/src/SpecTestsuites/Core/LocalGetTest.php +++ b/tests/src/SpecTestsuites/Core/LocalGetTest.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 LocalGetTest extends SpecTestsuiteBase @@ -19,7 +18,6 @@ final class LocalGetTest extends SpecTestsuiteBase ); } - #[Depends('testModule0')] public function testAssertReturn1(): void { $this->runAssertReturnCommand( @@ -29,7 +27,6 @@ final class LocalGetTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1')] public function testAssertReturn2(): void { $this->runAssertReturnCommand( @@ -39,7 +36,6 @@ final class LocalGetTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2')] public function testAssertReturn3(): void { $this->runAssertReturnCommand( @@ -49,7 +45,6 @@ final class LocalGetTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn3')] public function testAssertReturn4(): void { $this->runAssertReturnCommand( @@ -59,7 +54,6 @@ final class LocalGetTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn4')] public function testAssertReturn5(): void { $this->runAssertReturnCommand( @@ -69,7 +63,6 @@ final class LocalGetTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn5')] public function testAssertReturn6(): void { $this->runAssertReturnCommand( @@ -79,7 +72,6 @@ final class LocalGetTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn6')] public function testAssertReturn7(): void { $this->runAssertReturnCommand( @@ -89,7 +81,6 @@ final class LocalGetTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn7')] public function testAssertReturn8(): void { $this->runAssertReturnCommand( @@ -99,7 +90,6 @@ final class LocalGetTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn8')] public function testAssertReturn9(): void { $this->runAssertReturnCommand( @@ -109,7 +99,6 @@ final class LocalGetTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn9')] public function testAssertReturn10(): void { $this->runAssertReturnCommand( @@ -119,7 +108,6 @@ final class LocalGetTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn10')] public function testAssertReturn11(): void { $this->runAssertReturnCommand( @@ -129,7 +117,6 @@ final class LocalGetTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn11')] public function testAssertReturn12(): void { $this->runAssertReturnCommand( @@ -139,7 +126,6 @@ final class LocalGetTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn12')] public function testAssertReturn13(): void { $this->runAssertReturnCommand( @@ -149,7 +135,6 @@ final class LocalGetTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn13')] public function testAssertReturn14(): void { $this->runAssertReturnCommand( @@ -159,7 +144,6 @@ final class LocalGetTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn14')] public function testAssertReturn15(): void { $this->runAssertReturnCommand( @@ -169,7 +153,6 @@ final class LocalGetTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn15')] public function testAssertReturn16(): void { $this->runAssertReturnCommand( @@ -179,7 +162,6 @@ final class LocalGetTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn16')] public function testAssertReturn17(): void { $this->runAssertReturnCommand( @@ -189,7 +171,6 @@ final class LocalGetTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn17')] public function testAssertReturn18(): void { $this->runAssertReturnCommand( @@ -199,7 +180,6 @@ final class LocalGetTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn18')] public function testAssertReturn19(): void { $this->runAssertReturnCommand( @@ -209,7 +189,6 @@ final class LocalGetTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn19')] public function testAssertInvalid20(): void { $this->runAssertInvalidCommand( @@ -219,7 +198,6 @@ final class LocalGetTest extends SpecTestsuiteBase ); } - #[Depends('testAssertInvalid20')] public function testAssertInvalid21(): void { $this->runAssertInvalidCommand( @@ -229,7 +207,6 @@ final class LocalGetTest extends SpecTestsuiteBase ); } - #[Depends('testAssertInvalid21')] public function testAssertInvalid22(): void { $this->runAssertInvalidCommand( @@ -239,7 +216,6 @@ final class LocalGetTest extends SpecTestsuiteBase ); } - #[Depends('testAssertInvalid22')] public function testAssertInvalid23(): void { $this->runAssertInvalidCommand( @@ -249,7 +225,6 @@ final class LocalGetTest extends SpecTestsuiteBase ); } - #[Depends('testAssertInvalid23')] public function testAssertInvalid24(): void { $this->runAssertInvalidCommand( @@ -259,7 +234,6 @@ final class LocalGetTest extends SpecTestsuiteBase ); } - #[Depends('testAssertInvalid24')] public function testAssertInvalid25(): void { $this->runAssertInvalidCommand( @@ -269,7 +243,6 @@ final class LocalGetTest extends SpecTestsuiteBase ); } - #[Depends('testAssertInvalid25')] public function testAssertInvalid26(): void { $this->runAssertInvalidCommand( @@ -279,7 +252,6 @@ final class LocalGetTest extends SpecTestsuiteBase ); } - #[Depends('testAssertInvalid26')] public function testAssertInvalid27(): void { $this->runAssertInvalidCommand( @@ -289,7 +261,6 @@ final class LocalGetTest extends SpecTestsuiteBase ); } - #[Depends('testAssertInvalid27')] public function testAssertInvalid28(): void { $this->runAssertInvalidCommand( @@ -299,7 +270,6 @@ final class LocalGetTest extends SpecTestsuiteBase ); } - #[Depends('testAssertInvalid28')] public function testAssertInvalid29(): void { $this->runAssertInvalidCommand( @@ -309,7 +279,6 @@ final class LocalGetTest extends SpecTestsuiteBase ); } - #[Depends('testAssertInvalid29')] public function testAssertInvalid30(): void { $this->runAssertInvalidCommand( @@ -319,7 +288,6 @@ final class LocalGetTest extends SpecTestsuiteBase ); } - #[Depends('testAssertInvalid30')] public function testAssertInvalid31(): void { $this->runAssertInvalidCommand( @@ -329,7 +297,6 @@ final class LocalGetTest extends SpecTestsuiteBase ); } - #[Depends('testAssertInvalid31')] public function testAssertInvalid32(): void { $this->runAssertInvalidCommand( @@ -339,7 +306,6 @@ final class LocalGetTest extends SpecTestsuiteBase ); } - #[Depends('testAssertInvalid32')] public function testAssertInvalid33(): void { $this->runAssertInvalidCommand( @@ -349,7 +315,6 @@ final class LocalGetTest extends SpecTestsuiteBase ); } - #[Depends('testAssertInvalid33')] public function testAssertInvalid34(): void { $this->runAssertInvalidCommand( @@ -359,7 +324,6 @@ final class LocalGetTest extends SpecTestsuiteBase ); } - #[Depends('testAssertInvalid34')] public function testAssertInvalid35(): void { $this->runAssertInvalidCommand( diff --git a/tests/src/SpecTestsuites/Core/LocalSetTest.php b/tests/src/SpecTestsuites/Core/LocalSetTest.php index df24a32..8b406c0 100644 --- a/tests/src/SpecTestsuites/Core/LocalSetTest.php +++ b/tests/src/SpecTestsuites/Core/LocalSetTest.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 LocalSetTest extends SpecTestsuiteBase @@ -19,7 +18,6 @@ final class LocalSetTest extends SpecTestsuiteBase ); } - #[Depends('testModule0')] public function testAssertReturn1(): void { $this->runAssertReturnCommand( @@ -29,7 +27,6 @@ final class LocalSetTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1')] public function testAssertReturn2(): void { $this->runAssertReturnCommand( @@ -39,7 +36,6 @@ final class LocalSetTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2')] public function testAssertReturn3(): void { $this->runAssertReturnCommand( @@ -49,7 +45,6 @@ final class LocalSetTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn3')] public function testAssertReturn4(): void { $this->runAssertReturnCommand( @@ -59,7 +54,6 @@ final class LocalSetTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn4')] public function testAssertReturn5(): void { $this->runAssertReturnCommand( @@ -69,7 +63,6 @@ final class LocalSetTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn5')] public function testAssertReturn6(): void { $this->runAssertReturnCommand( @@ -79,7 +72,6 @@ final class LocalSetTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn6')] public function testAssertReturn7(): void { $this->runAssertReturnCommand( @@ -89,7 +81,6 @@ final class LocalSetTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn7')] public function testAssertReturn8(): void { $this->runAssertReturnCommand( @@ -99,7 +90,6 @@ final class LocalSetTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn8')] public function testAssertReturn9(): void { $this->runAssertReturnCommand( @@ -109,7 +99,6 @@ final class LocalSetTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn9')] public function testAssertReturn10(): void { $this->runAssertReturnCommand( @@ -119,7 +108,6 @@ final class LocalSetTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn10')] public function testAssertReturn11(): void { $this->runAssertReturnCommand( @@ -129,7 +117,6 @@ final class LocalSetTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn11')] public function testAssertReturn12(): void { $this->runAssertReturnCommand( @@ -139,7 +126,6 @@ final class LocalSetTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn12')] public function testAssertReturn13(): void { $this->runAssertReturnCommand( @@ -149,7 +135,6 @@ final class LocalSetTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn13')] public function testAssertReturn14(): void { $this->runAssertReturnCommand( @@ -159,7 +144,6 @@ final class LocalSetTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn14')] public function testAssertReturn15(): void { $this->runAssertReturnCommand( @@ -169,7 +153,6 @@ final class LocalSetTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn15')] public function testAssertReturn16(): void { $this->runAssertReturnCommand( @@ -179,7 +162,6 @@ final class LocalSetTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn16')] public function testAssertReturn17(): void { $this->runAssertReturnCommand( @@ -189,7 +171,6 @@ final class LocalSetTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn17')] public function testAssertReturn18(): void { $this->runAssertReturnCommand( @@ -199,7 +180,6 @@ final class LocalSetTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn18')] public function testAssertReturn19(): void { $this->runAssertReturnCommand( @@ -209,7 +189,6 @@ final class LocalSetTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn19')] public function testAssertInvalid20(): void { $this->runAssertInvalidCommand( @@ -219,7 +198,6 @@ final class LocalSetTest extends SpecTestsuiteBase ); } - #[Depends('testAssertInvalid20')] public function testAssertInvalid21(): void { $this->runAssertInvalidCommand( @@ -229,7 +207,6 @@ final class LocalSetTest extends SpecTestsuiteBase ); } - #[Depends('testAssertInvalid21')] public function testAssertInvalid22(): void { $this->runAssertInvalidCommand( @@ -239,7 +216,6 @@ final class LocalSetTest extends SpecTestsuiteBase ); } - #[Depends('testAssertInvalid22')] public function testAssertInvalid23(): void { $this->runAssertInvalidCommand( @@ -249,7 +225,6 @@ final class LocalSetTest extends SpecTestsuiteBase ); } - #[Depends('testAssertInvalid23')] public function testAssertInvalid24(): void { $this->runAssertInvalidCommand( @@ -259,7 +234,6 @@ final class LocalSetTest extends SpecTestsuiteBase ); } - #[Depends('testAssertInvalid24')] public function testAssertInvalid25(): void { $this->runAssertInvalidCommand( @@ -269,7 +243,6 @@ final class LocalSetTest extends SpecTestsuiteBase ); } - #[Depends('testAssertInvalid25')] public function testAssertInvalid26(): void { $this->runAssertInvalidCommand( @@ -279,7 +252,6 @@ final class LocalSetTest extends SpecTestsuiteBase ); } - #[Depends('testAssertInvalid26')] public function testAssertInvalid27(): void { $this->runAssertInvalidCommand( @@ -289,7 +261,6 @@ final class LocalSetTest extends SpecTestsuiteBase ); } - #[Depends('testAssertInvalid27')] public function testAssertInvalid28(): void { $this->runAssertInvalidCommand( @@ -299,7 +270,6 @@ final class LocalSetTest extends SpecTestsuiteBase ); } - #[Depends('testAssertInvalid28')] public function testAssertInvalid29(): void { $this->runAssertInvalidCommand( @@ -309,7 +279,6 @@ final class LocalSetTest extends SpecTestsuiteBase ); } - #[Depends('testAssertInvalid29')] public function testAssertInvalid30(): void { $this->runAssertInvalidCommand( @@ -319,7 +288,6 @@ final class LocalSetTest extends SpecTestsuiteBase ); } - #[Depends('testAssertInvalid30')] public function testAssertInvalid31(): void { $this->runAssertInvalidCommand( @@ -329,7 +297,6 @@ final class LocalSetTest extends SpecTestsuiteBase ); } - #[Depends('testAssertInvalid31')] public function testAssertInvalid32(): void { $this->runAssertInvalidCommand( @@ -339,7 +306,6 @@ final class LocalSetTest extends SpecTestsuiteBase ); } - #[Depends('testAssertInvalid32')] public function testAssertInvalid33(): void { $this->runAssertInvalidCommand( @@ -349,7 +315,6 @@ final class LocalSetTest extends SpecTestsuiteBase ); } - #[Depends('testAssertInvalid33')] public function testAssertInvalid34(): void { $this->runAssertInvalidCommand( @@ -359,7 +324,6 @@ final class LocalSetTest extends SpecTestsuiteBase ); } - #[Depends('testAssertInvalid34')] public function testAssertInvalid35(): void { $this->runAssertInvalidCommand( @@ -369,7 +333,6 @@ final class LocalSetTest extends SpecTestsuiteBase ); } - #[Depends('testAssertInvalid35')] public function testAssertInvalid36(): void { $this->runAssertInvalidCommand( @@ -379,7 +342,6 @@ final class LocalSetTest extends SpecTestsuiteBase ); } - #[Depends('testAssertInvalid36')] public function testAssertInvalid37(): void { $this->runAssertInvalidCommand( @@ -389,7 +351,6 @@ final class LocalSetTest extends SpecTestsuiteBase ); } - #[Depends('testAssertInvalid37')] public function testAssertInvalid38(): void { $this->runAssertInvalidCommand( @@ -399,7 +360,6 @@ final class LocalSetTest extends SpecTestsuiteBase ); } - #[Depends('testAssertInvalid38')] public function testAssertInvalid39(): void { $this->runAssertInvalidCommand( @@ -409,7 +369,6 @@ final class LocalSetTest extends SpecTestsuiteBase ); } - #[Depends('testAssertInvalid39')] public function testAssertInvalid40(): void { $this->runAssertInvalidCommand( @@ -419,7 +378,6 @@ final class LocalSetTest extends SpecTestsuiteBase ); } - #[Depends('testAssertInvalid40')] public function testAssertInvalid41(): void { $this->runAssertInvalidCommand( @@ -429,7 +387,6 @@ final class LocalSetTest extends SpecTestsuiteBase ); } - #[Depends('testAssertInvalid41')] public function testAssertInvalid42(): void { $this->runAssertInvalidCommand( @@ -439,7 +396,6 @@ final class LocalSetTest extends SpecTestsuiteBase ); } - #[Depends('testAssertInvalid42')] public function testAssertInvalid43(): void { $this->runAssertInvalidCommand( @@ -449,7 +405,6 @@ final class LocalSetTest extends SpecTestsuiteBase ); } - #[Depends('testAssertInvalid43')] public function testAssertInvalid44(): void { $this->runAssertInvalidCommand( @@ -459,7 +414,6 @@ final class LocalSetTest extends SpecTestsuiteBase ); } - #[Depends('testAssertInvalid44')] public function testAssertInvalid45(): void { $this->runAssertInvalidCommand( @@ -469,7 +423,6 @@ final class LocalSetTest extends SpecTestsuiteBase ); } - #[Depends('testAssertInvalid45')] public function testAssertInvalid46(): void { $this->runAssertInvalidCommand( @@ -479,7 +432,6 @@ final class LocalSetTest extends SpecTestsuiteBase ); } - #[Depends('testAssertInvalid46')] public function testAssertInvalid47(): void { $this->runAssertInvalidCommand( @@ -489,7 +441,6 @@ final class LocalSetTest extends SpecTestsuiteBase ); } - #[Depends('testAssertInvalid47')] public function testAssertInvalid48(): void { $this->runAssertInvalidCommand( @@ -499,7 +450,6 @@ final class LocalSetTest extends SpecTestsuiteBase ); } - #[Depends('testAssertInvalid48')] public function testAssertInvalid49(): void { $this->runAssertInvalidCommand( @@ -509,7 +459,6 @@ final class LocalSetTest extends SpecTestsuiteBase ); } - #[Depends('testAssertInvalid49')] public function testAssertInvalid50(): void { $this->runAssertInvalidCommand( @@ -519,7 +468,6 @@ final class LocalSetTest extends SpecTestsuiteBase ); } - #[Depends('testAssertInvalid50')] public function testAssertInvalid51(): void { $this->runAssertInvalidCommand( @@ -529,7 +477,6 @@ final class LocalSetTest extends SpecTestsuiteBase ); } - #[Depends('testAssertInvalid51')] public function testAssertInvalid52(): void { $this->runAssertInvalidCommand( diff --git a/tests/src/SpecTestsuites/Core/LocalTeeTest.php b/tests/src/SpecTestsuites/Core/LocalTeeTest.php index e153031..803ae47 100644 --- a/tests/src/SpecTestsuites/Core/LocalTeeTest.php +++ b/tests/src/SpecTestsuites/Core/LocalTeeTest.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 LocalTeeTest extends SpecTestsuiteBase @@ -19,7 +18,6 @@ final class LocalTeeTest extends SpecTestsuiteBase ); } - #[Depends('testModule0')] public function testAssertReturn1(): void { $this->runAssertReturnCommand( @@ -29,7 +27,6 @@ final class LocalTeeTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1')] public function testAssertReturn2(): void { $this->runAssertReturnCommand( @@ -39,7 +36,6 @@ final class LocalTeeTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2')] public function testAssertReturn3(): void { $this->runAssertReturnCommand( @@ -49,7 +45,6 @@ final class LocalTeeTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn3')] public function testAssertReturn4(): void { $this->runAssertReturnCommand( @@ -59,7 +54,6 @@ final class LocalTeeTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn4')] public function testAssertReturn5(): void { $this->runAssertReturnCommand( @@ -69,7 +63,6 @@ final class LocalTeeTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn5')] public function testAssertReturn6(): void { $this->runAssertReturnCommand( @@ -79,7 +72,6 @@ final class LocalTeeTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn6')] public function testAssertReturn7(): void { $this->runAssertReturnCommand( @@ -89,7 +81,6 @@ final class LocalTeeTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn7')] public function testAssertReturn8(): void { $this->runAssertReturnCommand( @@ -99,7 +90,6 @@ final class LocalTeeTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn8')] public function testAssertReturn9(): void { $this->runAssertReturnCommand( @@ -109,7 +99,6 @@ final class LocalTeeTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn9')] public function testAssertReturn10(): void { $this->runAssertReturnCommand( @@ -119,7 +108,6 @@ final class LocalTeeTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn10')] public function testAssertReturn11(): void { $this->runAssertReturnCommand( @@ -129,7 +117,6 @@ final class LocalTeeTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn11')] public function testAssertReturn12(): void { $this->runAssertReturnCommand( @@ -139,7 +126,6 @@ final class LocalTeeTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn12')] public function testAssertReturn13(): void { $this->runAssertReturnCommand( @@ -149,7 +135,6 @@ final class LocalTeeTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn13')] public function testAssertReturn14(): void { $this->runAssertReturnCommand( @@ -159,7 +144,6 @@ final class LocalTeeTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn14')] public function testAssertReturn15(): void { $this->runAssertReturnCommand( @@ -169,7 +153,6 @@ final class LocalTeeTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn15')] public function testAssertReturn16(): void { $this->runAssertReturnCommand( @@ -179,7 +162,6 @@ final class LocalTeeTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn16')] public function testAssertReturn17(): void { $this->runAssertReturnCommand( @@ -189,7 +171,6 @@ final class LocalTeeTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn17')] public function testAssertReturn18(): void { $this->runAssertReturnCommand( @@ -199,7 +180,6 @@ final class LocalTeeTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn18')] public function testAssertReturn19(): void { $this->runAssertReturnCommand( @@ -209,7 +189,6 @@ final class LocalTeeTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn19')] public function testAssertReturn20(): void { $this->runAssertReturnCommand( @@ -219,7 +198,6 @@ final class LocalTeeTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn20')] public function testAssertReturn21(): void { $this->runAssertReturnCommand( @@ -229,7 +207,6 @@ final class LocalTeeTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn21')] public function testAssertReturn22(): void { $this->runAssertReturnCommand( @@ -239,7 +216,6 @@ final class LocalTeeTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn22')] public function testAssertReturn23(): void { $this->runAssertReturnCommand( @@ -249,7 +225,6 @@ final class LocalTeeTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn23')] public function testAssertReturn24(): void { $this->runAssertReturnCommand( @@ -259,7 +234,6 @@ final class LocalTeeTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn24')] public function testAssertReturn25(): void { $this->runAssertReturnCommand( @@ -269,7 +243,6 @@ final class LocalTeeTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn25')] public function testAssertReturn26(): void { $this->runAssertReturnCommand( @@ -279,7 +252,6 @@ final class LocalTeeTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn26')] public function testAssertReturn27(): void { $this->runAssertReturnCommand( @@ -289,7 +261,6 @@ final class LocalTeeTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn27')] public function testAssertReturn28(): void { $this->runAssertReturnCommand( @@ -299,7 +270,6 @@ final class LocalTeeTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn28')] public function testAssertReturn29(): void { $this->runAssertReturnCommand( @@ -309,7 +279,6 @@ final class LocalTeeTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn29')] public function testAssertReturn30(): void { $this->runAssertReturnCommand( @@ -319,7 +288,6 @@ final class LocalTeeTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn30')] public function testAssertReturn31(): void { $this->runAssertReturnCommand( @@ -329,7 +297,6 @@ final class LocalTeeTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn31')] public function testAssertReturn32(): void { $this->runAssertReturnCommand( @@ -339,7 +306,6 @@ final class LocalTeeTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn32')] public function testAssertReturn33(): void { $this->runAssertReturnCommand( @@ -349,7 +315,6 @@ final class LocalTeeTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn33')] public function testAssertReturn34(): void { $this->runAssertReturnCommand( @@ -359,7 +324,6 @@ final class LocalTeeTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn34')] public function testAssertReturn35(): void { $this->runAssertReturnCommand( @@ -369,7 +333,6 @@ final class LocalTeeTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn35')] public function testAssertReturn36(): void { $this->runAssertReturnCommand( @@ -379,7 +342,6 @@ final class LocalTeeTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn36')] public function testAssertReturn37(): void { $this->runAssertReturnCommand( @@ -389,7 +351,6 @@ final class LocalTeeTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn37')] public function testAssertReturn38(): void { $this->runAssertReturnCommand( @@ -399,7 +360,6 @@ final class LocalTeeTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn38')] public function testAssertReturn39(): void { $this->runAssertReturnCommand( @@ -409,7 +369,6 @@ final class LocalTeeTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn39')] public function testAssertReturn40(): void { $this->runAssertReturnCommand( @@ -419,7 +378,6 @@ final class LocalTeeTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn40')] public function testAssertReturn41(): void { $this->runAssertReturnCommand( @@ -429,7 +387,6 @@ final class LocalTeeTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn41')] public function testAssertReturn42(): void { $this->runAssertReturnCommand( @@ -439,7 +396,6 @@ final class LocalTeeTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn42')] public function testAssertReturn43(): void { $this->runAssertReturnCommand( @@ -449,7 +405,6 @@ final class LocalTeeTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn43')] public function testAssertReturn44(): void { $this->runAssertReturnCommand( @@ -459,7 +414,6 @@ final class LocalTeeTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn44')] public function testAssertReturn45(): void { $this->runAssertReturnCommand( @@ -469,7 +423,6 @@ final class LocalTeeTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn45')] public function testAssertReturn46(): void { $this->runAssertReturnCommand( @@ -479,7 +432,6 @@ final class LocalTeeTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn46')] public function testAssertReturn47(): void { $this->runAssertReturnCommand( @@ -489,7 +441,6 @@ final class LocalTeeTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn47')] public function testAssertReturn48(): void { $this->runAssertReturnCommand( @@ -499,7 +450,6 @@ final class LocalTeeTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn48')] public function testAssertReturn49(): void { $this->runAssertReturnCommand( @@ -509,7 +459,6 @@ final class LocalTeeTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn49')] public function testAssertReturn50(): void { $this->runAssertReturnCommand( @@ -519,7 +468,6 @@ final class LocalTeeTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn50')] public function testAssertReturn51(): void { $this->runAssertReturnCommand( @@ -529,7 +477,6 @@ final class LocalTeeTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn51')] public function testAssertReturn52(): void { $this->runAssertReturnCommand( @@ -539,7 +486,6 @@ final class LocalTeeTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn52')] public function testAssertReturn53(): void { $this->runAssertReturnCommand( @@ -549,7 +495,6 @@ final class LocalTeeTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn53')] public function testAssertReturn54(): void { $this->runAssertReturnCommand( @@ -559,7 +504,6 @@ final class LocalTeeTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn54')] public function testAssertReturn55(): void { $this->runAssertReturnCommand( @@ -569,7 +513,6 @@ final class LocalTeeTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn55')] public function testAssertInvalid56(): void { $this->runAssertInvalidCommand( @@ -579,7 +522,6 @@ final class LocalTeeTest extends SpecTestsuiteBase ); } - #[Depends('testAssertInvalid56')] public function testAssertInvalid57(): void { $this->runAssertInvalidCommand( @@ -589,7 +531,6 @@ final class LocalTeeTest extends SpecTestsuiteBase ); } - #[Depends('testAssertInvalid57')] public function testAssertInvalid58(): void { $this->runAssertInvalidCommand( @@ -599,7 +540,6 @@ final class LocalTeeTest extends SpecTestsuiteBase ); } - #[Depends('testAssertInvalid58')] public function testAssertInvalid59(): void { $this->runAssertInvalidCommand( @@ -609,7 +549,6 @@ final class LocalTeeTest extends SpecTestsuiteBase ); } - #[Depends('testAssertInvalid59')] public function testAssertInvalid60(): void { $this->runAssertInvalidCommand( @@ -619,7 +558,6 @@ final class LocalTeeTest extends SpecTestsuiteBase ); } - #[Depends('testAssertInvalid60')] public function testAssertInvalid61(): void { $this->runAssertInvalidCommand( @@ -629,7 +567,6 @@ final class LocalTeeTest extends SpecTestsuiteBase ); } - #[Depends('testAssertInvalid61')] public function testAssertInvalid62(): void { $this->runAssertInvalidCommand( @@ -639,7 +576,6 @@ final class LocalTeeTest extends SpecTestsuiteBase ); } - #[Depends('testAssertInvalid62')] public function testAssertInvalid63(): void { $this->runAssertInvalidCommand( @@ -649,7 +585,6 @@ final class LocalTeeTest extends SpecTestsuiteBase ); } - #[Depends('testAssertInvalid63')] public function testAssertInvalid64(): void { $this->runAssertInvalidCommand( @@ -659,7 +594,6 @@ final class LocalTeeTest extends SpecTestsuiteBase ); } - #[Depends('testAssertInvalid64')] public function testAssertInvalid65(): void { $this->runAssertInvalidCommand( @@ -669,7 +603,6 @@ final class LocalTeeTest extends SpecTestsuiteBase ); } - #[Depends('testAssertInvalid65')] public function testAssertInvalid66(): void { $this->runAssertInvalidCommand( @@ -679,7 +612,6 @@ final class LocalTeeTest extends SpecTestsuiteBase ); } - #[Depends('testAssertInvalid66')] public function testAssertInvalid67(): void { $this->runAssertInvalidCommand( @@ -689,7 +621,6 @@ final class LocalTeeTest extends SpecTestsuiteBase ); } - #[Depends('testAssertInvalid67')] public function testAssertInvalid68(): void { $this->runAssertInvalidCommand( @@ -699,7 +630,6 @@ final class LocalTeeTest extends SpecTestsuiteBase ); } - #[Depends('testAssertInvalid68')] public function testAssertInvalid69(): void { $this->runAssertInvalidCommand( @@ -709,7 +639,6 @@ final class LocalTeeTest extends SpecTestsuiteBase ); } - #[Depends('testAssertInvalid69')] public function testAssertInvalid70(): void { $this->runAssertInvalidCommand( @@ -719,7 +648,6 @@ final class LocalTeeTest extends SpecTestsuiteBase ); } - #[Depends('testAssertInvalid70')] public function testAssertInvalid71(): void { $this->runAssertInvalidCommand( @@ -729,7 +657,6 @@ final class LocalTeeTest extends SpecTestsuiteBase ); } - #[Depends('testAssertInvalid71')] public function testAssertInvalid72(): void { $this->runAssertInvalidCommand( @@ -739,7 +666,6 @@ final class LocalTeeTest extends SpecTestsuiteBase ); } - #[Depends('testAssertInvalid72')] public function testAssertInvalid73(): void { $this->runAssertInvalidCommand( @@ -749,7 +675,6 @@ final class LocalTeeTest extends SpecTestsuiteBase ); } - #[Depends('testAssertInvalid73')] public function testAssertInvalid74(): void { $this->runAssertInvalidCommand( @@ -759,7 +684,6 @@ final class LocalTeeTest extends SpecTestsuiteBase ); } - #[Depends('testAssertInvalid74')] public function testAssertInvalid75(): void { $this->runAssertInvalidCommand( @@ -769,7 +693,6 @@ final class LocalTeeTest extends SpecTestsuiteBase ); } - #[Depends('testAssertInvalid75')] public function testAssertInvalid76(): void { $this->runAssertInvalidCommand( @@ -779,7 +702,6 @@ final class LocalTeeTest extends SpecTestsuiteBase ); } - #[Depends('testAssertInvalid76')] public function testAssertInvalid77(): void { $this->runAssertInvalidCommand( @@ -789,7 +711,6 @@ final class LocalTeeTest extends SpecTestsuiteBase ); } - #[Depends('testAssertInvalid77')] public function testAssertInvalid78(): void { $this->runAssertInvalidCommand( @@ -799,7 +720,6 @@ final class LocalTeeTest extends SpecTestsuiteBase ); } - #[Depends('testAssertInvalid78')] public function testAssertInvalid79(): void { $this->runAssertInvalidCommand( @@ -809,7 +729,6 @@ final class LocalTeeTest extends SpecTestsuiteBase ); } - #[Depends('testAssertInvalid79')] public function testAssertInvalid80(): void { $this->runAssertInvalidCommand( @@ -819,7 +738,6 @@ final class LocalTeeTest extends SpecTestsuiteBase ); } - #[Depends('testAssertInvalid80')] public function testAssertInvalid81(): void { $this->runAssertInvalidCommand( @@ -829,7 +747,6 @@ final class LocalTeeTest extends SpecTestsuiteBase ); } - #[Depends('testAssertInvalid81')] public function testAssertInvalid82(): void { $this->runAssertInvalidCommand( @@ -839,7 +756,6 @@ final class LocalTeeTest extends SpecTestsuiteBase ); } - #[Depends('testAssertInvalid82')] public function testAssertInvalid83(): void { $this->runAssertInvalidCommand( @@ -849,7 +765,6 @@ final class LocalTeeTest extends SpecTestsuiteBase ); } - #[Depends('testAssertInvalid83')] public function testAssertInvalid84(): void { $this->runAssertInvalidCommand( @@ -859,7 +774,6 @@ final class LocalTeeTest extends SpecTestsuiteBase ); } - #[Depends('testAssertInvalid84')] public function testAssertInvalid85(): void { $this->runAssertInvalidCommand( @@ -869,7 +783,6 @@ final class LocalTeeTest extends SpecTestsuiteBase ); } - #[Depends('testAssertInvalid85')] public function testAssertInvalid86(): void { $this->runAssertInvalidCommand( @@ -879,7 +792,6 @@ final class LocalTeeTest extends SpecTestsuiteBase ); } - #[Depends('testAssertInvalid86')] public function testAssertInvalid87(): void { $this->runAssertInvalidCommand( @@ -889,7 +801,6 @@ final class LocalTeeTest extends SpecTestsuiteBase ); } - #[Depends('testAssertInvalid87')] public function testAssertInvalid88(): void { $this->runAssertInvalidCommand( @@ -899,7 +810,6 @@ final class LocalTeeTest extends SpecTestsuiteBase ); } - #[Depends('testAssertInvalid88')] public function testAssertInvalid89(): void { $this->runAssertInvalidCommand( @@ -909,7 +819,6 @@ final class LocalTeeTest extends SpecTestsuiteBase ); } - #[Depends('testAssertInvalid89')] public function testAssertInvalid90(): void { $this->runAssertInvalidCommand( @@ -919,7 +828,6 @@ final class LocalTeeTest extends SpecTestsuiteBase ); } - #[Depends('testAssertInvalid90')] public function testAssertInvalid91(): void { $this->runAssertInvalidCommand( @@ -929,7 +837,6 @@ final class LocalTeeTest extends SpecTestsuiteBase ); } - #[Depends('testAssertInvalid91')] public function testAssertInvalid92(): void { $this->runAssertInvalidCommand( @@ -939,7 +846,6 @@ final class LocalTeeTest extends SpecTestsuiteBase ); } - #[Depends('testAssertInvalid92')] public function testAssertInvalid93(): void { $this->runAssertInvalidCommand( @@ -949,7 +855,6 @@ final class LocalTeeTest extends SpecTestsuiteBase ); } - #[Depends('testAssertInvalid93')] public function testAssertInvalid94(): void { $this->runAssertInvalidCommand( @@ -959,7 +864,6 @@ final class LocalTeeTest extends SpecTestsuiteBase ); } - #[Depends('testAssertInvalid94')] public function testAssertInvalid95(): void { $this->runAssertInvalidCommand( @@ -969,7 +873,6 @@ final class LocalTeeTest extends SpecTestsuiteBase ); } - #[Depends('testAssertInvalid95')] public function testAssertInvalid96(): void { $this->runAssertInvalidCommand( diff --git a/tests/src/SpecTestsuites/Core/LoopTest.php b/tests/src/SpecTestsuites/Core/LoopTest.php index bf58ce3..b038455 100644 --- a/tests/src/SpecTestsuites/Core/LoopTest.php +++ b/tests/src/SpecTestsuites/Core/LoopTest.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 LoopTest extends SpecTestsuiteBase @@ -19,7 +18,6 @@ final class LoopTest extends SpecTestsuiteBase ); } - #[Depends('testModule0')] public function testAssertReturn1(): void { $this->runAssertReturnCommand( @@ -29,7 +27,6 @@ final class LoopTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1')] public function testAssertReturn2(): void { $this->runAssertReturnCommand( @@ -39,7 +36,6 @@ final class LoopTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2')] public function testAssertReturn3(): void { $this->runAssertReturnCommand( @@ -49,7 +45,6 @@ final class LoopTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn3')] public function testAssertReturn4(): void { $this->runAssertReturnCommand( @@ -59,7 +54,6 @@ final class LoopTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn4')] public function testAssertReturn5(): void { $this->runAssertReturnCommand( @@ -69,7 +63,6 @@ final class LoopTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn5')] public function testAssertReturn6(): void { $this->runAssertReturnCommand( @@ -79,7 +72,6 @@ final class LoopTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn6')] public function testAssertReturn7(): void { $this->runAssertReturnCommand( @@ -89,7 +81,6 @@ final class LoopTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn7')] public function testAssertReturn8(): void { $this->runAssertReturnCommand( @@ -99,7 +90,6 @@ final class LoopTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn8')] public function testAssertReturn9(): void { $this->runAssertReturnCommand( @@ -109,7 +99,6 @@ final class LoopTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn9')] public function testAssertReturn10(): void { $this->runAssertReturnCommand( @@ -119,7 +108,6 @@ final class LoopTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn10')] public function testAssertReturn11(): void { $this->runAssertReturnCommand( @@ -129,7 +117,6 @@ final class LoopTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn11')] public function testAssertReturn12(): void { $this->runAssertReturnCommand( @@ -139,7 +126,6 @@ final class LoopTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn12')] public function testAssertReturn13(): void { $this->runAssertReturnCommand( @@ -149,7 +135,6 @@ final class LoopTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn13')] public function testAssertReturn14(): void { $this->runAssertReturnCommand( @@ -159,7 +144,6 @@ final class LoopTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn14')] public function testAssertReturn15(): void { $this->runAssertReturnCommand( @@ -169,7 +153,6 @@ final class LoopTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn15')] public function testAssertReturn16(): void { $this->runAssertReturnCommand( @@ -179,7 +162,6 @@ final class LoopTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn16')] public function testAssertReturn17(): void { $this->runAssertReturnCommand( @@ -189,7 +171,6 @@ final class LoopTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn17')] public function testAssertReturn18(): void { $this->runAssertReturnCommand( @@ -199,7 +180,6 @@ final class LoopTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn18')] public function testAssertReturn19(): void { $this->runAssertReturnCommand( @@ -209,7 +189,6 @@ final class LoopTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn19')] public function testAssertReturn20(): void { $this->runAssertReturnCommand( @@ -219,7 +198,6 @@ final class LoopTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn20')] public function testAssertReturn21(): void { $this->runAssertReturnCommand( @@ -229,7 +207,6 @@ final class LoopTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn21')] public function testAssertReturn22(): void { $this->runAssertReturnCommand( @@ -239,7 +216,6 @@ final class LoopTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn22')] public function testAssertReturn23(): void { $this->runAssertReturnCommand( @@ -249,7 +225,6 @@ final class LoopTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn23')] public function testAssertReturn24(): void { $this->runAssertReturnCommand( @@ -259,7 +234,6 @@ final class LoopTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn24')] public function testAssertReturn25(): void { $this->runAssertReturnCommand( @@ -269,7 +243,6 @@ final class LoopTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn25')] public function testAssertReturn26(): void { $this->runAssertReturnCommand( @@ -279,7 +252,6 @@ final class LoopTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn26')] public function testAssertReturn27(): void { $this->runAssertReturnCommand( @@ -289,7 +261,6 @@ final class LoopTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn27')] public function testAssertReturn28(): void { $this->runAssertReturnCommand( @@ -299,7 +270,6 @@ final class LoopTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn28')] public function testAssertReturn29(): void { $this->runAssertReturnCommand( @@ -309,7 +279,6 @@ final class LoopTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn29')] public function testAssertReturn30(): void { $this->runAssertReturnCommand( @@ -319,7 +288,6 @@ final class LoopTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn30')] public function testAssertReturn31(): void { $this->runAssertReturnCommand( @@ -329,7 +297,6 @@ final class LoopTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn31')] public function testAssertReturn32(): void { $this->runAssertReturnCommand( @@ -339,7 +306,6 @@ final class LoopTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn32')] public function testAssertReturn33(): void { $this->runAssertReturnCommand( @@ -349,7 +315,6 @@ final class LoopTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn33')] public function testAssertReturn34(): void { $this->runAssertReturnCommand( @@ -359,7 +324,6 @@ final class LoopTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn34')] public function testAssertReturn35(): void { $this->runAssertReturnCommand( @@ -369,7 +333,6 @@ final class LoopTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn35')] public function testAssertReturn36(): void { $this->runAssertReturnCommand( @@ -379,7 +342,6 @@ final class LoopTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn36')] public function testAssertReturn37(): void { $this->runAssertReturnCommand( @@ -389,7 +351,6 @@ final class LoopTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn37')] public function testAssertReturn38(): void { $this->runAssertReturnCommand( @@ -399,7 +360,6 @@ final class LoopTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn38')] public function testAssertReturn39(): void { $this->runAssertReturnCommand( @@ -409,7 +369,6 @@ final class LoopTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn39')] public function testAssertReturn40(): void { $this->runAssertReturnCommand( @@ -419,7 +378,6 @@ final class LoopTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn40')] public function testAssertReturn41(): void { $this->runAssertReturnCommand( @@ -429,7 +387,6 @@ final class LoopTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn41')] public function testAssertReturn42(): void { $this->runAssertReturnCommand( @@ -439,7 +396,6 @@ final class LoopTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn42')] public function testAssertReturn43(): void { $this->runAssertReturnCommand( @@ -449,7 +405,6 @@ final class LoopTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn43')] public function testAssertReturn44(): void { $this->runAssertReturnCommand( @@ -459,7 +414,6 @@ final class LoopTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn44')] public function testAssertReturn45(): void { $this->runAssertReturnCommand( @@ -469,7 +423,6 @@ final class LoopTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn45')] public function testAssertReturn46(): void { $this->runAssertReturnCommand( @@ -479,7 +432,6 @@ final class LoopTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn46')] public function testAssertReturn47(): void { $this->runAssertReturnCommand( @@ -489,7 +441,6 @@ final class LoopTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn47')] public function testAssertReturn48(): void { $this->runAssertReturnCommand( @@ -499,7 +450,6 @@ final class LoopTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn48')] public function testAssertReturn49(): void { $this->runAssertReturnCommand( @@ -509,7 +459,6 @@ final class LoopTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn49')] public function testAssertReturn50(): void { $this->runAssertReturnCommand( @@ -519,7 +468,6 @@ final class LoopTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn50')] public function testAssertReturn51(): void { $this->runAssertReturnCommand( @@ -529,7 +477,6 @@ final class LoopTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn51')] public function testAssertReturn52(): void { $this->runAssertReturnCommand( @@ -539,7 +486,6 @@ final class LoopTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn52')] public function testAssertReturn53(): void { $this->runAssertReturnCommand( @@ -549,7 +495,6 @@ final class LoopTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn53')] public function testAssertReturn54(): void { $this->runAssertReturnCommand( @@ -559,7 +504,6 @@ final class LoopTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn54')] public function testAssertReturn55(): void { $this->runAssertReturnCommand( @@ -569,7 +513,6 @@ final class LoopTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn55')] public function testAssertReturn56(): void { $this->runAssertReturnCommand( @@ -579,7 +522,6 @@ final class LoopTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn56')] public function testAssertReturn57(): void { $this->runAssertReturnCommand( @@ -589,7 +531,6 @@ final class LoopTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn57')] public function testAssertReturn58(): void { $this->runAssertReturnCommand( @@ -599,7 +540,6 @@ final class LoopTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn58')] public function testAssertReturn59(): void { $this->runAssertReturnCommand( @@ -609,7 +549,6 @@ final class LoopTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn59')] public function testAssertReturn60(): void { $this->runAssertReturnCommand( @@ -619,7 +558,6 @@ final class LoopTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn60')] public function testAssertReturn61(): void { $this->runAssertReturnCommand( @@ -629,7 +567,6 @@ final class LoopTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn61')] public function testAssertReturn62(): void { $this->runAssertReturnCommand( @@ -639,7 +576,6 @@ final class LoopTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn62')] public function testAssertReturn63(): void { $this->runAssertReturnCommand( @@ -649,7 +585,6 @@ final class LoopTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn63')] public function testAssertReturn64(): void { $this->runAssertReturnCommand( @@ -659,7 +594,6 @@ final class LoopTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn64')] public function testAssertReturn65(): void { $this->runAssertReturnCommand( @@ -669,7 +603,6 @@ final class LoopTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn65')] public function testAssertReturn66(): void { $this->runAssertReturnCommand( @@ -679,7 +612,6 @@ final class LoopTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn66')] public function testAssertReturn67(): void { $this->runAssertReturnCommand( @@ -689,7 +621,6 @@ final class LoopTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn67')] public function testAssertReturn68(): void { $this->runAssertReturnCommand( @@ -699,7 +630,6 @@ final class LoopTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn68')] public function testAssertReturn69(): void { $this->runAssertReturnCommand( @@ -709,7 +639,6 @@ final class LoopTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn69')] public function testAssertReturn70(): void { $this->runAssertReturnCommand( @@ -719,7 +648,6 @@ final class LoopTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn70')] public function testAssertReturn71(): void { $this->runAssertReturnCommand( @@ -729,7 +657,6 @@ final class LoopTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn71')] public function testAssertReturn72(): void { $this->runAssertReturnCommand( @@ -739,7 +666,6 @@ final class LoopTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn72')] public function testAssertReturn73(): void { $this->runAssertReturnCommand( @@ -749,7 +675,6 @@ final class LoopTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn73')] public function testAssertReturn74(): void { $this->runAssertReturnCommand( @@ -759,7 +684,6 @@ final class LoopTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn74')] public function testAssertReturn75(): void { $this->runAssertReturnCommand( @@ -769,7 +693,6 @@ final class LoopTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn75')] public function testAssertReturn76(): void { $this->runAssertReturnCommand( @@ -779,7 +702,6 @@ final class LoopTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn76')] public function testAssertReturn77(): void { $this->runAssertReturnCommand( @@ -790,72 +712,60 @@ final class LoopTest extends SpecTestsuiteBase } #[DoesNotPerformAssertions] - #[Depends('testAssertReturn77')] public function testAssertMalformed78(): void { } #[DoesNotPerformAssertions] - #[Depends('testAssertMalformed78')] public function testAssertMalformed79(): void { } #[DoesNotPerformAssertions] - #[Depends('testAssertMalformed79')] public function testAssertMalformed80(): void { } #[DoesNotPerformAssertions] - #[Depends('testAssertMalformed80')] public function testAssertMalformed81(): void { } #[DoesNotPerformAssertions] - #[Depends('testAssertMalformed81')] public function testAssertMalformed82(): void { } #[DoesNotPerformAssertions] - #[Depends('testAssertMalformed82')] public function testAssertMalformed83(): void { } #[DoesNotPerformAssertions] - #[Depends('testAssertMalformed83')] public function testAssertMalformed84(): void { } #[DoesNotPerformAssertions] - #[Depends('testAssertMalformed84')] public function testAssertMalformed85(): void { } #[DoesNotPerformAssertions] - #[Depends('testAssertMalformed85')] public function testAssertMalformed86(): void { } #[DoesNotPerformAssertions] - #[Depends('testAssertMalformed86')] public function testAssertMalformed87(): void { } #[DoesNotPerformAssertions] - #[Depends('testAssertMalformed87')] public function testAssertMalformed88(): void { } - #[Depends('testAssertMalformed88')] public function testAssertInvalid89(): void { $this->runAssertInvalidCommand( @@ -865,7 +775,6 @@ final class LoopTest extends SpecTestsuiteBase ); } - #[Depends('testAssertInvalid89')] public function testAssertInvalid90(): void { $this->runAssertInvalidCommand( @@ -875,7 +784,6 @@ final class LoopTest extends SpecTestsuiteBase ); } - #[Depends('testAssertInvalid90')] public function testAssertInvalid91(): void { $this->runAssertInvalidCommand( @@ -885,7 +793,6 @@ final class LoopTest extends SpecTestsuiteBase ); } - #[Depends('testAssertInvalid91')] public function testAssertInvalid92(): void { $this->runAssertInvalidCommand( @@ -895,7 +802,6 @@ final class LoopTest extends SpecTestsuiteBase ); } - #[Depends('testAssertInvalid92')] public function testAssertInvalid93(): void { $this->runAssertInvalidCommand( @@ -905,7 +811,6 @@ final class LoopTest extends SpecTestsuiteBase ); } - #[Depends('testAssertInvalid93')] public function testAssertInvalid94(): void { $this->runAssertInvalidCommand( @@ -915,7 +820,6 @@ final class LoopTest extends SpecTestsuiteBase ); } - #[Depends('testAssertInvalid94')] public function testAssertInvalid95(): void { $this->runAssertInvalidCommand( @@ -925,7 +829,6 @@ final class LoopTest extends SpecTestsuiteBase ); } - #[Depends('testAssertInvalid95')] public function testAssertInvalid96(): void { $this->runAssertInvalidCommand( @@ -935,7 +838,6 @@ final class LoopTest extends SpecTestsuiteBase ); } - #[Depends('testAssertInvalid96')] public function testAssertInvalid97(): void { $this->runAssertInvalidCommand( @@ -945,7 +847,6 @@ final class LoopTest extends SpecTestsuiteBase ); } - #[Depends('testAssertInvalid97')] public function testAssertInvalid98(): void { $this->runAssertInvalidCommand( @@ -955,7 +856,6 @@ final class LoopTest extends SpecTestsuiteBase ); } - #[Depends('testAssertInvalid98')] public function testAssertInvalid99(): void { $this->runAssertInvalidCommand( @@ -965,7 +865,6 @@ final class LoopTest extends SpecTestsuiteBase ); } - #[Depends('testAssertInvalid99')] public function testAssertInvalid100(): void { $this->runAssertInvalidCommand( @@ -975,7 +874,6 @@ final class LoopTest extends SpecTestsuiteBase ); } - #[Depends('testAssertInvalid100')] public function testAssertInvalid101(): void { $this->runAssertInvalidCommand( @@ -985,7 +883,6 @@ final class LoopTest extends SpecTestsuiteBase ); } - #[Depends('testAssertInvalid101')] public function testAssertInvalid102(): void { $this->runAssertInvalidCommand( @@ -995,7 +892,6 @@ final class LoopTest extends SpecTestsuiteBase ); } - #[Depends('testAssertInvalid102')] public function testAssertInvalid103(): void { $this->runAssertInvalidCommand( @@ -1005,7 +901,6 @@ final class LoopTest extends SpecTestsuiteBase ); } - #[Depends('testAssertInvalid103')] public function testAssertInvalid104(): void { $this->runAssertInvalidCommand( @@ -1015,7 +910,6 @@ final class LoopTest extends SpecTestsuiteBase ); } - #[Depends('testAssertInvalid104')] public function testAssertInvalid105(): void { $this->runAssertInvalidCommand( @@ -1025,7 +919,6 @@ final class LoopTest extends SpecTestsuiteBase ); } - #[Depends('testAssertInvalid105')] public function testAssertInvalid106(): void { $this->runAssertInvalidCommand( @@ -1035,7 +928,6 @@ final class LoopTest extends SpecTestsuiteBase ); } - #[Depends('testAssertInvalid106')] public function testAssertInvalid107(): void { $this->runAssertInvalidCommand( @@ -1045,7 +937,6 @@ final class LoopTest extends SpecTestsuiteBase ); } - #[Depends('testAssertInvalid107')] public function testAssertInvalid108(): void { $this->runAssertInvalidCommand( @@ -1055,7 +946,6 @@ final class LoopTest extends SpecTestsuiteBase ); } - #[Depends('testAssertInvalid108')] public function testAssertInvalid109(): void { $this->runAssertInvalidCommand( @@ -1065,7 +955,6 @@ final class LoopTest extends SpecTestsuiteBase ); } - #[Depends('testAssertInvalid109')] public function testAssertInvalid110(): void { $this->runAssertInvalidCommand( @@ -1075,7 +964,6 @@ final class LoopTest extends SpecTestsuiteBase ); } - #[Depends('testAssertInvalid110')] public function testAssertInvalid111(): void { $this->runAssertInvalidCommand( @@ -1085,7 +973,6 @@ final class LoopTest extends SpecTestsuiteBase ); } - #[Depends('testAssertInvalid111')] public function testAssertInvalid112(): void { $this->runAssertInvalidCommand( @@ -1095,7 +982,6 @@ final class LoopTest extends SpecTestsuiteBase ); } - #[Depends('testAssertInvalid112')] public function testAssertInvalid113(): void { $this->runAssertInvalidCommand( @@ -1105,7 +991,6 @@ final class LoopTest extends SpecTestsuiteBase ); } - #[Depends('testAssertInvalid113')] public function testAssertInvalid114(): void { $this->runAssertInvalidCommand( @@ -1115,7 +1000,6 @@ final class LoopTest extends SpecTestsuiteBase ); } - #[Depends('testAssertInvalid114')] public function testAssertInvalid115(): void { $this->runAssertInvalidCommand( @@ -1126,25 +1010,21 @@ final class LoopTest extends SpecTestsuiteBase } #[DoesNotPerformAssertions] - #[Depends('testAssertInvalid115')] public function testAssertMalformed116(): void { } #[DoesNotPerformAssertions] - #[Depends('testAssertMalformed116')] public function testAssertMalformed117(): void { } #[DoesNotPerformAssertions] - #[Depends('testAssertMalformed117')] public function testAssertMalformed118(): void { } #[DoesNotPerformAssertions] - #[Depends('testAssertMalformed118')] public function testAssertMalformed119(): void { } diff --git a/tests/src/SpecTestsuites/Core/MemoryCopyTest.php b/tests/src/SpecTestsuites/Core/MemoryCopyTest.php index 8ed7d52..dcd142f 100644 --- a/tests/src/SpecTestsuites/Core/MemoryCopyTest.php +++ b/tests/src/SpecTestsuites/Core/MemoryCopyTest.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 MemoryCopyTest extends SpecTestsuiteBase @@ -19,7 +18,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testModule0')] public function testAction1(): void { $this->runActionCommand( @@ -28,7 +26,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAction1')] public function testAssertReturn2(): void { $this->runAssertReturnCommand( @@ -38,7 +35,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2')] public function testAssertReturn3(): void { $this->runAssertReturnCommand( @@ -48,7 +44,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn3')] public function testAssertReturn4(): void { $this->runAssertReturnCommand( @@ -58,7 +53,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn4')] public function testAssertReturn5(): void { $this->runAssertReturnCommand( @@ -68,7 +62,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn5')] public function testAssertReturn6(): void { $this->runAssertReturnCommand( @@ -78,7 +71,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn6')] public function testAssertReturn7(): void { $this->runAssertReturnCommand( @@ -88,7 +80,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn7')] public function testAssertReturn8(): void { $this->runAssertReturnCommand( @@ -98,7 +89,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn8')] public function testAssertReturn9(): void { $this->runAssertReturnCommand( @@ -108,7 +98,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn9')] public function testAssertReturn10(): void { $this->runAssertReturnCommand( @@ -118,7 +107,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn10')] public function testAssertReturn11(): void { $this->runAssertReturnCommand( @@ -128,7 +116,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn11')] public function testAssertReturn12(): void { $this->runAssertReturnCommand( @@ -138,7 +125,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn12')] public function testAssertReturn13(): void { $this->runAssertReturnCommand( @@ -148,7 +134,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn13')] public function testAssertReturn14(): void { $this->runAssertReturnCommand( @@ -158,7 +143,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn14')] public function testAssertReturn15(): void { $this->runAssertReturnCommand( @@ -168,7 +152,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn15')] public function testAssertReturn16(): void { $this->runAssertReturnCommand( @@ -178,7 +161,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn16')] public function testAssertReturn17(): void { $this->runAssertReturnCommand( @@ -188,7 +170,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn17')] public function testAssertReturn18(): void { $this->runAssertReturnCommand( @@ -198,7 +179,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn18')] public function testAssertReturn19(): void { $this->runAssertReturnCommand( @@ -208,7 +188,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn19')] public function testAssertReturn20(): void { $this->runAssertReturnCommand( @@ -218,7 +197,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn20')] public function testAssertReturn21(): void { $this->runAssertReturnCommand( @@ -228,7 +206,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn21')] public function testAssertReturn22(): void { $this->runAssertReturnCommand( @@ -238,7 +215,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn22')] public function testAssertReturn23(): void { $this->runAssertReturnCommand( @@ -248,7 +224,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn23')] public function testAssertReturn24(): void { $this->runAssertReturnCommand( @@ -258,7 +233,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn24')] public function testAssertReturn25(): void { $this->runAssertReturnCommand( @@ -268,7 +242,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn25')] public function testAssertReturn26(): void { $this->runAssertReturnCommand( @@ -278,7 +251,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn26')] public function testAssertReturn27(): void { $this->runAssertReturnCommand( @@ -288,7 +260,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn27')] public function testAssertReturn28(): void { $this->runAssertReturnCommand( @@ -298,7 +269,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn28')] public function testAssertReturn29(): void { $this->runAssertReturnCommand( @@ -308,7 +278,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn29')] public function testAssertReturn30(): void { $this->runAssertReturnCommand( @@ -318,7 +287,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn30')] public function testAssertReturn31(): void { $this->runAssertReturnCommand( @@ -328,7 +296,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn31')] public function testModule32(): void { $this->runModuleCommand( @@ -338,7 +305,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testModule32')] public function testAction33(): void { $this->runActionCommand( @@ -347,7 +313,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAction33')] public function testAssertReturn34(): void { $this->runAssertReturnCommand( @@ -357,7 +322,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn34')] public function testAssertReturn35(): void { $this->runAssertReturnCommand( @@ -367,7 +331,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn35')] public function testAssertReturn36(): void { $this->runAssertReturnCommand( @@ -377,7 +340,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn36')] public function testAssertReturn37(): void { $this->runAssertReturnCommand( @@ -387,7 +349,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn37')] public function testAssertReturn38(): void { $this->runAssertReturnCommand( @@ -397,7 +358,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn38')] public function testAssertReturn39(): void { $this->runAssertReturnCommand( @@ -407,7 +367,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn39')] public function testAssertReturn40(): void { $this->runAssertReturnCommand( @@ -417,7 +376,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn40')] public function testAssertReturn41(): void { $this->runAssertReturnCommand( @@ -427,7 +385,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn41')] public function testAssertReturn42(): void { $this->runAssertReturnCommand( @@ -437,7 +394,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn42')] public function testAssertReturn43(): void { $this->runAssertReturnCommand( @@ -447,7 +403,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn43')] public function testAssertReturn44(): void { $this->runAssertReturnCommand( @@ -457,7 +412,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn44')] public function testAssertReturn45(): void { $this->runAssertReturnCommand( @@ -467,7 +421,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn45')] public function testAssertReturn46(): void { $this->runAssertReturnCommand( @@ -477,7 +430,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn46')] public function testAssertReturn47(): void { $this->runAssertReturnCommand( @@ -487,7 +439,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn47')] public function testAssertReturn48(): void { $this->runAssertReturnCommand( @@ -497,7 +448,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn48')] public function testAssertReturn49(): void { $this->runAssertReturnCommand( @@ -507,7 +457,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn49')] public function testAssertReturn50(): void { $this->runAssertReturnCommand( @@ -517,7 +466,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn50')] public function testAssertReturn51(): void { $this->runAssertReturnCommand( @@ -527,7 +475,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn51')] public function testAssertReturn52(): void { $this->runAssertReturnCommand( @@ -537,7 +484,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn52')] public function testAssertReturn53(): void { $this->runAssertReturnCommand( @@ -547,7 +493,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn53')] public function testAssertReturn54(): void { $this->runAssertReturnCommand( @@ -557,7 +502,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn54')] public function testAssertReturn55(): void { $this->runAssertReturnCommand( @@ -567,7 +511,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn55')] public function testAssertReturn56(): void { $this->runAssertReturnCommand( @@ -577,7 +520,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn56')] public function testAssertReturn57(): void { $this->runAssertReturnCommand( @@ -587,7 +529,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn57')] public function testAssertReturn58(): void { $this->runAssertReturnCommand( @@ -597,7 +538,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn58')] public function testAssertReturn59(): void { $this->runAssertReturnCommand( @@ -607,7 +547,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn59')] public function testAssertReturn60(): void { $this->runAssertReturnCommand( @@ -617,7 +556,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn60')] public function testAssertReturn61(): void { $this->runAssertReturnCommand( @@ -627,7 +565,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn61')] public function testAssertReturn62(): void { $this->runAssertReturnCommand( @@ -637,7 +574,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn62')] public function testAssertReturn63(): void { $this->runAssertReturnCommand( @@ -647,7 +583,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn63')] public function testModule64(): void { $this->runModuleCommand( @@ -657,7 +592,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testModule64')] public function testAction65(): void { $this->runActionCommand( @@ -666,7 +600,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAction65')] public function testAssertReturn66(): void { $this->runAssertReturnCommand( @@ -676,7 +609,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn66')] public function testAssertReturn67(): void { $this->runAssertReturnCommand( @@ -686,7 +618,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn67')] public function testAssertReturn68(): void { $this->runAssertReturnCommand( @@ -696,7 +627,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn68')] public function testAssertReturn69(): void { $this->runAssertReturnCommand( @@ -706,7 +636,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn69')] public function testAssertReturn70(): void { $this->runAssertReturnCommand( @@ -716,7 +645,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn70')] public function testAssertReturn71(): void { $this->runAssertReturnCommand( @@ -726,7 +654,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn71')] public function testAssertReturn72(): void { $this->runAssertReturnCommand( @@ -736,7 +663,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn72')] public function testAssertReturn73(): void { $this->runAssertReturnCommand( @@ -746,7 +672,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn73')] public function testAssertReturn74(): void { $this->runAssertReturnCommand( @@ -756,7 +681,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn74')] public function testAssertReturn75(): void { $this->runAssertReturnCommand( @@ -766,7 +690,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn75')] public function testAssertReturn76(): void { $this->runAssertReturnCommand( @@ -776,7 +699,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn76')] public function testAssertReturn77(): void { $this->runAssertReturnCommand( @@ -786,7 +708,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn77')] public function testAssertReturn78(): void { $this->runAssertReturnCommand( @@ -796,7 +717,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn78')] public function testAssertReturn79(): void { $this->runAssertReturnCommand( @@ -806,7 +726,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn79')] public function testAssertReturn80(): void { $this->runAssertReturnCommand( @@ -816,7 +735,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn80')] public function testAssertReturn81(): void { $this->runAssertReturnCommand( @@ -826,7 +744,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn81')] public function testAssertReturn82(): void { $this->runAssertReturnCommand( @@ -836,7 +753,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn82')] public function testAssertReturn83(): void { $this->runAssertReturnCommand( @@ -846,7 +762,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn83')] public function testAssertReturn84(): void { $this->runAssertReturnCommand( @@ -856,7 +771,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn84')] public function testAssertReturn85(): void { $this->runAssertReturnCommand( @@ -866,7 +780,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn85')] public function testAssertReturn86(): void { $this->runAssertReturnCommand( @@ -876,7 +789,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn86')] public function testAssertReturn87(): void { $this->runAssertReturnCommand( @@ -886,7 +798,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn87')] public function testAssertReturn88(): void { $this->runAssertReturnCommand( @@ -896,7 +807,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn88')] public function testAssertReturn89(): void { $this->runAssertReturnCommand( @@ -906,7 +816,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn89')] public function testAssertReturn90(): void { $this->runAssertReturnCommand( @@ -916,7 +825,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn90')] public function testAssertReturn91(): void { $this->runAssertReturnCommand( @@ -926,7 +834,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn91')] public function testAssertReturn92(): void { $this->runAssertReturnCommand( @@ -936,7 +843,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn92')] public function testAssertReturn93(): void { $this->runAssertReturnCommand( @@ -946,7 +852,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn93')] public function testAssertReturn94(): void { $this->runAssertReturnCommand( @@ -956,7 +861,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn94')] public function testAssertReturn95(): void { $this->runAssertReturnCommand( @@ -966,7 +870,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn95')] public function testModule96(): void { $this->runModuleCommand( @@ -976,7 +879,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testModule96')] public function testAction97(): void { $this->runActionCommand( @@ -985,7 +887,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAction97')] public function testAssertReturn98(): void { $this->runAssertReturnCommand( @@ -995,7 +896,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn98')] public function testAssertReturn99(): void { $this->runAssertReturnCommand( @@ -1005,7 +905,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn99')] public function testAssertReturn100(): void { $this->runAssertReturnCommand( @@ -1015,7 +914,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn100')] public function testAssertReturn101(): void { $this->runAssertReturnCommand( @@ -1025,7 +923,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn101')] public function testAssertReturn102(): void { $this->runAssertReturnCommand( @@ -1035,7 +932,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn102')] public function testAssertReturn103(): void { $this->runAssertReturnCommand( @@ -1045,7 +941,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn103')] public function testAssertReturn104(): void { $this->runAssertReturnCommand( @@ -1055,7 +950,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn104')] public function testAssertReturn105(): void { $this->runAssertReturnCommand( @@ -1065,7 +959,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn105')] public function testAssertReturn106(): void { $this->runAssertReturnCommand( @@ -1075,7 +968,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn106')] public function testAssertReturn107(): void { $this->runAssertReturnCommand( @@ -1085,7 +977,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn107')] public function testAssertReturn108(): void { $this->runAssertReturnCommand( @@ -1095,7 +986,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn108')] public function testAssertReturn109(): void { $this->runAssertReturnCommand( @@ -1105,7 +995,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn109')] public function testAssertReturn110(): void { $this->runAssertReturnCommand( @@ -1115,7 +1004,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn110')] public function testAssertReturn111(): void { $this->runAssertReturnCommand( @@ -1125,7 +1013,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn111')] public function testAssertReturn112(): void { $this->runAssertReturnCommand( @@ -1135,7 +1022,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn112')] public function testAssertReturn113(): void { $this->runAssertReturnCommand( @@ -1145,7 +1031,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn113')] public function testAssertReturn114(): void { $this->runAssertReturnCommand( @@ -1155,7 +1040,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn114')] public function testAssertReturn115(): void { $this->runAssertReturnCommand( @@ -1165,7 +1049,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn115')] public function testAssertReturn116(): void { $this->runAssertReturnCommand( @@ -1175,7 +1058,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn116')] public function testAssertReturn117(): void { $this->runAssertReturnCommand( @@ -1185,7 +1067,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn117')] public function testAssertReturn118(): void { $this->runAssertReturnCommand( @@ -1195,7 +1076,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn118')] public function testAssertReturn119(): void { $this->runAssertReturnCommand( @@ -1205,7 +1085,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn119')] public function testAssertReturn120(): void { $this->runAssertReturnCommand( @@ -1215,7 +1094,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn120')] public function testAssertReturn121(): void { $this->runAssertReturnCommand( @@ -1225,7 +1103,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn121')] public function testAssertReturn122(): void { $this->runAssertReturnCommand( @@ -1235,7 +1112,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn122')] public function testAssertReturn123(): void { $this->runAssertReturnCommand( @@ -1245,7 +1121,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn123')] public function testAssertReturn124(): void { $this->runAssertReturnCommand( @@ -1255,7 +1130,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn124')] public function testAssertReturn125(): void { $this->runAssertReturnCommand( @@ -1265,7 +1139,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn125')] public function testAssertReturn126(): void { $this->runAssertReturnCommand( @@ -1275,7 +1148,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn126')] public function testAssertReturn127(): void { $this->runAssertReturnCommand( @@ -1285,7 +1157,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn127')] public function testModule128(): void { $this->runModuleCommand( @@ -1295,7 +1166,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testModule128')] public function testAction129(): void { $this->runActionCommand( @@ -1304,7 +1174,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAction129')] public function testAssertReturn130(): void { $this->runAssertReturnCommand( @@ -1314,7 +1183,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn130')] public function testAssertReturn131(): void { $this->runAssertReturnCommand( @@ -1324,7 +1192,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn131')] public function testAssertReturn132(): void { $this->runAssertReturnCommand( @@ -1334,7 +1201,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn132')] public function testAssertReturn133(): void { $this->runAssertReturnCommand( @@ -1344,7 +1210,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn133')] public function testAssertReturn134(): void { $this->runAssertReturnCommand( @@ -1354,7 +1219,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn134')] public function testAssertReturn135(): void { $this->runAssertReturnCommand( @@ -1364,7 +1228,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn135')] public function testAssertReturn136(): void { $this->runAssertReturnCommand( @@ -1374,7 +1237,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn136')] public function testAssertReturn137(): void { $this->runAssertReturnCommand( @@ -1384,7 +1246,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn137')] public function testAssertReturn138(): void { $this->runAssertReturnCommand( @@ -1394,7 +1255,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn138')] public function testAssertReturn139(): void { $this->runAssertReturnCommand( @@ -1404,7 +1264,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn139')] public function testAssertReturn140(): void { $this->runAssertReturnCommand( @@ -1414,7 +1273,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn140')] public function testAssertReturn141(): void { $this->runAssertReturnCommand( @@ -1424,7 +1282,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn141')] public function testAssertReturn142(): void { $this->runAssertReturnCommand( @@ -1434,7 +1291,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn142')] public function testAssertReturn143(): void { $this->runAssertReturnCommand( @@ -1444,7 +1300,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn143')] public function testAssertReturn144(): void { $this->runAssertReturnCommand( @@ -1454,7 +1309,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn144')] public function testAssertReturn145(): void { $this->runAssertReturnCommand( @@ -1464,7 +1318,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn145')] public function testAssertReturn146(): void { $this->runAssertReturnCommand( @@ -1474,7 +1327,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn146')] public function testAssertReturn147(): void { $this->runAssertReturnCommand( @@ -1484,7 +1336,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn147')] public function testAssertReturn148(): void { $this->runAssertReturnCommand( @@ -1494,7 +1345,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn148')] public function testAssertReturn149(): void { $this->runAssertReturnCommand( @@ -1504,7 +1354,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn149')] public function testAssertReturn150(): void { $this->runAssertReturnCommand( @@ -1514,7 +1363,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn150')] public function testAssertReturn151(): void { $this->runAssertReturnCommand( @@ -1524,7 +1372,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn151')] public function testAssertReturn152(): void { $this->runAssertReturnCommand( @@ -1534,7 +1381,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn152')] public function testAssertReturn153(): void { $this->runAssertReturnCommand( @@ -1544,7 +1390,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn153')] public function testAssertReturn154(): void { $this->runAssertReturnCommand( @@ -1554,7 +1399,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn154')] public function testAssertReturn155(): void { $this->runAssertReturnCommand( @@ -1564,7 +1408,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn155')] public function testAssertReturn156(): void { $this->runAssertReturnCommand( @@ -1574,7 +1417,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn156')] public function testAssertReturn157(): void { $this->runAssertReturnCommand( @@ -1584,7 +1426,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn157')] public function testAssertReturn158(): void { $this->runAssertReturnCommand( @@ -1594,7 +1435,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn158')] public function testAssertReturn159(): void { $this->runAssertReturnCommand( @@ -1604,7 +1444,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn159')] public function testModule160(): void { $this->runModuleCommand( @@ -1614,7 +1453,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testModule160')] public function testAction161(): void { $this->runActionCommand( @@ -1623,7 +1461,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAction161')] public function testAssertReturn162(): void { $this->runAssertReturnCommand( @@ -1633,7 +1470,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn162')] public function testAssertReturn163(): void { $this->runAssertReturnCommand( @@ -1643,7 +1479,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn163')] public function testAssertReturn164(): void { $this->runAssertReturnCommand( @@ -1653,7 +1488,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn164')] public function testAssertReturn165(): void { $this->runAssertReturnCommand( @@ -1663,7 +1497,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn165')] public function testAssertReturn166(): void { $this->runAssertReturnCommand( @@ -1673,7 +1506,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn166')] public function testAssertReturn167(): void { $this->runAssertReturnCommand( @@ -1683,7 +1515,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn167')] public function testAssertReturn168(): void { $this->runAssertReturnCommand( @@ -1693,7 +1524,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn168')] public function testAssertReturn169(): void { $this->runAssertReturnCommand( @@ -1703,7 +1533,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn169')] public function testAssertReturn170(): void { $this->runAssertReturnCommand( @@ -1713,7 +1542,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn170')] public function testAssertReturn171(): void { $this->runAssertReturnCommand( @@ -1723,7 +1551,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn171')] public function testAssertReturn172(): void { $this->runAssertReturnCommand( @@ -1733,7 +1560,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn172')] public function testAssertReturn173(): void { $this->runAssertReturnCommand( @@ -1743,7 +1569,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn173')] public function testAssertReturn174(): void { $this->runAssertReturnCommand( @@ -1753,7 +1578,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn174')] public function testAssertReturn175(): void { $this->runAssertReturnCommand( @@ -1763,7 +1587,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn175')] public function testAssertReturn176(): void { $this->runAssertReturnCommand( @@ -1773,7 +1596,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn176')] public function testAssertReturn177(): void { $this->runAssertReturnCommand( @@ -1783,7 +1605,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn177')] public function testAssertReturn178(): void { $this->runAssertReturnCommand( @@ -1793,7 +1614,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn178')] public function testAssertReturn179(): void { $this->runAssertReturnCommand( @@ -1803,7 +1623,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn179')] public function testAssertReturn180(): void { $this->runAssertReturnCommand( @@ -1813,7 +1632,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn180')] public function testAssertReturn181(): void { $this->runAssertReturnCommand( @@ -1823,7 +1641,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn181')] public function testAssertReturn182(): void { $this->runAssertReturnCommand( @@ -1833,7 +1650,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn182')] public function testAssertReturn183(): void { $this->runAssertReturnCommand( @@ -1843,7 +1659,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn183')] public function testAssertReturn184(): void { $this->runAssertReturnCommand( @@ -1853,7 +1668,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn184')] public function testAssertReturn185(): void { $this->runAssertReturnCommand( @@ -1863,7 +1677,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn185')] public function testAssertReturn186(): void { $this->runAssertReturnCommand( @@ -1873,7 +1686,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn186')] public function testAssertReturn187(): void { $this->runAssertReturnCommand( @@ -1883,7 +1695,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn187')] public function testAssertReturn188(): void { $this->runAssertReturnCommand( @@ -1893,7 +1704,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn188')] public function testAssertReturn189(): void { $this->runAssertReturnCommand( @@ -1903,7 +1713,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn189')] public function testAssertReturn190(): void { $this->runAssertReturnCommand( @@ -1913,7 +1722,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn190')] public function testAssertReturn191(): void { $this->runAssertReturnCommand( @@ -1923,7 +1731,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn191')] public function testModule192(): void { $this->runModuleCommand( @@ -1933,7 +1740,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testModule192')] public function testAction193(): void { $this->runActionCommand( @@ -1942,7 +1748,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAction193')] public function testAssertReturn194(): void { $this->runAssertReturnCommand( @@ -1952,7 +1757,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn194')] public function testAssertReturn195(): void { $this->runAssertReturnCommand( @@ -1962,7 +1766,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn195')] public function testAssertReturn196(): void { $this->runAssertReturnCommand( @@ -1972,7 +1775,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn196')] public function testAssertReturn197(): void { $this->runAssertReturnCommand( @@ -1982,7 +1784,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn197')] public function testAssertReturn198(): void { $this->runAssertReturnCommand( @@ -1992,7 +1793,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn198')] public function testAssertReturn199(): void { $this->runAssertReturnCommand( @@ -2002,7 +1802,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn199')] public function testAssertReturn200(): void { $this->runAssertReturnCommand( @@ -2012,7 +1811,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn200')] public function testAssertReturn201(): void { $this->runAssertReturnCommand( @@ -2022,7 +1820,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn201')] public function testAssertReturn202(): void { $this->runAssertReturnCommand( @@ -2032,7 +1829,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn202')] public function testAssertReturn203(): void { $this->runAssertReturnCommand( @@ -2042,7 +1838,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn203')] public function testAssertReturn204(): void { $this->runAssertReturnCommand( @@ -2052,7 +1847,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn204')] public function testAssertReturn205(): void { $this->runAssertReturnCommand( @@ -2062,7 +1856,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn205')] public function testAssertReturn206(): void { $this->runAssertReturnCommand( @@ -2072,7 +1865,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn206')] public function testAssertReturn207(): void { $this->runAssertReturnCommand( @@ -2082,7 +1874,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn207')] public function testAssertReturn208(): void { $this->runAssertReturnCommand( @@ -2092,7 +1883,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn208')] public function testAssertReturn209(): void { $this->runAssertReturnCommand( @@ -2102,7 +1892,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn209')] public function testAssertReturn210(): void { $this->runAssertReturnCommand( @@ -2112,7 +1901,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn210')] public function testAssertReturn211(): void { $this->runAssertReturnCommand( @@ -2122,7 +1910,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn211')] public function testAssertReturn212(): void { $this->runAssertReturnCommand( @@ -2132,7 +1919,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn212')] public function testAssertReturn213(): void { $this->runAssertReturnCommand( @@ -2142,7 +1928,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn213')] public function testAssertReturn214(): void { $this->runAssertReturnCommand( @@ -2152,7 +1937,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn214')] public function testAssertReturn215(): void { $this->runAssertReturnCommand( @@ -2162,7 +1946,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn215')] public function testAssertReturn216(): void { $this->runAssertReturnCommand( @@ -2172,7 +1955,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn216')] public function testAssertReturn217(): void { $this->runAssertReturnCommand( @@ -2182,7 +1964,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn217')] public function testAssertReturn218(): void { $this->runAssertReturnCommand( @@ -2192,7 +1973,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn218')] public function testAssertReturn219(): void { $this->runAssertReturnCommand( @@ -2202,7 +1982,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn219')] public function testAssertReturn220(): void { $this->runAssertReturnCommand( @@ -2212,7 +1991,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn220')] public function testAssertReturn221(): void { $this->runAssertReturnCommand( @@ -2222,7 +2000,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn221')] public function testAssertReturn222(): void { $this->runAssertReturnCommand( @@ -2232,7 +2009,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn222')] public function testAssertReturn223(): void { $this->runAssertReturnCommand( @@ -2242,7 +2018,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn223')] public function testModule224(): void { $this->runModuleCommand( @@ -2252,7 +2027,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testModule224')] public function testAction225(): void { $this->runActionCommand( @@ -2261,7 +2035,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAction225')] public function testAssertReturn226(): void { $this->runAssertReturnCommand( @@ -2271,7 +2044,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn226')] public function testAssertReturn227(): void { $this->runAssertReturnCommand( @@ -2281,7 +2053,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn227')] public function testAssertReturn228(): void { $this->runAssertReturnCommand( @@ -2291,7 +2062,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn228')] public function testAssertReturn229(): void { $this->runAssertReturnCommand( @@ -2301,7 +2071,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn229')] public function testAssertReturn230(): void { $this->runAssertReturnCommand( @@ -2311,7 +2080,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn230')] public function testAssertReturn231(): void { $this->runAssertReturnCommand( @@ -2321,7 +2089,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn231')] public function testAssertReturn232(): void { $this->runAssertReturnCommand( @@ -2331,7 +2098,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn232')] public function testAssertReturn233(): void { $this->runAssertReturnCommand( @@ -2341,7 +2107,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn233')] public function testAssertReturn234(): void { $this->runAssertReturnCommand( @@ -2351,7 +2116,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn234')] public function testAssertReturn235(): void { $this->runAssertReturnCommand( @@ -2361,7 +2125,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn235')] public function testAssertReturn236(): void { $this->runAssertReturnCommand( @@ -2371,7 +2134,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn236')] public function testAssertReturn237(): void { $this->runAssertReturnCommand( @@ -2381,7 +2143,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn237')] public function testAssertReturn238(): void { $this->runAssertReturnCommand( @@ -2391,7 +2152,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn238')] public function testAssertReturn239(): void { $this->runAssertReturnCommand( @@ -2401,7 +2161,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn239')] public function testAssertReturn240(): void { $this->runAssertReturnCommand( @@ -2411,7 +2170,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn240')] public function testAssertReturn241(): void { $this->runAssertReturnCommand( @@ -2421,7 +2179,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn241')] public function testAssertReturn242(): void { $this->runAssertReturnCommand( @@ -2431,7 +2188,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn242')] public function testAssertReturn243(): void { $this->runAssertReturnCommand( @@ -2441,7 +2197,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn243')] public function testAssertReturn244(): void { $this->runAssertReturnCommand( @@ -2451,7 +2206,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn244')] public function testAssertReturn245(): void { $this->runAssertReturnCommand( @@ -2461,7 +2215,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn245')] public function testAssertReturn246(): void { $this->runAssertReturnCommand( @@ -2471,7 +2224,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn246')] public function testAssertReturn247(): void { $this->runAssertReturnCommand( @@ -2481,7 +2233,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn247')] public function testAssertReturn248(): void { $this->runAssertReturnCommand( @@ -2491,7 +2242,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn248')] public function testAssertReturn249(): void { $this->runAssertReturnCommand( @@ -2501,7 +2251,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn249')] public function testAssertReturn250(): void { $this->runAssertReturnCommand( @@ -2511,7 +2260,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn250')] public function testAssertReturn251(): void { $this->runAssertReturnCommand( @@ -2521,7 +2269,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn251')] public function testAssertReturn252(): void { $this->runAssertReturnCommand( @@ -2531,7 +2278,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn252')] public function testAssertReturn253(): void { $this->runAssertReturnCommand( @@ -2541,7 +2287,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn253')] public function testAssertReturn254(): void { $this->runAssertReturnCommand( @@ -2551,7 +2296,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn254')] public function testAssertReturn255(): void { $this->runAssertReturnCommand( @@ -2561,7 +2305,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn255')] public function testModule256(): void { $this->runModuleCommand( @@ -2571,7 +2314,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testModule256')] public function testAssertTrap257(): void { $this->runAssertTrapCommand( @@ -2581,7 +2323,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap257')] public function testAssertReturn258(): void { $this->runAssertReturnCommand( @@ -2591,7 +2332,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn258')] public function testAssertReturn259(): void { $this->runAssertReturnCommand( @@ -2601,7 +2341,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn259')] public function testAssertReturn260(): void { $this->runAssertReturnCommand( @@ -2611,7 +2350,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn260')] public function testAssertReturn261(): void { $this->runAssertReturnCommand( @@ -2621,7 +2359,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn261')] public function testAssertReturn262(): void { $this->runAssertReturnCommand( @@ -2631,7 +2368,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn262')] public function testAssertReturn263(): void { $this->runAssertReturnCommand( @@ -2641,7 +2377,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn263')] public function testAssertReturn264(): void { $this->runAssertReturnCommand( @@ -2651,7 +2386,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn264')] public function testAssertReturn265(): void { $this->runAssertReturnCommand( @@ -2661,7 +2395,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn265')] public function testAssertReturn266(): void { $this->runAssertReturnCommand( @@ -2671,7 +2404,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn266')] public function testAssertReturn267(): void { $this->runAssertReturnCommand( @@ -2681,7 +2413,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn267')] public function testAssertReturn268(): void { $this->runAssertReturnCommand( @@ -2691,7 +2422,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn268')] public function testAssertReturn269(): void { $this->runAssertReturnCommand( @@ -2701,7 +2431,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn269')] public function testAssertReturn270(): void { $this->runAssertReturnCommand( @@ -2711,7 +2440,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn270')] public function testAssertReturn271(): void { $this->runAssertReturnCommand( @@ -2721,7 +2449,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn271')] public function testAssertReturn272(): void { $this->runAssertReturnCommand( @@ -2731,7 +2458,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn272')] public function testAssertReturn273(): void { $this->runAssertReturnCommand( @@ -2741,7 +2467,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn273')] public function testAssertReturn274(): void { $this->runAssertReturnCommand( @@ -2751,7 +2476,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn274')] public function testAssertReturn275(): void { $this->runAssertReturnCommand( @@ -2761,7 +2485,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn275')] public function testAssertReturn276(): void { $this->runAssertReturnCommand( @@ -2771,7 +2494,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn276')] public function testAssertReturn277(): void { $this->runAssertReturnCommand( @@ -2781,7 +2503,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn277')] public function testAssertReturn278(): void { $this->runAssertReturnCommand( @@ -2791,7 +2512,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn278')] public function testAssertReturn279(): void { $this->runAssertReturnCommand( @@ -2801,7 +2521,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn279')] public function testAssertReturn280(): void { $this->runAssertReturnCommand( @@ -2811,7 +2530,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn280')] public function testAssertReturn281(): void { $this->runAssertReturnCommand( @@ -2821,7 +2539,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn281')] public function testAssertReturn282(): void { $this->runAssertReturnCommand( @@ -2831,7 +2548,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn282')] public function testAssertReturn283(): void { $this->runAssertReturnCommand( @@ -2841,7 +2557,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn283')] public function testAssertReturn284(): void { $this->runAssertReturnCommand( @@ -2851,7 +2566,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn284')] public function testAssertReturn285(): void { $this->runAssertReturnCommand( @@ -2861,7 +2575,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn285')] public function testAssertReturn286(): void { $this->runAssertReturnCommand( @@ -2871,7 +2584,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn286')] public function testAssertReturn287(): void { $this->runAssertReturnCommand( @@ -2881,7 +2593,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn287')] public function testAssertReturn288(): void { $this->runAssertReturnCommand( @@ -2891,7 +2602,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn288')] public function testAssertReturn289(): void { $this->runAssertReturnCommand( @@ -2901,7 +2611,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn289')] public function testAssertReturn290(): void { $this->runAssertReturnCommand( @@ -2911,7 +2620,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn290')] public function testAssertReturn291(): void { $this->runAssertReturnCommand( @@ -2921,7 +2629,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn291')] public function testAssertReturn292(): void { $this->runAssertReturnCommand( @@ -2931,7 +2638,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn292')] public function testAssertReturn293(): void { $this->runAssertReturnCommand( @@ -2941,7 +2647,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn293')] public function testAssertReturn294(): void { $this->runAssertReturnCommand( @@ -2951,7 +2656,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn294')] public function testAssertReturn295(): void { $this->runAssertReturnCommand( @@ -2961,7 +2665,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn295')] public function testAssertReturn296(): void { $this->runAssertReturnCommand( @@ -2971,7 +2674,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn296')] public function testAssertReturn297(): void { $this->runAssertReturnCommand( @@ -2981,7 +2683,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn297')] public function testAssertReturn298(): void { $this->runAssertReturnCommand( @@ -2991,7 +2692,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn298')] public function testAssertReturn299(): void { $this->runAssertReturnCommand( @@ -3001,7 +2701,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn299')] public function testAssertReturn300(): void { $this->runAssertReturnCommand( @@ -3011,7 +2710,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn300')] public function testAssertReturn301(): void { $this->runAssertReturnCommand( @@ -3021,7 +2719,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn301')] public function testAssertReturn302(): void { $this->runAssertReturnCommand( @@ -3031,7 +2728,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn302')] public function testAssertReturn303(): void { $this->runAssertReturnCommand( @@ -3041,7 +2737,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn303')] public function testAssertReturn304(): void { $this->runAssertReturnCommand( @@ -3051,7 +2746,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn304')] public function testAssertReturn305(): void { $this->runAssertReturnCommand( @@ -3061,7 +2755,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn305')] public function testAssertReturn306(): void { $this->runAssertReturnCommand( @@ -3071,7 +2764,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn306')] public function testAssertReturn307(): void { $this->runAssertReturnCommand( @@ -3081,7 +2773,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn307')] public function testAssertReturn308(): void { $this->runAssertReturnCommand( @@ -3091,7 +2782,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn308')] public function testAssertReturn309(): void { $this->runAssertReturnCommand( @@ -3101,7 +2791,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn309')] public function testAssertReturn310(): void { $this->runAssertReturnCommand( @@ -3111,7 +2800,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn310')] public function testAssertReturn311(): void { $this->runAssertReturnCommand( @@ -3121,7 +2809,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn311')] public function testAssertReturn312(): void { $this->runAssertReturnCommand( @@ -3131,7 +2818,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn312')] public function testAssertReturn313(): void { $this->runAssertReturnCommand( @@ -3141,7 +2827,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn313')] public function testAssertReturn314(): void { $this->runAssertReturnCommand( @@ -3151,7 +2836,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn314')] public function testAssertReturn315(): void { $this->runAssertReturnCommand( @@ -3161,7 +2845,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn315')] public function testAssertReturn316(): void { $this->runAssertReturnCommand( @@ -3171,7 +2854,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn316')] public function testAssertReturn317(): void { $this->runAssertReturnCommand( @@ -3181,7 +2863,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn317')] public function testAssertReturn318(): void { $this->runAssertReturnCommand( @@ -3191,7 +2872,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn318')] public function testAssertReturn319(): void { $this->runAssertReturnCommand( @@ -3201,7 +2881,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn319')] public function testAssertReturn320(): void { $this->runAssertReturnCommand( @@ -3211,7 +2890,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn320')] public function testAssertReturn321(): void { $this->runAssertReturnCommand( @@ -3221,7 +2899,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn321')] public function testAssertReturn322(): void { $this->runAssertReturnCommand( @@ -3231,7 +2908,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn322')] public function testAssertReturn323(): void { $this->runAssertReturnCommand( @@ -3241,7 +2917,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn323')] public function testAssertReturn324(): void { $this->runAssertReturnCommand( @@ -3251,7 +2926,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn324')] public function testAssertReturn325(): void { $this->runAssertReturnCommand( @@ -3261,7 +2935,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn325')] public function testAssertReturn326(): void { $this->runAssertReturnCommand( @@ -3271,7 +2944,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn326')] public function testAssertReturn327(): void { $this->runAssertReturnCommand( @@ -3281,7 +2953,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn327')] public function testAssertReturn328(): void { $this->runAssertReturnCommand( @@ -3291,7 +2962,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn328')] public function testAssertReturn329(): void { $this->runAssertReturnCommand( @@ -3301,7 +2971,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn329')] public function testAssertReturn330(): void { $this->runAssertReturnCommand( @@ -3311,7 +2980,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn330')] public function testAssertReturn331(): void { $this->runAssertReturnCommand( @@ -3321,7 +2989,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn331')] public function testAssertReturn332(): void { $this->runAssertReturnCommand( @@ -3331,7 +2998,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn332')] public function testAssertReturn333(): void { $this->runAssertReturnCommand( @@ -3341,7 +3007,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn333')] public function testAssertReturn334(): void { $this->runAssertReturnCommand( @@ -3351,7 +3016,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn334')] public function testAssertReturn335(): void { $this->runAssertReturnCommand( @@ -3361,7 +3025,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn335')] public function testAssertReturn336(): void { $this->runAssertReturnCommand( @@ -3371,7 +3034,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn336')] public function testAssertReturn337(): void { $this->runAssertReturnCommand( @@ -3381,7 +3043,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn337')] public function testAssertReturn338(): void { $this->runAssertReturnCommand( @@ -3391,7 +3052,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn338')] public function testAssertReturn339(): void { $this->runAssertReturnCommand( @@ -3401,7 +3061,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn339')] public function testAssertReturn340(): void { $this->runAssertReturnCommand( @@ -3411,7 +3070,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn340')] public function testAssertReturn341(): void { $this->runAssertReturnCommand( @@ -3421,7 +3079,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn341')] public function testAssertReturn342(): void { $this->runAssertReturnCommand( @@ -3431,7 +3088,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn342')] public function testAssertReturn343(): void { $this->runAssertReturnCommand( @@ -3441,7 +3097,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn343')] public function testAssertReturn344(): void { $this->runAssertReturnCommand( @@ -3451,7 +3106,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn344')] public function testAssertReturn345(): void { $this->runAssertReturnCommand( @@ -3461,7 +3115,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn345')] public function testAssertReturn346(): void { $this->runAssertReturnCommand( @@ -3471,7 +3124,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn346')] public function testAssertReturn347(): void { $this->runAssertReturnCommand( @@ -3481,7 +3133,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn347')] public function testAssertReturn348(): void { $this->runAssertReturnCommand( @@ -3491,7 +3142,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn348')] public function testAssertReturn349(): void { $this->runAssertReturnCommand( @@ -3501,7 +3151,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn349')] public function testAssertReturn350(): void { $this->runAssertReturnCommand( @@ -3511,7 +3160,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn350')] public function testAssertReturn351(): void { $this->runAssertReturnCommand( @@ -3521,7 +3169,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn351')] public function testAssertReturn352(): void { $this->runAssertReturnCommand( @@ -3531,7 +3178,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn352')] public function testAssertReturn353(): void { $this->runAssertReturnCommand( @@ -3541,7 +3187,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn353')] public function testAssertReturn354(): void { $this->runAssertReturnCommand( @@ -3551,7 +3196,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn354')] public function testAssertReturn355(): void { $this->runAssertReturnCommand( @@ -3561,7 +3205,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn355')] public function testAssertReturn356(): void { $this->runAssertReturnCommand( @@ -3571,7 +3214,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn356')] public function testAssertReturn357(): void { $this->runAssertReturnCommand( @@ -3581,7 +3223,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn357')] public function testAssertReturn358(): void { $this->runAssertReturnCommand( @@ -3591,7 +3232,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn358')] public function testAssertReturn359(): void { $this->runAssertReturnCommand( @@ -3601,7 +3241,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn359')] public function testAssertReturn360(): void { $this->runAssertReturnCommand( @@ -3611,7 +3250,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn360')] public function testAssertReturn361(): void { $this->runAssertReturnCommand( @@ -3621,7 +3259,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn361')] public function testAssertReturn362(): void { $this->runAssertReturnCommand( @@ -3631,7 +3268,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn362')] public function testAssertReturn363(): void { $this->runAssertReturnCommand( @@ -3641,7 +3277,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn363')] public function testAssertReturn364(): void { $this->runAssertReturnCommand( @@ -3651,7 +3286,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn364')] public function testAssertReturn365(): void { $this->runAssertReturnCommand( @@ -3661,7 +3295,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn365')] public function testAssertReturn366(): void { $this->runAssertReturnCommand( @@ -3671,7 +3304,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn366')] public function testAssertReturn367(): void { $this->runAssertReturnCommand( @@ -3681,7 +3313,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn367')] public function testAssertReturn368(): void { $this->runAssertReturnCommand( @@ -3691,7 +3322,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn368')] public function testAssertReturn369(): void { $this->runAssertReturnCommand( @@ -3701,7 +3331,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn369')] public function testAssertReturn370(): void { $this->runAssertReturnCommand( @@ -3711,7 +3340,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn370')] public function testAssertReturn371(): void { $this->runAssertReturnCommand( @@ -3721,7 +3349,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn371')] public function testAssertReturn372(): void { $this->runAssertReturnCommand( @@ -3731,7 +3358,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn372')] public function testAssertReturn373(): void { $this->runAssertReturnCommand( @@ -3741,7 +3367,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn373')] public function testAssertReturn374(): void { $this->runAssertReturnCommand( @@ -3751,7 +3376,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn374')] public function testAssertReturn375(): void { $this->runAssertReturnCommand( @@ -3761,7 +3385,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn375')] public function testAssertReturn376(): void { $this->runAssertReturnCommand( @@ -3771,7 +3394,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn376')] public function testAssertReturn377(): void { $this->runAssertReturnCommand( @@ -3781,7 +3403,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn377')] public function testAssertReturn378(): void { $this->runAssertReturnCommand( @@ -3791,7 +3412,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn378')] public function testAssertReturn379(): void { $this->runAssertReturnCommand( @@ -3801,7 +3421,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn379')] public function testAssertReturn380(): void { $this->runAssertReturnCommand( @@ -3811,7 +3430,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn380')] public function testAssertReturn381(): void { $this->runAssertReturnCommand( @@ -3821,7 +3439,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn381')] public function testAssertReturn382(): void { $this->runAssertReturnCommand( @@ -3831,7 +3448,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn382')] public function testAssertReturn383(): void { $this->runAssertReturnCommand( @@ -3841,7 +3457,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn383')] public function testAssertReturn384(): void { $this->runAssertReturnCommand( @@ -3851,7 +3466,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn384')] public function testAssertReturn385(): void { $this->runAssertReturnCommand( @@ -3861,7 +3475,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn385')] public function testAssertReturn386(): void { $this->runAssertReturnCommand( @@ -3871,7 +3484,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn386')] public function testAssertReturn387(): void { $this->runAssertReturnCommand( @@ -3881,7 +3493,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn387')] public function testAssertReturn388(): void { $this->runAssertReturnCommand( @@ -3891,7 +3502,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn388')] public function testAssertReturn389(): void { $this->runAssertReturnCommand( @@ -3901,7 +3511,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn389')] public function testAssertReturn390(): void { $this->runAssertReturnCommand( @@ -3911,7 +3520,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn390')] public function testAssertReturn391(): void { $this->runAssertReturnCommand( @@ -3921,7 +3529,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn391')] public function testAssertReturn392(): void { $this->runAssertReturnCommand( @@ -3931,7 +3538,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn392')] public function testAssertReturn393(): void { $this->runAssertReturnCommand( @@ -3941,7 +3547,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn393')] public function testAssertReturn394(): void { $this->runAssertReturnCommand( @@ -3951,7 +3556,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn394')] public function testAssertReturn395(): void { $this->runAssertReturnCommand( @@ -3961,7 +3565,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn395')] public function testAssertReturn396(): void { $this->runAssertReturnCommand( @@ -3971,7 +3574,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn396')] public function testAssertReturn397(): void { $this->runAssertReturnCommand( @@ -3981,7 +3583,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn397')] public function testAssertReturn398(): void { $this->runAssertReturnCommand( @@ -3991,7 +3592,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn398')] public function testAssertReturn399(): void { $this->runAssertReturnCommand( @@ -4001,7 +3601,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn399')] public function testAssertReturn400(): void { $this->runAssertReturnCommand( @@ -4011,7 +3610,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn400')] public function testAssertReturn401(): void { $this->runAssertReturnCommand( @@ -4021,7 +3619,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn401')] public function testAssertReturn402(): void { $this->runAssertReturnCommand( @@ -4031,7 +3628,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn402')] public function testAssertReturn403(): void { $this->runAssertReturnCommand( @@ -4041,7 +3637,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn403')] public function testAssertReturn404(): void { $this->runAssertReturnCommand( @@ -4051,7 +3646,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn404')] public function testAssertReturn405(): void { $this->runAssertReturnCommand( @@ -4061,7 +3655,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn405')] public function testAssertReturn406(): void { $this->runAssertReturnCommand( @@ -4071,7 +3664,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn406')] public function testAssertReturn407(): void { $this->runAssertReturnCommand( @@ -4081,7 +3673,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn407')] public function testAssertReturn408(): void { $this->runAssertReturnCommand( @@ -4091,7 +3682,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn408')] public function testAssertReturn409(): void { $this->runAssertReturnCommand( @@ -4101,7 +3691,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn409')] public function testAssertReturn410(): void { $this->runAssertReturnCommand( @@ -4111,7 +3700,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn410')] public function testAssertReturn411(): void { $this->runAssertReturnCommand( @@ -4121,7 +3709,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn411')] public function testAssertReturn412(): void { $this->runAssertReturnCommand( @@ -4131,7 +3718,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn412')] public function testAssertReturn413(): void { $this->runAssertReturnCommand( @@ -4141,7 +3727,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn413')] public function testAssertReturn414(): void { $this->runAssertReturnCommand( @@ -4151,7 +3736,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn414')] public function testAssertReturn415(): void { $this->runAssertReturnCommand( @@ -4161,7 +3745,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn415')] public function testAssertReturn416(): void { $this->runAssertReturnCommand( @@ -4171,7 +3754,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn416')] public function testAssertReturn417(): void { $this->runAssertReturnCommand( @@ -4181,7 +3763,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn417')] public function testAssertReturn418(): void { $this->runAssertReturnCommand( @@ -4191,7 +3772,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn418')] public function testAssertReturn419(): void { $this->runAssertReturnCommand( @@ -4201,7 +3781,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn419')] public function testAssertReturn420(): void { $this->runAssertReturnCommand( @@ -4211,7 +3790,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn420')] public function testAssertReturn421(): void { $this->runAssertReturnCommand( @@ -4221,7 +3799,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn421')] public function testAssertReturn422(): void { $this->runAssertReturnCommand( @@ -4231,7 +3808,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn422')] public function testAssertReturn423(): void { $this->runAssertReturnCommand( @@ -4241,7 +3817,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn423')] public function testAssertReturn424(): void { $this->runAssertReturnCommand( @@ -4251,7 +3826,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn424')] public function testAssertReturn425(): void { $this->runAssertReturnCommand( @@ -4261,7 +3835,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn425')] public function testAssertReturn426(): void { $this->runAssertReturnCommand( @@ -4271,7 +3844,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn426')] public function testAssertReturn427(): void { $this->runAssertReturnCommand( @@ -4281,7 +3853,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn427')] public function testAssertReturn428(): void { $this->runAssertReturnCommand( @@ -4291,7 +3862,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn428')] public function testAssertReturn429(): void { $this->runAssertReturnCommand( @@ -4301,7 +3871,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn429')] public function testAssertReturn430(): void { $this->runAssertReturnCommand( @@ -4311,7 +3880,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn430')] public function testAssertReturn431(): void { $this->runAssertReturnCommand( @@ -4321,7 +3889,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn431')] public function testAssertReturn432(): void { $this->runAssertReturnCommand( @@ -4331,7 +3898,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn432')] public function testAssertReturn433(): void { $this->runAssertReturnCommand( @@ -4341,7 +3907,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn433')] public function testAssertReturn434(): void { $this->runAssertReturnCommand( @@ -4351,7 +3916,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn434')] public function testAssertReturn435(): void { $this->runAssertReturnCommand( @@ -4361,7 +3925,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn435')] public function testAssertReturn436(): void { $this->runAssertReturnCommand( @@ -4371,7 +3934,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn436')] public function testAssertReturn437(): void { $this->runAssertReturnCommand( @@ -4381,7 +3943,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn437')] public function testAssertReturn438(): void { $this->runAssertReturnCommand( @@ -4391,7 +3952,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn438')] public function testAssertReturn439(): void { $this->runAssertReturnCommand( @@ -4401,7 +3961,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn439')] public function testAssertReturn440(): void { $this->runAssertReturnCommand( @@ -4411,7 +3970,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn440')] public function testAssertReturn441(): void { $this->runAssertReturnCommand( @@ -4421,7 +3979,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn441')] public function testAssertReturn442(): void { $this->runAssertReturnCommand( @@ -4431,7 +3988,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn442')] public function testAssertReturn443(): void { $this->runAssertReturnCommand( @@ -4441,7 +3997,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn443')] public function testAssertReturn444(): void { $this->runAssertReturnCommand( @@ -4451,7 +4006,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn444')] public function testAssertReturn445(): void { $this->runAssertReturnCommand( @@ -4461,7 +4015,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn445')] public function testAssertReturn446(): void { $this->runAssertReturnCommand( @@ -4471,7 +4024,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn446')] public function testAssertReturn447(): void { $this->runAssertReturnCommand( @@ -4481,7 +4033,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn447')] public function testAssertReturn448(): void { $this->runAssertReturnCommand( @@ -4491,7 +4042,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn448')] public function testAssertReturn449(): void { $this->runAssertReturnCommand( @@ -4501,7 +4051,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn449')] public function testAssertReturn450(): void { $this->runAssertReturnCommand( @@ -4511,7 +4060,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn450')] public function testAssertReturn451(): void { $this->runAssertReturnCommand( @@ -4521,7 +4069,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn451')] public function testAssertReturn452(): void { $this->runAssertReturnCommand( @@ -4531,7 +4078,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn452')] public function testAssertReturn453(): void { $this->runAssertReturnCommand( @@ -4541,7 +4087,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn453')] public function testAssertReturn454(): void { $this->runAssertReturnCommand( @@ -4551,7 +4096,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn454')] public function testAssertReturn455(): void { $this->runAssertReturnCommand( @@ -4561,7 +4105,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn455')] public function testAssertReturn456(): void { $this->runAssertReturnCommand( @@ -4571,7 +4114,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn456')] public function testAssertReturn457(): void { $this->runAssertReturnCommand( @@ -4581,7 +4123,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn457')] public function testAssertReturn458(): void { $this->runAssertReturnCommand( @@ -4591,7 +4132,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn458')] public function testAssertReturn459(): void { $this->runAssertReturnCommand( @@ -4601,7 +4141,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn459')] public function testAssertReturn460(): void { $this->runAssertReturnCommand( @@ -4611,7 +4150,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn460')] public function testAssertReturn461(): void { $this->runAssertReturnCommand( @@ -4621,7 +4159,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn461')] public function testAssertReturn462(): void { $this->runAssertReturnCommand( @@ -4631,7 +4168,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn462')] public function testAssertReturn463(): void { $this->runAssertReturnCommand( @@ -4641,7 +4177,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn463')] public function testAssertReturn464(): void { $this->runAssertReturnCommand( @@ -4651,7 +4186,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn464')] public function testAssertReturn465(): void { $this->runAssertReturnCommand( @@ -4661,7 +4195,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn465')] public function testAssertReturn466(): void { $this->runAssertReturnCommand( @@ -4671,7 +4204,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn466')] public function testAssertReturn467(): void { $this->runAssertReturnCommand( @@ -4681,7 +4213,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn467')] public function testAssertReturn468(): void { $this->runAssertReturnCommand( @@ -4691,7 +4222,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn468')] public function testAssertReturn469(): void { $this->runAssertReturnCommand( @@ -4701,7 +4231,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn469')] public function testAssertReturn470(): void { $this->runAssertReturnCommand( @@ -4711,7 +4240,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn470')] public function testAssertReturn471(): void { $this->runAssertReturnCommand( @@ -4721,7 +4249,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn471')] public function testAssertReturn472(): void { $this->runAssertReturnCommand( @@ -4731,7 +4258,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn472')] public function testAssertReturn473(): void { $this->runAssertReturnCommand( @@ -4741,7 +4267,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn473')] public function testAssertReturn474(): void { $this->runAssertReturnCommand( @@ -4751,7 +4276,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn474')] public function testAssertReturn475(): void { $this->runAssertReturnCommand( @@ -4761,7 +4285,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn475')] public function testAssertReturn476(): void { $this->runAssertReturnCommand( @@ -4771,7 +4294,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn476')] public function testAssertReturn477(): void { $this->runAssertReturnCommand( @@ -4781,7 +4303,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn477')] public function testAssertReturn478(): void { $this->runAssertReturnCommand( @@ -4791,7 +4312,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn478')] public function testAssertReturn479(): void { $this->runAssertReturnCommand( @@ -4801,7 +4321,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn479')] public function testAssertReturn480(): void { $this->runAssertReturnCommand( @@ -4811,7 +4330,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn480')] public function testAssertReturn481(): void { $this->runAssertReturnCommand( @@ -4821,7 +4339,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn481')] public function testAssertReturn482(): void { $this->runAssertReturnCommand( @@ -4831,7 +4348,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn482')] public function testAssertReturn483(): void { $this->runAssertReturnCommand( @@ -4841,7 +4357,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn483')] public function testAssertReturn484(): void { $this->runAssertReturnCommand( @@ -4851,7 +4366,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn484')] public function testAssertReturn485(): void { $this->runAssertReturnCommand( @@ -4861,7 +4375,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn485')] public function testAssertReturn486(): void { $this->runAssertReturnCommand( @@ -4871,7 +4384,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn486')] public function testAssertReturn487(): void { $this->runAssertReturnCommand( @@ -4881,7 +4393,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn487')] public function testAssertReturn488(): void { $this->runAssertReturnCommand( @@ -4891,7 +4402,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn488')] public function testAssertReturn489(): void { $this->runAssertReturnCommand( @@ -4901,7 +4411,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn489')] public function testAssertReturn490(): void { $this->runAssertReturnCommand( @@ -4911,7 +4420,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn490')] public function testAssertReturn491(): void { $this->runAssertReturnCommand( @@ -4921,7 +4429,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn491')] public function testAssertReturn492(): void { $this->runAssertReturnCommand( @@ -4931,7 +4438,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn492')] public function testAssertReturn493(): void { $this->runAssertReturnCommand( @@ -4941,7 +4447,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn493')] public function testAssertReturn494(): void { $this->runAssertReturnCommand( @@ -4951,7 +4456,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn494')] public function testAssertReturn495(): void { $this->runAssertReturnCommand( @@ -4961,7 +4465,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn495')] public function testAssertReturn496(): void { $this->runAssertReturnCommand( @@ -4971,7 +4474,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn496')] public function testAssertReturn497(): void { $this->runAssertReturnCommand( @@ -4981,7 +4483,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn497')] public function testAssertReturn498(): void { $this->runAssertReturnCommand( @@ -4991,7 +4492,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn498')] public function testAssertReturn499(): void { $this->runAssertReturnCommand( @@ -5001,7 +4501,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn499')] public function testAssertReturn500(): void { $this->runAssertReturnCommand( @@ -5011,7 +4510,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn500')] public function testAssertReturn501(): void { $this->runAssertReturnCommand( @@ -5021,7 +4519,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn501')] public function testAssertReturn502(): void { $this->runAssertReturnCommand( @@ -5031,7 +4528,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn502')] public function testAssertReturn503(): void { $this->runAssertReturnCommand( @@ -5041,7 +4537,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn503')] public function testAssertReturn504(): void { $this->runAssertReturnCommand( @@ -5051,7 +4546,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn504')] public function testAssertReturn505(): void { $this->runAssertReturnCommand( @@ -5061,7 +4555,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn505')] public function testAssertReturn506(): void { $this->runAssertReturnCommand( @@ -5071,7 +4564,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn506')] public function testAssertReturn507(): void { $this->runAssertReturnCommand( @@ -5081,7 +4573,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn507')] public function testAssertReturn508(): void { $this->runAssertReturnCommand( @@ -5091,7 +4582,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn508')] public function testAssertReturn509(): void { $this->runAssertReturnCommand( @@ -5101,7 +4591,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn509')] public function testAssertReturn510(): void { $this->runAssertReturnCommand( @@ -5111,7 +4600,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn510')] public function testAssertReturn511(): void { $this->runAssertReturnCommand( @@ -5121,7 +4609,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn511')] public function testAssertReturn512(): void { $this->runAssertReturnCommand( @@ -5131,7 +4618,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn512')] public function testAssertReturn513(): void { $this->runAssertReturnCommand( @@ -5141,7 +4627,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn513')] public function testAssertReturn514(): void { $this->runAssertReturnCommand( @@ -5151,7 +4636,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn514')] public function testAssertReturn515(): void { $this->runAssertReturnCommand( @@ -5161,7 +4645,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn515')] public function testAssertReturn516(): void { $this->runAssertReturnCommand( @@ -5171,7 +4654,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn516')] public function testAssertReturn517(): void { $this->runAssertReturnCommand( @@ -5181,7 +4663,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn517')] public function testAssertReturn518(): void { $this->runAssertReturnCommand( @@ -5191,7 +4672,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn518')] public function testAssertReturn519(): void { $this->runAssertReturnCommand( @@ -5201,7 +4681,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn519')] public function testAssertReturn520(): void { $this->runAssertReturnCommand( @@ -5211,7 +4690,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn520')] public function testAssertReturn521(): void { $this->runAssertReturnCommand( @@ -5221,7 +4699,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn521')] public function testAssertReturn522(): void { $this->runAssertReturnCommand( @@ -5231,7 +4708,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn522')] public function testAssertReturn523(): void { $this->runAssertReturnCommand( @@ -5241,7 +4717,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn523')] public function testAssertReturn524(): void { $this->runAssertReturnCommand( @@ -5251,7 +4726,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn524')] public function testAssertReturn525(): void { $this->runAssertReturnCommand( @@ -5261,7 +4735,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn525')] public function testAssertReturn526(): void { $this->runAssertReturnCommand( @@ -5271,7 +4744,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn526')] public function testAssertReturn527(): void { $this->runAssertReturnCommand( @@ -5281,7 +4753,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn527')] public function testAssertReturn528(): void { $this->runAssertReturnCommand( @@ -5291,7 +4762,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn528')] public function testAssertReturn529(): void { $this->runAssertReturnCommand( @@ -5301,7 +4771,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn529')] public function testAssertReturn530(): void { $this->runAssertReturnCommand( @@ -5311,7 +4780,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn530')] public function testAssertReturn531(): void { $this->runAssertReturnCommand( @@ -5321,7 +4789,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn531')] public function testAssertReturn532(): void { $this->runAssertReturnCommand( @@ -5331,7 +4798,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn532')] public function testAssertReturn533(): void { $this->runAssertReturnCommand( @@ -5341,7 +4807,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn533')] public function testAssertReturn534(): void { $this->runAssertReturnCommand( @@ -5351,7 +4816,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn534')] public function testAssertReturn535(): void { $this->runAssertReturnCommand( @@ -5361,7 +4825,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn535')] public function testAssertReturn536(): void { $this->runAssertReturnCommand( @@ -5371,7 +4834,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn536')] public function testAssertReturn537(): void { $this->runAssertReturnCommand( @@ -5381,7 +4843,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn537')] public function testAssertReturn538(): void { $this->runAssertReturnCommand( @@ -5391,7 +4852,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn538')] public function testAssertReturn539(): void { $this->runAssertReturnCommand( @@ -5401,7 +4861,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn539')] public function testAssertReturn540(): void { $this->runAssertReturnCommand( @@ -5411,7 +4870,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn540')] public function testAssertReturn541(): void { $this->runAssertReturnCommand( @@ -5421,7 +4879,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn541')] public function testAssertReturn542(): void { $this->runAssertReturnCommand( @@ -5431,7 +4888,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn542')] public function testAssertReturn543(): void { $this->runAssertReturnCommand( @@ -5441,7 +4897,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn543')] public function testAssertReturn544(): void { $this->runAssertReturnCommand( @@ -5451,7 +4906,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn544')] public function testAssertReturn545(): void { $this->runAssertReturnCommand( @@ -5461,7 +4915,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn545')] public function testAssertReturn546(): void { $this->runAssertReturnCommand( @@ -5471,7 +4924,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn546')] public function testAssertReturn547(): void { $this->runAssertReturnCommand( @@ -5481,7 +4933,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn547')] public function testAssertReturn548(): void { $this->runAssertReturnCommand( @@ -5491,7 +4942,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn548')] public function testAssertReturn549(): void { $this->runAssertReturnCommand( @@ -5501,7 +4951,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn549')] public function testAssertReturn550(): void { $this->runAssertReturnCommand( @@ -5511,7 +4960,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn550')] public function testAssertReturn551(): void { $this->runAssertReturnCommand( @@ -5521,7 +4969,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn551')] public function testAssertReturn552(): void { $this->runAssertReturnCommand( @@ -5531,7 +4978,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn552')] public function testAssertReturn553(): void { $this->runAssertReturnCommand( @@ -5541,7 +4987,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn553')] public function testAssertReturn554(): void { $this->runAssertReturnCommand( @@ -5551,7 +4996,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn554')] public function testAssertReturn555(): void { $this->runAssertReturnCommand( @@ -5561,7 +5005,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn555')] public function testAssertReturn556(): void { $this->runAssertReturnCommand( @@ -5571,7 +5014,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn556')] public function testAssertReturn557(): void { $this->runAssertReturnCommand( @@ -5581,7 +5023,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn557')] public function testAssertReturn558(): void { $this->runAssertReturnCommand( @@ -5591,7 +5032,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn558')] public function testAssertReturn559(): void { $this->runAssertReturnCommand( @@ -5601,7 +5041,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn559')] public function testAssertReturn560(): void { $this->runAssertReturnCommand( @@ -5611,7 +5050,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn560')] public function testAssertReturn561(): void { $this->runAssertReturnCommand( @@ -5621,7 +5059,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn561')] public function testAssertReturn562(): void { $this->runAssertReturnCommand( @@ -5631,7 +5068,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn562')] public function testAssertReturn563(): void { $this->runAssertReturnCommand( @@ -5641,7 +5077,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn563')] public function testAssertReturn564(): void { $this->runAssertReturnCommand( @@ -5651,7 +5086,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn564')] public function testAssertReturn565(): void { $this->runAssertReturnCommand( @@ -5661,7 +5095,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn565')] public function testAssertReturn566(): void { $this->runAssertReturnCommand( @@ -5671,7 +5104,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn566')] public function testAssertReturn567(): void { $this->runAssertReturnCommand( @@ -5681,7 +5113,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn567')] public function testAssertReturn568(): void { $this->runAssertReturnCommand( @@ -5691,7 +5122,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn568')] public function testAssertReturn569(): void { $this->runAssertReturnCommand( @@ -5701,7 +5131,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn569')] public function testAssertReturn570(): void { $this->runAssertReturnCommand( @@ -5711,7 +5140,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn570')] public function testAssertReturn571(): void { $this->runAssertReturnCommand( @@ -5721,7 +5149,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn571')] public function testAssertReturn572(): void { $this->runAssertReturnCommand( @@ -5731,7 +5158,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn572')] public function testAssertReturn573(): void { $this->runAssertReturnCommand( @@ -5741,7 +5167,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn573')] public function testAssertReturn574(): void { $this->runAssertReturnCommand( @@ -5751,7 +5176,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn574')] public function testAssertReturn575(): void { $this->runAssertReturnCommand( @@ -5761,7 +5185,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn575')] public function testAssertReturn576(): void { $this->runAssertReturnCommand( @@ -5771,7 +5194,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn576')] public function testAssertReturn577(): void { $this->runAssertReturnCommand( @@ -5781,7 +5203,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn577')] public function testAssertReturn578(): void { $this->runAssertReturnCommand( @@ -5791,7 +5212,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn578')] public function testAssertReturn579(): void { $this->runAssertReturnCommand( @@ -5801,7 +5221,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn579')] public function testAssertReturn580(): void { $this->runAssertReturnCommand( @@ -5811,7 +5230,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn580')] public function testAssertReturn581(): void { $this->runAssertReturnCommand( @@ -5821,7 +5239,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn581')] public function testAssertReturn582(): void { $this->runAssertReturnCommand( @@ -5831,7 +5248,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn582')] public function testAssertReturn583(): void { $this->runAssertReturnCommand( @@ -5841,7 +5257,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn583')] public function testAssertReturn584(): void { $this->runAssertReturnCommand( @@ -5851,7 +5266,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn584')] public function testAssertReturn585(): void { $this->runAssertReturnCommand( @@ -5861,7 +5275,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn585')] public function testAssertReturn586(): void { $this->runAssertReturnCommand( @@ -5871,7 +5284,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn586')] public function testAssertReturn587(): void { $this->runAssertReturnCommand( @@ -5881,7 +5293,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn587')] public function testAssertReturn588(): void { $this->runAssertReturnCommand( @@ -5891,7 +5302,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn588')] public function testAssertReturn589(): void { $this->runAssertReturnCommand( @@ -5901,7 +5311,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn589')] public function testAssertReturn590(): void { $this->runAssertReturnCommand( @@ -5911,7 +5320,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn590')] public function testAssertReturn591(): void { $this->runAssertReturnCommand( @@ -5921,7 +5329,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn591')] public function testAssertReturn592(): void { $this->runAssertReturnCommand( @@ -5931,7 +5338,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn592')] public function testAssertReturn593(): void { $this->runAssertReturnCommand( @@ -5941,7 +5347,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn593')] public function testAssertReturn594(): void { $this->runAssertReturnCommand( @@ -5951,7 +5356,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn594')] public function testAssertReturn595(): void { $this->runAssertReturnCommand( @@ -5961,7 +5365,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn595')] public function testAssertReturn596(): void { $this->runAssertReturnCommand( @@ -5971,7 +5374,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn596')] public function testAssertReturn597(): void { $this->runAssertReturnCommand( @@ -5981,7 +5383,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn597')] public function testAssertReturn598(): void { $this->runAssertReturnCommand( @@ -5991,7 +5392,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn598')] public function testAssertReturn599(): void { $this->runAssertReturnCommand( @@ -6001,7 +5401,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn599')] public function testAssertReturn600(): void { $this->runAssertReturnCommand( @@ -6011,7 +5410,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn600')] public function testAssertReturn601(): void { $this->runAssertReturnCommand( @@ -6021,7 +5419,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn601')] public function testAssertReturn602(): void { $this->runAssertReturnCommand( @@ -6031,7 +5428,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn602')] public function testAssertReturn603(): void { $this->runAssertReturnCommand( @@ -6041,7 +5437,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn603')] public function testAssertReturn604(): void { $this->runAssertReturnCommand( @@ -6051,7 +5446,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn604')] public function testAssertReturn605(): void { $this->runAssertReturnCommand( @@ -6061,7 +5455,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn605')] public function testAssertReturn606(): void { $this->runAssertReturnCommand( @@ -6071,7 +5464,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn606')] public function testModule607(): void { $this->runModuleCommand( @@ -6081,7 +5473,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testModule607')] public function testAssertTrap608(): void { $this->runAssertTrapCommand( @@ -6091,7 +5482,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap608')] public function testAssertReturn609(): void { $this->runAssertReturnCommand( @@ -6101,7 +5491,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn609')] public function testAssertReturn610(): void { $this->runAssertReturnCommand( @@ -6111,7 +5500,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn610')] public function testAssertReturn611(): void { $this->runAssertReturnCommand( @@ -6121,7 +5509,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn611')] public function testAssertReturn612(): void { $this->runAssertReturnCommand( @@ -6131,7 +5518,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn612')] public function testAssertReturn613(): void { $this->runAssertReturnCommand( @@ -6141,7 +5527,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn613')] public function testAssertReturn614(): void { $this->runAssertReturnCommand( @@ -6151,7 +5536,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn614')] public function testAssertReturn615(): void { $this->runAssertReturnCommand( @@ -6161,7 +5545,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn615')] public function testAssertReturn616(): void { $this->runAssertReturnCommand( @@ -6171,7 +5554,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn616')] public function testAssertReturn617(): void { $this->runAssertReturnCommand( @@ -6181,7 +5563,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn617')] public function testAssertReturn618(): void { $this->runAssertReturnCommand( @@ -6191,7 +5572,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn618')] public function testAssertReturn619(): void { $this->runAssertReturnCommand( @@ -6201,7 +5581,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn619')] public function testAssertReturn620(): void { $this->runAssertReturnCommand( @@ -6211,7 +5590,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn620')] public function testAssertReturn621(): void { $this->runAssertReturnCommand( @@ -6221,7 +5599,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn621')] public function testAssertReturn622(): void { $this->runAssertReturnCommand( @@ -6231,7 +5608,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn622')] public function testAssertReturn623(): void { $this->runAssertReturnCommand( @@ -6241,7 +5617,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn623')] public function testAssertReturn624(): void { $this->runAssertReturnCommand( @@ -6251,7 +5626,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn624')] public function testAssertReturn625(): void { $this->runAssertReturnCommand( @@ -6261,7 +5635,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn625')] public function testAssertReturn626(): void { $this->runAssertReturnCommand( @@ -6271,7 +5644,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn626')] public function testAssertReturn627(): void { $this->runAssertReturnCommand( @@ -6281,7 +5653,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn627')] public function testAssertReturn628(): void { $this->runAssertReturnCommand( @@ -6291,7 +5662,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn628')] public function testAssertReturn629(): void { $this->runAssertReturnCommand( @@ -6301,7 +5671,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn629')] public function testAssertReturn630(): void { $this->runAssertReturnCommand( @@ -6311,7 +5680,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn630')] public function testAssertReturn631(): void { $this->runAssertReturnCommand( @@ -6321,7 +5689,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn631')] public function testAssertReturn632(): void { $this->runAssertReturnCommand( @@ -6331,7 +5698,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn632')] public function testAssertReturn633(): void { $this->runAssertReturnCommand( @@ -6341,7 +5707,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn633')] public function testAssertReturn634(): void { $this->runAssertReturnCommand( @@ -6351,7 +5716,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn634')] public function testAssertReturn635(): void { $this->runAssertReturnCommand( @@ -6361,7 +5725,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn635')] public function testAssertReturn636(): void { $this->runAssertReturnCommand( @@ -6371,7 +5734,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn636')] public function testAssertReturn637(): void { $this->runAssertReturnCommand( @@ -6381,7 +5743,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn637')] public function testAssertReturn638(): void { $this->runAssertReturnCommand( @@ -6391,7 +5752,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn638')] public function testAssertReturn639(): void { $this->runAssertReturnCommand( @@ -6401,7 +5761,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn639')] public function testAssertReturn640(): void { $this->runAssertReturnCommand( @@ -6411,7 +5770,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn640')] public function testAssertReturn641(): void { $this->runAssertReturnCommand( @@ -6421,7 +5779,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn641')] public function testAssertReturn642(): void { $this->runAssertReturnCommand( @@ -6431,7 +5788,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn642')] public function testAssertReturn643(): void { $this->runAssertReturnCommand( @@ -6441,7 +5797,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn643')] public function testAssertReturn644(): void { $this->runAssertReturnCommand( @@ -6451,7 +5806,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn644')] public function testAssertReturn645(): void { $this->runAssertReturnCommand( @@ -6461,7 +5815,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn645')] public function testAssertReturn646(): void { $this->runAssertReturnCommand( @@ -6471,7 +5824,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn646')] public function testAssertReturn647(): void { $this->runAssertReturnCommand( @@ -6481,7 +5833,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn647')] public function testAssertReturn648(): void { $this->runAssertReturnCommand( @@ -6491,7 +5842,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn648')] public function testAssertReturn649(): void { $this->runAssertReturnCommand( @@ -6501,7 +5851,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn649')] public function testAssertReturn650(): void { $this->runAssertReturnCommand( @@ -6511,7 +5860,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn650')] public function testAssertReturn651(): void { $this->runAssertReturnCommand( @@ -6521,7 +5869,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn651')] public function testAssertReturn652(): void { $this->runAssertReturnCommand( @@ -6531,7 +5878,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn652')] public function testAssertReturn653(): void { $this->runAssertReturnCommand( @@ -6541,7 +5887,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn653')] public function testAssertReturn654(): void { $this->runAssertReturnCommand( @@ -6551,7 +5896,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn654')] public function testAssertReturn655(): void { $this->runAssertReturnCommand( @@ -6561,7 +5905,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn655')] public function testAssertReturn656(): void { $this->runAssertReturnCommand( @@ -6571,7 +5914,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn656')] public function testAssertReturn657(): void { $this->runAssertReturnCommand( @@ -6581,7 +5923,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn657')] public function testAssertReturn658(): void { $this->runAssertReturnCommand( @@ -6591,7 +5932,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn658')] public function testAssertReturn659(): void { $this->runAssertReturnCommand( @@ -6601,7 +5941,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn659')] public function testAssertReturn660(): void { $this->runAssertReturnCommand( @@ -6611,7 +5950,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn660')] public function testAssertReturn661(): void { $this->runAssertReturnCommand( @@ -6621,7 +5959,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn661')] public function testAssertReturn662(): void { $this->runAssertReturnCommand( @@ -6631,7 +5968,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn662')] public function testAssertReturn663(): void { $this->runAssertReturnCommand( @@ -6641,7 +5977,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn663')] public function testAssertReturn664(): void { $this->runAssertReturnCommand( @@ -6651,7 +5986,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn664')] public function testAssertReturn665(): void { $this->runAssertReturnCommand( @@ -6661,7 +5995,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn665')] public function testAssertReturn666(): void { $this->runAssertReturnCommand( @@ -6671,7 +6004,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn666')] public function testAssertReturn667(): void { $this->runAssertReturnCommand( @@ -6681,7 +6013,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn667')] public function testAssertReturn668(): void { $this->runAssertReturnCommand( @@ -6691,7 +6022,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn668')] public function testAssertReturn669(): void { $this->runAssertReturnCommand( @@ -6701,7 +6031,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn669')] public function testAssertReturn670(): void { $this->runAssertReturnCommand( @@ -6711,7 +6040,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn670')] public function testAssertReturn671(): void { $this->runAssertReturnCommand( @@ -6721,7 +6049,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn671')] public function testAssertReturn672(): void { $this->runAssertReturnCommand( @@ -6731,7 +6058,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn672')] public function testAssertReturn673(): void { $this->runAssertReturnCommand( @@ -6741,7 +6067,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn673')] public function testAssertReturn674(): void { $this->runAssertReturnCommand( @@ -6751,7 +6076,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn674')] public function testAssertReturn675(): void { $this->runAssertReturnCommand( @@ -6761,7 +6085,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn675')] public function testAssertReturn676(): void { $this->runAssertReturnCommand( @@ -6771,7 +6094,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn676')] public function testAssertReturn677(): void { $this->runAssertReturnCommand( @@ -6781,7 +6103,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn677')] public function testAssertReturn678(): void { $this->runAssertReturnCommand( @@ -6791,7 +6112,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn678')] public function testAssertReturn679(): void { $this->runAssertReturnCommand( @@ -6801,7 +6121,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn679')] public function testAssertReturn680(): void { $this->runAssertReturnCommand( @@ -6811,7 +6130,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn680')] public function testAssertReturn681(): void { $this->runAssertReturnCommand( @@ -6821,7 +6139,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn681')] public function testAssertReturn682(): void { $this->runAssertReturnCommand( @@ -6831,7 +6148,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn682')] public function testAssertReturn683(): void { $this->runAssertReturnCommand( @@ -6841,7 +6157,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn683')] public function testAssertReturn684(): void { $this->runAssertReturnCommand( @@ -6851,7 +6166,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn684')] public function testAssertReturn685(): void { $this->runAssertReturnCommand( @@ -6861,7 +6175,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn685')] public function testAssertReturn686(): void { $this->runAssertReturnCommand( @@ -6871,7 +6184,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn686')] public function testAssertReturn687(): void { $this->runAssertReturnCommand( @@ -6881,7 +6193,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn687')] public function testAssertReturn688(): void { $this->runAssertReturnCommand( @@ -6891,7 +6202,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn688')] public function testAssertReturn689(): void { $this->runAssertReturnCommand( @@ -6901,7 +6211,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn689')] public function testAssertReturn690(): void { $this->runAssertReturnCommand( @@ -6911,7 +6220,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn690')] public function testAssertReturn691(): void { $this->runAssertReturnCommand( @@ -6921,7 +6229,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn691')] public function testAssertReturn692(): void { $this->runAssertReturnCommand( @@ -6931,7 +6238,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn692')] public function testAssertReturn693(): void { $this->runAssertReturnCommand( @@ -6941,7 +6247,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn693')] public function testAssertReturn694(): void { $this->runAssertReturnCommand( @@ -6951,7 +6256,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn694')] public function testAssertReturn695(): void { $this->runAssertReturnCommand( @@ -6961,7 +6265,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn695')] public function testAssertReturn696(): void { $this->runAssertReturnCommand( @@ -6971,7 +6274,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn696')] public function testAssertReturn697(): void { $this->runAssertReturnCommand( @@ -6981,7 +6283,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn697')] public function testAssertReturn698(): void { $this->runAssertReturnCommand( @@ -6991,7 +6292,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn698')] public function testAssertReturn699(): void { $this->runAssertReturnCommand( @@ -7001,7 +6301,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn699')] public function testAssertReturn700(): void { $this->runAssertReturnCommand( @@ -7011,7 +6310,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn700')] public function testAssertReturn701(): void { $this->runAssertReturnCommand( @@ -7021,7 +6319,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn701')] public function testAssertReturn702(): void { $this->runAssertReturnCommand( @@ -7031,7 +6328,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn702')] public function testAssertReturn703(): void { $this->runAssertReturnCommand( @@ -7041,7 +6337,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn703')] public function testAssertReturn704(): void { $this->runAssertReturnCommand( @@ -7051,7 +6346,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn704')] public function testAssertReturn705(): void { $this->runAssertReturnCommand( @@ -7061,7 +6355,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn705')] public function testAssertReturn706(): void { $this->runAssertReturnCommand( @@ -7071,7 +6364,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn706')] public function testAssertReturn707(): void { $this->runAssertReturnCommand( @@ -7081,7 +6373,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn707')] public function testAssertReturn708(): void { $this->runAssertReturnCommand( @@ -7091,7 +6382,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn708')] public function testAssertReturn709(): void { $this->runAssertReturnCommand( @@ -7101,7 +6391,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn709')] public function testAssertReturn710(): void { $this->runAssertReturnCommand( @@ -7111,7 +6400,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn710')] public function testAssertReturn711(): void { $this->runAssertReturnCommand( @@ -7121,7 +6409,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn711')] public function testAssertReturn712(): void { $this->runAssertReturnCommand( @@ -7131,7 +6418,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn712')] public function testAssertReturn713(): void { $this->runAssertReturnCommand( @@ -7141,7 +6427,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn713')] public function testAssertReturn714(): void { $this->runAssertReturnCommand( @@ -7151,7 +6436,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn714')] public function testAssertReturn715(): void { $this->runAssertReturnCommand( @@ -7161,7 +6445,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn715')] public function testAssertReturn716(): void { $this->runAssertReturnCommand( @@ -7171,7 +6454,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn716')] public function testAssertReturn717(): void { $this->runAssertReturnCommand( @@ -7181,7 +6463,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn717')] public function testAssertReturn718(): void { $this->runAssertReturnCommand( @@ -7191,7 +6472,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn718')] public function testAssertReturn719(): void { $this->runAssertReturnCommand( @@ -7201,7 +6481,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn719')] public function testAssertReturn720(): void { $this->runAssertReturnCommand( @@ -7211,7 +6490,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn720')] public function testAssertReturn721(): void { $this->runAssertReturnCommand( @@ -7221,7 +6499,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn721')] public function testAssertReturn722(): void { $this->runAssertReturnCommand( @@ -7231,7 +6508,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn722')] public function testAssertReturn723(): void { $this->runAssertReturnCommand( @@ -7241,7 +6517,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn723')] public function testAssertReturn724(): void { $this->runAssertReturnCommand( @@ -7251,7 +6526,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn724')] public function testAssertReturn725(): void { $this->runAssertReturnCommand( @@ -7261,7 +6535,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn725')] public function testAssertReturn726(): void { $this->runAssertReturnCommand( @@ -7271,7 +6544,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn726')] public function testAssertReturn727(): void { $this->runAssertReturnCommand( @@ -7281,7 +6553,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn727')] public function testAssertReturn728(): void { $this->runAssertReturnCommand( @@ -7291,7 +6562,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn728')] public function testAssertReturn729(): void { $this->runAssertReturnCommand( @@ -7301,7 +6571,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn729')] public function testAssertReturn730(): void { $this->runAssertReturnCommand( @@ -7311,7 +6580,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn730')] public function testAssertReturn731(): void { $this->runAssertReturnCommand( @@ -7321,7 +6589,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn731')] public function testAssertReturn732(): void { $this->runAssertReturnCommand( @@ -7331,7 +6598,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn732')] public function testAssertReturn733(): void { $this->runAssertReturnCommand( @@ -7341,7 +6607,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn733')] public function testAssertReturn734(): void { $this->runAssertReturnCommand( @@ -7351,7 +6616,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn734')] public function testAssertReturn735(): void { $this->runAssertReturnCommand( @@ -7361,7 +6625,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn735')] public function testAssertReturn736(): void { $this->runAssertReturnCommand( @@ -7371,7 +6634,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn736')] public function testAssertReturn737(): void { $this->runAssertReturnCommand( @@ -7381,7 +6643,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn737')] public function testAssertReturn738(): void { $this->runAssertReturnCommand( @@ -7391,7 +6652,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn738')] public function testAssertReturn739(): void { $this->runAssertReturnCommand( @@ -7401,7 +6661,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn739')] public function testAssertReturn740(): void { $this->runAssertReturnCommand( @@ -7411,7 +6670,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn740')] public function testAssertReturn741(): void { $this->runAssertReturnCommand( @@ -7421,7 +6679,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn741')] public function testAssertReturn742(): void { $this->runAssertReturnCommand( @@ -7431,7 +6688,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn742')] public function testAssertReturn743(): void { $this->runAssertReturnCommand( @@ -7441,7 +6697,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn743')] public function testAssertReturn744(): void { $this->runAssertReturnCommand( @@ -7451,7 +6706,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn744')] public function testAssertReturn745(): void { $this->runAssertReturnCommand( @@ -7461,7 +6715,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn745')] public function testAssertReturn746(): void { $this->runAssertReturnCommand( @@ -7471,7 +6724,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn746')] public function testAssertReturn747(): void { $this->runAssertReturnCommand( @@ -7481,7 +6733,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn747')] public function testAssertReturn748(): void { $this->runAssertReturnCommand( @@ -7491,7 +6742,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn748')] public function testAssertReturn749(): void { $this->runAssertReturnCommand( @@ -7501,7 +6751,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn749')] public function testAssertReturn750(): void { $this->runAssertReturnCommand( @@ -7511,7 +6760,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn750')] public function testAssertReturn751(): void { $this->runAssertReturnCommand( @@ -7521,7 +6769,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn751')] public function testAssertReturn752(): void { $this->runAssertReturnCommand( @@ -7531,7 +6778,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn752')] public function testAssertReturn753(): void { $this->runAssertReturnCommand( @@ -7541,7 +6787,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn753')] public function testAssertReturn754(): void { $this->runAssertReturnCommand( @@ -7551,7 +6796,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn754')] public function testAssertReturn755(): void { $this->runAssertReturnCommand( @@ -7561,7 +6805,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn755')] public function testAssertReturn756(): void { $this->runAssertReturnCommand( @@ -7571,7 +6814,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn756')] public function testAssertReturn757(): void { $this->runAssertReturnCommand( @@ -7581,7 +6823,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn757')] public function testAssertReturn758(): void { $this->runAssertReturnCommand( @@ -7591,7 +6832,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn758')] public function testAssertReturn759(): void { $this->runAssertReturnCommand( @@ -7601,7 +6841,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn759')] public function testAssertReturn760(): void { $this->runAssertReturnCommand( @@ -7611,7 +6850,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn760')] public function testAssertReturn761(): void { $this->runAssertReturnCommand( @@ -7621,7 +6859,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn761')] public function testAssertReturn762(): void { $this->runAssertReturnCommand( @@ -7631,7 +6868,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn762')] public function testAssertReturn763(): void { $this->runAssertReturnCommand( @@ -7641,7 +6877,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn763')] public function testAssertReturn764(): void { $this->runAssertReturnCommand( @@ -7651,7 +6886,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn764')] public function testAssertReturn765(): void { $this->runAssertReturnCommand( @@ -7661,7 +6895,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn765')] public function testAssertReturn766(): void { $this->runAssertReturnCommand( @@ -7671,7 +6904,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn766')] public function testAssertReturn767(): void { $this->runAssertReturnCommand( @@ -7681,7 +6913,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn767')] public function testAssertReturn768(): void { $this->runAssertReturnCommand( @@ -7691,7 +6922,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn768')] public function testAssertReturn769(): void { $this->runAssertReturnCommand( @@ -7701,7 +6931,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn769')] public function testAssertReturn770(): void { $this->runAssertReturnCommand( @@ -7711,7 +6940,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn770')] public function testAssertReturn771(): void { $this->runAssertReturnCommand( @@ -7721,7 +6949,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn771')] public function testAssertReturn772(): void { $this->runAssertReturnCommand( @@ -7731,7 +6958,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn772')] public function testAssertReturn773(): void { $this->runAssertReturnCommand( @@ -7741,7 +6967,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn773')] public function testAssertReturn774(): void { $this->runAssertReturnCommand( @@ -7751,7 +6976,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn774')] public function testAssertReturn775(): void { $this->runAssertReturnCommand( @@ -7761,7 +6985,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn775')] public function testAssertReturn776(): void { $this->runAssertReturnCommand( @@ -7771,7 +6994,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn776')] public function testAssertReturn777(): void { $this->runAssertReturnCommand( @@ -7781,7 +7003,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn777')] public function testAssertReturn778(): void { $this->runAssertReturnCommand( @@ -7791,7 +7012,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn778')] public function testAssertReturn779(): void { $this->runAssertReturnCommand( @@ -7801,7 +7021,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn779')] public function testAssertReturn780(): void { $this->runAssertReturnCommand( @@ -7811,7 +7030,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn780')] public function testAssertReturn781(): void { $this->runAssertReturnCommand( @@ -7821,7 +7039,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn781')] public function testAssertReturn782(): void { $this->runAssertReturnCommand( @@ -7831,7 +7048,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn782')] public function testAssertReturn783(): void { $this->runAssertReturnCommand( @@ -7841,7 +7057,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn783')] public function testAssertReturn784(): void { $this->runAssertReturnCommand( @@ -7851,7 +7066,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn784')] public function testAssertReturn785(): void { $this->runAssertReturnCommand( @@ -7861,7 +7075,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn785')] public function testAssertReturn786(): void { $this->runAssertReturnCommand( @@ -7871,7 +7084,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn786')] public function testAssertReturn787(): void { $this->runAssertReturnCommand( @@ -7881,7 +7093,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn787')] public function testAssertReturn788(): void { $this->runAssertReturnCommand( @@ -7891,7 +7102,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn788')] public function testAssertReturn789(): void { $this->runAssertReturnCommand( @@ -7901,7 +7111,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn789')] public function testAssertReturn790(): void { $this->runAssertReturnCommand( @@ -7911,7 +7120,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn790')] public function testAssertReturn791(): void { $this->runAssertReturnCommand( @@ -7921,7 +7129,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn791')] public function testAssertReturn792(): void { $this->runAssertReturnCommand( @@ -7931,7 +7138,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn792')] public function testAssertReturn793(): void { $this->runAssertReturnCommand( @@ -7941,7 +7147,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn793')] public function testAssertReturn794(): void { $this->runAssertReturnCommand( @@ -7951,7 +7156,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn794')] public function testAssertReturn795(): void { $this->runAssertReturnCommand( @@ -7961,7 +7165,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn795')] public function testAssertReturn796(): void { $this->runAssertReturnCommand( @@ -7971,7 +7174,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn796')] public function testAssertReturn797(): void { $this->runAssertReturnCommand( @@ -7981,7 +7183,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn797')] public function testAssertReturn798(): void { $this->runAssertReturnCommand( @@ -7991,7 +7192,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn798')] public function testAssertReturn799(): void { $this->runAssertReturnCommand( @@ -8001,7 +7201,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn799')] public function testAssertReturn800(): void { $this->runAssertReturnCommand( @@ -8011,7 +7210,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn800')] public function testAssertReturn801(): void { $this->runAssertReturnCommand( @@ -8021,7 +7219,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn801')] public function testAssertReturn802(): void { $this->runAssertReturnCommand( @@ -8031,7 +7228,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn802')] public function testAssertReturn803(): void { $this->runAssertReturnCommand( @@ -8041,7 +7237,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn803')] public function testAssertReturn804(): void { $this->runAssertReturnCommand( @@ -8051,7 +7246,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn804')] public function testAssertReturn805(): void { $this->runAssertReturnCommand( @@ -8061,7 +7255,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn805')] public function testAssertReturn806(): void { $this->runAssertReturnCommand( @@ -8071,7 +7264,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn806')] public function testAssertReturn807(): void { $this->runAssertReturnCommand( @@ -8081,7 +7273,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn807')] public function testAssertReturn808(): void { $this->runAssertReturnCommand( @@ -8091,7 +7282,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn808')] public function testAssertReturn809(): void { $this->runAssertReturnCommand( @@ -8101,7 +7291,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn809')] public function testAssertReturn810(): void { $this->runAssertReturnCommand( @@ -8111,7 +7300,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn810')] public function testAssertReturn811(): void { $this->runAssertReturnCommand( @@ -8121,7 +7309,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn811')] public function testAssertReturn812(): void { $this->runAssertReturnCommand( @@ -8131,7 +7318,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn812')] public function testAssertReturn813(): void { $this->runAssertReturnCommand( @@ -8141,7 +7327,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn813')] public function testAssertReturn814(): void { $this->runAssertReturnCommand( @@ -8151,7 +7336,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn814')] public function testAssertReturn815(): void { $this->runAssertReturnCommand( @@ -8161,7 +7345,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn815')] public function testAssertReturn816(): void { $this->runAssertReturnCommand( @@ -8171,7 +7354,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn816')] public function testAssertReturn817(): void { $this->runAssertReturnCommand( @@ -8181,7 +7363,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn817')] public function testAssertReturn818(): void { $this->runAssertReturnCommand( @@ -8191,7 +7372,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn818')] public function testAssertReturn819(): void { $this->runAssertReturnCommand( @@ -8201,7 +7381,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn819')] public function testAssertReturn820(): void { $this->runAssertReturnCommand( @@ -8211,7 +7390,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn820')] public function testAssertReturn821(): void { $this->runAssertReturnCommand( @@ -8221,7 +7399,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn821')] public function testAssertReturn822(): void { $this->runAssertReturnCommand( @@ -8231,7 +7408,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn822')] public function testAssertReturn823(): void { $this->runAssertReturnCommand( @@ -8241,7 +7417,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn823')] public function testAssertReturn824(): void { $this->runAssertReturnCommand( @@ -8251,7 +7426,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn824')] public function testAssertReturn825(): void { $this->runAssertReturnCommand( @@ -8261,7 +7435,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn825')] public function testAssertReturn826(): void { $this->runAssertReturnCommand( @@ -8271,7 +7444,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn826')] public function testAssertReturn827(): void { $this->runAssertReturnCommand( @@ -8281,7 +7453,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn827')] public function testAssertReturn828(): void { $this->runAssertReturnCommand( @@ -8291,7 +7462,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn828')] public function testAssertReturn829(): void { $this->runAssertReturnCommand( @@ -8301,7 +7471,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn829')] public function testAssertReturn830(): void { $this->runAssertReturnCommand( @@ -8311,7 +7480,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn830')] public function testAssertReturn831(): void { $this->runAssertReturnCommand( @@ -8321,7 +7489,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn831')] public function testAssertReturn832(): void { $this->runAssertReturnCommand( @@ -8331,7 +7498,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn832')] public function testAssertReturn833(): void { $this->runAssertReturnCommand( @@ -8341,7 +7507,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn833')] public function testAssertReturn834(): void { $this->runAssertReturnCommand( @@ -8351,7 +7516,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn834')] public function testAssertReturn835(): void { $this->runAssertReturnCommand( @@ -8361,7 +7525,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn835')] public function testAssertReturn836(): void { $this->runAssertReturnCommand( @@ -8371,7 +7534,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn836')] public function testAssertReturn837(): void { $this->runAssertReturnCommand( @@ -8381,7 +7543,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn837')] public function testAssertReturn838(): void { $this->runAssertReturnCommand( @@ -8391,7 +7552,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn838')] public function testAssertReturn839(): void { $this->runAssertReturnCommand( @@ -8401,7 +7561,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn839')] public function testAssertReturn840(): void { $this->runAssertReturnCommand( @@ -8411,7 +7570,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn840')] public function testAssertReturn841(): void { $this->runAssertReturnCommand( @@ -8421,7 +7579,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn841')] public function testAssertReturn842(): void { $this->runAssertReturnCommand( @@ -8431,7 +7588,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn842')] public function testAssertReturn843(): void { $this->runAssertReturnCommand( @@ -8441,7 +7597,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn843')] public function testAssertReturn844(): void { $this->runAssertReturnCommand( @@ -8451,7 +7606,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn844')] public function testAssertReturn845(): void { $this->runAssertReturnCommand( @@ -8461,7 +7615,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn845')] public function testAssertReturn846(): void { $this->runAssertReturnCommand( @@ -8471,7 +7624,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn846')] public function testAssertReturn847(): void { $this->runAssertReturnCommand( @@ -8481,7 +7633,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn847')] public function testAssertReturn848(): void { $this->runAssertReturnCommand( @@ -8491,7 +7642,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn848')] public function testAssertReturn849(): void { $this->runAssertReturnCommand( @@ -8501,7 +7651,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn849')] public function testAssertReturn850(): void { $this->runAssertReturnCommand( @@ -8511,7 +7660,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn850')] public function testAssertReturn851(): void { $this->runAssertReturnCommand( @@ -8521,7 +7669,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn851')] public function testAssertReturn852(): void { $this->runAssertReturnCommand( @@ -8531,7 +7678,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn852')] public function testAssertReturn853(): void { $this->runAssertReturnCommand( @@ -8541,7 +7687,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn853')] public function testAssertReturn854(): void { $this->runAssertReturnCommand( @@ -8551,7 +7696,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn854')] public function testAssertReturn855(): void { $this->runAssertReturnCommand( @@ -8561,7 +7705,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn855')] public function testAssertReturn856(): void { $this->runAssertReturnCommand( @@ -8571,7 +7714,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn856')] public function testAssertReturn857(): void { $this->runAssertReturnCommand( @@ -8581,7 +7723,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn857')] public function testAssertReturn858(): void { $this->runAssertReturnCommand( @@ -8591,7 +7732,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn858')] public function testAssertReturn859(): void { $this->runAssertReturnCommand( @@ -8601,7 +7741,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn859')] public function testAssertReturn860(): void { $this->runAssertReturnCommand( @@ -8611,7 +7750,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn860')] public function testAssertReturn861(): void { $this->runAssertReturnCommand( @@ -8621,7 +7759,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn861')] public function testAssertReturn862(): void { $this->runAssertReturnCommand( @@ -8631,7 +7768,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn862')] public function testAssertReturn863(): void { $this->runAssertReturnCommand( @@ -8641,7 +7777,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn863')] public function testAssertReturn864(): void { $this->runAssertReturnCommand( @@ -8651,7 +7786,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn864')] public function testAssertReturn865(): void { $this->runAssertReturnCommand( @@ -8661,7 +7795,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn865')] public function testAssertReturn866(): void { $this->runAssertReturnCommand( @@ -8671,7 +7804,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn866')] public function testAssertReturn867(): void { $this->runAssertReturnCommand( @@ -8681,7 +7813,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn867')] public function testAssertReturn868(): void { $this->runAssertReturnCommand( @@ -8691,7 +7822,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn868')] public function testAssertReturn869(): void { $this->runAssertReturnCommand( @@ -8701,7 +7831,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn869')] public function testAssertReturn870(): void { $this->runAssertReturnCommand( @@ -8711,7 +7840,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn870')] public function testAssertReturn871(): void { $this->runAssertReturnCommand( @@ -8721,7 +7849,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn871')] public function testAssertReturn872(): void { $this->runAssertReturnCommand( @@ -8731,7 +7858,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn872')] public function testAssertReturn873(): void { $this->runAssertReturnCommand( @@ -8741,7 +7867,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn873')] public function testAssertReturn874(): void { $this->runAssertReturnCommand( @@ -8751,7 +7876,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn874')] public function testAssertReturn875(): void { $this->runAssertReturnCommand( @@ -8761,7 +7885,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn875')] public function testAssertReturn876(): void { $this->runAssertReturnCommand( @@ -8771,7 +7894,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn876')] public function testAssertReturn877(): void { $this->runAssertReturnCommand( @@ -8781,7 +7903,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn877')] public function testAssertReturn878(): void { $this->runAssertReturnCommand( @@ -8791,7 +7912,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn878')] public function testAssertReturn879(): void { $this->runAssertReturnCommand( @@ -8801,7 +7921,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn879')] public function testAssertReturn880(): void { $this->runAssertReturnCommand( @@ -8811,7 +7930,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn880')] public function testAssertReturn881(): void { $this->runAssertReturnCommand( @@ -8821,7 +7939,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn881')] public function testAssertReturn882(): void { $this->runAssertReturnCommand( @@ -8831,7 +7948,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn882')] public function testAssertReturn883(): void { $this->runAssertReturnCommand( @@ -8841,7 +7957,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn883')] public function testAssertReturn884(): void { $this->runAssertReturnCommand( @@ -8851,7 +7966,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn884')] public function testAssertReturn885(): void { $this->runAssertReturnCommand( @@ -8861,7 +7975,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn885')] public function testAssertReturn886(): void { $this->runAssertReturnCommand( @@ -8871,7 +7984,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn886')] public function testAssertReturn887(): void { $this->runAssertReturnCommand( @@ -8881,7 +7993,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn887')] public function testAssertReturn888(): void { $this->runAssertReturnCommand( @@ -8891,7 +8002,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn888')] public function testAssertReturn889(): void { $this->runAssertReturnCommand( @@ -8901,7 +8011,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn889')] public function testAssertReturn890(): void { $this->runAssertReturnCommand( @@ -8911,7 +8020,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn890')] public function testAssertReturn891(): void { $this->runAssertReturnCommand( @@ -8921,7 +8029,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn891')] public function testAssertReturn892(): void { $this->runAssertReturnCommand( @@ -8931,7 +8038,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn892')] public function testAssertReturn893(): void { $this->runAssertReturnCommand( @@ -8941,7 +8047,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn893')] public function testAssertReturn894(): void { $this->runAssertReturnCommand( @@ -8951,7 +8056,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn894')] public function testAssertReturn895(): void { $this->runAssertReturnCommand( @@ -8961,7 +8065,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn895')] public function testAssertReturn896(): void { $this->runAssertReturnCommand( @@ -8971,7 +8074,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn896')] public function testAssertReturn897(): void { $this->runAssertReturnCommand( @@ -8981,7 +8083,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn897')] public function testAssertReturn898(): void { $this->runAssertReturnCommand( @@ -8991,7 +8092,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn898')] public function testAssertReturn899(): void { $this->runAssertReturnCommand( @@ -9001,7 +8101,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn899')] public function testAssertReturn900(): void { $this->runAssertReturnCommand( @@ -9011,7 +8110,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn900')] public function testAssertReturn901(): void { $this->runAssertReturnCommand( @@ -9021,7 +8119,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn901')] public function testAssertReturn902(): void { $this->runAssertReturnCommand( @@ -9031,7 +8128,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn902')] public function testAssertReturn903(): void { $this->runAssertReturnCommand( @@ -9041,7 +8137,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn903')] public function testAssertReturn904(): void { $this->runAssertReturnCommand( @@ -9051,7 +8146,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn904')] public function testAssertReturn905(): void { $this->runAssertReturnCommand( @@ -9061,7 +8155,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn905')] public function testAssertReturn906(): void { $this->runAssertReturnCommand( @@ -9071,7 +8164,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn906')] public function testAssertReturn907(): void { $this->runAssertReturnCommand( @@ -9081,7 +8173,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn907')] public function testAssertReturn908(): void { $this->runAssertReturnCommand( @@ -9091,7 +8182,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn908')] public function testAssertReturn909(): void { $this->runAssertReturnCommand( @@ -9101,7 +8191,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn909')] public function testAssertReturn910(): void { $this->runAssertReturnCommand( @@ -9111,7 +8200,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn910')] public function testAssertReturn911(): void { $this->runAssertReturnCommand( @@ -9121,7 +8209,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn911')] public function testAssertReturn912(): void { $this->runAssertReturnCommand( @@ -9131,7 +8218,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn912')] public function testAssertReturn913(): void { $this->runAssertReturnCommand( @@ -9141,7 +8227,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn913')] public function testAssertReturn914(): void { $this->runAssertReturnCommand( @@ -9151,7 +8236,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn914')] public function testAssertReturn915(): void { $this->runAssertReturnCommand( @@ -9161,7 +8245,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn915')] public function testAssertReturn916(): void { $this->runAssertReturnCommand( @@ -9171,7 +8254,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn916')] public function testAssertReturn917(): void { $this->runAssertReturnCommand( @@ -9181,7 +8263,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn917')] public function testAssertReturn918(): void { $this->runAssertReturnCommand( @@ -9191,7 +8272,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn918')] public function testAssertReturn919(): void { $this->runAssertReturnCommand( @@ -9201,7 +8281,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn919')] public function testAssertReturn920(): void { $this->runAssertReturnCommand( @@ -9211,7 +8290,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn920')] public function testAssertReturn921(): void { $this->runAssertReturnCommand( @@ -9221,7 +8299,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn921')] public function testAssertReturn922(): void { $this->runAssertReturnCommand( @@ -9231,7 +8308,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn922')] public function testAssertReturn923(): void { $this->runAssertReturnCommand( @@ -9241,7 +8317,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn923')] public function testAssertReturn924(): void { $this->runAssertReturnCommand( @@ -9251,7 +8326,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn924')] public function testAssertReturn925(): void { $this->runAssertReturnCommand( @@ -9261,7 +8335,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn925')] public function testAssertReturn926(): void { $this->runAssertReturnCommand( @@ -9271,7 +8344,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn926')] public function testAssertReturn927(): void { $this->runAssertReturnCommand( @@ -9281,7 +8353,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn927')] public function testAssertReturn928(): void { $this->runAssertReturnCommand( @@ -9291,7 +8362,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn928')] public function testAssertReturn929(): void { $this->runAssertReturnCommand( @@ -9301,7 +8371,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn929')] public function testAssertReturn930(): void { $this->runAssertReturnCommand( @@ -9311,7 +8380,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn930')] public function testAssertReturn931(): void { $this->runAssertReturnCommand( @@ -9321,7 +8389,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn931')] public function testAssertReturn932(): void { $this->runAssertReturnCommand( @@ -9331,7 +8398,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn932')] public function testAssertReturn933(): void { $this->runAssertReturnCommand( @@ -9341,7 +8407,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn933')] public function testAssertReturn934(): void { $this->runAssertReturnCommand( @@ -9351,7 +8416,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn934')] public function testAssertReturn935(): void { $this->runAssertReturnCommand( @@ -9361,7 +8425,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn935')] public function testAssertReturn936(): void { $this->runAssertReturnCommand( @@ -9371,7 +8434,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn936')] public function testAssertReturn937(): void { $this->runAssertReturnCommand( @@ -9381,7 +8443,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn937')] public function testAssertReturn938(): void { $this->runAssertReturnCommand( @@ -9391,7 +8452,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn938')] public function testAssertReturn939(): void { $this->runAssertReturnCommand( @@ -9401,7 +8461,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn939')] public function testAssertReturn940(): void { $this->runAssertReturnCommand( @@ -9411,7 +8470,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn940')] public function testAssertReturn941(): void { $this->runAssertReturnCommand( @@ -9421,7 +8479,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn941')] public function testAssertReturn942(): void { $this->runAssertReturnCommand( @@ -9431,7 +8488,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn942')] public function testAssertReturn943(): void { $this->runAssertReturnCommand( @@ -9441,7 +8497,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn943')] public function testAssertReturn944(): void { $this->runAssertReturnCommand( @@ -9451,7 +8506,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn944')] public function testAssertReturn945(): void { $this->runAssertReturnCommand( @@ -9461,7 +8515,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn945')] public function testAssertReturn946(): void { $this->runAssertReturnCommand( @@ -9471,7 +8524,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn946')] public function testAssertReturn947(): void { $this->runAssertReturnCommand( @@ -9481,7 +8533,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn947')] public function testAssertReturn948(): void { $this->runAssertReturnCommand( @@ -9491,7 +8542,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn948')] public function testAssertReturn949(): void { $this->runAssertReturnCommand( @@ -9501,7 +8551,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn949')] public function testAssertReturn950(): void { $this->runAssertReturnCommand( @@ -9511,7 +8560,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn950')] public function testAssertReturn951(): void { $this->runAssertReturnCommand( @@ -9521,7 +8569,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn951')] public function testAssertReturn952(): void { $this->runAssertReturnCommand( @@ -9531,7 +8578,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn952')] public function testAssertReturn953(): void { $this->runAssertReturnCommand( @@ -9541,7 +8587,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn953')] public function testAssertReturn954(): void { $this->runAssertReturnCommand( @@ -9551,7 +8596,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn954')] public function testAssertReturn955(): void { $this->runAssertReturnCommand( @@ -9561,7 +8605,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn955')] public function testAssertReturn956(): void { $this->runAssertReturnCommand( @@ -9571,7 +8614,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn956')] public function testAssertReturn957(): void { $this->runAssertReturnCommand( @@ -9581,7 +8623,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn957')] public function testAssertReturn958(): void { $this->runAssertReturnCommand( @@ -9591,7 +8632,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn958')] public function testModule959(): void { $this->runModuleCommand( @@ -9601,7 +8641,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testModule959')] public function testAssertTrap960(): void { $this->runAssertTrapCommand( @@ -9611,7 +8650,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap960')] public function testAssertReturn961(): void { $this->runAssertReturnCommand( @@ -9621,7 +8659,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn961')] public function testAssertReturn962(): void { $this->runAssertReturnCommand( @@ -9631,7 +8668,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn962')] public function testAssertReturn963(): void { $this->runAssertReturnCommand( @@ -9641,7 +8677,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn963')] public function testAssertReturn964(): void { $this->runAssertReturnCommand( @@ -9651,7 +8686,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn964')] public function testAssertReturn965(): void { $this->runAssertReturnCommand( @@ -9661,7 +8695,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn965')] public function testAssertReturn966(): void { $this->runAssertReturnCommand( @@ -9671,7 +8704,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn966')] public function testAssertReturn967(): void { $this->runAssertReturnCommand( @@ -9681,7 +8713,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn967')] public function testAssertReturn968(): void { $this->runAssertReturnCommand( @@ -9691,7 +8722,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn968')] public function testAssertReturn969(): void { $this->runAssertReturnCommand( @@ -9701,7 +8731,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn969')] public function testAssertReturn970(): void { $this->runAssertReturnCommand( @@ -9711,7 +8740,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn970')] public function testAssertReturn971(): void { $this->runAssertReturnCommand( @@ -9721,7 +8749,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn971')] public function testAssertReturn972(): void { $this->runAssertReturnCommand( @@ -9731,7 +8758,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn972')] public function testAssertReturn973(): void { $this->runAssertReturnCommand( @@ -9741,7 +8767,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn973')] public function testAssertReturn974(): void { $this->runAssertReturnCommand( @@ -9751,7 +8776,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn974')] public function testAssertReturn975(): void { $this->runAssertReturnCommand( @@ -9761,7 +8785,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn975')] public function testAssertReturn976(): void { $this->runAssertReturnCommand( @@ -9771,7 +8794,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn976')] public function testAssertReturn977(): void { $this->runAssertReturnCommand( @@ -9781,7 +8803,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn977')] public function testAssertReturn978(): void { $this->runAssertReturnCommand( @@ -9791,7 +8812,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn978')] public function testAssertReturn979(): void { $this->runAssertReturnCommand( @@ -9801,7 +8821,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn979')] public function testAssertReturn980(): void { $this->runAssertReturnCommand( @@ -9811,7 +8830,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn980')] public function testAssertReturn981(): void { $this->runAssertReturnCommand( @@ -9821,7 +8839,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn981')] public function testAssertReturn982(): void { $this->runAssertReturnCommand( @@ -9831,7 +8848,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn982')] public function testAssertReturn983(): void { $this->runAssertReturnCommand( @@ -9841,7 +8857,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn983')] public function testAssertReturn984(): void { $this->runAssertReturnCommand( @@ -9851,7 +8866,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn984')] public function testAssertReturn985(): void { $this->runAssertReturnCommand( @@ -9861,7 +8875,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn985')] public function testAssertReturn986(): void { $this->runAssertReturnCommand( @@ -9871,7 +8884,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn986')] public function testAssertReturn987(): void { $this->runAssertReturnCommand( @@ -9881,7 +8893,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn987')] public function testAssertReturn988(): void { $this->runAssertReturnCommand( @@ -9891,7 +8902,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn988')] public function testAssertReturn989(): void { $this->runAssertReturnCommand( @@ -9901,7 +8911,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn989')] public function testAssertReturn990(): void { $this->runAssertReturnCommand( @@ -9911,7 +8920,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn990')] public function testAssertReturn991(): void { $this->runAssertReturnCommand( @@ -9921,7 +8929,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn991')] public function testAssertReturn992(): void { $this->runAssertReturnCommand( @@ -9931,7 +8938,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn992')] public function testAssertReturn993(): void { $this->runAssertReturnCommand( @@ -9941,7 +8947,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn993')] public function testAssertReturn994(): void { $this->runAssertReturnCommand( @@ -9951,7 +8956,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn994')] public function testAssertReturn995(): void { $this->runAssertReturnCommand( @@ -9961,7 +8965,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn995')] public function testAssertReturn996(): void { $this->runAssertReturnCommand( @@ -9971,7 +8974,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn996')] public function testAssertReturn997(): void { $this->runAssertReturnCommand( @@ -9981,7 +8983,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn997')] public function testAssertReturn998(): void { $this->runAssertReturnCommand( @@ -9991,7 +8992,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn998')] public function testAssertReturn999(): void { $this->runAssertReturnCommand( @@ -10001,7 +9001,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn999')] public function testAssertReturn1000(): void { $this->runAssertReturnCommand( @@ -10011,7 +9010,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1000')] public function testAssertReturn1001(): void { $this->runAssertReturnCommand( @@ -10021,7 +9019,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1001')] public function testAssertReturn1002(): void { $this->runAssertReturnCommand( @@ -10031,7 +9028,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1002')] public function testAssertReturn1003(): void { $this->runAssertReturnCommand( @@ -10041,7 +9037,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1003')] public function testAssertReturn1004(): void { $this->runAssertReturnCommand( @@ -10051,7 +9046,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1004')] public function testAssertReturn1005(): void { $this->runAssertReturnCommand( @@ -10061,7 +9055,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1005')] public function testAssertReturn1006(): void { $this->runAssertReturnCommand( @@ -10071,7 +9064,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1006')] public function testAssertReturn1007(): void { $this->runAssertReturnCommand( @@ -10081,7 +9073,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1007')] public function testAssertReturn1008(): void { $this->runAssertReturnCommand( @@ -10091,7 +9082,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1008')] public function testAssertReturn1009(): void { $this->runAssertReturnCommand( @@ -10101,7 +9091,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1009')] public function testAssertReturn1010(): void { $this->runAssertReturnCommand( @@ -10111,7 +9100,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1010')] public function testAssertReturn1011(): void { $this->runAssertReturnCommand( @@ -10121,7 +9109,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1011')] public function testAssertReturn1012(): void { $this->runAssertReturnCommand( @@ -10131,7 +9118,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1012')] public function testAssertReturn1013(): void { $this->runAssertReturnCommand( @@ -10141,7 +9127,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1013')] public function testAssertReturn1014(): void { $this->runAssertReturnCommand( @@ -10151,7 +9136,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1014')] public function testAssertReturn1015(): void { $this->runAssertReturnCommand( @@ -10161,7 +9145,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1015')] public function testAssertReturn1016(): void { $this->runAssertReturnCommand( @@ -10171,7 +9154,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1016')] public function testAssertReturn1017(): void { $this->runAssertReturnCommand( @@ -10181,7 +9163,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1017')] public function testAssertReturn1018(): void { $this->runAssertReturnCommand( @@ -10191,7 +9172,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1018')] public function testAssertReturn1019(): void { $this->runAssertReturnCommand( @@ -10201,7 +9181,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1019')] public function testAssertReturn1020(): void { $this->runAssertReturnCommand( @@ -10211,7 +9190,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1020')] public function testAssertReturn1021(): void { $this->runAssertReturnCommand( @@ -10221,7 +9199,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1021')] public function testAssertReturn1022(): void { $this->runAssertReturnCommand( @@ -10231,7 +9208,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1022')] public function testAssertReturn1023(): void { $this->runAssertReturnCommand( @@ -10241,7 +9217,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1023')] public function testAssertReturn1024(): void { $this->runAssertReturnCommand( @@ -10251,7 +9226,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1024')] public function testAssertReturn1025(): void { $this->runAssertReturnCommand( @@ -10261,7 +9235,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1025')] public function testAssertReturn1026(): void { $this->runAssertReturnCommand( @@ -10271,7 +9244,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1026')] public function testAssertReturn1027(): void { $this->runAssertReturnCommand( @@ -10281,7 +9253,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1027')] public function testAssertReturn1028(): void { $this->runAssertReturnCommand( @@ -10291,7 +9262,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1028')] public function testAssertReturn1029(): void { $this->runAssertReturnCommand( @@ -10301,7 +9271,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1029')] public function testAssertReturn1030(): void { $this->runAssertReturnCommand( @@ -10311,7 +9280,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1030')] public function testAssertReturn1031(): void { $this->runAssertReturnCommand( @@ -10321,7 +9289,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1031')] public function testAssertReturn1032(): void { $this->runAssertReturnCommand( @@ -10331,7 +9298,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1032')] public function testAssertReturn1033(): void { $this->runAssertReturnCommand( @@ -10341,7 +9307,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1033')] public function testAssertReturn1034(): void { $this->runAssertReturnCommand( @@ -10351,7 +9316,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1034')] public function testAssertReturn1035(): void { $this->runAssertReturnCommand( @@ -10361,7 +9325,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1035')] public function testAssertReturn1036(): void { $this->runAssertReturnCommand( @@ -10371,7 +9334,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1036')] public function testAssertReturn1037(): void { $this->runAssertReturnCommand( @@ -10381,7 +9343,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1037')] public function testAssertReturn1038(): void { $this->runAssertReturnCommand( @@ -10391,7 +9352,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1038')] public function testAssertReturn1039(): void { $this->runAssertReturnCommand( @@ -10401,7 +9361,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1039')] public function testAssertReturn1040(): void { $this->runAssertReturnCommand( @@ -10411,7 +9370,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1040')] public function testAssertReturn1041(): void { $this->runAssertReturnCommand( @@ -10421,7 +9379,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1041')] public function testAssertReturn1042(): void { $this->runAssertReturnCommand( @@ -10431,7 +9388,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1042')] public function testAssertReturn1043(): void { $this->runAssertReturnCommand( @@ -10441,7 +9397,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1043')] public function testAssertReturn1044(): void { $this->runAssertReturnCommand( @@ -10451,7 +9406,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1044')] public function testAssertReturn1045(): void { $this->runAssertReturnCommand( @@ -10461,7 +9415,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1045')] public function testAssertReturn1046(): void { $this->runAssertReturnCommand( @@ -10471,7 +9424,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1046')] public function testAssertReturn1047(): void { $this->runAssertReturnCommand( @@ -10481,7 +9433,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1047')] public function testAssertReturn1048(): void { $this->runAssertReturnCommand( @@ -10491,7 +9442,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1048')] public function testAssertReturn1049(): void { $this->runAssertReturnCommand( @@ -10501,7 +9451,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1049')] public function testAssertReturn1050(): void { $this->runAssertReturnCommand( @@ -10511,7 +9460,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1050')] public function testAssertReturn1051(): void { $this->runAssertReturnCommand( @@ -10521,7 +9469,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1051')] public function testAssertReturn1052(): void { $this->runAssertReturnCommand( @@ -10531,7 +9478,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1052')] public function testAssertReturn1053(): void { $this->runAssertReturnCommand( @@ -10541,7 +9487,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1053')] public function testAssertReturn1054(): void { $this->runAssertReturnCommand( @@ -10551,7 +9496,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1054')] public function testAssertReturn1055(): void { $this->runAssertReturnCommand( @@ -10561,7 +9505,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1055')] public function testAssertReturn1056(): void { $this->runAssertReturnCommand( @@ -10571,7 +9514,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1056')] public function testAssertReturn1057(): void { $this->runAssertReturnCommand( @@ -10581,7 +9523,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1057')] public function testAssertReturn1058(): void { $this->runAssertReturnCommand( @@ -10591,7 +9532,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1058')] public function testAssertReturn1059(): void { $this->runAssertReturnCommand( @@ -10601,7 +9541,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1059')] public function testAssertReturn1060(): void { $this->runAssertReturnCommand( @@ -10611,7 +9550,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1060')] public function testAssertReturn1061(): void { $this->runAssertReturnCommand( @@ -10621,7 +9559,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1061')] public function testAssertReturn1062(): void { $this->runAssertReturnCommand( @@ -10631,7 +9568,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1062')] public function testAssertReturn1063(): void { $this->runAssertReturnCommand( @@ -10641,7 +9577,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1063')] public function testAssertReturn1064(): void { $this->runAssertReturnCommand( @@ -10651,7 +9586,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1064')] public function testAssertReturn1065(): void { $this->runAssertReturnCommand( @@ -10661,7 +9595,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1065')] public function testAssertReturn1066(): void { $this->runAssertReturnCommand( @@ -10671,7 +9604,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1066')] public function testAssertReturn1067(): void { $this->runAssertReturnCommand( @@ -10681,7 +9613,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1067')] public function testAssertReturn1068(): void { $this->runAssertReturnCommand( @@ -10691,7 +9622,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1068')] public function testAssertReturn1069(): void { $this->runAssertReturnCommand( @@ -10701,7 +9631,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1069')] public function testAssertReturn1070(): void { $this->runAssertReturnCommand( @@ -10711,7 +9640,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1070')] public function testAssertReturn1071(): void { $this->runAssertReturnCommand( @@ -10721,7 +9649,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1071')] public function testAssertReturn1072(): void { $this->runAssertReturnCommand( @@ -10731,7 +9658,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1072')] public function testAssertReturn1073(): void { $this->runAssertReturnCommand( @@ -10741,7 +9667,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1073')] public function testAssertReturn1074(): void { $this->runAssertReturnCommand( @@ -10751,7 +9676,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1074')] public function testAssertReturn1075(): void { $this->runAssertReturnCommand( @@ -10761,7 +9685,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1075')] public function testAssertReturn1076(): void { $this->runAssertReturnCommand( @@ -10771,7 +9694,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1076')] public function testAssertReturn1077(): void { $this->runAssertReturnCommand( @@ -10781,7 +9703,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1077')] public function testAssertReturn1078(): void { $this->runAssertReturnCommand( @@ -10791,7 +9712,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1078')] public function testAssertReturn1079(): void { $this->runAssertReturnCommand( @@ -10801,7 +9721,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1079')] public function testAssertReturn1080(): void { $this->runAssertReturnCommand( @@ -10811,7 +9730,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1080')] public function testAssertReturn1081(): void { $this->runAssertReturnCommand( @@ -10821,7 +9739,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1081')] public function testAssertReturn1082(): void { $this->runAssertReturnCommand( @@ -10831,7 +9748,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1082')] public function testAssertReturn1083(): void { $this->runAssertReturnCommand( @@ -10841,7 +9757,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1083')] public function testAssertReturn1084(): void { $this->runAssertReturnCommand( @@ -10851,7 +9766,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1084')] public function testAssertReturn1085(): void { $this->runAssertReturnCommand( @@ -10861,7 +9775,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1085')] public function testAssertReturn1086(): void { $this->runAssertReturnCommand( @@ -10871,7 +9784,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1086')] public function testAssertReturn1087(): void { $this->runAssertReturnCommand( @@ -10881,7 +9793,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1087')] public function testAssertReturn1088(): void { $this->runAssertReturnCommand( @@ -10891,7 +9802,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1088')] public function testAssertReturn1089(): void { $this->runAssertReturnCommand( @@ -10901,7 +9811,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1089')] public function testAssertReturn1090(): void { $this->runAssertReturnCommand( @@ -10911,7 +9820,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1090')] public function testAssertReturn1091(): void { $this->runAssertReturnCommand( @@ -10921,7 +9829,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1091')] public function testAssertReturn1092(): void { $this->runAssertReturnCommand( @@ -10931,7 +9838,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1092')] public function testAssertReturn1093(): void { $this->runAssertReturnCommand( @@ -10941,7 +9847,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1093')] public function testAssertReturn1094(): void { $this->runAssertReturnCommand( @@ -10951,7 +9856,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1094')] public function testAssertReturn1095(): void { $this->runAssertReturnCommand( @@ -10961,7 +9865,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1095')] public function testAssertReturn1096(): void { $this->runAssertReturnCommand( @@ -10971,7 +9874,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1096')] public function testAssertReturn1097(): void { $this->runAssertReturnCommand( @@ -10981,7 +9883,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1097')] public function testAssertReturn1098(): void { $this->runAssertReturnCommand( @@ -10991,7 +9892,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1098')] public function testAssertReturn1099(): void { $this->runAssertReturnCommand( @@ -11001,7 +9901,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1099')] public function testAssertReturn1100(): void { $this->runAssertReturnCommand( @@ -11011,7 +9910,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1100')] public function testAssertReturn1101(): void { $this->runAssertReturnCommand( @@ -11021,7 +9919,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1101')] public function testAssertReturn1102(): void { $this->runAssertReturnCommand( @@ -11031,7 +9928,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1102')] public function testAssertReturn1103(): void { $this->runAssertReturnCommand( @@ -11041,7 +9937,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1103')] public function testAssertReturn1104(): void { $this->runAssertReturnCommand( @@ -11051,7 +9946,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1104')] public function testAssertReturn1105(): void { $this->runAssertReturnCommand( @@ -11061,7 +9955,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1105')] public function testAssertReturn1106(): void { $this->runAssertReturnCommand( @@ -11071,7 +9964,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1106')] public function testAssertReturn1107(): void { $this->runAssertReturnCommand( @@ -11081,7 +9973,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1107')] public function testAssertReturn1108(): void { $this->runAssertReturnCommand( @@ -11091,7 +9982,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1108')] public function testAssertReturn1109(): void { $this->runAssertReturnCommand( @@ -11101,7 +9991,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1109')] public function testAssertReturn1110(): void { $this->runAssertReturnCommand( @@ -11111,7 +10000,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1110')] public function testAssertReturn1111(): void { $this->runAssertReturnCommand( @@ -11121,7 +10009,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1111')] public function testAssertReturn1112(): void { $this->runAssertReturnCommand( @@ -11131,7 +10018,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1112')] public function testAssertReturn1113(): void { $this->runAssertReturnCommand( @@ -11141,7 +10027,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1113')] public function testAssertReturn1114(): void { $this->runAssertReturnCommand( @@ -11151,7 +10036,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1114')] public function testAssertReturn1115(): void { $this->runAssertReturnCommand( @@ -11161,7 +10045,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1115')] public function testAssertReturn1116(): void { $this->runAssertReturnCommand( @@ -11171,7 +10054,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1116')] public function testAssertReturn1117(): void { $this->runAssertReturnCommand( @@ -11181,7 +10063,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1117')] public function testAssertReturn1118(): void { $this->runAssertReturnCommand( @@ -11191,7 +10072,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1118')] public function testAssertReturn1119(): void { $this->runAssertReturnCommand( @@ -11201,7 +10081,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1119')] public function testAssertReturn1120(): void { $this->runAssertReturnCommand( @@ -11211,7 +10090,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1120')] public function testAssertReturn1121(): void { $this->runAssertReturnCommand( @@ -11221,7 +10099,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1121')] public function testAssertReturn1122(): void { $this->runAssertReturnCommand( @@ -11231,7 +10108,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1122')] public function testAssertReturn1123(): void { $this->runAssertReturnCommand( @@ -11241,7 +10117,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1123')] public function testAssertReturn1124(): void { $this->runAssertReturnCommand( @@ -11251,7 +10126,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1124')] public function testAssertReturn1125(): void { $this->runAssertReturnCommand( @@ -11261,7 +10135,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1125')] public function testAssertReturn1126(): void { $this->runAssertReturnCommand( @@ -11271,7 +10144,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1126')] public function testAssertReturn1127(): void { $this->runAssertReturnCommand( @@ -11281,7 +10153,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1127')] public function testAssertReturn1128(): void { $this->runAssertReturnCommand( @@ -11291,7 +10162,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1128')] public function testAssertReturn1129(): void { $this->runAssertReturnCommand( @@ -11301,7 +10171,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1129')] public function testAssertReturn1130(): void { $this->runAssertReturnCommand( @@ -11311,7 +10180,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1130')] public function testAssertReturn1131(): void { $this->runAssertReturnCommand( @@ -11321,7 +10189,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1131')] public function testAssertReturn1132(): void { $this->runAssertReturnCommand( @@ -11331,7 +10198,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1132')] public function testAssertReturn1133(): void { $this->runAssertReturnCommand( @@ -11341,7 +10207,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1133')] public function testAssertReturn1134(): void { $this->runAssertReturnCommand( @@ -11351,7 +10216,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1134')] public function testAssertReturn1135(): void { $this->runAssertReturnCommand( @@ -11361,7 +10225,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1135')] public function testAssertReturn1136(): void { $this->runAssertReturnCommand( @@ -11371,7 +10234,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1136')] public function testAssertReturn1137(): void { $this->runAssertReturnCommand( @@ -11381,7 +10243,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1137')] public function testAssertReturn1138(): void { $this->runAssertReturnCommand( @@ -11391,7 +10252,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1138')] public function testAssertReturn1139(): void { $this->runAssertReturnCommand( @@ -11401,7 +10261,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1139')] public function testAssertReturn1140(): void { $this->runAssertReturnCommand( @@ -11411,7 +10270,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1140')] public function testAssertReturn1141(): void { $this->runAssertReturnCommand( @@ -11421,7 +10279,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1141')] public function testAssertReturn1142(): void { $this->runAssertReturnCommand( @@ -11431,7 +10288,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1142')] public function testAssertReturn1143(): void { $this->runAssertReturnCommand( @@ -11441,7 +10297,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1143')] public function testAssertReturn1144(): void { $this->runAssertReturnCommand( @@ -11451,7 +10306,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1144')] public function testAssertReturn1145(): void { $this->runAssertReturnCommand( @@ -11461,7 +10315,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1145')] public function testAssertReturn1146(): void { $this->runAssertReturnCommand( @@ -11471,7 +10324,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1146')] public function testAssertReturn1147(): void { $this->runAssertReturnCommand( @@ -11481,7 +10333,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1147')] public function testAssertReturn1148(): void { $this->runAssertReturnCommand( @@ -11491,7 +10342,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1148')] public function testAssertReturn1149(): void { $this->runAssertReturnCommand( @@ -11501,7 +10351,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1149')] public function testAssertReturn1150(): void { $this->runAssertReturnCommand( @@ -11511,7 +10360,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1150')] public function testAssertReturn1151(): void { $this->runAssertReturnCommand( @@ -11521,7 +10369,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1151')] public function testAssertReturn1152(): void { $this->runAssertReturnCommand( @@ -11531,7 +10378,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1152')] public function testAssertReturn1153(): void { $this->runAssertReturnCommand( @@ -11541,7 +10387,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1153')] public function testAssertReturn1154(): void { $this->runAssertReturnCommand( @@ -11551,7 +10396,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1154')] public function testAssertReturn1155(): void { $this->runAssertReturnCommand( @@ -11561,7 +10405,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1155')] public function testAssertReturn1156(): void { $this->runAssertReturnCommand( @@ -11571,7 +10414,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1156')] public function testAssertReturn1157(): void { $this->runAssertReturnCommand( @@ -11581,7 +10423,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1157')] public function testAssertReturn1158(): void { $this->runAssertReturnCommand( @@ -11591,7 +10432,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1158')] public function testAssertReturn1159(): void { $this->runAssertReturnCommand( @@ -11601,7 +10441,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1159')] public function testAssertReturn1160(): void { $this->runAssertReturnCommand( @@ -11611,7 +10450,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1160')] public function testAssertReturn1161(): void { $this->runAssertReturnCommand( @@ -11621,7 +10459,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1161')] public function testAssertReturn1162(): void { $this->runAssertReturnCommand( @@ -11631,7 +10468,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1162')] public function testAssertReturn1163(): void { $this->runAssertReturnCommand( @@ -11641,7 +10477,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1163')] public function testAssertReturn1164(): void { $this->runAssertReturnCommand( @@ -11651,7 +10486,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1164')] public function testAssertReturn1165(): void { $this->runAssertReturnCommand( @@ -11661,7 +10495,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1165')] public function testAssertReturn1166(): void { $this->runAssertReturnCommand( @@ -11671,7 +10504,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1166')] public function testAssertReturn1167(): void { $this->runAssertReturnCommand( @@ -11681,7 +10513,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1167')] public function testAssertReturn1168(): void { $this->runAssertReturnCommand( @@ -11691,7 +10522,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1168')] public function testAssertReturn1169(): void { $this->runAssertReturnCommand( @@ -11701,7 +10531,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1169')] public function testAssertReturn1170(): void { $this->runAssertReturnCommand( @@ -11711,7 +10540,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1170')] public function testAssertReturn1171(): void { $this->runAssertReturnCommand( @@ -11721,7 +10549,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1171')] public function testAssertReturn1172(): void { $this->runAssertReturnCommand( @@ -11731,7 +10558,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1172')] public function testAssertReturn1173(): void { $this->runAssertReturnCommand( @@ -11741,7 +10567,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1173')] public function testAssertReturn1174(): void { $this->runAssertReturnCommand( @@ -11751,7 +10576,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1174')] public function testAssertReturn1175(): void { $this->runAssertReturnCommand( @@ -11761,7 +10585,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1175')] public function testAssertReturn1176(): void { $this->runAssertReturnCommand( @@ -11771,7 +10594,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1176')] public function testAssertReturn1177(): void { $this->runAssertReturnCommand( @@ -11781,7 +10603,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1177')] public function testAssertReturn1178(): void { $this->runAssertReturnCommand( @@ -11791,7 +10612,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1178')] public function testAssertReturn1179(): void { $this->runAssertReturnCommand( @@ -11801,7 +10621,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1179')] public function testAssertReturn1180(): void { $this->runAssertReturnCommand( @@ -11811,7 +10630,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1180')] public function testAssertReturn1181(): void { $this->runAssertReturnCommand( @@ -11821,7 +10639,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1181')] public function testAssertReturn1182(): void { $this->runAssertReturnCommand( @@ -11831,7 +10648,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1182')] public function testAssertReturn1183(): void { $this->runAssertReturnCommand( @@ -11841,7 +10657,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1183')] public function testAssertReturn1184(): void { $this->runAssertReturnCommand( @@ -11851,7 +10666,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1184')] public function testAssertReturn1185(): void { $this->runAssertReturnCommand( @@ -11861,7 +10675,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1185')] public function testAssertReturn1186(): void { $this->runAssertReturnCommand( @@ -11871,7 +10684,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1186')] public function testAssertReturn1187(): void { $this->runAssertReturnCommand( @@ -11881,7 +10693,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1187')] public function testAssertReturn1188(): void { $this->runAssertReturnCommand( @@ -11891,7 +10702,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1188')] public function testAssertReturn1189(): void { $this->runAssertReturnCommand( @@ -11901,7 +10711,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1189')] public function testAssertReturn1190(): void { $this->runAssertReturnCommand( @@ -11911,7 +10720,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1190')] public function testAssertReturn1191(): void { $this->runAssertReturnCommand( @@ -11921,7 +10729,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1191')] public function testAssertReturn1192(): void { $this->runAssertReturnCommand( @@ -11931,7 +10738,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1192')] public function testAssertReturn1193(): void { $this->runAssertReturnCommand( @@ -11941,7 +10747,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1193')] public function testAssertReturn1194(): void { $this->runAssertReturnCommand( @@ -11951,7 +10756,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1194')] public function testAssertReturn1195(): void { $this->runAssertReturnCommand( @@ -11961,7 +10765,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1195')] public function testAssertReturn1196(): void { $this->runAssertReturnCommand( @@ -11971,7 +10774,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1196')] public function testAssertReturn1197(): void { $this->runAssertReturnCommand( @@ -11981,7 +10783,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1197')] public function testAssertReturn1198(): void { $this->runAssertReturnCommand( @@ -11991,7 +10792,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1198')] public function testAssertReturn1199(): void { $this->runAssertReturnCommand( @@ -12001,7 +10801,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1199')] public function testAssertReturn1200(): void { $this->runAssertReturnCommand( @@ -12011,7 +10810,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1200')] public function testAssertReturn1201(): void { $this->runAssertReturnCommand( @@ -12021,7 +10819,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1201')] public function testAssertReturn1202(): void { $this->runAssertReturnCommand( @@ -12031,7 +10828,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1202')] public function testAssertReturn1203(): void { $this->runAssertReturnCommand( @@ -12041,7 +10837,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1203')] public function testAssertReturn1204(): void { $this->runAssertReturnCommand( @@ -12051,7 +10846,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1204')] public function testAssertReturn1205(): void { $this->runAssertReturnCommand( @@ -12061,7 +10855,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1205')] public function testAssertReturn1206(): void { $this->runAssertReturnCommand( @@ -12071,7 +10864,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1206')] public function testAssertReturn1207(): void { $this->runAssertReturnCommand( @@ -12081,7 +10873,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1207')] public function testAssertReturn1208(): void { $this->runAssertReturnCommand( @@ -12091,7 +10882,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1208')] public function testAssertReturn1209(): void { $this->runAssertReturnCommand( @@ -12101,7 +10891,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1209')] public function testAssertReturn1210(): void { $this->runAssertReturnCommand( @@ -12111,7 +10900,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1210')] public function testAssertReturn1211(): void { $this->runAssertReturnCommand( @@ -12121,7 +10909,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1211')] public function testAssertReturn1212(): void { $this->runAssertReturnCommand( @@ -12131,7 +10918,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1212')] public function testAssertReturn1213(): void { $this->runAssertReturnCommand( @@ -12141,7 +10927,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1213')] public function testAssertReturn1214(): void { $this->runAssertReturnCommand( @@ -12151,7 +10936,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1214')] public function testAssertReturn1215(): void { $this->runAssertReturnCommand( @@ -12161,7 +10945,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1215')] public function testAssertReturn1216(): void { $this->runAssertReturnCommand( @@ -12171,7 +10954,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1216')] public function testAssertReturn1217(): void { $this->runAssertReturnCommand( @@ -12181,7 +10963,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1217')] public function testAssertReturn1218(): void { $this->runAssertReturnCommand( @@ -12191,7 +10972,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1218')] public function testAssertReturn1219(): void { $this->runAssertReturnCommand( @@ -12201,7 +10981,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1219')] public function testAssertReturn1220(): void { $this->runAssertReturnCommand( @@ -12211,7 +10990,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1220')] public function testAssertReturn1221(): void { $this->runAssertReturnCommand( @@ -12221,7 +10999,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1221')] public function testAssertReturn1222(): void { $this->runAssertReturnCommand( @@ -12231,7 +11008,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1222')] public function testAssertReturn1223(): void { $this->runAssertReturnCommand( @@ -12241,7 +11017,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1223')] public function testAssertReturn1224(): void { $this->runAssertReturnCommand( @@ -12251,7 +11026,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1224')] public function testAssertReturn1225(): void { $this->runAssertReturnCommand( @@ -12261,7 +11035,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1225')] public function testAssertReturn1226(): void { $this->runAssertReturnCommand( @@ -12271,7 +11044,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1226')] public function testAssertReturn1227(): void { $this->runAssertReturnCommand( @@ -12281,7 +11053,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1227')] public function testAssertReturn1228(): void { $this->runAssertReturnCommand( @@ -12291,7 +11062,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1228')] public function testAssertReturn1229(): void { $this->runAssertReturnCommand( @@ -12301,7 +11071,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1229')] public function testAssertReturn1230(): void { $this->runAssertReturnCommand( @@ -12311,7 +11080,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1230')] public function testAssertReturn1231(): void { $this->runAssertReturnCommand( @@ -12321,7 +11089,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1231')] public function testAssertReturn1232(): void { $this->runAssertReturnCommand( @@ -12331,7 +11098,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1232')] public function testAssertReturn1233(): void { $this->runAssertReturnCommand( @@ -12341,7 +11107,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1233')] public function testAssertReturn1234(): void { $this->runAssertReturnCommand( @@ -12351,7 +11116,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1234')] public function testAssertReturn1235(): void { $this->runAssertReturnCommand( @@ -12361,7 +11125,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1235')] public function testAssertReturn1236(): void { $this->runAssertReturnCommand( @@ -12371,7 +11134,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1236')] public function testAssertReturn1237(): void { $this->runAssertReturnCommand( @@ -12381,7 +11143,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1237')] public function testAssertReturn1238(): void { $this->runAssertReturnCommand( @@ -12391,7 +11152,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1238')] public function testAssertReturn1239(): void { $this->runAssertReturnCommand( @@ -12401,7 +11161,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1239')] public function testAssertReturn1240(): void { $this->runAssertReturnCommand( @@ -12411,7 +11170,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1240')] public function testAssertReturn1241(): void { $this->runAssertReturnCommand( @@ -12421,7 +11179,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1241')] public function testAssertReturn1242(): void { $this->runAssertReturnCommand( @@ -12431,7 +11188,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1242')] public function testAssertReturn1243(): void { $this->runAssertReturnCommand( @@ -12441,7 +11197,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1243')] public function testAssertReturn1244(): void { $this->runAssertReturnCommand( @@ -12451,7 +11206,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1244')] public function testAssertReturn1245(): void { $this->runAssertReturnCommand( @@ -12461,7 +11215,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1245')] public function testAssertReturn1246(): void { $this->runAssertReturnCommand( @@ -12471,7 +11224,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1246')] public function testAssertReturn1247(): void { $this->runAssertReturnCommand( @@ -12481,7 +11233,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1247')] public function testAssertReturn1248(): void { $this->runAssertReturnCommand( @@ -12491,7 +11242,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1248')] public function testAssertReturn1249(): void { $this->runAssertReturnCommand( @@ -12501,7 +11251,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1249')] public function testAssertReturn1250(): void { $this->runAssertReturnCommand( @@ -12511,7 +11260,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1250')] public function testAssertReturn1251(): void { $this->runAssertReturnCommand( @@ -12521,7 +11269,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1251')] public function testAssertReturn1252(): void { $this->runAssertReturnCommand( @@ -12531,7 +11278,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1252')] public function testAssertReturn1253(): void { $this->runAssertReturnCommand( @@ -12541,7 +11287,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1253')] public function testAssertReturn1254(): void { $this->runAssertReturnCommand( @@ -12551,7 +11296,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1254')] public function testAssertReturn1255(): void { $this->runAssertReturnCommand( @@ -12561,7 +11305,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1255')] public function testAssertReturn1256(): void { $this->runAssertReturnCommand( @@ -12571,7 +11314,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1256')] public function testAssertReturn1257(): void { $this->runAssertReturnCommand( @@ -12581,7 +11323,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1257')] public function testAssertReturn1258(): void { $this->runAssertReturnCommand( @@ -12591,7 +11332,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1258')] public function testAssertReturn1259(): void { $this->runAssertReturnCommand( @@ -12601,7 +11341,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1259')] public function testAssertReturn1260(): void { $this->runAssertReturnCommand( @@ -12611,7 +11350,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1260')] public function testAssertReturn1261(): void { $this->runAssertReturnCommand( @@ -12621,7 +11359,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1261')] public function testAssertReturn1262(): void { $this->runAssertReturnCommand( @@ -12631,7 +11368,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1262')] public function testAssertReturn1263(): void { $this->runAssertReturnCommand( @@ -12641,7 +11377,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1263')] public function testAssertReturn1264(): void { $this->runAssertReturnCommand( @@ -12651,7 +11386,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1264')] public function testAssertReturn1265(): void { $this->runAssertReturnCommand( @@ -12661,7 +11395,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1265')] public function testAssertReturn1266(): void { $this->runAssertReturnCommand( @@ -12671,7 +11404,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1266')] public function testAssertReturn1267(): void { $this->runAssertReturnCommand( @@ -12681,7 +11413,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1267')] public function testAssertReturn1268(): void { $this->runAssertReturnCommand( @@ -12691,7 +11422,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1268')] public function testAssertReturn1269(): void { $this->runAssertReturnCommand( @@ -12701,7 +11431,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1269')] public function testAssertReturn1270(): void { $this->runAssertReturnCommand( @@ -12711,7 +11440,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1270')] public function testAssertReturn1271(): void { $this->runAssertReturnCommand( @@ -12721,7 +11449,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1271')] public function testAssertReturn1272(): void { $this->runAssertReturnCommand( @@ -12731,7 +11458,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1272')] public function testAssertReturn1273(): void { $this->runAssertReturnCommand( @@ -12741,7 +11467,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1273')] public function testAssertReturn1274(): void { $this->runAssertReturnCommand( @@ -12751,7 +11476,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1274')] public function testAssertReturn1275(): void { $this->runAssertReturnCommand( @@ -12761,7 +11485,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1275')] public function testAssertReturn1276(): void { $this->runAssertReturnCommand( @@ -12771,7 +11494,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1276')] public function testAssertReturn1277(): void { $this->runAssertReturnCommand( @@ -12781,7 +11503,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1277')] public function testAssertReturn1278(): void { $this->runAssertReturnCommand( @@ -12791,7 +11512,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1278')] public function testAssertReturn1279(): void { $this->runAssertReturnCommand( @@ -12801,7 +11521,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1279')] public function testAssertReturn1280(): void { $this->runAssertReturnCommand( @@ -12811,7 +11530,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1280')] public function testAssertReturn1281(): void { $this->runAssertReturnCommand( @@ -12821,7 +11539,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1281')] public function testAssertReturn1282(): void { $this->runAssertReturnCommand( @@ -12831,7 +11548,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1282')] public function testAssertReturn1283(): void { $this->runAssertReturnCommand( @@ -12841,7 +11557,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1283')] public function testAssertReturn1284(): void { $this->runAssertReturnCommand( @@ -12851,7 +11566,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1284')] public function testAssertReturn1285(): void { $this->runAssertReturnCommand( @@ -12861,7 +11575,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1285')] public function testAssertReturn1286(): void { $this->runAssertReturnCommand( @@ -12871,7 +11584,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1286')] public function testAssertReturn1287(): void { $this->runAssertReturnCommand( @@ -12881,7 +11593,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1287')] public function testAssertReturn1288(): void { $this->runAssertReturnCommand( @@ -12891,7 +11602,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1288')] public function testAssertReturn1289(): void { $this->runAssertReturnCommand( @@ -12901,7 +11611,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1289')] public function testAssertReturn1290(): void { $this->runAssertReturnCommand( @@ -12911,7 +11620,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1290')] public function testAssertReturn1291(): void { $this->runAssertReturnCommand( @@ -12921,7 +11629,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1291')] public function testAssertReturn1292(): void { $this->runAssertReturnCommand( @@ -12931,7 +11638,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1292')] public function testAssertReturn1293(): void { $this->runAssertReturnCommand( @@ -12941,7 +11647,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1293')] public function testAssertReturn1294(): void { $this->runAssertReturnCommand( @@ -12951,7 +11656,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1294')] public function testAssertReturn1295(): void { $this->runAssertReturnCommand( @@ -12961,7 +11665,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1295')] public function testAssertReturn1296(): void { $this->runAssertReturnCommand( @@ -12971,7 +11674,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1296')] public function testAssertReturn1297(): void { $this->runAssertReturnCommand( @@ -12981,7 +11683,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1297')] public function testAssertReturn1298(): void { $this->runAssertReturnCommand( @@ -12991,7 +11692,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1298')] public function testAssertReturn1299(): void { $this->runAssertReturnCommand( @@ -13001,7 +11701,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1299')] public function testAssertReturn1300(): void { $this->runAssertReturnCommand( @@ -13011,7 +11710,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1300')] public function testAssertReturn1301(): void { $this->runAssertReturnCommand( @@ -13021,7 +11719,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1301')] public function testAssertReturn1302(): void { $this->runAssertReturnCommand( @@ -13031,7 +11728,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1302')] public function testAssertReturn1303(): void { $this->runAssertReturnCommand( @@ -13041,7 +11737,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1303')] public function testAssertReturn1304(): void { $this->runAssertReturnCommand( @@ -13051,7 +11746,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1304')] public function testAssertReturn1305(): void { $this->runAssertReturnCommand( @@ -13061,7 +11755,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1305')] public function testAssertReturn1306(): void { $this->runAssertReturnCommand( @@ -13071,7 +11764,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1306')] public function testAssertReturn1307(): void { $this->runAssertReturnCommand( @@ -13081,7 +11773,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1307')] public function testAssertReturn1308(): void { $this->runAssertReturnCommand( @@ -13091,7 +11782,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1308')] public function testAssertReturn1309(): void { $this->runAssertReturnCommand( @@ -13101,7 +11791,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1309')] public function testModule1310(): void { $this->runModuleCommand( @@ -13111,7 +11800,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testModule1310')] public function testAssertTrap1311(): void { $this->runAssertTrapCommand( @@ -13121,7 +11809,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap1311')] public function testAssertReturn1312(): void { $this->runAssertReturnCommand( @@ -13131,7 +11818,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1312')] public function testAssertReturn1313(): void { $this->runAssertReturnCommand( @@ -13141,7 +11827,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1313')] public function testAssertReturn1314(): void { $this->runAssertReturnCommand( @@ -13151,7 +11836,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1314')] public function testAssertReturn1315(): void { $this->runAssertReturnCommand( @@ -13161,7 +11845,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1315')] public function testAssertReturn1316(): void { $this->runAssertReturnCommand( @@ -13171,7 +11854,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1316')] public function testAssertReturn1317(): void { $this->runAssertReturnCommand( @@ -13181,7 +11863,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1317')] public function testAssertReturn1318(): void { $this->runAssertReturnCommand( @@ -13191,7 +11872,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1318')] public function testAssertReturn1319(): void { $this->runAssertReturnCommand( @@ -13201,7 +11881,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1319')] public function testAssertReturn1320(): void { $this->runAssertReturnCommand( @@ -13211,7 +11890,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1320')] public function testAssertReturn1321(): void { $this->runAssertReturnCommand( @@ -13221,7 +11899,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1321')] public function testAssertReturn1322(): void { $this->runAssertReturnCommand( @@ -13231,7 +11908,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1322')] public function testAssertReturn1323(): void { $this->runAssertReturnCommand( @@ -13241,7 +11917,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1323')] public function testAssertReturn1324(): void { $this->runAssertReturnCommand( @@ -13251,7 +11926,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1324')] public function testAssertReturn1325(): void { $this->runAssertReturnCommand( @@ -13261,7 +11935,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1325')] public function testAssertReturn1326(): void { $this->runAssertReturnCommand( @@ -13271,7 +11944,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1326')] public function testAssertReturn1327(): void { $this->runAssertReturnCommand( @@ -13281,7 +11953,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1327')] public function testAssertReturn1328(): void { $this->runAssertReturnCommand( @@ -13291,7 +11962,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1328')] public function testAssertReturn1329(): void { $this->runAssertReturnCommand( @@ -13301,7 +11971,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1329')] public function testAssertReturn1330(): void { $this->runAssertReturnCommand( @@ -13311,7 +11980,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1330')] public function testAssertReturn1331(): void { $this->runAssertReturnCommand( @@ -13321,7 +11989,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1331')] public function testAssertReturn1332(): void { $this->runAssertReturnCommand( @@ -13331,7 +11998,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1332')] public function testAssertReturn1333(): void { $this->runAssertReturnCommand( @@ -13341,7 +12007,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1333')] public function testAssertReturn1334(): void { $this->runAssertReturnCommand( @@ -13351,7 +12016,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1334')] public function testAssertReturn1335(): void { $this->runAssertReturnCommand( @@ -13361,7 +12025,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1335')] public function testAssertReturn1336(): void { $this->runAssertReturnCommand( @@ -13371,7 +12034,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1336')] public function testAssertReturn1337(): void { $this->runAssertReturnCommand( @@ -13381,7 +12043,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1337')] public function testAssertReturn1338(): void { $this->runAssertReturnCommand( @@ -13391,7 +12052,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1338')] public function testAssertReturn1339(): void { $this->runAssertReturnCommand( @@ -13401,7 +12061,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1339')] public function testAssertReturn1340(): void { $this->runAssertReturnCommand( @@ -13411,7 +12070,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1340')] public function testAssertReturn1341(): void { $this->runAssertReturnCommand( @@ -13421,7 +12079,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1341')] public function testAssertReturn1342(): void { $this->runAssertReturnCommand( @@ -13431,7 +12088,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1342')] public function testAssertReturn1343(): void { $this->runAssertReturnCommand( @@ -13441,7 +12097,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1343')] public function testAssertReturn1344(): void { $this->runAssertReturnCommand( @@ -13451,7 +12106,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1344')] public function testAssertReturn1345(): void { $this->runAssertReturnCommand( @@ -13461,7 +12115,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1345')] public function testAssertReturn1346(): void { $this->runAssertReturnCommand( @@ -13471,7 +12124,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1346')] public function testAssertReturn1347(): void { $this->runAssertReturnCommand( @@ -13481,7 +12133,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1347')] public function testAssertReturn1348(): void { $this->runAssertReturnCommand( @@ -13491,7 +12142,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1348')] public function testAssertReturn1349(): void { $this->runAssertReturnCommand( @@ -13501,7 +12151,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1349')] public function testAssertReturn1350(): void { $this->runAssertReturnCommand( @@ -13511,7 +12160,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1350')] public function testAssertReturn1351(): void { $this->runAssertReturnCommand( @@ -13521,7 +12169,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1351')] public function testAssertReturn1352(): void { $this->runAssertReturnCommand( @@ -13531,7 +12178,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1352')] public function testAssertReturn1353(): void { $this->runAssertReturnCommand( @@ -13541,7 +12187,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1353')] public function testAssertReturn1354(): void { $this->runAssertReturnCommand( @@ -13551,7 +12196,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1354')] public function testAssertReturn1355(): void { $this->runAssertReturnCommand( @@ -13561,7 +12205,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1355')] public function testAssertReturn1356(): void { $this->runAssertReturnCommand( @@ -13571,7 +12214,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1356')] public function testAssertReturn1357(): void { $this->runAssertReturnCommand( @@ -13581,7 +12223,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1357')] public function testAssertReturn1358(): void { $this->runAssertReturnCommand( @@ -13591,7 +12232,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1358')] public function testAssertReturn1359(): void { $this->runAssertReturnCommand( @@ -13601,7 +12241,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1359')] public function testAssertReturn1360(): void { $this->runAssertReturnCommand( @@ -13611,7 +12250,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1360')] public function testAssertReturn1361(): void { $this->runAssertReturnCommand( @@ -13621,7 +12259,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1361')] public function testAssertReturn1362(): void { $this->runAssertReturnCommand( @@ -13631,7 +12268,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1362')] public function testAssertReturn1363(): void { $this->runAssertReturnCommand( @@ -13641,7 +12277,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1363')] public function testAssertReturn1364(): void { $this->runAssertReturnCommand( @@ -13651,7 +12286,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1364')] public function testAssertReturn1365(): void { $this->runAssertReturnCommand( @@ -13661,7 +12295,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1365')] public function testAssertReturn1366(): void { $this->runAssertReturnCommand( @@ -13671,7 +12304,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1366')] public function testAssertReturn1367(): void { $this->runAssertReturnCommand( @@ -13681,7 +12313,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1367')] public function testAssertReturn1368(): void { $this->runAssertReturnCommand( @@ -13691,7 +12322,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1368')] public function testAssertReturn1369(): void { $this->runAssertReturnCommand( @@ -13701,7 +12331,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1369')] public function testAssertReturn1370(): void { $this->runAssertReturnCommand( @@ -13711,7 +12340,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1370')] public function testAssertReturn1371(): void { $this->runAssertReturnCommand( @@ -13721,7 +12349,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1371')] public function testAssertReturn1372(): void { $this->runAssertReturnCommand( @@ -13731,7 +12358,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1372')] public function testAssertReturn1373(): void { $this->runAssertReturnCommand( @@ -13741,7 +12367,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1373')] public function testAssertReturn1374(): void { $this->runAssertReturnCommand( @@ -13751,7 +12376,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1374')] public function testAssertReturn1375(): void { $this->runAssertReturnCommand( @@ -13761,7 +12385,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1375')] public function testAssertReturn1376(): void { $this->runAssertReturnCommand( @@ -13771,7 +12394,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1376')] public function testAssertReturn1377(): void { $this->runAssertReturnCommand( @@ -13781,7 +12403,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1377')] public function testAssertReturn1378(): void { $this->runAssertReturnCommand( @@ -13791,7 +12412,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1378')] public function testAssertReturn1379(): void { $this->runAssertReturnCommand( @@ -13801,7 +12421,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1379')] public function testAssertReturn1380(): void { $this->runAssertReturnCommand( @@ -13811,7 +12430,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1380')] public function testAssertReturn1381(): void { $this->runAssertReturnCommand( @@ -13821,7 +12439,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1381')] public function testAssertReturn1382(): void { $this->runAssertReturnCommand( @@ -13831,7 +12448,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1382')] public function testAssertReturn1383(): void { $this->runAssertReturnCommand( @@ -13841,7 +12457,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1383')] public function testAssertReturn1384(): void { $this->runAssertReturnCommand( @@ -13851,7 +12466,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1384')] public function testAssertReturn1385(): void { $this->runAssertReturnCommand( @@ -13861,7 +12475,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1385')] public function testAssertReturn1386(): void { $this->runAssertReturnCommand( @@ -13871,7 +12484,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1386')] public function testAssertReturn1387(): void { $this->runAssertReturnCommand( @@ -13881,7 +12493,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1387')] public function testAssertReturn1388(): void { $this->runAssertReturnCommand( @@ -13891,7 +12502,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1388')] public function testAssertReturn1389(): void { $this->runAssertReturnCommand( @@ -13901,7 +12511,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1389')] public function testAssertReturn1390(): void { $this->runAssertReturnCommand( @@ -13911,7 +12520,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1390')] public function testAssertReturn1391(): void { $this->runAssertReturnCommand( @@ -13921,7 +12529,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1391')] public function testAssertReturn1392(): void { $this->runAssertReturnCommand( @@ -13931,7 +12538,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1392')] public function testAssertReturn1393(): void { $this->runAssertReturnCommand( @@ -13941,7 +12547,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1393')] public function testAssertReturn1394(): void { $this->runAssertReturnCommand( @@ -13951,7 +12556,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1394')] public function testAssertReturn1395(): void { $this->runAssertReturnCommand( @@ -13961,7 +12565,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1395')] public function testAssertReturn1396(): void { $this->runAssertReturnCommand( @@ -13971,7 +12574,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1396')] public function testAssertReturn1397(): void { $this->runAssertReturnCommand( @@ -13981,7 +12583,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1397')] public function testAssertReturn1398(): void { $this->runAssertReturnCommand( @@ -13991,7 +12592,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1398')] public function testAssertReturn1399(): void { $this->runAssertReturnCommand( @@ -14001,7 +12601,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1399')] public function testAssertReturn1400(): void { $this->runAssertReturnCommand( @@ -14011,7 +12610,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1400')] public function testAssertReturn1401(): void { $this->runAssertReturnCommand( @@ -14021,7 +12619,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1401')] public function testAssertReturn1402(): void { $this->runAssertReturnCommand( @@ -14031,7 +12628,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1402')] public function testAssertReturn1403(): void { $this->runAssertReturnCommand( @@ -14041,7 +12637,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1403')] public function testAssertReturn1404(): void { $this->runAssertReturnCommand( @@ -14051,7 +12646,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1404')] public function testAssertReturn1405(): void { $this->runAssertReturnCommand( @@ -14061,7 +12655,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1405')] public function testAssertReturn1406(): void { $this->runAssertReturnCommand( @@ -14071,7 +12664,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1406')] public function testAssertReturn1407(): void { $this->runAssertReturnCommand( @@ -14081,7 +12673,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1407')] public function testAssertReturn1408(): void { $this->runAssertReturnCommand( @@ -14091,7 +12682,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1408')] public function testAssertReturn1409(): void { $this->runAssertReturnCommand( @@ -14101,7 +12691,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1409')] public function testAssertReturn1410(): void { $this->runAssertReturnCommand( @@ -14111,7 +12700,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1410')] public function testAssertReturn1411(): void { $this->runAssertReturnCommand( @@ -14121,7 +12709,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1411')] public function testAssertReturn1412(): void { $this->runAssertReturnCommand( @@ -14131,7 +12718,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1412')] public function testAssertReturn1413(): void { $this->runAssertReturnCommand( @@ -14141,7 +12727,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1413')] public function testAssertReturn1414(): void { $this->runAssertReturnCommand( @@ -14151,7 +12736,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1414')] public function testAssertReturn1415(): void { $this->runAssertReturnCommand( @@ -14161,7 +12745,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1415')] public function testAssertReturn1416(): void { $this->runAssertReturnCommand( @@ -14171,7 +12754,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1416')] public function testAssertReturn1417(): void { $this->runAssertReturnCommand( @@ -14181,7 +12763,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1417')] public function testAssertReturn1418(): void { $this->runAssertReturnCommand( @@ -14191,7 +12772,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1418')] public function testAssertReturn1419(): void { $this->runAssertReturnCommand( @@ -14201,7 +12781,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1419')] public function testAssertReturn1420(): void { $this->runAssertReturnCommand( @@ -14211,7 +12790,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1420')] public function testAssertReturn1421(): void { $this->runAssertReturnCommand( @@ -14221,7 +12799,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1421')] public function testAssertReturn1422(): void { $this->runAssertReturnCommand( @@ -14231,7 +12808,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1422')] public function testAssertReturn1423(): void { $this->runAssertReturnCommand( @@ -14241,7 +12817,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1423')] public function testAssertReturn1424(): void { $this->runAssertReturnCommand( @@ -14251,7 +12826,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1424')] public function testAssertReturn1425(): void { $this->runAssertReturnCommand( @@ -14261,7 +12835,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1425')] public function testAssertReturn1426(): void { $this->runAssertReturnCommand( @@ -14271,7 +12844,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1426')] public function testAssertReturn1427(): void { $this->runAssertReturnCommand( @@ -14281,7 +12853,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1427')] public function testAssertReturn1428(): void { $this->runAssertReturnCommand( @@ -14291,7 +12862,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1428')] public function testAssertReturn1429(): void { $this->runAssertReturnCommand( @@ -14301,7 +12871,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1429')] public function testAssertReturn1430(): void { $this->runAssertReturnCommand( @@ -14311,7 +12880,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1430')] public function testAssertReturn1431(): void { $this->runAssertReturnCommand( @@ -14321,7 +12889,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1431')] public function testAssertReturn1432(): void { $this->runAssertReturnCommand( @@ -14331,7 +12898,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1432')] public function testAssertReturn1433(): void { $this->runAssertReturnCommand( @@ -14341,7 +12907,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1433')] public function testAssertReturn1434(): void { $this->runAssertReturnCommand( @@ -14351,7 +12916,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1434')] public function testAssertReturn1435(): void { $this->runAssertReturnCommand( @@ -14361,7 +12925,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1435')] public function testAssertReturn1436(): void { $this->runAssertReturnCommand( @@ -14371,7 +12934,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1436')] public function testAssertReturn1437(): void { $this->runAssertReturnCommand( @@ -14381,7 +12943,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1437')] public function testAssertReturn1438(): void { $this->runAssertReturnCommand( @@ -14391,7 +12952,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1438')] public function testAssertReturn1439(): void { $this->runAssertReturnCommand( @@ -14401,7 +12961,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1439')] public function testAssertReturn1440(): void { $this->runAssertReturnCommand( @@ -14411,7 +12970,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1440')] public function testAssertReturn1441(): void { $this->runAssertReturnCommand( @@ -14421,7 +12979,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1441')] public function testAssertReturn1442(): void { $this->runAssertReturnCommand( @@ -14431,7 +12988,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1442')] public function testAssertReturn1443(): void { $this->runAssertReturnCommand( @@ -14441,7 +12997,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1443')] public function testAssertReturn1444(): void { $this->runAssertReturnCommand( @@ -14451,7 +13006,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1444')] public function testAssertReturn1445(): void { $this->runAssertReturnCommand( @@ -14461,7 +13015,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1445')] public function testAssertReturn1446(): void { $this->runAssertReturnCommand( @@ -14471,7 +13024,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1446')] public function testAssertReturn1447(): void { $this->runAssertReturnCommand( @@ -14481,7 +13033,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1447')] public function testAssertReturn1448(): void { $this->runAssertReturnCommand( @@ -14491,7 +13042,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1448')] public function testAssertReturn1449(): void { $this->runAssertReturnCommand( @@ -14501,7 +13051,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1449')] public function testAssertReturn1450(): void { $this->runAssertReturnCommand( @@ -14511,7 +13060,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1450')] public function testAssertReturn1451(): void { $this->runAssertReturnCommand( @@ -14521,7 +13069,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1451')] public function testAssertReturn1452(): void { $this->runAssertReturnCommand( @@ -14531,7 +13078,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1452')] public function testAssertReturn1453(): void { $this->runAssertReturnCommand( @@ -14541,7 +13087,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1453')] public function testAssertReturn1454(): void { $this->runAssertReturnCommand( @@ -14551,7 +13096,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1454')] public function testAssertReturn1455(): void { $this->runAssertReturnCommand( @@ -14561,7 +13105,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1455')] public function testAssertReturn1456(): void { $this->runAssertReturnCommand( @@ -14571,7 +13114,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1456')] public function testAssertReturn1457(): void { $this->runAssertReturnCommand( @@ -14581,7 +13123,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1457')] public function testAssertReturn1458(): void { $this->runAssertReturnCommand( @@ -14591,7 +13132,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1458')] public function testAssertReturn1459(): void { $this->runAssertReturnCommand( @@ -14601,7 +13141,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1459')] public function testAssertReturn1460(): void { $this->runAssertReturnCommand( @@ -14611,7 +13150,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1460')] public function testAssertReturn1461(): void { $this->runAssertReturnCommand( @@ -14621,7 +13159,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1461')] public function testAssertReturn1462(): void { $this->runAssertReturnCommand( @@ -14631,7 +13168,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1462')] public function testAssertReturn1463(): void { $this->runAssertReturnCommand( @@ -14641,7 +13177,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1463')] public function testAssertReturn1464(): void { $this->runAssertReturnCommand( @@ -14651,7 +13186,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1464')] public function testAssertReturn1465(): void { $this->runAssertReturnCommand( @@ -14661,7 +13195,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1465')] public function testAssertReturn1466(): void { $this->runAssertReturnCommand( @@ -14671,7 +13204,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1466')] public function testAssertReturn1467(): void { $this->runAssertReturnCommand( @@ -14681,7 +13213,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1467')] public function testAssertReturn1468(): void { $this->runAssertReturnCommand( @@ -14691,7 +13222,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1468')] public function testAssertReturn1469(): void { $this->runAssertReturnCommand( @@ -14701,7 +13231,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1469')] public function testAssertReturn1470(): void { $this->runAssertReturnCommand( @@ -14711,7 +13240,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1470')] public function testAssertReturn1471(): void { $this->runAssertReturnCommand( @@ -14721,7 +13249,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1471')] public function testAssertReturn1472(): void { $this->runAssertReturnCommand( @@ -14731,7 +13258,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1472')] public function testAssertReturn1473(): void { $this->runAssertReturnCommand( @@ -14741,7 +13267,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1473')] public function testAssertReturn1474(): void { $this->runAssertReturnCommand( @@ -14751,7 +13276,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1474')] public function testAssertReturn1475(): void { $this->runAssertReturnCommand( @@ -14761,7 +13285,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1475')] public function testAssertReturn1476(): void { $this->runAssertReturnCommand( @@ -14771,7 +13294,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1476')] public function testAssertReturn1477(): void { $this->runAssertReturnCommand( @@ -14781,7 +13303,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1477')] public function testAssertReturn1478(): void { $this->runAssertReturnCommand( @@ -14791,7 +13312,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1478')] public function testAssertReturn1479(): void { $this->runAssertReturnCommand( @@ -14801,7 +13321,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1479')] public function testAssertReturn1480(): void { $this->runAssertReturnCommand( @@ -14811,7 +13330,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1480')] public function testAssertReturn1481(): void { $this->runAssertReturnCommand( @@ -14821,7 +13339,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1481')] public function testAssertReturn1482(): void { $this->runAssertReturnCommand( @@ -14831,7 +13348,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1482')] public function testAssertReturn1483(): void { $this->runAssertReturnCommand( @@ -14841,7 +13357,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1483')] public function testAssertReturn1484(): void { $this->runAssertReturnCommand( @@ -14851,7 +13366,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1484')] public function testAssertReturn1485(): void { $this->runAssertReturnCommand( @@ -14861,7 +13375,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1485')] public function testAssertReturn1486(): void { $this->runAssertReturnCommand( @@ -14871,7 +13384,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1486')] public function testAssertReturn1487(): void { $this->runAssertReturnCommand( @@ -14881,7 +13393,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1487')] public function testAssertReturn1488(): void { $this->runAssertReturnCommand( @@ -14891,7 +13402,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1488')] public function testAssertReturn1489(): void { $this->runAssertReturnCommand( @@ -14901,7 +13411,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1489')] public function testAssertReturn1490(): void { $this->runAssertReturnCommand( @@ -14911,7 +13420,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1490')] public function testAssertReturn1491(): void { $this->runAssertReturnCommand( @@ -14921,7 +13429,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1491')] public function testAssertReturn1492(): void { $this->runAssertReturnCommand( @@ -14931,7 +13438,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1492')] public function testAssertReturn1493(): void { $this->runAssertReturnCommand( @@ -14941,7 +13447,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1493')] public function testAssertReturn1494(): void { $this->runAssertReturnCommand( @@ -14951,7 +13456,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1494')] public function testAssertReturn1495(): void { $this->runAssertReturnCommand( @@ -14961,7 +13465,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1495')] public function testAssertReturn1496(): void { $this->runAssertReturnCommand( @@ -14971,7 +13474,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1496')] public function testAssertReturn1497(): void { $this->runAssertReturnCommand( @@ -14981,7 +13483,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1497')] public function testAssertReturn1498(): void { $this->runAssertReturnCommand( @@ -14991,7 +13492,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1498')] public function testAssertReturn1499(): void { $this->runAssertReturnCommand( @@ -15001,7 +13501,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1499')] public function testAssertReturn1500(): void { $this->runAssertReturnCommand( @@ -15011,7 +13510,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1500')] public function testAssertReturn1501(): void { $this->runAssertReturnCommand( @@ -15021,7 +13519,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1501')] public function testAssertReturn1502(): void { $this->runAssertReturnCommand( @@ -15031,7 +13528,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1502')] public function testAssertReturn1503(): void { $this->runAssertReturnCommand( @@ -15041,7 +13537,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1503')] public function testAssertReturn1504(): void { $this->runAssertReturnCommand( @@ -15051,7 +13546,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1504')] public function testAssertReturn1505(): void { $this->runAssertReturnCommand( @@ -15061,7 +13555,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1505')] public function testAssertReturn1506(): void { $this->runAssertReturnCommand( @@ -15071,7 +13564,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1506')] public function testAssertReturn1507(): void { $this->runAssertReturnCommand( @@ -15081,7 +13573,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1507')] public function testAssertReturn1508(): void { $this->runAssertReturnCommand( @@ -15091,7 +13582,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1508')] public function testAssertReturn1509(): void { $this->runAssertReturnCommand( @@ -15101,7 +13591,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1509')] public function testAssertReturn1510(): void { $this->runAssertReturnCommand( @@ -15111,7 +13600,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1510')] public function testAssertReturn1511(): void { $this->runAssertReturnCommand( @@ -15121,7 +13609,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1511')] public function testAssertReturn1512(): void { $this->runAssertReturnCommand( @@ -15131,7 +13618,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1512')] public function testAssertReturn1513(): void { $this->runAssertReturnCommand( @@ -15141,7 +13627,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1513')] public function testAssertReturn1514(): void { $this->runAssertReturnCommand( @@ -15151,7 +13636,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1514')] public function testAssertReturn1515(): void { $this->runAssertReturnCommand( @@ -15161,7 +13645,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1515')] public function testAssertReturn1516(): void { $this->runAssertReturnCommand( @@ -15171,7 +13654,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1516')] public function testAssertReturn1517(): void { $this->runAssertReturnCommand( @@ -15181,7 +13663,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1517')] public function testAssertReturn1518(): void { $this->runAssertReturnCommand( @@ -15191,7 +13672,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1518')] public function testAssertReturn1519(): void { $this->runAssertReturnCommand( @@ -15201,7 +13681,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1519')] public function testAssertReturn1520(): void { $this->runAssertReturnCommand( @@ -15211,7 +13690,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1520')] public function testAssertReturn1521(): void { $this->runAssertReturnCommand( @@ -15221,7 +13699,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1521')] public function testAssertReturn1522(): void { $this->runAssertReturnCommand( @@ -15231,7 +13708,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1522')] public function testAssertReturn1523(): void { $this->runAssertReturnCommand( @@ -15241,7 +13717,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1523')] public function testAssertReturn1524(): void { $this->runAssertReturnCommand( @@ -15251,7 +13726,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1524')] public function testAssertReturn1525(): void { $this->runAssertReturnCommand( @@ -15261,7 +13735,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1525')] public function testAssertReturn1526(): void { $this->runAssertReturnCommand( @@ -15271,7 +13744,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1526')] public function testAssertReturn1527(): void { $this->runAssertReturnCommand( @@ -15281,7 +13753,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1527')] public function testAssertReturn1528(): void { $this->runAssertReturnCommand( @@ -15291,7 +13762,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1528')] public function testAssertReturn1529(): void { $this->runAssertReturnCommand( @@ -15301,7 +13771,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1529')] public function testAssertReturn1530(): void { $this->runAssertReturnCommand( @@ -15311,7 +13780,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1530')] public function testAssertReturn1531(): void { $this->runAssertReturnCommand( @@ -15321,7 +13789,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1531')] public function testAssertReturn1532(): void { $this->runAssertReturnCommand( @@ -15331,7 +13798,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1532')] public function testAssertReturn1533(): void { $this->runAssertReturnCommand( @@ -15341,7 +13807,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1533')] public function testAssertReturn1534(): void { $this->runAssertReturnCommand( @@ -15351,7 +13816,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1534')] public function testAssertReturn1535(): void { $this->runAssertReturnCommand( @@ -15361,7 +13825,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1535')] public function testAssertReturn1536(): void { $this->runAssertReturnCommand( @@ -15371,7 +13834,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1536')] public function testAssertReturn1537(): void { $this->runAssertReturnCommand( @@ -15381,7 +13843,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1537')] public function testAssertReturn1538(): void { $this->runAssertReturnCommand( @@ -15391,7 +13852,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1538')] public function testAssertReturn1539(): void { $this->runAssertReturnCommand( @@ -15401,7 +13861,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1539')] public function testAssertReturn1540(): void { $this->runAssertReturnCommand( @@ -15411,7 +13870,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1540')] public function testAssertReturn1541(): void { $this->runAssertReturnCommand( @@ -15421,7 +13879,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1541')] public function testAssertReturn1542(): void { $this->runAssertReturnCommand( @@ -15431,7 +13888,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1542')] public function testAssertReturn1543(): void { $this->runAssertReturnCommand( @@ -15441,7 +13897,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1543')] public function testAssertReturn1544(): void { $this->runAssertReturnCommand( @@ -15451,7 +13906,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1544')] public function testAssertReturn1545(): void { $this->runAssertReturnCommand( @@ -15461,7 +13915,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1545')] public function testAssertReturn1546(): void { $this->runAssertReturnCommand( @@ -15471,7 +13924,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1546')] public function testAssertReturn1547(): void { $this->runAssertReturnCommand( @@ -15481,7 +13933,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1547')] public function testAssertReturn1548(): void { $this->runAssertReturnCommand( @@ -15491,7 +13942,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1548')] public function testAssertReturn1549(): void { $this->runAssertReturnCommand( @@ -15501,7 +13951,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1549')] public function testAssertReturn1550(): void { $this->runAssertReturnCommand( @@ -15511,7 +13960,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1550')] public function testAssertReturn1551(): void { $this->runAssertReturnCommand( @@ -15521,7 +13969,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1551')] public function testAssertReturn1552(): void { $this->runAssertReturnCommand( @@ -15531,7 +13978,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1552')] public function testAssertReturn1553(): void { $this->runAssertReturnCommand( @@ -15541,7 +13987,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1553')] public function testAssertReturn1554(): void { $this->runAssertReturnCommand( @@ -15551,7 +13996,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1554')] public function testAssertReturn1555(): void { $this->runAssertReturnCommand( @@ -15561,7 +14005,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1555')] public function testAssertReturn1556(): void { $this->runAssertReturnCommand( @@ -15571,7 +14014,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1556')] public function testAssertReturn1557(): void { $this->runAssertReturnCommand( @@ -15581,7 +14023,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1557')] public function testAssertReturn1558(): void { $this->runAssertReturnCommand( @@ -15591,7 +14032,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1558')] public function testAssertReturn1559(): void { $this->runAssertReturnCommand( @@ -15601,7 +14041,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1559')] public function testAssertReturn1560(): void { $this->runAssertReturnCommand( @@ -15611,7 +14050,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1560')] public function testAssertReturn1561(): void { $this->runAssertReturnCommand( @@ -15621,7 +14059,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1561')] public function testAssertReturn1562(): void { $this->runAssertReturnCommand( @@ -15631,7 +14068,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1562')] public function testAssertReturn1563(): void { $this->runAssertReturnCommand( @@ -15641,7 +14077,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1563')] public function testAssertReturn1564(): void { $this->runAssertReturnCommand( @@ -15651,7 +14086,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1564')] public function testAssertReturn1565(): void { $this->runAssertReturnCommand( @@ -15661,7 +14095,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1565')] public function testAssertReturn1566(): void { $this->runAssertReturnCommand( @@ -15671,7 +14104,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1566')] public function testAssertReturn1567(): void { $this->runAssertReturnCommand( @@ -15681,7 +14113,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1567')] public function testAssertReturn1568(): void { $this->runAssertReturnCommand( @@ -15691,7 +14122,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1568')] public function testAssertReturn1569(): void { $this->runAssertReturnCommand( @@ -15701,7 +14131,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1569')] public function testAssertReturn1570(): void { $this->runAssertReturnCommand( @@ -15711,7 +14140,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1570')] public function testAssertReturn1571(): void { $this->runAssertReturnCommand( @@ -15721,7 +14149,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1571')] public function testAssertReturn1572(): void { $this->runAssertReturnCommand( @@ -15731,7 +14158,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1572')] public function testAssertReturn1573(): void { $this->runAssertReturnCommand( @@ -15741,7 +14167,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1573')] public function testAssertReturn1574(): void { $this->runAssertReturnCommand( @@ -15751,7 +14176,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1574')] public function testAssertReturn1575(): void { $this->runAssertReturnCommand( @@ -15761,7 +14185,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1575')] public function testAssertReturn1576(): void { $this->runAssertReturnCommand( @@ -15771,7 +14194,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1576')] public function testAssertReturn1577(): void { $this->runAssertReturnCommand( @@ -15781,7 +14203,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1577')] public function testAssertReturn1578(): void { $this->runAssertReturnCommand( @@ -15791,7 +14212,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1578')] public function testAssertReturn1579(): void { $this->runAssertReturnCommand( @@ -15801,7 +14221,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1579')] public function testAssertReturn1580(): void { $this->runAssertReturnCommand( @@ -15811,7 +14230,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1580')] public function testAssertReturn1581(): void { $this->runAssertReturnCommand( @@ -15821,7 +14239,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1581')] public function testAssertReturn1582(): void { $this->runAssertReturnCommand( @@ -15831,7 +14248,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1582')] public function testAssertReturn1583(): void { $this->runAssertReturnCommand( @@ -15841,7 +14257,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1583')] public function testAssertReturn1584(): void { $this->runAssertReturnCommand( @@ -15851,7 +14266,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1584')] public function testAssertReturn1585(): void { $this->runAssertReturnCommand( @@ -15861,7 +14275,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1585')] public function testAssertReturn1586(): void { $this->runAssertReturnCommand( @@ -15871,7 +14284,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1586')] public function testAssertReturn1587(): void { $this->runAssertReturnCommand( @@ -15881,7 +14293,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1587')] public function testAssertReturn1588(): void { $this->runAssertReturnCommand( @@ -15891,7 +14302,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1588')] public function testAssertReturn1589(): void { $this->runAssertReturnCommand( @@ -15901,7 +14311,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1589')] public function testAssertReturn1590(): void { $this->runAssertReturnCommand( @@ -15911,7 +14320,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1590')] public function testAssertReturn1591(): void { $this->runAssertReturnCommand( @@ -15921,7 +14329,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1591')] public function testAssertReturn1592(): void { $this->runAssertReturnCommand( @@ -15931,7 +14338,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1592')] public function testAssertReturn1593(): void { $this->runAssertReturnCommand( @@ -15941,7 +14347,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1593')] public function testAssertReturn1594(): void { $this->runAssertReturnCommand( @@ -15951,7 +14356,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1594')] public function testAssertReturn1595(): void { $this->runAssertReturnCommand( @@ -15961,7 +14365,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1595')] public function testAssertReturn1596(): void { $this->runAssertReturnCommand( @@ -15971,7 +14374,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1596')] public function testAssertReturn1597(): void { $this->runAssertReturnCommand( @@ -15981,7 +14383,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1597')] public function testAssertReturn1598(): void { $this->runAssertReturnCommand( @@ -15991,7 +14392,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1598')] public function testAssertReturn1599(): void { $this->runAssertReturnCommand( @@ -16001,7 +14401,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1599')] public function testAssertReturn1600(): void { $this->runAssertReturnCommand( @@ -16011,7 +14410,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1600')] public function testAssertReturn1601(): void { $this->runAssertReturnCommand( @@ -16021,7 +14419,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1601')] public function testAssertReturn1602(): void { $this->runAssertReturnCommand( @@ -16031,7 +14428,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1602')] public function testAssertReturn1603(): void { $this->runAssertReturnCommand( @@ -16041,7 +14437,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1603')] public function testAssertReturn1604(): void { $this->runAssertReturnCommand( @@ -16051,7 +14446,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1604')] public function testAssertReturn1605(): void { $this->runAssertReturnCommand( @@ -16061,7 +14455,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1605')] public function testAssertReturn1606(): void { $this->runAssertReturnCommand( @@ -16071,7 +14464,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1606')] public function testAssertReturn1607(): void { $this->runAssertReturnCommand( @@ -16081,7 +14473,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1607')] public function testAssertReturn1608(): void { $this->runAssertReturnCommand( @@ -16091,7 +14482,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1608')] public function testAssertReturn1609(): void { $this->runAssertReturnCommand( @@ -16101,7 +14491,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1609')] public function testAssertReturn1610(): void { $this->runAssertReturnCommand( @@ -16111,7 +14500,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1610')] public function testAssertReturn1611(): void { $this->runAssertReturnCommand( @@ -16121,7 +14509,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1611')] public function testAssertReturn1612(): void { $this->runAssertReturnCommand( @@ -16131,7 +14518,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1612')] public function testAssertReturn1613(): void { $this->runAssertReturnCommand( @@ -16141,7 +14527,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1613')] public function testAssertReturn1614(): void { $this->runAssertReturnCommand( @@ -16151,7 +14536,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1614')] public function testAssertReturn1615(): void { $this->runAssertReturnCommand( @@ -16161,7 +14545,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1615')] public function testAssertReturn1616(): void { $this->runAssertReturnCommand( @@ -16171,7 +14554,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1616')] public function testAssertReturn1617(): void { $this->runAssertReturnCommand( @@ -16181,7 +14563,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1617')] public function testAssertReturn1618(): void { $this->runAssertReturnCommand( @@ -16191,7 +14572,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1618')] public function testAssertReturn1619(): void { $this->runAssertReturnCommand( @@ -16201,7 +14581,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1619')] public function testAssertReturn1620(): void { $this->runAssertReturnCommand( @@ -16211,7 +14590,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1620')] public function testAssertReturn1621(): void { $this->runAssertReturnCommand( @@ -16221,7 +14599,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1621')] public function testAssertReturn1622(): void { $this->runAssertReturnCommand( @@ -16231,7 +14608,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1622')] public function testAssertReturn1623(): void { $this->runAssertReturnCommand( @@ -16241,7 +14617,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1623')] public function testAssertReturn1624(): void { $this->runAssertReturnCommand( @@ -16251,7 +14626,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1624')] public function testAssertReturn1625(): void { $this->runAssertReturnCommand( @@ -16261,7 +14635,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1625')] public function testAssertReturn1626(): void { $this->runAssertReturnCommand( @@ -16271,7 +14644,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1626')] public function testAssertReturn1627(): void { $this->runAssertReturnCommand( @@ -16281,7 +14653,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1627')] public function testAssertReturn1628(): void { $this->runAssertReturnCommand( @@ -16291,7 +14662,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1628')] public function testAssertReturn1629(): void { $this->runAssertReturnCommand( @@ -16301,7 +14671,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1629')] public function testAssertReturn1630(): void { $this->runAssertReturnCommand( @@ -16311,7 +14680,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1630')] public function testAssertReturn1631(): void { $this->runAssertReturnCommand( @@ -16321,7 +14689,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1631')] public function testAssertReturn1632(): void { $this->runAssertReturnCommand( @@ -16331,7 +14698,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1632')] public function testAssertReturn1633(): void { $this->runAssertReturnCommand( @@ -16341,7 +14707,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1633')] public function testAssertReturn1634(): void { $this->runAssertReturnCommand( @@ -16351,7 +14716,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1634')] public function testAssertReturn1635(): void { $this->runAssertReturnCommand( @@ -16361,7 +14725,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1635')] public function testAssertReturn1636(): void { $this->runAssertReturnCommand( @@ -16371,7 +14734,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1636')] public function testAssertReturn1637(): void { $this->runAssertReturnCommand( @@ -16381,7 +14743,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1637')] public function testAssertReturn1638(): void { $this->runAssertReturnCommand( @@ -16391,7 +14752,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1638')] public function testAssertReturn1639(): void { $this->runAssertReturnCommand( @@ -16401,7 +14761,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1639')] public function testAssertReturn1640(): void { $this->runAssertReturnCommand( @@ -16411,7 +14770,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1640')] public function testAssertReturn1641(): void { $this->runAssertReturnCommand( @@ -16421,7 +14779,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1641')] public function testAssertReturn1642(): void { $this->runAssertReturnCommand( @@ -16431,7 +14788,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1642')] public function testAssertReturn1643(): void { $this->runAssertReturnCommand( @@ -16441,7 +14797,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1643')] public function testAssertReturn1644(): void { $this->runAssertReturnCommand( @@ -16451,7 +14806,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1644')] public function testAssertReturn1645(): void { $this->runAssertReturnCommand( @@ -16461,7 +14815,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1645')] public function testAssertReturn1646(): void { $this->runAssertReturnCommand( @@ -16471,7 +14824,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1646')] public function testAssertReturn1647(): void { $this->runAssertReturnCommand( @@ -16481,7 +14833,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1647')] public function testAssertReturn1648(): void { $this->runAssertReturnCommand( @@ -16491,7 +14842,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1648')] public function testAssertReturn1649(): void { $this->runAssertReturnCommand( @@ -16501,7 +14851,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1649')] public function testAssertReturn1650(): void { $this->runAssertReturnCommand( @@ -16511,7 +14860,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1650')] public function testAssertReturn1651(): void { $this->runAssertReturnCommand( @@ -16521,7 +14869,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1651')] public function testAssertReturn1652(): void { $this->runAssertReturnCommand( @@ -16531,7 +14878,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1652')] public function testAssertReturn1653(): void { $this->runAssertReturnCommand( @@ -16541,7 +14887,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1653')] public function testAssertReturn1654(): void { $this->runAssertReturnCommand( @@ -16551,7 +14896,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1654')] public function testAssertReturn1655(): void { $this->runAssertReturnCommand( @@ -16561,7 +14905,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1655')] public function testAssertReturn1656(): void { $this->runAssertReturnCommand( @@ -16571,7 +14914,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1656')] public function testAssertReturn1657(): void { $this->runAssertReturnCommand( @@ -16581,7 +14923,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1657')] public function testAssertReturn1658(): void { $this->runAssertReturnCommand( @@ -16591,7 +14932,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1658')] public function testAssertReturn1659(): void { $this->runAssertReturnCommand( @@ -16601,7 +14941,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1659')] public function testAssertReturn1660(): void { $this->runAssertReturnCommand( @@ -16611,7 +14950,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1660')] public function testAssertReturn1661(): void { $this->runAssertReturnCommand( @@ -16621,7 +14959,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1661')] public function testModule1662(): void { $this->runModuleCommand( @@ -16631,7 +14968,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testModule1662')] public function testAssertTrap1663(): void { $this->runAssertTrapCommand( @@ -16641,7 +14977,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap1663')] public function testAssertReturn1664(): void { $this->runAssertReturnCommand( @@ -16651,7 +14986,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1664')] public function testAssertReturn1665(): void { $this->runAssertReturnCommand( @@ -16661,7 +14995,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1665')] public function testAssertReturn1666(): void { $this->runAssertReturnCommand( @@ -16671,7 +15004,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1666')] public function testAssertReturn1667(): void { $this->runAssertReturnCommand( @@ -16681,7 +15013,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1667')] public function testAssertReturn1668(): void { $this->runAssertReturnCommand( @@ -16691,7 +15022,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1668')] public function testAssertReturn1669(): void { $this->runAssertReturnCommand( @@ -16701,7 +15031,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1669')] public function testAssertReturn1670(): void { $this->runAssertReturnCommand( @@ -16711,7 +15040,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1670')] public function testAssertReturn1671(): void { $this->runAssertReturnCommand( @@ -16721,7 +15049,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1671')] public function testAssertReturn1672(): void { $this->runAssertReturnCommand( @@ -16731,7 +15058,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1672')] public function testAssertReturn1673(): void { $this->runAssertReturnCommand( @@ -16741,7 +15067,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1673')] public function testAssertReturn1674(): void { $this->runAssertReturnCommand( @@ -16751,7 +15076,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1674')] public function testAssertReturn1675(): void { $this->runAssertReturnCommand( @@ -16761,7 +15085,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1675')] public function testAssertReturn1676(): void { $this->runAssertReturnCommand( @@ -16771,7 +15094,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1676')] public function testAssertReturn1677(): void { $this->runAssertReturnCommand( @@ -16781,7 +15103,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1677')] public function testAssertReturn1678(): void { $this->runAssertReturnCommand( @@ -16791,7 +15112,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1678')] public function testAssertReturn1679(): void { $this->runAssertReturnCommand( @@ -16801,7 +15121,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1679')] public function testAssertReturn1680(): void { $this->runAssertReturnCommand( @@ -16811,7 +15130,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1680')] public function testAssertReturn1681(): void { $this->runAssertReturnCommand( @@ -16821,7 +15139,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1681')] public function testAssertReturn1682(): void { $this->runAssertReturnCommand( @@ -16831,7 +15148,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1682')] public function testAssertReturn1683(): void { $this->runAssertReturnCommand( @@ -16841,7 +15157,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1683')] public function testAssertReturn1684(): void { $this->runAssertReturnCommand( @@ -16851,7 +15166,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1684')] public function testAssertReturn1685(): void { $this->runAssertReturnCommand( @@ -16861,7 +15175,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1685')] public function testAssertReturn1686(): void { $this->runAssertReturnCommand( @@ -16871,7 +15184,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1686')] public function testAssertReturn1687(): void { $this->runAssertReturnCommand( @@ -16881,7 +15193,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1687')] public function testAssertReturn1688(): void { $this->runAssertReturnCommand( @@ -16891,7 +15202,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1688')] public function testAssertReturn1689(): void { $this->runAssertReturnCommand( @@ -16901,7 +15211,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1689')] public function testAssertReturn1690(): void { $this->runAssertReturnCommand( @@ -16911,7 +15220,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1690')] public function testAssertReturn1691(): void { $this->runAssertReturnCommand( @@ -16921,7 +15229,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1691')] public function testAssertReturn1692(): void { $this->runAssertReturnCommand( @@ -16931,7 +15238,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1692')] public function testAssertReturn1693(): void { $this->runAssertReturnCommand( @@ -16941,7 +15247,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1693')] public function testAssertReturn1694(): void { $this->runAssertReturnCommand( @@ -16951,7 +15256,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1694')] public function testAssertReturn1695(): void { $this->runAssertReturnCommand( @@ -16961,7 +15265,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1695')] public function testAssertReturn1696(): void { $this->runAssertReturnCommand( @@ -16971,7 +15274,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1696')] public function testAssertReturn1697(): void { $this->runAssertReturnCommand( @@ -16981,7 +15283,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1697')] public function testAssertReturn1698(): void { $this->runAssertReturnCommand( @@ -16991,7 +15292,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1698')] public function testAssertReturn1699(): void { $this->runAssertReturnCommand( @@ -17001,7 +15301,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1699')] public function testAssertReturn1700(): void { $this->runAssertReturnCommand( @@ -17011,7 +15310,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1700')] public function testAssertReturn1701(): void { $this->runAssertReturnCommand( @@ -17021,7 +15319,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1701')] public function testAssertReturn1702(): void { $this->runAssertReturnCommand( @@ -17031,7 +15328,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1702')] public function testAssertReturn1703(): void { $this->runAssertReturnCommand( @@ -17041,7 +15337,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1703')] public function testAssertReturn1704(): void { $this->runAssertReturnCommand( @@ -17051,7 +15346,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1704')] public function testAssertReturn1705(): void { $this->runAssertReturnCommand( @@ -17061,7 +15355,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1705')] public function testAssertReturn1706(): void { $this->runAssertReturnCommand( @@ -17071,7 +15364,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1706')] public function testAssertReturn1707(): void { $this->runAssertReturnCommand( @@ -17081,7 +15373,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1707')] public function testAssertReturn1708(): void { $this->runAssertReturnCommand( @@ -17091,7 +15382,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1708')] public function testAssertReturn1709(): void { $this->runAssertReturnCommand( @@ -17101,7 +15391,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1709')] public function testAssertReturn1710(): void { $this->runAssertReturnCommand( @@ -17111,7 +15400,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1710')] public function testAssertReturn1711(): void { $this->runAssertReturnCommand( @@ -17121,7 +15409,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1711')] public function testAssertReturn1712(): void { $this->runAssertReturnCommand( @@ -17131,7 +15418,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1712')] public function testAssertReturn1713(): void { $this->runAssertReturnCommand( @@ -17141,7 +15427,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1713')] public function testAssertReturn1714(): void { $this->runAssertReturnCommand( @@ -17151,7 +15436,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1714')] public function testAssertReturn1715(): void { $this->runAssertReturnCommand( @@ -17161,7 +15445,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1715')] public function testAssertReturn1716(): void { $this->runAssertReturnCommand( @@ -17171,7 +15454,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1716')] public function testAssertReturn1717(): void { $this->runAssertReturnCommand( @@ -17181,7 +15463,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1717')] public function testAssertReturn1718(): void { $this->runAssertReturnCommand( @@ -17191,7 +15472,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1718')] public function testAssertReturn1719(): void { $this->runAssertReturnCommand( @@ -17201,7 +15481,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1719')] public function testAssertReturn1720(): void { $this->runAssertReturnCommand( @@ -17211,7 +15490,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1720')] public function testAssertReturn1721(): void { $this->runAssertReturnCommand( @@ -17221,7 +15499,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1721')] public function testAssertReturn1722(): void { $this->runAssertReturnCommand( @@ -17231,7 +15508,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1722')] public function testAssertReturn1723(): void { $this->runAssertReturnCommand( @@ -17241,7 +15517,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1723')] public function testAssertReturn1724(): void { $this->runAssertReturnCommand( @@ -17251,7 +15526,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1724')] public function testAssertReturn1725(): void { $this->runAssertReturnCommand( @@ -17261,7 +15535,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1725')] public function testAssertReturn1726(): void { $this->runAssertReturnCommand( @@ -17271,7 +15544,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1726')] public function testAssertReturn1727(): void { $this->runAssertReturnCommand( @@ -17281,7 +15553,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1727')] public function testAssertReturn1728(): void { $this->runAssertReturnCommand( @@ -17291,7 +15562,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1728')] public function testAssertReturn1729(): void { $this->runAssertReturnCommand( @@ -17301,7 +15571,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1729')] public function testAssertReturn1730(): void { $this->runAssertReturnCommand( @@ -17311,7 +15580,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1730')] public function testAssertReturn1731(): void { $this->runAssertReturnCommand( @@ -17321,7 +15589,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1731')] public function testAssertReturn1732(): void { $this->runAssertReturnCommand( @@ -17331,7 +15598,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1732')] public function testAssertReturn1733(): void { $this->runAssertReturnCommand( @@ -17341,7 +15607,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1733')] public function testAssertReturn1734(): void { $this->runAssertReturnCommand( @@ -17351,7 +15616,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1734')] public function testAssertReturn1735(): void { $this->runAssertReturnCommand( @@ -17361,7 +15625,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1735')] public function testAssertReturn1736(): void { $this->runAssertReturnCommand( @@ -17371,7 +15634,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1736')] public function testAssertReturn1737(): void { $this->runAssertReturnCommand( @@ -17381,7 +15643,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1737')] public function testAssertReturn1738(): void { $this->runAssertReturnCommand( @@ -17391,7 +15652,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1738')] public function testAssertReturn1739(): void { $this->runAssertReturnCommand( @@ -17401,7 +15661,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1739')] public function testAssertReturn1740(): void { $this->runAssertReturnCommand( @@ -17411,7 +15670,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1740')] public function testAssertReturn1741(): void { $this->runAssertReturnCommand( @@ -17421,7 +15679,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1741')] public function testAssertReturn1742(): void { $this->runAssertReturnCommand( @@ -17431,7 +15688,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1742')] public function testAssertReturn1743(): void { $this->runAssertReturnCommand( @@ -17441,7 +15697,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1743')] public function testAssertReturn1744(): void { $this->runAssertReturnCommand( @@ -17451,7 +15706,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1744')] public function testAssertReturn1745(): void { $this->runAssertReturnCommand( @@ -17461,7 +15715,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1745')] public function testAssertReturn1746(): void { $this->runAssertReturnCommand( @@ -17471,7 +15724,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1746')] public function testAssertReturn1747(): void { $this->runAssertReturnCommand( @@ -17481,7 +15733,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1747')] public function testAssertReturn1748(): void { $this->runAssertReturnCommand( @@ -17491,7 +15742,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1748')] public function testAssertReturn1749(): void { $this->runAssertReturnCommand( @@ -17501,7 +15751,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1749')] public function testAssertReturn1750(): void { $this->runAssertReturnCommand( @@ -17511,7 +15760,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1750')] public function testAssertReturn1751(): void { $this->runAssertReturnCommand( @@ -17521,7 +15769,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1751')] public function testAssertReturn1752(): void { $this->runAssertReturnCommand( @@ -17531,7 +15778,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1752')] public function testAssertReturn1753(): void { $this->runAssertReturnCommand( @@ -17541,7 +15787,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1753')] public function testAssertReturn1754(): void { $this->runAssertReturnCommand( @@ -17551,7 +15796,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1754')] public function testAssertReturn1755(): void { $this->runAssertReturnCommand( @@ -17561,7 +15805,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1755')] public function testAssertReturn1756(): void { $this->runAssertReturnCommand( @@ -17571,7 +15814,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1756')] public function testAssertReturn1757(): void { $this->runAssertReturnCommand( @@ -17581,7 +15823,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1757')] public function testAssertReturn1758(): void { $this->runAssertReturnCommand( @@ -17591,7 +15832,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1758')] public function testAssertReturn1759(): void { $this->runAssertReturnCommand( @@ -17601,7 +15841,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1759')] public function testAssertReturn1760(): void { $this->runAssertReturnCommand( @@ -17611,7 +15850,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1760')] public function testAssertReturn1761(): void { $this->runAssertReturnCommand( @@ -17621,7 +15859,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1761')] public function testAssertReturn1762(): void { $this->runAssertReturnCommand( @@ -17631,7 +15868,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1762')] public function testAssertReturn1763(): void { $this->runAssertReturnCommand( @@ -17641,7 +15877,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1763')] public function testAssertReturn1764(): void { $this->runAssertReturnCommand( @@ -17651,7 +15886,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1764')] public function testAssertReturn1765(): void { $this->runAssertReturnCommand( @@ -17661,7 +15895,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1765')] public function testAssertReturn1766(): void { $this->runAssertReturnCommand( @@ -17671,7 +15904,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1766')] public function testAssertReturn1767(): void { $this->runAssertReturnCommand( @@ -17681,7 +15913,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1767')] public function testAssertReturn1768(): void { $this->runAssertReturnCommand( @@ -17691,7 +15922,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1768')] public function testAssertReturn1769(): void { $this->runAssertReturnCommand( @@ -17701,7 +15931,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1769')] public function testAssertReturn1770(): void { $this->runAssertReturnCommand( @@ -17711,7 +15940,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1770')] public function testAssertReturn1771(): void { $this->runAssertReturnCommand( @@ -17721,7 +15949,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1771')] public function testAssertReturn1772(): void { $this->runAssertReturnCommand( @@ -17731,7 +15958,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1772')] public function testAssertReturn1773(): void { $this->runAssertReturnCommand( @@ -17741,7 +15967,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1773')] public function testAssertReturn1774(): void { $this->runAssertReturnCommand( @@ -17751,7 +15976,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1774')] public function testAssertReturn1775(): void { $this->runAssertReturnCommand( @@ -17761,7 +15985,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1775')] public function testAssertReturn1776(): void { $this->runAssertReturnCommand( @@ -17771,7 +15994,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1776')] public function testAssertReturn1777(): void { $this->runAssertReturnCommand( @@ -17781,7 +16003,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1777')] public function testAssertReturn1778(): void { $this->runAssertReturnCommand( @@ -17791,7 +16012,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1778')] public function testAssertReturn1779(): void { $this->runAssertReturnCommand( @@ -17801,7 +16021,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1779')] public function testAssertReturn1780(): void { $this->runAssertReturnCommand( @@ -17811,7 +16030,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1780')] public function testAssertReturn1781(): void { $this->runAssertReturnCommand( @@ -17821,7 +16039,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1781')] public function testAssertReturn1782(): void { $this->runAssertReturnCommand( @@ -17831,7 +16048,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1782')] public function testAssertReturn1783(): void { $this->runAssertReturnCommand( @@ -17841,7 +16057,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1783')] public function testAssertReturn1784(): void { $this->runAssertReturnCommand( @@ -17851,7 +16066,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1784')] public function testAssertReturn1785(): void { $this->runAssertReturnCommand( @@ -17861,7 +16075,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1785')] public function testAssertReturn1786(): void { $this->runAssertReturnCommand( @@ -17871,7 +16084,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1786')] public function testAssertReturn1787(): void { $this->runAssertReturnCommand( @@ -17881,7 +16093,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1787')] public function testAssertReturn1788(): void { $this->runAssertReturnCommand( @@ -17891,7 +16102,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1788')] public function testAssertReturn1789(): void { $this->runAssertReturnCommand( @@ -17901,7 +16111,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1789')] public function testAssertReturn1790(): void { $this->runAssertReturnCommand( @@ -17911,7 +16120,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1790')] public function testAssertReturn1791(): void { $this->runAssertReturnCommand( @@ -17921,7 +16129,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1791')] public function testAssertReturn1792(): void { $this->runAssertReturnCommand( @@ -17931,7 +16138,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1792')] public function testAssertReturn1793(): void { $this->runAssertReturnCommand( @@ -17941,7 +16147,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1793')] public function testAssertReturn1794(): void { $this->runAssertReturnCommand( @@ -17951,7 +16156,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1794')] public function testAssertReturn1795(): void { $this->runAssertReturnCommand( @@ -17961,7 +16165,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1795')] public function testAssertReturn1796(): void { $this->runAssertReturnCommand( @@ -17971,7 +16174,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1796')] public function testAssertReturn1797(): void { $this->runAssertReturnCommand( @@ -17981,7 +16183,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1797')] public function testAssertReturn1798(): void { $this->runAssertReturnCommand( @@ -17991,7 +16192,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1798')] public function testAssertReturn1799(): void { $this->runAssertReturnCommand( @@ -18001,7 +16201,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1799')] public function testAssertReturn1800(): void { $this->runAssertReturnCommand( @@ -18011,7 +16210,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1800')] public function testAssertReturn1801(): void { $this->runAssertReturnCommand( @@ -18021,7 +16219,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1801')] public function testAssertReturn1802(): void { $this->runAssertReturnCommand( @@ -18031,7 +16228,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1802')] public function testAssertReturn1803(): void { $this->runAssertReturnCommand( @@ -18041,7 +16237,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1803')] public function testAssertReturn1804(): void { $this->runAssertReturnCommand( @@ -18051,7 +16246,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1804')] public function testAssertReturn1805(): void { $this->runAssertReturnCommand( @@ -18061,7 +16255,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1805')] public function testAssertReturn1806(): void { $this->runAssertReturnCommand( @@ -18071,7 +16264,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1806')] public function testAssertReturn1807(): void { $this->runAssertReturnCommand( @@ -18081,7 +16273,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1807')] public function testAssertReturn1808(): void { $this->runAssertReturnCommand( @@ -18091,7 +16282,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1808')] public function testAssertReturn1809(): void { $this->runAssertReturnCommand( @@ -18101,7 +16291,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1809')] public function testAssertReturn1810(): void { $this->runAssertReturnCommand( @@ -18111,7 +16300,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1810')] public function testAssertReturn1811(): void { $this->runAssertReturnCommand( @@ -18121,7 +16309,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1811')] public function testAssertReturn1812(): void { $this->runAssertReturnCommand( @@ -18131,7 +16318,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1812')] public function testAssertReturn1813(): void { $this->runAssertReturnCommand( @@ -18141,7 +16327,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1813')] public function testAssertReturn1814(): void { $this->runAssertReturnCommand( @@ -18151,7 +16336,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1814')] public function testAssertReturn1815(): void { $this->runAssertReturnCommand( @@ -18161,7 +16345,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1815')] public function testAssertReturn1816(): void { $this->runAssertReturnCommand( @@ -18171,7 +16354,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1816')] public function testAssertReturn1817(): void { $this->runAssertReturnCommand( @@ -18181,7 +16363,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1817')] public function testAssertReturn1818(): void { $this->runAssertReturnCommand( @@ -18191,7 +16372,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1818')] public function testAssertReturn1819(): void { $this->runAssertReturnCommand( @@ -18201,7 +16381,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1819')] public function testAssertReturn1820(): void { $this->runAssertReturnCommand( @@ -18211,7 +16390,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1820')] public function testAssertReturn1821(): void { $this->runAssertReturnCommand( @@ -18221,7 +16399,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1821')] public function testAssertReturn1822(): void { $this->runAssertReturnCommand( @@ -18231,7 +16408,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1822')] public function testAssertReturn1823(): void { $this->runAssertReturnCommand( @@ -18241,7 +16417,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1823')] public function testAssertReturn1824(): void { $this->runAssertReturnCommand( @@ -18251,7 +16426,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1824')] public function testAssertReturn1825(): void { $this->runAssertReturnCommand( @@ -18261,7 +16435,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1825')] public function testAssertReturn1826(): void { $this->runAssertReturnCommand( @@ -18271,7 +16444,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1826')] public function testAssertReturn1827(): void { $this->runAssertReturnCommand( @@ -18281,7 +16453,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1827')] public function testAssertReturn1828(): void { $this->runAssertReturnCommand( @@ -18291,7 +16462,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1828')] public function testAssertReturn1829(): void { $this->runAssertReturnCommand( @@ -18301,7 +16471,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1829')] public function testAssertReturn1830(): void { $this->runAssertReturnCommand( @@ -18311,7 +16480,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1830')] public function testAssertReturn1831(): void { $this->runAssertReturnCommand( @@ -18321,7 +16489,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1831')] public function testAssertReturn1832(): void { $this->runAssertReturnCommand( @@ -18331,7 +16498,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1832')] public function testAssertReturn1833(): void { $this->runAssertReturnCommand( @@ -18341,7 +16507,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1833')] public function testAssertReturn1834(): void { $this->runAssertReturnCommand( @@ -18351,7 +16516,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1834')] public function testAssertReturn1835(): void { $this->runAssertReturnCommand( @@ -18361,7 +16525,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1835')] public function testAssertReturn1836(): void { $this->runAssertReturnCommand( @@ -18371,7 +16534,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1836')] public function testAssertReturn1837(): void { $this->runAssertReturnCommand( @@ -18381,7 +16543,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1837')] public function testAssertReturn1838(): void { $this->runAssertReturnCommand( @@ -18391,7 +16552,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1838')] public function testAssertReturn1839(): void { $this->runAssertReturnCommand( @@ -18401,7 +16561,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1839')] public function testAssertReturn1840(): void { $this->runAssertReturnCommand( @@ -18411,7 +16570,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1840')] public function testAssertReturn1841(): void { $this->runAssertReturnCommand( @@ -18421,7 +16579,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1841')] public function testAssertReturn1842(): void { $this->runAssertReturnCommand( @@ -18431,7 +16588,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1842')] public function testAssertReturn1843(): void { $this->runAssertReturnCommand( @@ -18441,7 +16597,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1843')] public function testAssertReturn1844(): void { $this->runAssertReturnCommand( @@ -18451,7 +16606,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1844')] public function testAssertReturn1845(): void { $this->runAssertReturnCommand( @@ -18461,7 +16615,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1845')] public function testAssertReturn1846(): void { $this->runAssertReturnCommand( @@ -18471,7 +16624,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1846')] public function testAssertReturn1847(): void { $this->runAssertReturnCommand( @@ -18481,7 +16633,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1847')] public function testAssertReturn1848(): void { $this->runAssertReturnCommand( @@ -18491,7 +16642,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1848')] public function testAssertReturn1849(): void { $this->runAssertReturnCommand( @@ -18501,7 +16651,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1849')] public function testAssertReturn1850(): void { $this->runAssertReturnCommand( @@ -18511,7 +16660,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1850')] public function testAssertReturn1851(): void { $this->runAssertReturnCommand( @@ -18521,7 +16669,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1851')] public function testAssertReturn1852(): void { $this->runAssertReturnCommand( @@ -18531,7 +16678,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1852')] public function testAssertReturn1853(): void { $this->runAssertReturnCommand( @@ -18541,7 +16687,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1853')] public function testAssertReturn1854(): void { $this->runAssertReturnCommand( @@ -18551,7 +16696,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1854')] public function testAssertReturn1855(): void { $this->runAssertReturnCommand( @@ -18561,7 +16705,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1855')] public function testAssertReturn1856(): void { $this->runAssertReturnCommand( @@ -18571,7 +16714,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1856')] public function testAssertReturn1857(): void { $this->runAssertReturnCommand( @@ -18581,7 +16723,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1857')] public function testAssertReturn1858(): void { $this->runAssertReturnCommand( @@ -18591,7 +16732,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1858')] public function testAssertReturn1859(): void { $this->runAssertReturnCommand( @@ -18601,7 +16741,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1859')] public function testAssertReturn1860(): void { $this->runAssertReturnCommand( @@ -18611,7 +16750,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1860')] public function testAssertReturn1861(): void { $this->runAssertReturnCommand( @@ -18621,7 +16759,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1861')] public function testAssertReturn1862(): void { $this->runAssertReturnCommand( @@ -18631,7 +16768,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1862')] public function testAssertReturn1863(): void { $this->runAssertReturnCommand( @@ -18641,7 +16777,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1863')] public function testAssertReturn1864(): void { $this->runAssertReturnCommand( @@ -18651,7 +16786,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1864')] public function testAssertReturn1865(): void { $this->runAssertReturnCommand( @@ -18661,7 +16795,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1865')] public function testAssertReturn1866(): void { $this->runAssertReturnCommand( @@ -18671,7 +16804,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1866')] public function testAssertReturn1867(): void { $this->runAssertReturnCommand( @@ -18681,7 +16813,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1867')] public function testAssertReturn1868(): void { $this->runAssertReturnCommand( @@ -18691,7 +16822,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1868')] public function testAssertReturn1869(): void { $this->runAssertReturnCommand( @@ -18701,7 +16831,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1869')] public function testAssertReturn1870(): void { $this->runAssertReturnCommand( @@ -18711,7 +16840,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1870')] public function testAssertReturn1871(): void { $this->runAssertReturnCommand( @@ -18721,7 +16849,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1871')] public function testAssertReturn1872(): void { $this->runAssertReturnCommand( @@ -18731,7 +16858,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1872')] public function testAssertReturn1873(): void { $this->runAssertReturnCommand( @@ -18741,7 +16867,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1873')] public function testAssertReturn1874(): void { $this->runAssertReturnCommand( @@ -18751,7 +16876,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1874')] public function testAssertReturn1875(): void { $this->runAssertReturnCommand( @@ -18761,7 +16885,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1875')] public function testAssertReturn1876(): void { $this->runAssertReturnCommand( @@ -18771,7 +16894,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1876')] public function testAssertReturn1877(): void { $this->runAssertReturnCommand( @@ -18781,7 +16903,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1877')] public function testAssertReturn1878(): void { $this->runAssertReturnCommand( @@ -18791,7 +16912,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1878')] public function testAssertReturn1879(): void { $this->runAssertReturnCommand( @@ -18801,7 +16921,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1879')] public function testAssertReturn1880(): void { $this->runAssertReturnCommand( @@ -18811,7 +16930,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1880')] public function testAssertReturn1881(): void { $this->runAssertReturnCommand( @@ -18821,7 +16939,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1881')] public function testAssertReturn1882(): void { $this->runAssertReturnCommand( @@ -18831,7 +16948,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1882')] public function testAssertReturn1883(): void { $this->runAssertReturnCommand( @@ -18841,7 +16957,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1883')] public function testAssertReturn1884(): void { $this->runAssertReturnCommand( @@ -18851,7 +16966,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1884')] public function testAssertReturn1885(): void { $this->runAssertReturnCommand( @@ -18861,7 +16975,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1885')] public function testAssertReturn1886(): void { $this->runAssertReturnCommand( @@ -18871,7 +16984,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1886')] public function testAssertReturn1887(): void { $this->runAssertReturnCommand( @@ -18881,7 +16993,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1887')] public function testAssertReturn1888(): void { $this->runAssertReturnCommand( @@ -18891,7 +17002,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1888')] public function testAssertReturn1889(): void { $this->runAssertReturnCommand( @@ -18901,7 +17011,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1889')] public function testAssertReturn1890(): void { $this->runAssertReturnCommand( @@ -18911,7 +17020,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1890')] public function testAssertReturn1891(): void { $this->runAssertReturnCommand( @@ -18921,7 +17029,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1891')] public function testAssertReturn1892(): void { $this->runAssertReturnCommand( @@ -18931,7 +17038,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1892')] public function testAssertReturn1893(): void { $this->runAssertReturnCommand( @@ -18941,7 +17047,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1893')] public function testAssertReturn1894(): void { $this->runAssertReturnCommand( @@ -18951,7 +17056,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1894')] public function testAssertReturn1895(): void { $this->runAssertReturnCommand( @@ -18961,7 +17065,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1895')] public function testAssertReturn1896(): void { $this->runAssertReturnCommand( @@ -18971,7 +17074,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1896')] public function testAssertReturn1897(): void { $this->runAssertReturnCommand( @@ -18981,7 +17083,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1897')] public function testAssertReturn1898(): void { $this->runAssertReturnCommand( @@ -18991,7 +17092,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1898')] public function testAssertReturn1899(): void { $this->runAssertReturnCommand( @@ -19001,7 +17101,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1899')] public function testAssertReturn1900(): void { $this->runAssertReturnCommand( @@ -19011,7 +17110,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1900')] public function testAssertReturn1901(): void { $this->runAssertReturnCommand( @@ -19021,7 +17119,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1901')] public function testAssertReturn1902(): void { $this->runAssertReturnCommand( @@ -19031,7 +17128,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1902')] public function testAssertReturn1903(): void { $this->runAssertReturnCommand( @@ -19041,7 +17137,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1903')] public function testAssertReturn1904(): void { $this->runAssertReturnCommand( @@ -19051,7 +17146,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1904')] public function testAssertReturn1905(): void { $this->runAssertReturnCommand( @@ -19061,7 +17155,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1905')] public function testAssertReturn1906(): void { $this->runAssertReturnCommand( @@ -19071,7 +17164,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1906')] public function testAssertReturn1907(): void { $this->runAssertReturnCommand( @@ -19081,7 +17173,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1907')] public function testAssertReturn1908(): void { $this->runAssertReturnCommand( @@ -19091,7 +17182,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1908')] public function testAssertReturn1909(): void { $this->runAssertReturnCommand( @@ -19101,7 +17191,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1909')] public function testAssertReturn1910(): void { $this->runAssertReturnCommand( @@ -19111,7 +17200,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1910')] public function testAssertReturn1911(): void { $this->runAssertReturnCommand( @@ -19121,7 +17209,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1911')] public function testAssertReturn1912(): void { $this->runAssertReturnCommand( @@ -19131,7 +17218,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1912')] public function testAssertReturn1913(): void { $this->runAssertReturnCommand( @@ -19141,7 +17227,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1913')] public function testAssertReturn1914(): void { $this->runAssertReturnCommand( @@ -19151,7 +17236,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1914')] public function testAssertReturn1915(): void { $this->runAssertReturnCommand( @@ -19161,7 +17245,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1915')] public function testAssertReturn1916(): void { $this->runAssertReturnCommand( @@ -19171,7 +17254,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1916')] public function testAssertReturn1917(): void { $this->runAssertReturnCommand( @@ -19181,7 +17263,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1917')] public function testAssertReturn1918(): void { $this->runAssertReturnCommand( @@ -19191,7 +17272,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1918')] public function testAssertReturn1919(): void { $this->runAssertReturnCommand( @@ -19201,7 +17281,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1919')] public function testAssertReturn1920(): void { $this->runAssertReturnCommand( @@ -19211,7 +17290,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1920')] public function testAssertReturn1921(): void { $this->runAssertReturnCommand( @@ -19221,7 +17299,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1921')] public function testAssertReturn1922(): void { $this->runAssertReturnCommand( @@ -19231,7 +17308,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1922')] public function testAssertReturn1923(): void { $this->runAssertReturnCommand( @@ -19241,7 +17317,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1923')] public function testAssertReturn1924(): void { $this->runAssertReturnCommand( @@ -19251,7 +17326,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1924')] public function testAssertReturn1925(): void { $this->runAssertReturnCommand( @@ -19261,7 +17335,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1925')] public function testAssertReturn1926(): void { $this->runAssertReturnCommand( @@ -19271,7 +17344,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1926')] public function testAssertReturn1927(): void { $this->runAssertReturnCommand( @@ -19281,7 +17353,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1927')] public function testAssertReturn1928(): void { $this->runAssertReturnCommand( @@ -19291,7 +17362,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1928')] public function testAssertReturn1929(): void { $this->runAssertReturnCommand( @@ -19301,7 +17371,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1929')] public function testAssertReturn1930(): void { $this->runAssertReturnCommand( @@ -19311,7 +17380,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1930')] public function testAssertReturn1931(): void { $this->runAssertReturnCommand( @@ -19321,7 +17389,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1931')] public function testAssertReturn1932(): void { $this->runAssertReturnCommand( @@ -19331,7 +17398,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1932')] public function testAssertReturn1933(): void { $this->runAssertReturnCommand( @@ -19341,7 +17407,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1933')] public function testAssertReturn1934(): void { $this->runAssertReturnCommand( @@ -19351,7 +17416,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1934')] public function testAssertReturn1935(): void { $this->runAssertReturnCommand( @@ -19361,7 +17425,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1935')] public function testAssertReturn1936(): void { $this->runAssertReturnCommand( @@ -19371,7 +17434,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1936')] public function testAssertReturn1937(): void { $this->runAssertReturnCommand( @@ -19381,7 +17443,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1937')] public function testAssertReturn1938(): void { $this->runAssertReturnCommand( @@ -19391,7 +17452,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1938')] public function testAssertReturn1939(): void { $this->runAssertReturnCommand( @@ -19401,7 +17461,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1939')] public function testAssertReturn1940(): void { $this->runAssertReturnCommand( @@ -19411,7 +17470,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1940')] public function testAssertReturn1941(): void { $this->runAssertReturnCommand( @@ -19421,7 +17479,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1941')] public function testAssertReturn1942(): void { $this->runAssertReturnCommand( @@ -19431,7 +17488,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1942')] public function testAssertReturn1943(): void { $this->runAssertReturnCommand( @@ -19441,7 +17497,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1943')] public function testAssertReturn1944(): void { $this->runAssertReturnCommand( @@ -19451,7 +17506,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1944')] public function testAssertReturn1945(): void { $this->runAssertReturnCommand( @@ -19461,7 +17515,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1945')] public function testAssertReturn1946(): void { $this->runAssertReturnCommand( @@ -19471,7 +17524,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1946')] public function testAssertReturn1947(): void { $this->runAssertReturnCommand( @@ -19481,7 +17533,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1947')] public function testAssertReturn1948(): void { $this->runAssertReturnCommand( @@ -19491,7 +17542,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1948')] public function testAssertReturn1949(): void { $this->runAssertReturnCommand( @@ -19501,7 +17551,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1949')] public function testAssertReturn1950(): void { $this->runAssertReturnCommand( @@ -19511,7 +17560,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1950')] public function testAssertReturn1951(): void { $this->runAssertReturnCommand( @@ -19521,7 +17569,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1951')] public function testAssertReturn1952(): void { $this->runAssertReturnCommand( @@ -19531,7 +17578,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1952')] public function testAssertReturn1953(): void { $this->runAssertReturnCommand( @@ -19541,7 +17587,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1953')] public function testAssertReturn1954(): void { $this->runAssertReturnCommand( @@ -19551,7 +17596,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1954')] public function testAssertReturn1955(): void { $this->runAssertReturnCommand( @@ -19561,7 +17605,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1955')] public function testAssertReturn1956(): void { $this->runAssertReturnCommand( @@ -19571,7 +17614,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1956')] public function testAssertReturn1957(): void { $this->runAssertReturnCommand( @@ -19581,7 +17623,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1957')] public function testAssertReturn1958(): void { $this->runAssertReturnCommand( @@ -19591,7 +17632,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1958')] public function testAssertReturn1959(): void { $this->runAssertReturnCommand( @@ -19601,7 +17641,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1959')] public function testAssertReturn1960(): void { $this->runAssertReturnCommand( @@ -19611,7 +17650,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1960')] public function testAssertReturn1961(): void { $this->runAssertReturnCommand( @@ -19621,7 +17659,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1961')] public function testAssertReturn1962(): void { $this->runAssertReturnCommand( @@ -19631,7 +17668,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1962')] public function testAssertReturn1963(): void { $this->runAssertReturnCommand( @@ -19641,7 +17677,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1963')] public function testAssertReturn1964(): void { $this->runAssertReturnCommand( @@ -19651,7 +17686,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1964')] public function testAssertReturn1965(): void { $this->runAssertReturnCommand( @@ -19661,7 +17695,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1965')] public function testAssertReturn1966(): void { $this->runAssertReturnCommand( @@ -19671,7 +17704,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1966')] public function testAssertReturn1967(): void { $this->runAssertReturnCommand( @@ -19681,7 +17713,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1967')] public function testAssertReturn1968(): void { $this->runAssertReturnCommand( @@ -19691,7 +17722,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1968')] public function testAssertReturn1969(): void { $this->runAssertReturnCommand( @@ -19701,7 +17731,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1969')] public function testAssertReturn1970(): void { $this->runAssertReturnCommand( @@ -19711,7 +17740,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1970')] public function testAssertReturn1971(): void { $this->runAssertReturnCommand( @@ -19721,7 +17749,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1971')] public function testAssertReturn1972(): void { $this->runAssertReturnCommand( @@ -19731,7 +17758,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1972')] public function testAssertReturn1973(): void { $this->runAssertReturnCommand( @@ -19741,7 +17767,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1973')] public function testAssertReturn1974(): void { $this->runAssertReturnCommand( @@ -19751,7 +17776,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1974')] public function testAssertReturn1975(): void { $this->runAssertReturnCommand( @@ -19761,7 +17785,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1975')] public function testAssertReturn1976(): void { $this->runAssertReturnCommand( @@ -19771,7 +17794,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1976')] public function testAssertReturn1977(): void { $this->runAssertReturnCommand( @@ -19781,7 +17803,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1977')] public function testAssertReturn1978(): void { $this->runAssertReturnCommand( @@ -19791,7 +17812,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1978')] public function testAssertReturn1979(): void { $this->runAssertReturnCommand( @@ -19801,7 +17821,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1979')] public function testAssertReturn1980(): void { $this->runAssertReturnCommand( @@ -19811,7 +17830,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1980')] public function testAssertReturn1981(): void { $this->runAssertReturnCommand( @@ -19821,7 +17839,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1981')] public function testAssertReturn1982(): void { $this->runAssertReturnCommand( @@ -19831,7 +17848,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1982')] public function testAssertReturn1983(): void { $this->runAssertReturnCommand( @@ -19841,7 +17857,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1983')] public function testAssertReturn1984(): void { $this->runAssertReturnCommand( @@ -19851,7 +17866,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1984')] public function testAssertReturn1985(): void { $this->runAssertReturnCommand( @@ -19861,7 +17875,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1985')] public function testAssertReturn1986(): void { $this->runAssertReturnCommand( @@ -19871,7 +17884,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1986')] public function testAssertReturn1987(): void { $this->runAssertReturnCommand( @@ -19881,7 +17893,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1987')] public function testAssertReturn1988(): void { $this->runAssertReturnCommand( @@ -19891,7 +17902,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1988')] public function testAssertReturn1989(): void { $this->runAssertReturnCommand( @@ -19901,7 +17911,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1989')] public function testAssertReturn1990(): void { $this->runAssertReturnCommand( @@ -19911,7 +17920,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1990')] public function testAssertReturn1991(): void { $this->runAssertReturnCommand( @@ -19921,7 +17929,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1991')] public function testAssertReturn1992(): void { $this->runAssertReturnCommand( @@ -19931,7 +17938,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1992')] public function testAssertReturn1993(): void { $this->runAssertReturnCommand( @@ -19941,7 +17947,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1993')] public function testAssertReturn1994(): void { $this->runAssertReturnCommand( @@ -19951,7 +17956,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1994')] public function testAssertReturn1995(): void { $this->runAssertReturnCommand( @@ -19961,7 +17965,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1995')] public function testAssertReturn1996(): void { $this->runAssertReturnCommand( @@ -19971,7 +17974,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1996')] public function testAssertReturn1997(): void { $this->runAssertReturnCommand( @@ -19981,7 +17983,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1997')] public function testAssertReturn1998(): void { $this->runAssertReturnCommand( @@ -19991,7 +17992,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1998')] public function testAssertReturn1999(): void { $this->runAssertReturnCommand( @@ -20001,7 +18001,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1999')] public function testAssertReturn2000(): void { $this->runAssertReturnCommand( @@ -20011,7 +18010,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2000')] public function testAssertReturn2001(): void { $this->runAssertReturnCommand( @@ -20021,7 +18019,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2001')] public function testAssertReturn2002(): void { $this->runAssertReturnCommand( @@ -20031,7 +18028,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2002')] public function testAssertReturn2003(): void { $this->runAssertReturnCommand( @@ -20041,7 +18037,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2003')] public function testAssertReturn2004(): void { $this->runAssertReturnCommand( @@ -20051,7 +18046,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2004')] public function testAssertReturn2005(): void { $this->runAssertReturnCommand( @@ -20061,7 +18055,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2005')] public function testAssertReturn2006(): void { $this->runAssertReturnCommand( @@ -20071,7 +18064,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2006')] public function testAssertReturn2007(): void { $this->runAssertReturnCommand( @@ -20081,7 +18073,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2007')] public function testAssertReturn2008(): void { $this->runAssertReturnCommand( @@ -20091,7 +18082,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2008')] public function testAssertReturn2009(): void { $this->runAssertReturnCommand( @@ -20101,7 +18091,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2009')] public function testAssertReturn2010(): void { $this->runAssertReturnCommand( @@ -20111,7 +18100,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2010')] public function testAssertReturn2011(): void { $this->runAssertReturnCommand( @@ -20121,7 +18109,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2011')] public function testAssertReturn2012(): void { $this->runAssertReturnCommand( @@ -20131,7 +18118,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2012')] public function testModule2013(): void { $this->runModuleCommand( @@ -20141,7 +18127,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testModule2013')] public function testAssertTrap2014(): void { $this->runAssertTrapCommand( @@ -20151,7 +18136,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap2014')] public function testAssertReturn2015(): void { $this->runAssertReturnCommand( @@ -20161,7 +18145,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2015')] public function testAssertReturn2016(): void { $this->runAssertReturnCommand( @@ -20171,7 +18154,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2016')] public function testAssertReturn2017(): void { $this->runAssertReturnCommand( @@ -20181,7 +18163,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2017')] public function testAssertReturn2018(): void { $this->runAssertReturnCommand( @@ -20191,7 +18172,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2018')] public function testAssertReturn2019(): void { $this->runAssertReturnCommand( @@ -20201,7 +18181,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2019')] public function testAssertReturn2020(): void { $this->runAssertReturnCommand( @@ -20211,7 +18190,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2020')] public function testAssertReturn2021(): void { $this->runAssertReturnCommand( @@ -20221,7 +18199,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2021')] public function testAssertReturn2022(): void { $this->runAssertReturnCommand( @@ -20231,7 +18208,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2022')] public function testAssertReturn2023(): void { $this->runAssertReturnCommand( @@ -20241,7 +18217,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2023')] public function testAssertReturn2024(): void { $this->runAssertReturnCommand( @@ -20251,7 +18226,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2024')] public function testAssertReturn2025(): void { $this->runAssertReturnCommand( @@ -20261,7 +18235,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2025')] public function testAssertReturn2026(): void { $this->runAssertReturnCommand( @@ -20271,7 +18244,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2026')] public function testAssertReturn2027(): void { $this->runAssertReturnCommand( @@ -20281,7 +18253,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2027')] public function testAssertReturn2028(): void { $this->runAssertReturnCommand( @@ -20291,7 +18262,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2028')] public function testAssertReturn2029(): void { $this->runAssertReturnCommand( @@ -20301,7 +18271,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2029')] public function testAssertReturn2030(): void { $this->runAssertReturnCommand( @@ -20311,7 +18280,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2030')] public function testAssertReturn2031(): void { $this->runAssertReturnCommand( @@ -20321,7 +18289,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2031')] public function testAssertReturn2032(): void { $this->runAssertReturnCommand( @@ -20331,7 +18298,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2032')] public function testAssertReturn2033(): void { $this->runAssertReturnCommand( @@ -20341,7 +18307,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2033')] public function testAssertReturn2034(): void { $this->runAssertReturnCommand( @@ -20351,7 +18316,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2034')] public function testAssertReturn2035(): void { $this->runAssertReturnCommand( @@ -20361,7 +18325,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2035')] public function testAssertReturn2036(): void { $this->runAssertReturnCommand( @@ -20371,7 +18334,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2036')] public function testAssertReturn2037(): void { $this->runAssertReturnCommand( @@ -20381,7 +18343,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2037')] public function testAssertReturn2038(): void { $this->runAssertReturnCommand( @@ -20391,7 +18352,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2038')] public function testAssertReturn2039(): void { $this->runAssertReturnCommand( @@ -20401,7 +18361,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2039')] public function testAssertReturn2040(): void { $this->runAssertReturnCommand( @@ -20411,7 +18370,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2040')] public function testAssertReturn2041(): void { $this->runAssertReturnCommand( @@ -20421,7 +18379,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2041')] public function testAssertReturn2042(): void { $this->runAssertReturnCommand( @@ -20431,7 +18388,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2042')] public function testAssertReturn2043(): void { $this->runAssertReturnCommand( @@ -20441,7 +18397,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2043')] public function testAssertReturn2044(): void { $this->runAssertReturnCommand( @@ -20451,7 +18406,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2044')] public function testAssertReturn2045(): void { $this->runAssertReturnCommand( @@ -20461,7 +18415,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2045')] public function testAssertReturn2046(): void { $this->runAssertReturnCommand( @@ -20471,7 +18424,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2046')] public function testAssertReturn2047(): void { $this->runAssertReturnCommand( @@ -20481,7 +18433,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2047')] public function testAssertReturn2048(): void { $this->runAssertReturnCommand( @@ -20491,7 +18442,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2048')] public function testAssertReturn2049(): void { $this->runAssertReturnCommand( @@ -20501,7 +18451,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2049')] public function testAssertReturn2050(): void { $this->runAssertReturnCommand( @@ -20511,7 +18460,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2050')] public function testAssertReturn2051(): void { $this->runAssertReturnCommand( @@ -20521,7 +18469,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2051')] public function testAssertReturn2052(): void { $this->runAssertReturnCommand( @@ -20531,7 +18478,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2052')] public function testAssertReturn2053(): void { $this->runAssertReturnCommand( @@ -20541,7 +18487,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2053')] public function testAssertReturn2054(): void { $this->runAssertReturnCommand( @@ -20551,7 +18496,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2054')] public function testAssertReturn2055(): void { $this->runAssertReturnCommand( @@ -20561,7 +18505,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2055')] public function testAssertReturn2056(): void { $this->runAssertReturnCommand( @@ -20571,7 +18514,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2056')] public function testAssertReturn2057(): void { $this->runAssertReturnCommand( @@ -20581,7 +18523,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2057')] public function testAssertReturn2058(): void { $this->runAssertReturnCommand( @@ -20591,7 +18532,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2058')] public function testAssertReturn2059(): void { $this->runAssertReturnCommand( @@ -20601,7 +18541,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2059')] public function testAssertReturn2060(): void { $this->runAssertReturnCommand( @@ -20611,7 +18550,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2060')] public function testAssertReturn2061(): void { $this->runAssertReturnCommand( @@ -20621,7 +18559,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2061')] public function testAssertReturn2062(): void { $this->runAssertReturnCommand( @@ -20631,7 +18568,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2062')] public function testAssertReturn2063(): void { $this->runAssertReturnCommand( @@ -20641,7 +18577,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2063')] public function testAssertReturn2064(): void { $this->runAssertReturnCommand( @@ -20651,7 +18586,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2064')] public function testAssertReturn2065(): void { $this->runAssertReturnCommand( @@ -20661,7 +18595,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2065')] public function testAssertReturn2066(): void { $this->runAssertReturnCommand( @@ -20671,7 +18604,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2066')] public function testAssertReturn2067(): void { $this->runAssertReturnCommand( @@ -20681,7 +18613,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2067')] public function testAssertReturn2068(): void { $this->runAssertReturnCommand( @@ -20691,7 +18622,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2068')] public function testAssertReturn2069(): void { $this->runAssertReturnCommand( @@ -20701,7 +18631,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2069')] public function testAssertReturn2070(): void { $this->runAssertReturnCommand( @@ -20711,7 +18640,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2070')] public function testAssertReturn2071(): void { $this->runAssertReturnCommand( @@ -20721,7 +18649,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2071')] public function testAssertReturn2072(): void { $this->runAssertReturnCommand( @@ -20731,7 +18658,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2072')] public function testAssertReturn2073(): void { $this->runAssertReturnCommand( @@ -20741,7 +18667,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2073')] public function testAssertReturn2074(): void { $this->runAssertReturnCommand( @@ -20751,7 +18676,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2074')] public function testAssertReturn2075(): void { $this->runAssertReturnCommand( @@ -20761,7 +18685,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2075')] public function testAssertReturn2076(): void { $this->runAssertReturnCommand( @@ -20771,7 +18694,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2076')] public function testAssertReturn2077(): void { $this->runAssertReturnCommand( @@ -20781,7 +18703,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2077')] public function testAssertReturn2078(): void { $this->runAssertReturnCommand( @@ -20791,7 +18712,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2078')] public function testAssertReturn2079(): void { $this->runAssertReturnCommand( @@ -20801,7 +18721,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2079')] public function testAssertReturn2080(): void { $this->runAssertReturnCommand( @@ -20811,7 +18730,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2080')] public function testAssertReturn2081(): void { $this->runAssertReturnCommand( @@ -20821,7 +18739,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2081')] public function testAssertReturn2082(): void { $this->runAssertReturnCommand( @@ -20831,7 +18748,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2082')] public function testAssertReturn2083(): void { $this->runAssertReturnCommand( @@ -20841,7 +18757,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2083')] public function testAssertReturn2084(): void { $this->runAssertReturnCommand( @@ -20851,7 +18766,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2084')] public function testAssertReturn2085(): void { $this->runAssertReturnCommand( @@ -20861,7 +18775,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2085')] public function testAssertReturn2086(): void { $this->runAssertReturnCommand( @@ -20871,7 +18784,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2086')] public function testAssertReturn2087(): void { $this->runAssertReturnCommand( @@ -20881,7 +18793,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2087')] public function testAssertReturn2088(): void { $this->runAssertReturnCommand( @@ -20891,7 +18802,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2088')] public function testAssertReturn2089(): void { $this->runAssertReturnCommand( @@ -20901,7 +18811,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2089')] public function testAssertReturn2090(): void { $this->runAssertReturnCommand( @@ -20911,7 +18820,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2090')] public function testAssertReturn2091(): void { $this->runAssertReturnCommand( @@ -20921,7 +18829,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2091')] public function testAssertReturn2092(): void { $this->runAssertReturnCommand( @@ -20931,7 +18838,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2092')] public function testAssertReturn2093(): void { $this->runAssertReturnCommand( @@ -20941,7 +18847,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2093')] public function testAssertReturn2094(): void { $this->runAssertReturnCommand( @@ -20951,7 +18856,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2094')] public function testAssertReturn2095(): void { $this->runAssertReturnCommand( @@ -20961,7 +18865,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2095')] public function testAssertReturn2096(): void { $this->runAssertReturnCommand( @@ -20971,7 +18874,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2096')] public function testAssertReturn2097(): void { $this->runAssertReturnCommand( @@ -20981,7 +18883,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2097')] public function testAssertReturn2098(): void { $this->runAssertReturnCommand( @@ -20991,7 +18892,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2098')] public function testAssertReturn2099(): void { $this->runAssertReturnCommand( @@ -21001,7 +18901,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2099')] public function testAssertReturn2100(): void { $this->runAssertReturnCommand( @@ -21011,7 +18910,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2100')] public function testAssertReturn2101(): void { $this->runAssertReturnCommand( @@ -21021,7 +18919,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2101')] public function testAssertReturn2102(): void { $this->runAssertReturnCommand( @@ -21031,7 +18928,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2102')] public function testAssertReturn2103(): void { $this->runAssertReturnCommand( @@ -21041,7 +18937,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2103')] public function testAssertReturn2104(): void { $this->runAssertReturnCommand( @@ -21051,7 +18946,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2104')] public function testAssertReturn2105(): void { $this->runAssertReturnCommand( @@ -21061,7 +18955,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2105')] public function testAssertReturn2106(): void { $this->runAssertReturnCommand( @@ -21071,7 +18964,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2106')] public function testAssertReturn2107(): void { $this->runAssertReturnCommand( @@ -21081,7 +18973,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2107')] public function testAssertReturn2108(): void { $this->runAssertReturnCommand( @@ -21091,7 +18982,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2108')] public function testAssertReturn2109(): void { $this->runAssertReturnCommand( @@ -21101,7 +18991,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2109')] public function testAssertReturn2110(): void { $this->runAssertReturnCommand( @@ -21111,7 +19000,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2110')] public function testAssertReturn2111(): void { $this->runAssertReturnCommand( @@ -21121,7 +19009,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2111')] public function testAssertReturn2112(): void { $this->runAssertReturnCommand( @@ -21131,7 +19018,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2112')] public function testAssertReturn2113(): void { $this->runAssertReturnCommand( @@ -21141,7 +19027,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2113')] public function testAssertReturn2114(): void { $this->runAssertReturnCommand( @@ -21151,7 +19036,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2114')] public function testAssertReturn2115(): void { $this->runAssertReturnCommand( @@ -21161,7 +19045,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2115')] public function testAssertReturn2116(): void { $this->runAssertReturnCommand( @@ -21171,7 +19054,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2116')] public function testAssertReturn2117(): void { $this->runAssertReturnCommand( @@ -21181,7 +19063,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2117')] public function testAssertReturn2118(): void { $this->runAssertReturnCommand( @@ -21191,7 +19072,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2118')] public function testAssertReturn2119(): void { $this->runAssertReturnCommand( @@ -21201,7 +19081,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2119')] public function testAssertReturn2120(): void { $this->runAssertReturnCommand( @@ -21211,7 +19090,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2120')] public function testAssertReturn2121(): void { $this->runAssertReturnCommand( @@ -21221,7 +19099,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2121')] public function testAssertReturn2122(): void { $this->runAssertReturnCommand( @@ -21231,7 +19108,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2122')] public function testAssertReturn2123(): void { $this->runAssertReturnCommand( @@ -21241,7 +19117,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2123')] public function testAssertReturn2124(): void { $this->runAssertReturnCommand( @@ -21251,7 +19126,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2124')] public function testAssertReturn2125(): void { $this->runAssertReturnCommand( @@ -21261,7 +19135,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2125')] public function testAssertReturn2126(): void { $this->runAssertReturnCommand( @@ -21271,7 +19144,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2126')] public function testAssertReturn2127(): void { $this->runAssertReturnCommand( @@ -21281,7 +19153,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2127')] public function testAssertReturn2128(): void { $this->runAssertReturnCommand( @@ -21291,7 +19162,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2128')] public function testAssertReturn2129(): void { $this->runAssertReturnCommand( @@ -21301,7 +19171,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2129')] public function testAssertReturn2130(): void { $this->runAssertReturnCommand( @@ -21311,7 +19180,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2130')] public function testAssertReturn2131(): void { $this->runAssertReturnCommand( @@ -21321,7 +19189,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2131')] public function testAssertReturn2132(): void { $this->runAssertReturnCommand( @@ -21331,7 +19198,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2132')] public function testAssertReturn2133(): void { $this->runAssertReturnCommand( @@ -21341,7 +19207,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2133')] public function testAssertReturn2134(): void { $this->runAssertReturnCommand( @@ -21351,7 +19216,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2134')] public function testAssertReturn2135(): void { $this->runAssertReturnCommand( @@ -21361,7 +19225,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2135')] public function testAssertReturn2136(): void { $this->runAssertReturnCommand( @@ -21371,7 +19234,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2136')] public function testAssertReturn2137(): void { $this->runAssertReturnCommand( @@ -21381,7 +19243,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2137')] public function testAssertReturn2138(): void { $this->runAssertReturnCommand( @@ -21391,7 +19252,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2138')] public function testAssertReturn2139(): void { $this->runAssertReturnCommand( @@ -21401,7 +19261,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2139')] public function testAssertReturn2140(): void { $this->runAssertReturnCommand( @@ -21411,7 +19270,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2140')] public function testAssertReturn2141(): void { $this->runAssertReturnCommand( @@ -21421,7 +19279,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2141')] public function testAssertReturn2142(): void { $this->runAssertReturnCommand( @@ -21431,7 +19288,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2142')] public function testAssertReturn2143(): void { $this->runAssertReturnCommand( @@ -21441,7 +19297,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2143')] public function testAssertReturn2144(): void { $this->runAssertReturnCommand( @@ -21451,7 +19306,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2144')] public function testAssertReturn2145(): void { $this->runAssertReturnCommand( @@ -21461,7 +19315,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2145')] public function testAssertReturn2146(): void { $this->runAssertReturnCommand( @@ -21471,7 +19324,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2146')] public function testAssertReturn2147(): void { $this->runAssertReturnCommand( @@ -21481,7 +19333,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2147')] public function testAssertReturn2148(): void { $this->runAssertReturnCommand( @@ -21491,7 +19342,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2148')] public function testAssertReturn2149(): void { $this->runAssertReturnCommand( @@ -21501,7 +19351,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2149')] public function testAssertReturn2150(): void { $this->runAssertReturnCommand( @@ -21511,7 +19360,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2150')] public function testAssertReturn2151(): void { $this->runAssertReturnCommand( @@ -21521,7 +19369,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2151')] public function testAssertReturn2152(): void { $this->runAssertReturnCommand( @@ -21531,7 +19378,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2152')] public function testAssertReturn2153(): void { $this->runAssertReturnCommand( @@ -21541,7 +19387,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2153')] public function testAssertReturn2154(): void { $this->runAssertReturnCommand( @@ -21551,7 +19396,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2154')] public function testAssertReturn2155(): void { $this->runAssertReturnCommand( @@ -21561,7 +19405,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2155')] public function testAssertReturn2156(): void { $this->runAssertReturnCommand( @@ -21571,7 +19414,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2156')] public function testAssertReturn2157(): void { $this->runAssertReturnCommand( @@ -21581,7 +19423,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2157')] public function testAssertReturn2158(): void { $this->runAssertReturnCommand( @@ -21591,7 +19432,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2158')] public function testAssertReturn2159(): void { $this->runAssertReturnCommand( @@ -21601,7 +19441,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2159')] public function testAssertReturn2160(): void { $this->runAssertReturnCommand( @@ -21611,7 +19450,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2160')] public function testAssertReturn2161(): void { $this->runAssertReturnCommand( @@ -21621,7 +19459,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2161')] public function testAssertReturn2162(): void { $this->runAssertReturnCommand( @@ -21631,7 +19468,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2162')] public function testAssertReturn2163(): void { $this->runAssertReturnCommand( @@ -21641,7 +19477,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2163')] public function testAssertReturn2164(): void { $this->runAssertReturnCommand( @@ -21651,7 +19486,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2164')] public function testAssertReturn2165(): void { $this->runAssertReturnCommand( @@ -21661,7 +19495,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2165')] public function testAssertReturn2166(): void { $this->runAssertReturnCommand( @@ -21671,7 +19504,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2166')] public function testAssertReturn2167(): void { $this->runAssertReturnCommand( @@ -21681,7 +19513,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2167')] public function testAssertReturn2168(): void { $this->runAssertReturnCommand( @@ -21691,7 +19522,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2168')] public function testAssertReturn2169(): void { $this->runAssertReturnCommand( @@ -21701,7 +19531,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2169')] public function testAssertReturn2170(): void { $this->runAssertReturnCommand( @@ -21711,7 +19540,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2170')] public function testAssertReturn2171(): void { $this->runAssertReturnCommand( @@ -21721,7 +19549,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2171')] public function testAssertReturn2172(): void { $this->runAssertReturnCommand( @@ -21731,7 +19558,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2172')] public function testAssertReturn2173(): void { $this->runAssertReturnCommand( @@ -21741,7 +19567,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2173')] public function testAssertReturn2174(): void { $this->runAssertReturnCommand( @@ -21751,7 +19576,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2174')] public function testAssertReturn2175(): void { $this->runAssertReturnCommand( @@ -21761,7 +19585,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2175')] public function testAssertReturn2176(): void { $this->runAssertReturnCommand( @@ -21771,7 +19594,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2176')] public function testAssertReturn2177(): void { $this->runAssertReturnCommand( @@ -21781,7 +19603,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2177')] public function testAssertReturn2178(): void { $this->runAssertReturnCommand( @@ -21791,7 +19612,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2178')] public function testAssertReturn2179(): void { $this->runAssertReturnCommand( @@ -21801,7 +19621,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2179')] public function testAssertReturn2180(): void { $this->runAssertReturnCommand( @@ -21811,7 +19630,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2180')] public function testAssertReturn2181(): void { $this->runAssertReturnCommand( @@ -21821,7 +19639,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2181')] public function testAssertReturn2182(): void { $this->runAssertReturnCommand( @@ -21831,7 +19648,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2182')] public function testAssertReturn2183(): void { $this->runAssertReturnCommand( @@ -21841,7 +19657,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2183')] public function testAssertReturn2184(): void { $this->runAssertReturnCommand( @@ -21851,7 +19666,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2184')] public function testAssertReturn2185(): void { $this->runAssertReturnCommand( @@ -21861,7 +19675,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2185')] public function testAssertReturn2186(): void { $this->runAssertReturnCommand( @@ -21871,7 +19684,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2186')] public function testAssertReturn2187(): void { $this->runAssertReturnCommand( @@ -21881,7 +19693,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2187')] public function testAssertReturn2188(): void { $this->runAssertReturnCommand( @@ -21891,7 +19702,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2188')] public function testAssertReturn2189(): void { $this->runAssertReturnCommand( @@ -21901,7 +19711,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2189')] public function testAssertReturn2190(): void { $this->runAssertReturnCommand( @@ -21911,7 +19720,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2190')] public function testAssertReturn2191(): void { $this->runAssertReturnCommand( @@ -21921,7 +19729,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2191')] public function testAssertReturn2192(): void { $this->runAssertReturnCommand( @@ -21931,7 +19738,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2192')] public function testAssertReturn2193(): void { $this->runAssertReturnCommand( @@ -21941,7 +19747,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2193')] public function testAssertReturn2194(): void { $this->runAssertReturnCommand( @@ -21951,7 +19756,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2194')] public function testAssertReturn2195(): void { $this->runAssertReturnCommand( @@ -21961,7 +19765,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2195')] public function testAssertReturn2196(): void { $this->runAssertReturnCommand( @@ -21971,7 +19774,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2196')] public function testAssertReturn2197(): void { $this->runAssertReturnCommand( @@ -21981,7 +19783,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2197')] public function testAssertReturn2198(): void { $this->runAssertReturnCommand( @@ -21991,7 +19792,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2198')] public function testAssertReturn2199(): void { $this->runAssertReturnCommand( @@ -22001,7 +19801,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2199')] public function testAssertReturn2200(): void { $this->runAssertReturnCommand( @@ -22011,7 +19810,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2200')] public function testAssertReturn2201(): void { $this->runAssertReturnCommand( @@ -22021,7 +19819,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2201')] public function testAssertReturn2202(): void { $this->runAssertReturnCommand( @@ -22031,7 +19828,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2202')] public function testAssertReturn2203(): void { $this->runAssertReturnCommand( @@ -22041,7 +19837,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2203')] public function testAssertReturn2204(): void { $this->runAssertReturnCommand( @@ -22051,7 +19846,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2204')] public function testAssertReturn2205(): void { $this->runAssertReturnCommand( @@ -22061,7 +19855,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2205')] public function testAssertReturn2206(): void { $this->runAssertReturnCommand( @@ -22071,7 +19864,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2206')] public function testAssertReturn2207(): void { $this->runAssertReturnCommand( @@ -22081,7 +19873,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2207')] public function testAssertReturn2208(): void { $this->runAssertReturnCommand( @@ -22091,7 +19882,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2208')] public function testAssertReturn2209(): void { $this->runAssertReturnCommand( @@ -22101,7 +19891,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2209')] public function testAssertReturn2210(): void { $this->runAssertReturnCommand( @@ -22111,7 +19900,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2210')] public function testAssertReturn2211(): void { $this->runAssertReturnCommand( @@ -22121,7 +19909,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2211')] public function testAssertReturn2212(): void { $this->runAssertReturnCommand( @@ -22131,7 +19918,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2212')] public function testAssertReturn2213(): void { $this->runAssertReturnCommand( @@ -22141,7 +19927,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2213')] public function testAssertReturn2214(): void { $this->runAssertReturnCommand( @@ -22151,7 +19936,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2214')] public function testAssertReturn2215(): void { $this->runAssertReturnCommand( @@ -22161,7 +19945,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2215')] public function testAssertReturn2216(): void { $this->runAssertReturnCommand( @@ -22171,7 +19954,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2216')] public function testAssertReturn2217(): void { $this->runAssertReturnCommand( @@ -22181,7 +19963,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2217')] public function testAssertReturn2218(): void { $this->runAssertReturnCommand( @@ -22191,7 +19972,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2218')] public function testAssertReturn2219(): void { $this->runAssertReturnCommand( @@ -22201,7 +19981,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2219')] public function testAssertReturn2220(): void { $this->runAssertReturnCommand( @@ -22211,7 +19990,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2220')] public function testAssertReturn2221(): void { $this->runAssertReturnCommand( @@ -22221,7 +19999,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2221')] public function testAssertReturn2222(): void { $this->runAssertReturnCommand( @@ -22231,7 +20008,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2222')] public function testAssertReturn2223(): void { $this->runAssertReturnCommand( @@ -22241,7 +20017,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2223')] public function testAssertReturn2224(): void { $this->runAssertReturnCommand( @@ -22251,7 +20026,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2224')] public function testAssertReturn2225(): void { $this->runAssertReturnCommand( @@ -22261,7 +20035,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2225')] public function testAssertReturn2226(): void { $this->runAssertReturnCommand( @@ -22271,7 +20044,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2226')] public function testAssertReturn2227(): void { $this->runAssertReturnCommand( @@ -22281,7 +20053,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2227')] public function testAssertReturn2228(): void { $this->runAssertReturnCommand( @@ -22291,7 +20062,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2228')] public function testAssertReturn2229(): void { $this->runAssertReturnCommand( @@ -22301,7 +20071,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2229')] public function testAssertReturn2230(): void { $this->runAssertReturnCommand( @@ -22311,7 +20080,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2230')] public function testAssertReturn2231(): void { $this->runAssertReturnCommand( @@ -22321,7 +20089,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2231')] public function testAssertReturn2232(): void { $this->runAssertReturnCommand( @@ -22331,7 +20098,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2232')] public function testAssertReturn2233(): void { $this->runAssertReturnCommand( @@ -22341,7 +20107,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2233')] public function testAssertReturn2234(): void { $this->runAssertReturnCommand( @@ -22351,7 +20116,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2234')] public function testAssertReturn2235(): void { $this->runAssertReturnCommand( @@ -22361,7 +20125,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2235')] public function testAssertReturn2236(): void { $this->runAssertReturnCommand( @@ -22371,7 +20134,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2236')] public function testAssertReturn2237(): void { $this->runAssertReturnCommand( @@ -22381,7 +20143,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2237')] public function testAssertReturn2238(): void { $this->runAssertReturnCommand( @@ -22391,7 +20152,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2238')] public function testAssertReturn2239(): void { $this->runAssertReturnCommand( @@ -22401,7 +20161,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2239')] public function testAssertReturn2240(): void { $this->runAssertReturnCommand( @@ -22411,7 +20170,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2240')] public function testAssertReturn2241(): void { $this->runAssertReturnCommand( @@ -22421,7 +20179,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2241')] public function testAssertReturn2242(): void { $this->runAssertReturnCommand( @@ -22431,7 +20188,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2242')] public function testAssertReturn2243(): void { $this->runAssertReturnCommand( @@ -22441,7 +20197,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2243')] public function testAssertReturn2244(): void { $this->runAssertReturnCommand( @@ -22451,7 +20206,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2244')] public function testAssertReturn2245(): void { $this->runAssertReturnCommand( @@ -22461,7 +20215,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2245')] public function testAssertReturn2246(): void { $this->runAssertReturnCommand( @@ -22471,7 +20224,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2246')] public function testAssertReturn2247(): void { $this->runAssertReturnCommand( @@ -22481,7 +20233,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2247')] public function testAssertReturn2248(): void { $this->runAssertReturnCommand( @@ -22491,7 +20242,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2248')] public function testAssertReturn2249(): void { $this->runAssertReturnCommand( @@ -22501,7 +20251,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2249')] public function testAssertReturn2250(): void { $this->runAssertReturnCommand( @@ -22511,7 +20260,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2250')] public function testAssertReturn2251(): void { $this->runAssertReturnCommand( @@ -22521,7 +20269,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2251')] public function testAssertReturn2252(): void { $this->runAssertReturnCommand( @@ -22531,7 +20278,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2252')] public function testAssertReturn2253(): void { $this->runAssertReturnCommand( @@ -22541,7 +20287,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2253')] public function testAssertReturn2254(): void { $this->runAssertReturnCommand( @@ -22551,7 +20296,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2254')] public function testAssertReturn2255(): void { $this->runAssertReturnCommand( @@ -22561,7 +20305,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2255')] public function testAssertReturn2256(): void { $this->runAssertReturnCommand( @@ -22571,7 +20314,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2256')] public function testAssertReturn2257(): void { $this->runAssertReturnCommand( @@ -22581,7 +20323,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2257')] public function testAssertReturn2258(): void { $this->runAssertReturnCommand( @@ -22591,7 +20332,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2258')] public function testAssertReturn2259(): void { $this->runAssertReturnCommand( @@ -22601,7 +20341,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2259')] public function testAssertReturn2260(): void { $this->runAssertReturnCommand( @@ -22611,7 +20350,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2260')] public function testAssertReturn2261(): void { $this->runAssertReturnCommand( @@ -22621,7 +20359,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2261')] public function testAssertReturn2262(): void { $this->runAssertReturnCommand( @@ -22631,7 +20368,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2262')] public function testAssertReturn2263(): void { $this->runAssertReturnCommand( @@ -22641,7 +20377,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2263')] public function testAssertReturn2264(): void { $this->runAssertReturnCommand( @@ -22651,7 +20386,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2264')] public function testAssertReturn2265(): void { $this->runAssertReturnCommand( @@ -22661,7 +20395,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2265')] public function testAssertReturn2266(): void { $this->runAssertReturnCommand( @@ -22671,7 +20404,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2266')] public function testAssertReturn2267(): void { $this->runAssertReturnCommand( @@ -22681,7 +20413,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2267')] public function testAssertReturn2268(): void { $this->runAssertReturnCommand( @@ -22691,7 +20422,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2268')] public function testAssertReturn2269(): void { $this->runAssertReturnCommand( @@ -22701,7 +20431,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2269')] public function testAssertReturn2270(): void { $this->runAssertReturnCommand( @@ -22711,7 +20440,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2270')] public function testAssertReturn2271(): void { $this->runAssertReturnCommand( @@ -22721,7 +20449,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2271')] public function testAssertReturn2272(): void { $this->runAssertReturnCommand( @@ -22731,7 +20458,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2272')] public function testAssertReturn2273(): void { $this->runAssertReturnCommand( @@ -22741,7 +20467,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2273')] public function testAssertReturn2274(): void { $this->runAssertReturnCommand( @@ -22751,7 +20476,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2274')] public function testAssertReturn2275(): void { $this->runAssertReturnCommand( @@ -22761,7 +20485,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2275')] public function testAssertReturn2276(): void { $this->runAssertReturnCommand( @@ -22771,7 +20494,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2276')] public function testAssertReturn2277(): void { $this->runAssertReturnCommand( @@ -22781,7 +20503,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2277')] public function testAssertReturn2278(): void { $this->runAssertReturnCommand( @@ -22791,7 +20512,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2278')] public function testAssertReturn2279(): void { $this->runAssertReturnCommand( @@ -22801,7 +20521,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2279')] public function testAssertReturn2280(): void { $this->runAssertReturnCommand( @@ -22811,7 +20530,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2280')] public function testAssertReturn2281(): void { $this->runAssertReturnCommand( @@ -22821,7 +20539,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2281')] public function testAssertReturn2282(): void { $this->runAssertReturnCommand( @@ -22831,7 +20548,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2282')] public function testAssertReturn2283(): void { $this->runAssertReturnCommand( @@ -22841,7 +20557,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2283')] public function testAssertReturn2284(): void { $this->runAssertReturnCommand( @@ -22851,7 +20566,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2284')] public function testAssertReturn2285(): void { $this->runAssertReturnCommand( @@ -22861,7 +20575,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2285')] public function testAssertReturn2286(): void { $this->runAssertReturnCommand( @@ -22871,7 +20584,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2286')] public function testAssertReturn2287(): void { $this->runAssertReturnCommand( @@ -22881,7 +20593,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2287')] public function testAssertReturn2288(): void { $this->runAssertReturnCommand( @@ -22891,7 +20602,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2288')] public function testAssertReturn2289(): void { $this->runAssertReturnCommand( @@ -22901,7 +20611,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2289')] public function testAssertReturn2290(): void { $this->runAssertReturnCommand( @@ -22911,7 +20620,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2290')] public function testAssertReturn2291(): void { $this->runAssertReturnCommand( @@ -22921,7 +20629,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2291')] public function testAssertReturn2292(): void { $this->runAssertReturnCommand( @@ -22931,7 +20638,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2292')] public function testAssertReturn2293(): void { $this->runAssertReturnCommand( @@ -22941,7 +20647,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2293')] public function testAssertReturn2294(): void { $this->runAssertReturnCommand( @@ -22951,7 +20656,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2294')] public function testAssertReturn2295(): void { $this->runAssertReturnCommand( @@ -22961,7 +20665,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2295')] public function testAssertReturn2296(): void { $this->runAssertReturnCommand( @@ -22971,7 +20674,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2296')] public function testAssertReturn2297(): void { $this->runAssertReturnCommand( @@ -22981,7 +20683,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2297')] public function testAssertReturn2298(): void { $this->runAssertReturnCommand( @@ -22991,7 +20692,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2298')] public function testAssertReturn2299(): void { $this->runAssertReturnCommand( @@ -23001,7 +20701,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2299')] public function testAssertReturn2300(): void { $this->runAssertReturnCommand( @@ -23011,7 +20710,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2300')] public function testAssertReturn2301(): void { $this->runAssertReturnCommand( @@ -23021,7 +20719,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2301')] public function testAssertReturn2302(): void { $this->runAssertReturnCommand( @@ -23031,7 +20728,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2302')] public function testAssertReturn2303(): void { $this->runAssertReturnCommand( @@ -23041,7 +20737,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2303')] public function testAssertReturn2304(): void { $this->runAssertReturnCommand( @@ -23051,7 +20746,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2304')] public function testAssertReturn2305(): void { $this->runAssertReturnCommand( @@ -23061,7 +20755,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2305')] public function testAssertReturn2306(): void { $this->runAssertReturnCommand( @@ -23071,7 +20764,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2306')] public function testAssertReturn2307(): void { $this->runAssertReturnCommand( @@ -23081,7 +20773,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2307')] public function testAssertReturn2308(): void { $this->runAssertReturnCommand( @@ -23091,7 +20782,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2308')] public function testAssertReturn2309(): void { $this->runAssertReturnCommand( @@ -23101,7 +20791,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2309')] public function testAssertReturn2310(): void { $this->runAssertReturnCommand( @@ -23111,7 +20800,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2310')] public function testAssertReturn2311(): void { $this->runAssertReturnCommand( @@ -23121,7 +20809,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2311')] public function testAssertReturn2312(): void { $this->runAssertReturnCommand( @@ -23131,7 +20818,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2312')] public function testAssertReturn2313(): void { $this->runAssertReturnCommand( @@ -23141,7 +20827,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2313')] public function testAssertReturn2314(): void { $this->runAssertReturnCommand( @@ -23151,7 +20836,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2314')] public function testAssertReturn2315(): void { $this->runAssertReturnCommand( @@ -23161,7 +20845,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2315')] public function testAssertReturn2316(): void { $this->runAssertReturnCommand( @@ -23171,7 +20854,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2316')] public function testAssertReturn2317(): void { $this->runAssertReturnCommand( @@ -23181,7 +20863,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2317')] public function testAssertReturn2318(): void { $this->runAssertReturnCommand( @@ -23191,7 +20872,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2318')] public function testAssertReturn2319(): void { $this->runAssertReturnCommand( @@ -23201,7 +20881,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2319')] public function testAssertReturn2320(): void { $this->runAssertReturnCommand( @@ -23211,7 +20890,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2320')] public function testAssertReturn2321(): void { $this->runAssertReturnCommand( @@ -23221,7 +20899,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2321')] public function testAssertReturn2322(): void { $this->runAssertReturnCommand( @@ -23231,7 +20908,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2322')] public function testAssertReturn2323(): void { $this->runAssertReturnCommand( @@ -23241,7 +20917,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2323')] public function testAssertReturn2324(): void { $this->runAssertReturnCommand( @@ -23251,7 +20926,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2324')] public function testAssertReturn2325(): void { $this->runAssertReturnCommand( @@ -23261,7 +20935,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2325')] public function testAssertReturn2326(): void { $this->runAssertReturnCommand( @@ -23271,7 +20944,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2326')] public function testAssertReturn2327(): void { $this->runAssertReturnCommand( @@ -23281,7 +20953,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2327')] public function testAssertReturn2328(): void { $this->runAssertReturnCommand( @@ -23291,7 +20962,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2328')] public function testAssertReturn2329(): void { $this->runAssertReturnCommand( @@ -23301,7 +20971,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2329')] public function testAssertReturn2330(): void { $this->runAssertReturnCommand( @@ -23311,7 +20980,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2330')] public function testAssertReturn2331(): void { $this->runAssertReturnCommand( @@ -23321,7 +20989,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2331')] public function testAssertReturn2332(): void { $this->runAssertReturnCommand( @@ -23331,7 +20998,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2332')] public function testAssertReturn2333(): void { $this->runAssertReturnCommand( @@ -23341,7 +21007,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2333')] public function testAssertReturn2334(): void { $this->runAssertReturnCommand( @@ -23351,7 +21016,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2334')] public function testAssertReturn2335(): void { $this->runAssertReturnCommand( @@ -23361,7 +21025,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2335')] public function testAssertReturn2336(): void { $this->runAssertReturnCommand( @@ -23371,7 +21034,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2336')] public function testAssertReturn2337(): void { $this->runAssertReturnCommand( @@ -23381,7 +21043,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2337')] public function testAssertReturn2338(): void { $this->runAssertReturnCommand( @@ -23391,7 +21052,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2338')] public function testAssertReturn2339(): void { $this->runAssertReturnCommand( @@ -23401,7 +21061,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2339')] public function testAssertReturn2340(): void { $this->runAssertReturnCommand( @@ -23411,7 +21070,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2340')] public function testAssertReturn2341(): void { $this->runAssertReturnCommand( @@ -23421,7 +21079,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2341')] public function testAssertReturn2342(): void { $this->runAssertReturnCommand( @@ -23431,7 +21088,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2342')] public function testAssertReturn2343(): void { $this->runAssertReturnCommand( @@ -23441,7 +21097,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2343')] public function testAssertReturn2344(): void { $this->runAssertReturnCommand( @@ -23451,7 +21106,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2344')] public function testAssertReturn2345(): void { $this->runAssertReturnCommand( @@ -23461,7 +21115,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2345')] public function testAssertReturn2346(): void { $this->runAssertReturnCommand( @@ -23471,7 +21124,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2346')] public function testAssertReturn2347(): void { $this->runAssertReturnCommand( @@ -23481,7 +21133,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2347')] public function testAssertReturn2348(): void { $this->runAssertReturnCommand( @@ -23491,7 +21142,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2348')] public function testAssertReturn2349(): void { $this->runAssertReturnCommand( @@ -23501,7 +21151,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2349')] public function testAssertReturn2350(): void { $this->runAssertReturnCommand( @@ -23511,7 +21160,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2350')] public function testAssertReturn2351(): void { $this->runAssertReturnCommand( @@ -23521,7 +21169,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2351')] public function testAssertReturn2352(): void { $this->runAssertReturnCommand( @@ -23531,7 +21178,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2352')] public function testAssertReturn2353(): void { $this->runAssertReturnCommand( @@ -23541,7 +21187,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2353')] public function testAssertReturn2354(): void { $this->runAssertReturnCommand( @@ -23551,7 +21196,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2354')] public function testAssertReturn2355(): void { $this->runAssertReturnCommand( @@ -23561,7 +21205,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2355')] public function testAssertReturn2356(): void { $this->runAssertReturnCommand( @@ -23571,7 +21214,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2356')] public function testAssertReturn2357(): void { $this->runAssertReturnCommand( @@ -23581,7 +21223,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2357')] public function testAssertReturn2358(): void { $this->runAssertReturnCommand( @@ -23591,7 +21232,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2358')] public function testAssertReturn2359(): void { $this->runAssertReturnCommand( @@ -23601,7 +21241,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2359')] public function testAssertReturn2360(): void { $this->runAssertReturnCommand( @@ -23611,7 +21250,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2360')] public function testAssertReturn2361(): void { $this->runAssertReturnCommand( @@ -23621,7 +21259,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2361')] public function testAssertReturn2362(): void { $this->runAssertReturnCommand( @@ -23631,7 +21268,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2362')] public function testAssertReturn2363(): void { $this->runAssertReturnCommand( @@ -23641,7 +21277,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2363')] public function testModule2364(): void { $this->runModuleCommand( @@ -23651,7 +21286,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testModule2364')] public function testAssertTrap2365(): void { $this->runAssertTrapCommand( @@ -23661,7 +21295,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap2365')] public function testAssertReturn2366(): void { $this->runAssertReturnCommand( @@ -23671,7 +21304,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2366')] public function testAssertReturn2367(): void { $this->runAssertReturnCommand( @@ -23681,7 +21313,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2367')] public function testAssertReturn2368(): void { $this->runAssertReturnCommand( @@ -23691,7 +21322,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2368')] public function testAssertReturn2369(): void { $this->runAssertReturnCommand( @@ -23701,7 +21331,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2369')] public function testAssertReturn2370(): void { $this->runAssertReturnCommand( @@ -23711,7 +21340,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2370')] public function testAssertReturn2371(): void { $this->runAssertReturnCommand( @@ -23721,7 +21349,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2371')] public function testAssertReturn2372(): void { $this->runAssertReturnCommand( @@ -23731,7 +21358,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2372')] public function testAssertReturn2373(): void { $this->runAssertReturnCommand( @@ -23741,7 +21367,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2373')] public function testAssertReturn2374(): void { $this->runAssertReturnCommand( @@ -23751,7 +21376,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2374')] public function testAssertReturn2375(): void { $this->runAssertReturnCommand( @@ -23761,7 +21385,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2375')] public function testAssertReturn2376(): void { $this->runAssertReturnCommand( @@ -23771,7 +21394,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2376')] public function testAssertReturn2377(): void { $this->runAssertReturnCommand( @@ -23781,7 +21403,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2377')] public function testAssertReturn2378(): void { $this->runAssertReturnCommand( @@ -23791,7 +21412,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2378')] public function testAssertReturn2379(): void { $this->runAssertReturnCommand( @@ -23801,7 +21421,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2379')] public function testAssertReturn2380(): void { $this->runAssertReturnCommand( @@ -23811,7 +21430,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2380')] public function testAssertReturn2381(): void { $this->runAssertReturnCommand( @@ -23821,7 +21439,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2381')] public function testAssertReturn2382(): void { $this->runAssertReturnCommand( @@ -23831,7 +21448,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2382')] public function testAssertReturn2383(): void { $this->runAssertReturnCommand( @@ -23841,7 +21457,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2383')] public function testAssertReturn2384(): void { $this->runAssertReturnCommand( @@ -23851,7 +21466,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2384')] public function testAssertReturn2385(): void { $this->runAssertReturnCommand( @@ -23861,7 +21475,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2385')] public function testAssertReturn2386(): void { $this->runAssertReturnCommand( @@ -23871,7 +21484,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2386')] public function testAssertReturn2387(): void { $this->runAssertReturnCommand( @@ -23881,7 +21493,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2387')] public function testAssertReturn2388(): void { $this->runAssertReturnCommand( @@ -23891,7 +21502,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2388')] public function testAssertReturn2389(): void { $this->runAssertReturnCommand( @@ -23901,7 +21511,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2389')] public function testAssertReturn2390(): void { $this->runAssertReturnCommand( @@ -23911,7 +21520,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2390')] public function testAssertReturn2391(): void { $this->runAssertReturnCommand( @@ -23921,7 +21529,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2391')] public function testAssertReturn2392(): void { $this->runAssertReturnCommand( @@ -23931,7 +21538,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2392')] public function testAssertReturn2393(): void { $this->runAssertReturnCommand( @@ -23941,7 +21547,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2393')] public function testAssertReturn2394(): void { $this->runAssertReturnCommand( @@ -23951,7 +21556,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2394')] public function testAssertReturn2395(): void { $this->runAssertReturnCommand( @@ -23961,7 +21565,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2395')] public function testAssertReturn2396(): void { $this->runAssertReturnCommand( @@ -23971,7 +21574,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2396')] public function testAssertReturn2397(): void { $this->runAssertReturnCommand( @@ -23981,7 +21583,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2397')] public function testAssertReturn2398(): void { $this->runAssertReturnCommand( @@ -23991,7 +21592,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2398')] public function testAssertReturn2399(): void { $this->runAssertReturnCommand( @@ -24001,7 +21601,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2399')] public function testAssertReturn2400(): void { $this->runAssertReturnCommand( @@ -24011,7 +21610,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2400')] public function testAssertReturn2401(): void { $this->runAssertReturnCommand( @@ -24021,7 +21619,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2401')] public function testAssertReturn2402(): void { $this->runAssertReturnCommand( @@ -24031,7 +21628,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2402')] public function testAssertReturn2403(): void { $this->runAssertReturnCommand( @@ -24041,7 +21637,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2403')] public function testAssertReturn2404(): void { $this->runAssertReturnCommand( @@ -24051,7 +21646,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2404')] public function testAssertReturn2405(): void { $this->runAssertReturnCommand( @@ -24061,7 +21655,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2405')] public function testAssertReturn2406(): void { $this->runAssertReturnCommand( @@ -24071,7 +21664,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2406')] public function testAssertReturn2407(): void { $this->runAssertReturnCommand( @@ -24081,7 +21673,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2407')] public function testAssertReturn2408(): void { $this->runAssertReturnCommand( @@ -24091,7 +21682,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2408')] public function testAssertReturn2409(): void { $this->runAssertReturnCommand( @@ -24101,7 +21691,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2409')] public function testAssertReturn2410(): void { $this->runAssertReturnCommand( @@ -24111,7 +21700,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2410')] public function testAssertReturn2411(): void { $this->runAssertReturnCommand( @@ -24121,7 +21709,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2411')] public function testAssertReturn2412(): void { $this->runAssertReturnCommand( @@ -24131,7 +21718,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2412')] public function testAssertReturn2413(): void { $this->runAssertReturnCommand( @@ -24141,7 +21727,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2413')] public function testAssertReturn2414(): void { $this->runAssertReturnCommand( @@ -24151,7 +21736,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2414')] public function testAssertReturn2415(): void { $this->runAssertReturnCommand( @@ -24161,7 +21745,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2415')] public function testAssertReturn2416(): void { $this->runAssertReturnCommand( @@ -24171,7 +21754,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2416')] public function testAssertReturn2417(): void { $this->runAssertReturnCommand( @@ -24181,7 +21763,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2417')] public function testAssertReturn2418(): void { $this->runAssertReturnCommand( @@ -24191,7 +21772,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2418')] public function testAssertReturn2419(): void { $this->runAssertReturnCommand( @@ -24201,7 +21781,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2419')] public function testAssertReturn2420(): void { $this->runAssertReturnCommand( @@ -24211,7 +21790,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2420')] public function testAssertReturn2421(): void { $this->runAssertReturnCommand( @@ -24221,7 +21799,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2421')] public function testAssertReturn2422(): void { $this->runAssertReturnCommand( @@ -24231,7 +21808,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2422')] public function testAssertReturn2423(): void { $this->runAssertReturnCommand( @@ -24241,7 +21817,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2423')] public function testAssertReturn2424(): void { $this->runAssertReturnCommand( @@ -24251,7 +21826,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2424')] public function testAssertReturn2425(): void { $this->runAssertReturnCommand( @@ -24261,7 +21835,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2425')] public function testAssertReturn2426(): void { $this->runAssertReturnCommand( @@ -24271,7 +21844,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2426')] public function testAssertReturn2427(): void { $this->runAssertReturnCommand( @@ -24281,7 +21853,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2427')] public function testAssertReturn2428(): void { $this->runAssertReturnCommand( @@ -24291,7 +21862,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2428')] public function testAssertReturn2429(): void { $this->runAssertReturnCommand( @@ -24301,7 +21871,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2429')] public function testAssertReturn2430(): void { $this->runAssertReturnCommand( @@ -24311,7 +21880,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2430')] public function testAssertReturn2431(): void { $this->runAssertReturnCommand( @@ -24321,7 +21889,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2431')] public function testAssertReturn2432(): void { $this->runAssertReturnCommand( @@ -24331,7 +21898,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2432')] public function testAssertReturn2433(): void { $this->runAssertReturnCommand( @@ -24341,7 +21907,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2433')] public function testAssertReturn2434(): void { $this->runAssertReturnCommand( @@ -24351,7 +21916,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2434')] public function testAssertReturn2435(): void { $this->runAssertReturnCommand( @@ -24361,7 +21925,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2435')] public function testAssertReturn2436(): void { $this->runAssertReturnCommand( @@ -24371,7 +21934,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2436')] public function testAssertReturn2437(): void { $this->runAssertReturnCommand( @@ -24381,7 +21943,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2437')] public function testAssertReturn2438(): void { $this->runAssertReturnCommand( @@ -24391,7 +21952,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2438')] public function testAssertReturn2439(): void { $this->runAssertReturnCommand( @@ -24401,7 +21961,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2439')] public function testAssertReturn2440(): void { $this->runAssertReturnCommand( @@ -24411,7 +21970,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2440')] public function testAssertReturn2441(): void { $this->runAssertReturnCommand( @@ -24421,7 +21979,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2441')] public function testAssertReturn2442(): void { $this->runAssertReturnCommand( @@ -24431,7 +21988,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2442')] public function testAssertReturn2443(): void { $this->runAssertReturnCommand( @@ -24441,7 +21997,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2443')] public function testAssertReturn2444(): void { $this->runAssertReturnCommand( @@ -24451,7 +22006,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2444')] public function testAssertReturn2445(): void { $this->runAssertReturnCommand( @@ -24461,7 +22015,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2445')] public function testAssertReturn2446(): void { $this->runAssertReturnCommand( @@ -24471,7 +22024,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2446')] public function testAssertReturn2447(): void { $this->runAssertReturnCommand( @@ -24481,7 +22033,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2447')] public function testAssertReturn2448(): void { $this->runAssertReturnCommand( @@ -24491,7 +22042,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2448')] public function testAssertReturn2449(): void { $this->runAssertReturnCommand( @@ -24501,7 +22051,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2449')] public function testAssertReturn2450(): void { $this->runAssertReturnCommand( @@ -24511,7 +22060,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2450')] public function testAssertReturn2451(): void { $this->runAssertReturnCommand( @@ -24521,7 +22069,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2451')] public function testAssertReturn2452(): void { $this->runAssertReturnCommand( @@ -24531,7 +22078,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2452')] public function testAssertReturn2453(): void { $this->runAssertReturnCommand( @@ -24541,7 +22087,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2453')] public function testAssertReturn2454(): void { $this->runAssertReturnCommand( @@ -24551,7 +22096,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2454')] public function testAssertReturn2455(): void { $this->runAssertReturnCommand( @@ -24561,7 +22105,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2455')] public function testAssertReturn2456(): void { $this->runAssertReturnCommand( @@ -24571,7 +22114,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2456')] public function testAssertReturn2457(): void { $this->runAssertReturnCommand( @@ -24581,7 +22123,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2457')] public function testAssertReturn2458(): void { $this->runAssertReturnCommand( @@ -24591,7 +22132,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2458')] public function testAssertReturn2459(): void { $this->runAssertReturnCommand( @@ -24601,7 +22141,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2459')] public function testAssertReturn2460(): void { $this->runAssertReturnCommand( @@ -24611,7 +22150,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2460')] public function testAssertReturn2461(): void { $this->runAssertReturnCommand( @@ -24621,7 +22159,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2461')] public function testAssertReturn2462(): void { $this->runAssertReturnCommand( @@ -24631,7 +22168,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2462')] public function testAssertReturn2463(): void { $this->runAssertReturnCommand( @@ -24641,7 +22177,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2463')] public function testAssertReturn2464(): void { $this->runAssertReturnCommand( @@ -24651,7 +22186,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2464')] public function testAssertReturn2465(): void { $this->runAssertReturnCommand( @@ -24661,7 +22195,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2465')] public function testAssertReturn2466(): void { $this->runAssertReturnCommand( @@ -24671,7 +22204,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2466')] public function testAssertReturn2467(): void { $this->runAssertReturnCommand( @@ -24681,7 +22213,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2467')] public function testAssertReturn2468(): void { $this->runAssertReturnCommand( @@ -24691,7 +22222,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2468')] public function testAssertReturn2469(): void { $this->runAssertReturnCommand( @@ -24701,7 +22231,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2469')] public function testAssertReturn2470(): void { $this->runAssertReturnCommand( @@ -24711,7 +22240,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2470')] public function testAssertReturn2471(): void { $this->runAssertReturnCommand( @@ -24721,7 +22249,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2471')] public function testAssertReturn2472(): void { $this->runAssertReturnCommand( @@ -24731,7 +22258,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2472')] public function testAssertReturn2473(): void { $this->runAssertReturnCommand( @@ -24741,7 +22267,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2473')] public function testAssertReturn2474(): void { $this->runAssertReturnCommand( @@ -24751,7 +22276,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2474')] public function testAssertReturn2475(): void { $this->runAssertReturnCommand( @@ -24761,7 +22285,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2475')] public function testAssertReturn2476(): void { $this->runAssertReturnCommand( @@ -24771,7 +22294,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2476')] public function testAssertReturn2477(): void { $this->runAssertReturnCommand( @@ -24781,7 +22303,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2477')] public function testAssertReturn2478(): void { $this->runAssertReturnCommand( @@ -24791,7 +22312,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2478')] public function testAssertReturn2479(): void { $this->runAssertReturnCommand( @@ -24801,7 +22321,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2479')] public function testAssertReturn2480(): void { $this->runAssertReturnCommand( @@ -24811,7 +22330,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2480')] public function testAssertReturn2481(): void { $this->runAssertReturnCommand( @@ -24821,7 +22339,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2481')] public function testAssertReturn2482(): void { $this->runAssertReturnCommand( @@ -24831,7 +22348,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2482')] public function testAssertReturn2483(): void { $this->runAssertReturnCommand( @@ -24841,7 +22357,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2483')] public function testAssertReturn2484(): void { $this->runAssertReturnCommand( @@ -24851,7 +22366,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2484')] public function testAssertReturn2485(): void { $this->runAssertReturnCommand( @@ -24861,7 +22375,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2485')] public function testAssertReturn2486(): void { $this->runAssertReturnCommand( @@ -24871,7 +22384,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2486')] public function testAssertReturn2487(): void { $this->runAssertReturnCommand( @@ -24881,7 +22393,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2487')] public function testAssertReturn2488(): void { $this->runAssertReturnCommand( @@ -24891,7 +22402,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2488')] public function testAssertReturn2489(): void { $this->runAssertReturnCommand( @@ -24901,7 +22411,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2489')] public function testAssertReturn2490(): void { $this->runAssertReturnCommand( @@ -24911,7 +22420,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2490')] public function testAssertReturn2491(): void { $this->runAssertReturnCommand( @@ -24921,7 +22429,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2491')] public function testAssertReturn2492(): void { $this->runAssertReturnCommand( @@ -24931,7 +22438,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2492')] public function testAssertReturn2493(): void { $this->runAssertReturnCommand( @@ -24941,7 +22447,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2493')] public function testAssertReturn2494(): void { $this->runAssertReturnCommand( @@ -24951,7 +22456,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2494')] public function testAssertReturn2495(): void { $this->runAssertReturnCommand( @@ -24961,7 +22465,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2495')] public function testAssertReturn2496(): void { $this->runAssertReturnCommand( @@ -24971,7 +22474,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2496')] public function testAssertReturn2497(): void { $this->runAssertReturnCommand( @@ -24981,7 +22483,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2497')] public function testAssertReturn2498(): void { $this->runAssertReturnCommand( @@ -24991,7 +22492,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2498')] public function testAssertReturn2499(): void { $this->runAssertReturnCommand( @@ -25001,7 +22501,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2499')] public function testAssertReturn2500(): void { $this->runAssertReturnCommand( @@ -25011,7 +22510,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2500')] public function testAssertReturn2501(): void { $this->runAssertReturnCommand( @@ -25021,7 +22519,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2501')] public function testAssertReturn2502(): void { $this->runAssertReturnCommand( @@ -25031,7 +22528,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2502')] public function testAssertReturn2503(): void { $this->runAssertReturnCommand( @@ -25041,7 +22537,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2503')] public function testAssertReturn2504(): void { $this->runAssertReturnCommand( @@ -25051,7 +22546,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2504')] public function testAssertReturn2505(): void { $this->runAssertReturnCommand( @@ -25061,7 +22555,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2505')] public function testAssertReturn2506(): void { $this->runAssertReturnCommand( @@ -25071,7 +22564,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2506')] public function testAssertReturn2507(): void { $this->runAssertReturnCommand( @@ -25081,7 +22573,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2507')] public function testAssertReturn2508(): void { $this->runAssertReturnCommand( @@ -25091,7 +22582,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2508')] public function testAssertReturn2509(): void { $this->runAssertReturnCommand( @@ -25101,7 +22591,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2509')] public function testAssertReturn2510(): void { $this->runAssertReturnCommand( @@ -25111,7 +22600,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2510')] public function testAssertReturn2511(): void { $this->runAssertReturnCommand( @@ -25121,7 +22609,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2511')] public function testAssertReturn2512(): void { $this->runAssertReturnCommand( @@ -25131,7 +22618,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2512')] public function testAssertReturn2513(): void { $this->runAssertReturnCommand( @@ -25141,7 +22627,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2513')] public function testAssertReturn2514(): void { $this->runAssertReturnCommand( @@ -25151,7 +22636,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2514')] public function testAssertReturn2515(): void { $this->runAssertReturnCommand( @@ -25161,7 +22645,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2515')] public function testAssertReturn2516(): void { $this->runAssertReturnCommand( @@ -25171,7 +22654,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2516')] public function testAssertReturn2517(): void { $this->runAssertReturnCommand( @@ -25181,7 +22663,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2517')] public function testAssertReturn2518(): void { $this->runAssertReturnCommand( @@ -25191,7 +22672,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2518')] public function testAssertReturn2519(): void { $this->runAssertReturnCommand( @@ -25201,7 +22681,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2519')] public function testAssertReturn2520(): void { $this->runAssertReturnCommand( @@ -25211,7 +22690,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2520')] public function testAssertReturn2521(): void { $this->runAssertReturnCommand( @@ -25221,7 +22699,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2521')] public function testAssertReturn2522(): void { $this->runAssertReturnCommand( @@ -25231,7 +22708,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2522')] public function testAssertReturn2523(): void { $this->runAssertReturnCommand( @@ -25241,7 +22717,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2523')] public function testAssertReturn2524(): void { $this->runAssertReturnCommand( @@ -25251,7 +22726,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2524')] public function testAssertReturn2525(): void { $this->runAssertReturnCommand( @@ -25261,7 +22735,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2525')] public function testAssertReturn2526(): void { $this->runAssertReturnCommand( @@ -25271,7 +22744,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2526')] public function testAssertReturn2527(): void { $this->runAssertReturnCommand( @@ -25281,7 +22753,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2527')] public function testAssertReturn2528(): void { $this->runAssertReturnCommand( @@ -25291,7 +22762,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2528')] public function testAssertReturn2529(): void { $this->runAssertReturnCommand( @@ -25301,7 +22771,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2529')] public function testAssertReturn2530(): void { $this->runAssertReturnCommand( @@ -25311,7 +22780,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2530')] public function testAssertReturn2531(): void { $this->runAssertReturnCommand( @@ -25321,7 +22789,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2531')] public function testAssertReturn2532(): void { $this->runAssertReturnCommand( @@ -25331,7 +22798,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2532')] public function testAssertReturn2533(): void { $this->runAssertReturnCommand( @@ -25341,7 +22807,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2533')] public function testAssertReturn2534(): void { $this->runAssertReturnCommand( @@ -25351,7 +22816,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2534')] public function testAssertReturn2535(): void { $this->runAssertReturnCommand( @@ -25361,7 +22825,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2535')] public function testAssertReturn2536(): void { $this->runAssertReturnCommand( @@ -25371,7 +22834,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2536')] public function testAssertReturn2537(): void { $this->runAssertReturnCommand( @@ -25381,7 +22843,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2537')] public function testAssertReturn2538(): void { $this->runAssertReturnCommand( @@ -25391,7 +22852,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2538')] public function testAssertReturn2539(): void { $this->runAssertReturnCommand( @@ -25401,7 +22861,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2539')] public function testAssertReturn2540(): void { $this->runAssertReturnCommand( @@ -25411,7 +22870,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2540')] public function testAssertReturn2541(): void { $this->runAssertReturnCommand( @@ -25421,7 +22879,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2541')] public function testAssertReturn2542(): void { $this->runAssertReturnCommand( @@ -25431,7 +22888,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2542')] public function testAssertReturn2543(): void { $this->runAssertReturnCommand( @@ -25441,7 +22897,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2543')] public function testAssertReturn2544(): void { $this->runAssertReturnCommand( @@ -25451,7 +22906,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2544')] public function testAssertReturn2545(): void { $this->runAssertReturnCommand( @@ -25461,7 +22915,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2545')] public function testAssertReturn2546(): void { $this->runAssertReturnCommand( @@ -25471,7 +22924,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2546')] public function testAssertReturn2547(): void { $this->runAssertReturnCommand( @@ -25481,7 +22933,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2547')] public function testAssertReturn2548(): void { $this->runAssertReturnCommand( @@ -25491,7 +22942,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2548')] public function testAssertReturn2549(): void { $this->runAssertReturnCommand( @@ -25501,7 +22951,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2549')] public function testAssertReturn2550(): void { $this->runAssertReturnCommand( @@ -25511,7 +22960,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2550')] public function testAssertReturn2551(): void { $this->runAssertReturnCommand( @@ -25521,7 +22969,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2551')] public function testAssertReturn2552(): void { $this->runAssertReturnCommand( @@ -25531,7 +22978,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2552')] public function testAssertReturn2553(): void { $this->runAssertReturnCommand( @@ -25541,7 +22987,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2553')] public function testAssertReturn2554(): void { $this->runAssertReturnCommand( @@ -25551,7 +22996,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2554')] public function testAssertReturn2555(): void { $this->runAssertReturnCommand( @@ -25561,7 +23005,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2555')] public function testAssertReturn2556(): void { $this->runAssertReturnCommand( @@ -25571,7 +23014,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2556')] public function testAssertReturn2557(): void { $this->runAssertReturnCommand( @@ -25581,7 +23023,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2557')] public function testAssertReturn2558(): void { $this->runAssertReturnCommand( @@ -25591,7 +23032,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2558')] public function testAssertReturn2559(): void { $this->runAssertReturnCommand( @@ -25601,7 +23041,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2559')] public function testAssertReturn2560(): void { $this->runAssertReturnCommand( @@ -25611,7 +23050,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2560')] public function testAssertReturn2561(): void { $this->runAssertReturnCommand( @@ -25621,7 +23059,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2561')] public function testAssertReturn2562(): void { $this->runAssertReturnCommand( @@ -25631,7 +23068,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2562')] public function testAssertReturn2563(): void { $this->runAssertReturnCommand( @@ -25641,7 +23077,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2563')] public function testAssertReturn2564(): void { $this->runAssertReturnCommand( @@ -25651,7 +23086,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2564')] public function testAssertReturn2565(): void { $this->runAssertReturnCommand( @@ -25661,7 +23095,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2565')] public function testAssertReturn2566(): void { $this->runAssertReturnCommand( @@ -25671,7 +23104,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2566')] public function testAssertReturn2567(): void { $this->runAssertReturnCommand( @@ -25681,7 +23113,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2567')] public function testAssertReturn2568(): void { $this->runAssertReturnCommand( @@ -25691,7 +23122,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2568')] public function testAssertReturn2569(): void { $this->runAssertReturnCommand( @@ -25701,7 +23131,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2569')] public function testAssertReturn2570(): void { $this->runAssertReturnCommand( @@ -25711,7 +23140,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2570')] public function testAssertReturn2571(): void { $this->runAssertReturnCommand( @@ -25721,7 +23149,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2571')] public function testAssertReturn2572(): void { $this->runAssertReturnCommand( @@ -25731,7 +23158,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2572')] public function testAssertReturn2573(): void { $this->runAssertReturnCommand( @@ -25741,7 +23167,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2573')] public function testAssertReturn2574(): void { $this->runAssertReturnCommand( @@ -25751,7 +23176,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2574')] public function testAssertReturn2575(): void { $this->runAssertReturnCommand( @@ -25761,7 +23185,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2575')] public function testAssertReturn2576(): void { $this->runAssertReturnCommand( @@ -25771,7 +23194,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2576')] public function testAssertReturn2577(): void { $this->runAssertReturnCommand( @@ -25781,7 +23203,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2577')] public function testAssertReturn2578(): void { $this->runAssertReturnCommand( @@ -25791,7 +23212,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2578')] public function testAssertReturn2579(): void { $this->runAssertReturnCommand( @@ -25801,7 +23221,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2579')] public function testAssertReturn2580(): void { $this->runAssertReturnCommand( @@ -25811,7 +23230,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2580')] public function testAssertReturn2581(): void { $this->runAssertReturnCommand( @@ -25821,7 +23239,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2581')] public function testAssertReturn2582(): void { $this->runAssertReturnCommand( @@ -25831,7 +23248,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2582')] public function testAssertReturn2583(): void { $this->runAssertReturnCommand( @@ -25841,7 +23257,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2583')] public function testAssertReturn2584(): void { $this->runAssertReturnCommand( @@ -25851,7 +23266,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2584')] public function testAssertReturn2585(): void { $this->runAssertReturnCommand( @@ -25861,7 +23275,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2585')] public function testAssertReturn2586(): void { $this->runAssertReturnCommand( @@ -25871,7 +23284,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2586')] public function testAssertReturn2587(): void { $this->runAssertReturnCommand( @@ -25881,7 +23293,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2587')] public function testAssertReturn2588(): void { $this->runAssertReturnCommand( @@ -25891,7 +23302,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2588')] public function testAssertReturn2589(): void { $this->runAssertReturnCommand( @@ -25901,7 +23311,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2589')] public function testAssertReturn2590(): void { $this->runAssertReturnCommand( @@ -25911,7 +23320,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2590')] public function testAssertReturn2591(): void { $this->runAssertReturnCommand( @@ -25921,7 +23329,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2591')] public function testAssertReturn2592(): void { $this->runAssertReturnCommand( @@ -25931,7 +23338,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2592')] public function testAssertReturn2593(): void { $this->runAssertReturnCommand( @@ -25941,7 +23347,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2593')] public function testAssertReturn2594(): void { $this->runAssertReturnCommand( @@ -25951,7 +23356,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2594')] public function testAssertReturn2595(): void { $this->runAssertReturnCommand( @@ -25961,7 +23365,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2595')] public function testAssertReturn2596(): void { $this->runAssertReturnCommand( @@ -25971,7 +23374,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2596')] public function testAssertReturn2597(): void { $this->runAssertReturnCommand( @@ -25981,7 +23383,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2597')] public function testAssertReturn2598(): void { $this->runAssertReturnCommand( @@ -25991,7 +23392,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2598')] public function testAssertReturn2599(): void { $this->runAssertReturnCommand( @@ -26001,7 +23401,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2599')] public function testAssertReturn2600(): void { $this->runAssertReturnCommand( @@ -26011,7 +23410,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2600')] public function testAssertReturn2601(): void { $this->runAssertReturnCommand( @@ -26021,7 +23419,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2601')] public function testAssertReturn2602(): void { $this->runAssertReturnCommand( @@ -26031,7 +23428,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2602')] public function testAssertReturn2603(): void { $this->runAssertReturnCommand( @@ -26041,7 +23437,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2603')] public function testAssertReturn2604(): void { $this->runAssertReturnCommand( @@ -26051,7 +23446,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2604')] public function testAssertReturn2605(): void { $this->runAssertReturnCommand( @@ -26061,7 +23455,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2605')] public function testAssertReturn2606(): void { $this->runAssertReturnCommand( @@ -26071,7 +23464,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2606')] public function testAssertReturn2607(): void { $this->runAssertReturnCommand( @@ -26081,7 +23473,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2607')] public function testAssertReturn2608(): void { $this->runAssertReturnCommand( @@ -26091,7 +23482,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2608')] public function testAssertReturn2609(): void { $this->runAssertReturnCommand( @@ -26101,7 +23491,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2609')] public function testAssertReturn2610(): void { $this->runAssertReturnCommand( @@ -26111,7 +23500,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2610')] public function testAssertReturn2611(): void { $this->runAssertReturnCommand( @@ -26121,7 +23509,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2611')] public function testAssertReturn2612(): void { $this->runAssertReturnCommand( @@ -26131,7 +23518,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2612')] public function testAssertReturn2613(): void { $this->runAssertReturnCommand( @@ -26141,7 +23527,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2613')] public function testAssertReturn2614(): void { $this->runAssertReturnCommand( @@ -26151,7 +23536,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2614')] public function testAssertReturn2615(): void { $this->runAssertReturnCommand( @@ -26161,7 +23545,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2615')] public function testAssertReturn2616(): void { $this->runAssertReturnCommand( @@ -26171,7 +23554,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2616')] public function testAssertReturn2617(): void { $this->runAssertReturnCommand( @@ -26181,7 +23563,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2617')] public function testAssertReturn2618(): void { $this->runAssertReturnCommand( @@ -26191,7 +23572,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2618')] public function testAssertReturn2619(): void { $this->runAssertReturnCommand( @@ -26201,7 +23581,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2619')] public function testAssertReturn2620(): void { $this->runAssertReturnCommand( @@ -26211,7 +23590,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2620')] public function testAssertReturn2621(): void { $this->runAssertReturnCommand( @@ -26221,7 +23599,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2621')] public function testAssertReturn2622(): void { $this->runAssertReturnCommand( @@ -26231,7 +23608,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2622')] public function testAssertReturn2623(): void { $this->runAssertReturnCommand( @@ -26241,7 +23617,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2623')] public function testAssertReturn2624(): void { $this->runAssertReturnCommand( @@ -26251,7 +23626,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2624')] public function testAssertReturn2625(): void { $this->runAssertReturnCommand( @@ -26261,7 +23635,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2625')] public function testAssertReturn2626(): void { $this->runAssertReturnCommand( @@ -26271,7 +23644,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2626')] public function testAssertReturn2627(): void { $this->runAssertReturnCommand( @@ -26281,7 +23653,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2627')] public function testAssertReturn2628(): void { $this->runAssertReturnCommand( @@ -26291,7 +23662,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2628')] public function testAssertReturn2629(): void { $this->runAssertReturnCommand( @@ -26301,7 +23671,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2629')] public function testAssertReturn2630(): void { $this->runAssertReturnCommand( @@ -26311,7 +23680,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2630')] public function testAssertReturn2631(): void { $this->runAssertReturnCommand( @@ -26321,7 +23689,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2631')] public function testAssertReturn2632(): void { $this->runAssertReturnCommand( @@ -26331,7 +23698,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2632')] public function testAssertReturn2633(): void { $this->runAssertReturnCommand( @@ -26341,7 +23707,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2633')] public function testAssertReturn2634(): void { $this->runAssertReturnCommand( @@ -26351,7 +23716,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2634')] public function testAssertReturn2635(): void { $this->runAssertReturnCommand( @@ -26361,7 +23725,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2635')] public function testAssertReturn2636(): void { $this->runAssertReturnCommand( @@ -26371,7 +23734,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2636')] public function testAssertReturn2637(): void { $this->runAssertReturnCommand( @@ -26381,7 +23743,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2637')] public function testAssertReturn2638(): void { $this->runAssertReturnCommand( @@ -26391,7 +23752,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2638')] public function testAssertReturn2639(): void { $this->runAssertReturnCommand( @@ -26401,7 +23761,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2639')] public function testAssertReturn2640(): void { $this->runAssertReturnCommand( @@ -26411,7 +23770,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2640')] public function testAssertReturn2641(): void { $this->runAssertReturnCommand( @@ -26421,7 +23779,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2641')] public function testAssertReturn2642(): void { $this->runAssertReturnCommand( @@ -26431,7 +23788,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2642')] public function testAssertReturn2643(): void { $this->runAssertReturnCommand( @@ -26441,7 +23797,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2643')] public function testAssertReturn2644(): void { $this->runAssertReturnCommand( @@ -26451,7 +23806,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2644')] public function testAssertReturn2645(): void { $this->runAssertReturnCommand( @@ -26461,7 +23815,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2645')] public function testAssertReturn2646(): void { $this->runAssertReturnCommand( @@ -26471,7 +23824,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2646')] public function testAssertReturn2647(): void { $this->runAssertReturnCommand( @@ -26481,7 +23833,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2647')] public function testAssertReturn2648(): void { $this->runAssertReturnCommand( @@ -26491,7 +23842,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2648')] public function testAssertReturn2649(): void { $this->runAssertReturnCommand( @@ -26501,7 +23851,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2649')] public function testAssertReturn2650(): void { $this->runAssertReturnCommand( @@ -26511,7 +23860,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2650')] public function testAssertReturn2651(): void { $this->runAssertReturnCommand( @@ -26521,7 +23869,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2651')] public function testAssertReturn2652(): void { $this->runAssertReturnCommand( @@ -26531,7 +23878,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2652')] public function testAssertReturn2653(): void { $this->runAssertReturnCommand( @@ -26541,7 +23887,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2653')] public function testAssertReturn2654(): void { $this->runAssertReturnCommand( @@ -26551,7 +23896,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2654')] public function testAssertReturn2655(): void { $this->runAssertReturnCommand( @@ -26561,7 +23905,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2655')] public function testAssertReturn2656(): void { $this->runAssertReturnCommand( @@ -26571,7 +23914,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2656')] public function testAssertReturn2657(): void { $this->runAssertReturnCommand( @@ -26581,7 +23923,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2657')] public function testAssertReturn2658(): void { $this->runAssertReturnCommand( @@ -26591,7 +23932,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2658')] public function testAssertReturn2659(): void { $this->runAssertReturnCommand( @@ -26601,7 +23941,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2659')] public function testAssertReturn2660(): void { $this->runAssertReturnCommand( @@ -26611,7 +23950,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2660')] public function testAssertReturn2661(): void { $this->runAssertReturnCommand( @@ -26621,7 +23959,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2661')] public function testAssertReturn2662(): void { $this->runAssertReturnCommand( @@ -26631,7 +23968,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2662')] public function testAssertReturn2663(): void { $this->runAssertReturnCommand( @@ -26641,7 +23977,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2663')] public function testAssertReturn2664(): void { $this->runAssertReturnCommand( @@ -26651,7 +23986,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2664')] public function testAssertReturn2665(): void { $this->runAssertReturnCommand( @@ -26661,7 +23995,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2665')] public function testAssertReturn2666(): void { $this->runAssertReturnCommand( @@ -26671,7 +24004,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2666')] public function testAssertReturn2667(): void { $this->runAssertReturnCommand( @@ -26681,7 +24013,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2667')] public function testAssertReturn2668(): void { $this->runAssertReturnCommand( @@ -26691,7 +24022,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2668')] public function testAssertReturn2669(): void { $this->runAssertReturnCommand( @@ -26701,7 +24031,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2669')] public function testAssertReturn2670(): void { $this->runAssertReturnCommand( @@ -26711,7 +24040,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2670')] public function testAssertReturn2671(): void { $this->runAssertReturnCommand( @@ -26721,7 +24049,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2671')] public function testAssertReturn2672(): void { $this->runAssertReturnCommand( @@ -26731,7 +24058,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2672')] public function testAssertReturn2673(): void { $this->runAssertReturnCommand( @@ -26741,7 +24067,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2673')] public function testAssertReturn2674(): void { $this->runAssertReturnCommand( @@ -26751,7 +24076,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2674')] public function testAssertReturn2675(): void { $this->runAssertReturnCommand( @@ -26761,7 +24085,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2675')] public function testAssertReturn2676(): void { $this->runAssertReturnCommand( @@ -26771,7 +24094,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2676')] public function testAssertReturn2677(): void { $this->runAssertReturnCommand( @@ -26781,7 +24103,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2677')] public function testAssertReturn2678(): void { $this->runAssertReturnCommand( @@ -26791,7 +24112,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2678')] public function testAssertReturn2679(): void { $this->runAssertReturnCommand( @@ -26801,7 +24121,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2679')] public function testAssertReturn2680(): void { $this->runAssertReturnCommand( @@ -26811,7 +24130,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2680')] public function testAssertReturn2681(): void { $this->runAssertReturnCommand( @@ -26821,7 +24139,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2681')] public function testAssertReturn2682(): void { $this->runAssertReturnCommand( @@ -26831,7 +24148,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2682')] public function testAssertReturn2683(): void { $this->runAssertReturnCommand( @@ -26841,7 +24157,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2683')] public function testAssertReturn2684(): void { $this->runAssertReturnCommand( @@ -26851,7 +24166,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2684')] public function testAssertReturn2685(): void { $this->runAssertReturnCommand( @@ -26861,7 +24175,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2685')] public function testAssertReturn2686(): void { $this->runAssertReturnCommand( @@ -26871,7 +24184,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2686')] public function testAssertReturn2687(): void { $this->runAssertReturnCommand( @@ -26881,7 +24193,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2687')] public function testAssertReturn2688(): void { $this->runAssertReturnCommand( @@ -26891,7 +24202,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2688')] public function testAssertReturn2689(): void { $this->runAssertReturnCommand( @@ -26901,7 +24211,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2689')] public function testAssertReturn2690(): void { $this->runAssertReturnCommand( @@ -26911,7 +24220,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2690')] public function testAssertReturn2691(): void { $this->runAssertReturnCommand( @@ -26921,7 +24229,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2691')] public function testAssertReturn2692(): void { $this->runAssertReturnCommand( @@ -26931,7 +24238,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2692')] public function testAssertReturn2693(): void { $this->runAssertReturnCommand( @@ -26941,7 +24247,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2693')] public function testAssertReturn2694(): void { $this->runAssertReturnCommand( @@ -26951,7 +24256,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2694')] public function testAssertReturn2695(): void { $this->runAssertReturnCommand( @@ -26961,7 +24265,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2695')] public function testAssertReturn2696(): void { $this->runAssertReturnCommand( @@ -26971,7 +24274,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2696')] public function testAssertReturn2697(): void { $this->runAssertReturnCommand( @@ -26981,7 +24283,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2697')] public function testAssertReturn2698(): void { $this->runAssertReturnCommand( @@ -26991,7 +24292,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2698')] public function testAssertReturn2699(): void { $this->runAssertReturnCommand( @@ -27001,7 +24301,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2699')] public function testAssertReturn2700(): void { $this->runAssertReturnCommand( @@ -27011,7 +24310,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2700')] public function testAssertReturn2701(): void { $this->runAssertReturnCommand( @@ -27021,7 +24319,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2701')] public function testAssertReturn2702(): void { $this->runAssertReturnCommand( @@ -27031,7 +24328,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2702')] public function testAssertReturn2703(): void { $this->runAssertReturnCommand( @@ -27041,7 +24337,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2703')] public function testAssertReturn2704(): void { $this->runAssertReturnCommand( @@ -27051,7 +24346,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2704')] public function testAssertReturn2705(): void { $this->runAssertReturnCommand( @@ -27061,7 +24355,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2705')] public function testAssertReturn2706(): void { $this->runAssertReturnCommand( @@ -27071,7 +24364,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2706')] public function testAssertReturn2707(): void { $this->runAssertReturnCommand( @@ -27081,7 +24373,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2707')] public function testAssertReturn2708(): void { $this->runAssertReturnCommand( @@ -27091,7 +24382,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2708')] public function testAssertReturn2709(): void { $this->runAssertReturnCommand( @@ -27101,7 +24391,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2709')] public function testAssertReturn2710(): void { $this->runAssertReturnCommand( @@ -27111,7 +24400,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2710')] public function testAssertReturn2711(): void { $this->runAssertReturnCommand( @@ -27121,7 +24409,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2711')] public function testAssertReturn2712(): void { $this->runAssertReturnCommand( @@ -27131,7 +24418,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2712')] public function testAssertReturn2713(): void { $this->runAssertReturnCommand( @@ -27141,7 +24427,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2713')] public function testAssertReturn2714(): void { $this->runAssertReturnCommand( @@ -27151,7 +24436,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2714')] public function testModule2715(): void { $this->runModuleCommand( @@ -27161,7 +24445,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testModule2715')] public function testAssertTrap2716(): void { $this->runAssertTrapCommand( @@ -27171,7 +24454,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap2716')] public function testAssertReturn2717(): void { $this->runAssertReturnCommand( @@ -27181,7 +24463,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2717')] public function testAssertReturn2718(): void { $this->runAssertReturnCommand( @@ -27191,7 +24472,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2718')] public function testAssertReturn2719(): void { $this->runAssertReturnCommand( @@ -27201,7 +24481,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2719')] public function testAssertReturn2720(): void { $this->runAssertReturnCommand( @@ -27211,7 +24490,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2720')] public function testAssertReturn2721(): void { $this->runAssertReturnCommand( @@ -27221,7 +24499,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2721')] public function testAssertReturn2722(): void { $this->runAssertReturnCommand( @@ -27231,7 +24508,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2722')] public function testAssertReturn2723(): void { $this->runAssertReturnCommand( @@ -27241,7 +24517,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2723')] public function testAssertReturn2724(): void { $this->runAssertReturnCommand( @@ -27251,7 +24526,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2724')] public function testAssertReturn2725(): void { $this->runAssertReturnCommand( @@ -27261,7 +24535,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2725')] public function testAssertReturn2726(): void { $this->runAssertReturnCommand( @@ -27271,7 +24544,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2726')] public function testAssertReturn2727(): void { $this->runAssertReturnCommand( @@ -27281,7 +24553,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2727')] public function testAssertReturn2728(): void { $this->runAssertReturnCommand( @@ -27291,7 +24562,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2728')] public function testAssertReturn2729(): void { $this->runAssertReturnCommand( @@ -27301,7 +24571,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2729')] public function testAssertReturn2730(): void { $this->runAssertReturnCommand( @@ -27311,7 +24580,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2730')] public function testAssertReturn2731(): void { $this->runAssertReturnCommand( @@ -27321,7 +24589,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2731')] public function testAssertReturn2732(): void { $this->runAssertReturnCommand( @@ -27331,7 +24598,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2732')] public function testAssertReturn2733(): void { $this->runAssertReturnCommand( @@ -27341,7 +24607,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2733')] public function testAssertReturn2734(): void { $this->runAssertReturnCommand( @@ -27351,7 +24616,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2734')] public function testAssertReturn2735(): void { $this->runAssertReturnCommand( @@ -27361,7 +24625,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2735')] public function testAssertReturn2736(): void { $this->runAssertReturnCommand( @@ -27371,7 +24634,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2736')] public function testAssertReturn2737(): void { $this->runAssertReturnCommand( @@ -27381,7 +24643,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2737')] public function testAssertReturn2738(): void { $this->runAssertReturnCommand( @@ -27391,7 +24652,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2738')] public function testAssertReturn2739(): void { $this->runAssertReturnCommand( @@ -27401,7 +24661,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2739')] public function testAssertReturn2740(): void { $this->runAssertReturnCommand( @@ -27411,7 +24670,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2740')] public function testAssertReturn2741(): void { $this->runAssertReturnCommand( @@ -27421,7 +24679,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2741')] public function testAssertReturn2742(): void { $this->runAssertReturnCommand( @@ -27431,7 +24688,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2742')] public function testAssertReturn2743(): void { $this->runAssertReturnCommand( @@ -27441,7 +24697,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2743')] public function testAssertReturn2744(): void { $this->runAssertReturnCommand( @@ -27451,7 +24706,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2744')] public function testAssertReturn2745(): void { $this->runAssertReturnCommand( @@ -27461,7 +24715,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2745')] public function testAssertReturn2746(): void { $this->runAssertReturnCommand( @@ -27471,7 +24724,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2746')] public function testAssertReturn2747(): void { $this->runAssertReturnCommand( @@ -27481,7 +24733,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2747')] public function testAssertReturn2748(): void { $this->runAssertReturnCommand( @@ -27491,7 +24742,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2748')] public function testAssertReturn2749(): void { $this->runAssertReturnCommand( @@ -27501,7 +24751,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2749')] public function testAssertReturn2750(): void { $this->runAssertReturnCommand( @@ -27511,7 +24760,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2750')] public function testAssertReturn2751(): void { $this->runAssertReturnCommand( @@ -27521,7 +24769,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2751')] public function testAssertReturn2752(): void { $this->runAssertReturnCommand( @@ -27531,7 +24778,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2752')] public function testAssertReturn2753(): void { $this->runAssertReturnCommand( @@ -27541,7 +24787,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2753')] public function testAssertReturn2754(): void { $this->runAssertReturnCommand( @@ -27551,7 +24796,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2754')] public function testAssertReturn2755(): void { $this->runAssertReturnCommand( @@ -27561,7 +24805,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2755')] public function testAssertReturn2756(): void { $this->runAssertReturnCommand( @@ -27571,7 +24814,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2756')] public function testAssertReturn2757(): void { $this->runAssertReturnCommand( @@ -27581,7 +24823,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2757')] public function testAssertReturn2758(): void { $this->runAssertReturnCommand( @@ -27591,7 +24832,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2758')] public function testAssertReturn2759(): void { $this->runAssertReturnCommand( @@ -27601,7 +24841,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2759')] public function testAssertReturn2760(): void { $this->runAssertReturnCommand( @@ -27611,7 +24850,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2760')] public function testAssertReturn2761(): void { $this->runAssertReturnCommand( @@ -27621,7 +24859,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2761')] public function testAssertReturn2762(): void { $this->runAssertReturnCommand( @@ -27631,7 +24868,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2762')] public function testAssertReturn2763(): void { $this->runAssertReturnCommand( @@ -27641,7 +24877,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2763')] public function testAssertReturn2764(): void { $this->runAssertReturnCommand( @@ -27651,7 +24886,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2764')] public function testAssertReturn2765(): void { $this->runAssertReturnCommand( @@ -27661,7 +24895,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2765')] public function testAssertReturn2766(): void { $this->runAssertReturnCommand( @@ -27671,7 +24904,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2766')] public function testAssertReturn2767(): void { $this->runAssertReturnCommand( @@ -27681,7 +24913,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2767')] public function testAssertReturn2768(): void { $this->runAssertReturnCommand( @@ -27691,7 +24922,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2768')] public function testAssertReturn2769(): void { $this->runAssertReturnCommand( @@ -27701,7 +24931,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2769')] public function testAssertReturn2770(): void { $this->runAssertReturnCommand( @@ -27711,7 +24940,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2770')] public function testAssertReturn2771(): void { $this->runAssertReturnCommand( @@ -27721,7 +24949,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2771')] public function testAssertReturn2772(): void { $this->runAssertReturnCommand( @@ -27731,7 +24958,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2772')] public function testAssertReturn2773(): void { $this->runAssertReturnCommand( @@ -27741,7 +24967,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2773')] public function testAssertReturn2774(): void { $this->runAssertReturnCommand( @@ -27751,7 +24976,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2774')] public function testAssertReturn2775(): void { $this->runAssertReturnCommand( @@ -27761,7 +24985,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2775')] public function testAssertReturn2776(): void { $this->runAssertReturnCommand( @@ -27771,7 +24994,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2776')] public function testAssertReturn2777(): void { $this->runAssertReturnCommand( @@ -27781,7 +25003,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2777')] public function testAssertReturn2778(): void { $this->runAssertReturnCommand( @@ -27791,7 +25012,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2778')] public function testAssertReturn2779(): void { $this->runAssertReturnCommand( @@ -27801,7 +25021,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2779')] public function testAssertReturn2780(): void { $this->runAssertReturnCommand( @@ -27811,7 +25030,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2780')] public function testAssertReturn2781(): void { $this->runAssertReturnCommand( @@ -27821,7 +25039,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2781')] public function testAssertReturn2782(): void { $this->runAssertReturnCommand( @@ -27831,7 +25048,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2782')] public function testAssertReturn2783(): void { $this->runAssertReturnCommand( @@ -27841,7 +25057,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2783')] public function testAssertReturn2784(): void { $this->runAssertReturnCommand( @@ -27851,7 +25066,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2784')] public function testAssertReturn2785(): void { $this->runAssertReturnCommand( @@ -27861,7 +25075,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2785')] public function testAssertReturn2786(): void { $this->runAssertReturnCommand( @@ -27871,7 +25084,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2786')] public function testAssertReturn2787(): void { $this->runAssertReturnCommand( @@ -27881,7 +25093,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2787')] public function testAssertReturn2788(): void { $this->runAssertReturnCommand( @@ -27891,7 +25102,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2788')] public function testAssertReturn2789(): void { $this->runAssertReturnCommand( @@ -27901,7 +25111,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2789')] public function testAssertReturn2790(): void { $this->runAssertReturnCommand( @@ -27911,7 +25120,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2790')] public function testAssertReturn2791(): void { $this->runAssertReturnCommand( @@ -27921,7 +25129,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2791')] public function testAssertReturn2792(): void { $this->runAssertReturnCommand( @@ -27931,7 +25138,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2792')] public function testAssertReturn2793(): void { $this->runAssertReturnCommand( @@ -27941,7 +25147,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2793')] public function testAssertReturn2794(): void { $this->runAssertReturnCommand( @@ -27951,7 +25156,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2794')] public function testAssertReturn2795(): void { $this->runAssertReturnCommand( @@ -27961,7 +25165,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2795')] public function testAssertReturn2796(): void { $this->runAssertReturnCommand( @@ -27971,7 +25174,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2796')] public function testAssertReturn2797(): void { $this->runAssertReturnCommand( @@ -27981,7 +25183,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2797')] public function testAssertReturn2798(): void { $this->runAssertReturnCommand( @@ -27991,7 +25192,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2798')] public function testAssertReturn2799(): void { $this->runAssertReturnCommand( @@ -28001,7 +25201,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2799')] public function testAssertReturn2800(): void { $this->runAssertReturnCommand( @@ -28011,7 +25210,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2800')] public function testAssertReturn2801(): void { $this->runAssertReturnCommand( @@ -28021,7 +25219,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2801')] public function testAssertReturn2802(): void { $this->runAssertReturnCommand( @@ -28031,7 +25228,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2802')] public function testAssertReturn2803(): void { $this->runAssertReturnCommand( @@ -28041,7 +25237,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2803')] public function testAssertReturn2804(): void { $this->runAssertReturnCommand( @@ -28051,7 +25246,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2804')] public function testAssertReturn2805(): void { $this->runAssertReturnCommand( @@ -28061,7 +25255,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2805')] public function testAssertReturn2806(): void { $this->runAssertReturnCommand( @@ -28071,7 +25264,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2806')] public function testAssertReturn2807(): void { $this->runAssertReturnCommand( @@ -28081,7 +25273,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2807')] public function testAssertReturn2808(): void { $this->runAssertReturnCommand( @@ -28091,7 +25282,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2808')] public function testAssertReturn2809(): void { $this->runAssertReturnCommand( @@ -28101,7 +25291,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2809')] public function testAssertReturn2810(): void { $this->runAssertReturnCommand( @@ -28111,7 +25300,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2810')] public function testAssertReturn2811(): void { $this->runAssertReturnCommand( @@ -28121,7 +25309,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2811')] public function testAssertReturn2812(): void { $this->runAssertReturnCommand( @@ -28131,7 +25318,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2812')] public function testAssertReturn2813(): void { $this->runAssertReturnCommand( @@ -28141,7 +25327,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2813')] public function testAssertReturn2814(): void { $this->runAssertReturnCommand( @@ -28151,7 +25336,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2814')] public function testAssertReturn2815(): void { $this->runAssertReturnCommand( @@ -28161,7 +25345,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2815')] public function testAssertReturn2816(): void { $this->runAssertReturnCommand( @@ -28171,7 +25354,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2816')] public function testAssertReturn2817(): void { $this->runAssertReturnCommand( @@ -28181,7 +25363,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2817')] public function testAssertReturn2818(): void { $this->runAssertReturnCommand( @@ -28191,7 +25372,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2818')] public function testAssertReturn2819(): void { $this->runAssertReturnCommand( @@ -28201,7 +25381,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2819')] public function testAssertReturn2820(): void { $this->runAssertReturnCommand( @@ -28211,7 +25390,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2820')] public function testAssertReturn2821(): void { $this->runAssertReturnCommand( @@ -28221,7 +25399,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2821')] public function testAssertReturn2822(): void { $this->runAssertReturnCommand( @@ -28231,7 +25408,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2822')] public function testAssertReturn2823(): void { $this->runAssertReturnCommand( @@ -28241,7 +25417,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2823')] public function testAssertReturn2824(): void { $this->runAssertReturnCommand( @@ -28251,7 +25426,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2824')] public function testAssertReturn2825(): void { $this->runAssertReturnCommand( @@ -28261,7 +25435,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2825')] public function testAssertReturn2826(): void { $this->runAssertReturnCommand( @@ -28271,7 +25444,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2826')] public function testAssertReturn2827(): void { $this->runAssertReturnCommand( @@ -28281,7 +25453,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2827')] public function testAssertReturn2828(): void { $this->runAssertReturnCommand( @@ -28291,7 +25462,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2828')] public function testAssertReturn2829(): void { $this->runAssertReturnCommand( @@ -28301,7 +25471,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2829')] public function testAssertReturn2830(): void { $this->runAssertReturnCommand( @@ -28311,7 +25480,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2830')] public function testAssertReturn2831(): void { $this->runAssertReturnCommand( @@ -28321,7 +25489,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2831')] public function testAssertReturn2832(): void { $this->runAssertReturnCommand( @@ -28331,7 +25498,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2832')] public function testAssertReturn2833(): void { $this->runAssertReturnCommand( @@ -28341,7 +25507,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2833')] public function testAssertReturn2834(): void { $this->runAssertReturnCommand( @@ -28351,7 +25516,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2834')] public function testAssertReturn2835(): void { $this->runAssertReturnCommand( @@ -28361,7 +25525,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2835')] public function testAssertReturn2836(): void { $this->runAssertReturnCommand( @@ -28371,7 +25534,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2836')] public function testAssertReturn2837(): void { $this->runAssertReturnCommand( @@ -28381,7 +25543,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2837')] public function testAssertReturn2838(): void { $this->runAssertReturnCommand( @@ -28391,7 +25552,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2838')] public function testAssertReturn2839(): void { $this->runAssertReturnCommand( @@ -28401,7 +25561,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2839')] public function testAssertReturn2840(): void { $this->runAssertReturnCommand( @@ -28411,7 +25570,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2840')] public function testAssertReturn2841(): void { $this->runAssertReturnCommand( @@ -28421,7 +25579,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2841')] public function testAssertReturn2842(): void { $this->runAssertReturnCommand( @@ -28431,7 +25588,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2842')] public function testAssertReturn2843(): void { $this->runAssertReturnCommand( @@ -28441,7 +25597,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2843')] public function testAssertReturn2844(): void { $this->runAssertReturnCommand( @@ -28451,7 +25606,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2844')] public function testAssertReturn2845(): void { $this->runAssertReturnCommand( @@ -28461,7 +25615,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2845')] public function testAssertReturn2846(): void { $this->runAssertReturnCommand( @@ -28471,7 +25624,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2846')] public function testAssertReturn2847(): void { $this->runAssertReturnCommand( @@ -28481,7 +25633,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2847')] public function testAssertReturn2848(): void { $this->runAssertReturnCommand( @@ -28491,7 +25642,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2848')] public function testAssertReturn2849(): void { $this->runAssertReturnCommand( @@ -28501,7 +25651,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2849')] public function testAssertReturn2850(): void { $this->runAssertReturnCommand( @@ -28511,7 +25660,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2850')] public function testAssertReturn2851(): void { $this->runAssertReturnCommand( @@ -28521,7 +25669,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2851')] public function testAssertReturn2852(): void { $this->runAssertReturnCommand( @@ -28531,7 +25678,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2852')] public function testAssertReturn2853(): void { $this->runAssertReturnCommand( @@ -28541,7 +25687,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2853')] public function testAssertReturn2854(): void { $this->runAssertReturnCommand( @@ -28551,7 +25696,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2854')] public function testAssertReturn2855(): void { $this->runAssertReturnCommand( @@ -28561,7 +25705,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2855')] public function testAssertReturn2856(): void { $this->runAssertReturnCommand( @@ -28571,7 +25714,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2856')] public function testAssertReturn2857(): void { $this->runAssertReturnCommand( @@ -28581,7 +25723,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2857')] public function testAssertReturn2858(): void { $this->runAssertReturnCommand( @@ -28591,7 +25732,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2858')] public function testAssertReturn2859(): void { $this->runAssertReturnCommand( @@ -28601,7 +25741,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2859')] public function testAssertReturn2860(): void { $this->runAssertReturnCommand( @@ -28611,7 +25750,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2860')] public function testAssertReturn2861(): void { $this->runAssertReturnCommand( @@ -28621,7 +25759,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2861')] public function testAssertReturn2862(): void { $this->runAssertReturnCommand( @@ -28631,7 +25768,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2862')] public function testAssertReturn2863(): void { $this->runAssertReturnCommand( @@ -28641,7 +25777,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2863')] public function testAssertReturn2864(): void { $this->runAssertReturnCommand( @@ -28651,7 +25786,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2864')] public function testAssertReturn2865(): void { $this->runAssertReturnCommand( @@ -28661,7 +25795,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2865')] public function testAssertReturn2866(): void { $this->runAssertReturnCommand( @@ -28671,7 +25804,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2866')] public function testAssertReturn2867(): void { $this->runAssertReturnCommand( @@ -28681,7 +25813,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2867')] public function testAssertReturn2868(): void { $this->runAssertReturnCommand( @@ -28691,7 +25822,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2868')] public function testAssertReturn2869(): void { $this->runAssertReturnCommand( @@ -28701,7 +25831,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2869')] public function testAssertReturn2870(): void { $this->runAssertReturnCommand( @@ -28711,7 +25840,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2870')] public function testAssertReturn2871(): void { $this->runAssertReturnCommand( @@ -28721,7 +25849,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2871')] public function testAssertReturn2872(): void { $this->runAssertReturnCommand( @@ -28731,7 +25858,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2872')] public function testAssertReturn2873(): void { $this->runAssertReturnCommand( @@ -28741,7 +25867,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2873')] public function testAssertReturn2874(): void { $this->runAssertReturnCommand( @@ -28751,7 +25876,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2874')] public function testAssertReturn2875(): void { $this->runAssertReturnCommand( @@ -28761,7 +25885,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2875')] public function testAssertReturn2876(): void { $this->runAssertReturnCommand( @@ -28771,7 +25894,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2876')] public function testAssertReturn2877(): void { $this->runAssertReturnCommand( @@ -28781,7 +25903,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2877')] public function testAssertReturn2878(): void { $this->runAssertReturnCommand( @@ -28791,7 +25912,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2878')] public function testAssertReturn2879(): void { $this->runAssertReturnCommand( @@ -28801,7 +25921,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2879')] public function testAssertReturn2880(): void { $this->runAssertReturnCommand( @@ -28811,7 +25930,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2880')] public function testAssertReturn2881(): void { $this->runAssertReturnCommand( @@ -28821,7 +25939,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2881')] public function testAssertReturn2882(): void { $this->runAssertReturnCommand( @@ -28831,7 +25948,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2882')] public function testAssertReturn2883(): void { $this->runAssertReturnCommand( @@ -28841,7 +25957,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2883')] public function testAssertReturn2884(): void { $this->runAssertReturnCommand( @@ -28851,7 +25966,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2884')] public function testAssertReturn2885(): void { $this->runAssertReturnCommand( @@ -28861,7 +25975,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2885')] public function testAssertReturn2886(): void { $this->runAssertReturnCommand( @@ -28871,7 +25984,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2886')] public function testAssertReturn2887(): void { $this->runAssertReturnCommand( @@ -28881,7 +25993,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2887')] public function testAssertReturn2888(): void { $this->runAssertReturnCommand( @@ -28891,7 +26002,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2888')] public function testAssertReturn2889(): void { $this->runAssertReturnCommand( @@ -28901,7 +26011,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2889')] public function testAssertReturn2890(): void { $this->runAssertReturnCommand( @@ -28911,7 +26020,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2890')] public function testAssertReturn2891(): void { $this->runAssertReturnCommand( @@ -28921,7 +26029,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2891')] public function testAssertReturn2892(): void { $this->runAssertReturnCommand( @@ -28931,7 +26038,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2892')] public function testAssertReturn2893(): void { $this->runAssertReturnCommand( @@ -28941,7 +26047,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2893')] public function testAssertReturn2894(): void { $this->runAssertReturnCommand( @@ -28951,7 +26056,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2894')] public function testAssertReturn2895(): void { $this->runAssertReturnCommand( @@ -28961,7 +26065,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2895')] public function testAssertReturn2896(): void { $this->runAssertReturnCommand( @@ -28971,7 +26074,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2896')] public function testAssertReturn2897(): void { $this->runAssertReturnCommand( @@ -28981,7 +26083,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2897')] public function testAssertReturn2898(): void { $this->runAssertReturnCommand( @@ -28991,7 +26092,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2898')] public function testAssertReturn2899(): void { $this->runAssertReturnCommand( @@ -29001,7 +26101,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2899')] public function testAssertReturn2900(): void { $this->runAssertReturnCommand( @@ -29011,7 +26110,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2900')] public function testAssertReturn2901(): void { $this->runAssertReturnCommand( @@ -29021,7 +26119,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2901')] public function testAssertReturn2902(): void { $this->runAssertReturnCommand( @@ -29031,7 +26128,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2902')] public function testAssertReturn2903(): void { $this->runAssertReturnCommand( @@ -29041,7 +26137,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2903')] public function testAssertReturn2904(): void { $this->runAssertReturnCommand( @@ -29051,7 +26146,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2904')] public function testAssertReturn2905(): void { $this->runAssertReturnCommand( @@ -29061,7 +26155,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2905')] public function testAssertReturn2906(): void { $this->runAssertReturnCommand( @@ -29071,7 +26164,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2906')] public function testAssertReturn2907(): void { $this->runAssertReturnCommand( @@ -29081,7 +26173,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2907')] public function testAssertReturn2908(): void { $this->runAssertReturnCommand( @@ -29091,7 +26182,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2908')] public function testAssertReturn2909(): void { $this->runAssertReturnCommand( @@ -29101,7 +26191,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2909')] public function testAssertReturn2910(): void { $this->runAssertReturnCommand( @@ -29111,7 +26200,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2910')] public function testAssertReturn2911(): void { $this->runAssertReturnCommand( @@ -29121,7 +26209,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2911')] public function testAssertReturn2912(): void { $this->runAssertReturnCommand( @@ -29131,7 +26218,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2912')] public function testAssertReturn2913(): void { $this->runAssertReturnCommand( @@ -29141,7 +26227,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2913')] public function testAssertReturn2914(): void { $this->runAssertReturnCommand( @@ -29151,7 +26236,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2914')] public function testAssertReturn2915(): void { $this->runAssertReturnCommand( @@ -29161,7 +26245,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2915')] public function testAssertReturn2916(): void { $this->runAssertReturnCommand( @@ -29171,7 +26254,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2916')] public function testAssertReturn2917(): void { $this->runAssertReturnCommand( @@ -29181,7 +26263,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2917')] public function testAssertReturn2918(): void { $this->runAssertReturnCommand( @@ -29191,7 +26272,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2918')] public function testAssertReturn2919(): void { $this->runAssertReturnCommand( @@ -29201,7 +26281,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2919')] public function testAssertReturn2920(): void { $this->runAssertReturnCommand( @@ -29211,7 +26290,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2920')] public function testAssertReturn2921(): void { $this->runAssertReturnCommand( @@ -29221,7 +26299,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2921')] public function testAssertReturn2922(): void { $this->runAssertReturnCommand( @@ -29231,7 +26308,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2922')] public function testAssertReturn2923(): void { $this->runAssertReturnCommand( @@ -29241,7 +26317,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2923')] public function testAssertReturn2924(): void { $this->runAssertReturnCommand( @@ -29251,7 +26326,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2924')] public function testAssertReturn2925(): void { $this->runAssertReturnCommand( @@ -29261,7 +26335,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2925')] public function testAssertReturn2926(): void { $this->runAssertReturnCommand( @@ -29271,7 +26344,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2926')] public function testAssertReturn2927(): void { $this->runAssertReturnCommand( @@ -29281,7 +26353,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2927')] public function testAssertReturn2928(): void { $this->runAssertReturnCommand( @@ -29291,7 +26362,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2928')] public function testAssertReturn2929(): void { $this->runAssertReturnCommand( @@ -29301,7 +26371,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2929')] public function testAssertReturn2930(): void { $this->runAssertReturnCommand( @@ -29311,7 +26380,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2930')] public function testAssertReturn2931(): void { $this->runAssertReturnCommand( @@ -29321,7 +26389,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2931')] public function testAssertReturn2932(): void { $this->runAssertReturnCommand( @@ -29331,7 +26398,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2932')] public function testAssertReturn2933(): void { $this->runAssertReturnCommand( @@ -29341,7 +26407,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2933')] public function testAssertReturn2934(): void { $this->runAssertReturnCommand( @@ -29351,7 +26416,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2934')] public function testAssertReturn2935(): void { $this->runAssertReturnCommand( @@ -29361,7 +26425,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2935')] public function testAssertReturn2936(): void { $this->runAssertReturnCommand( @@ -29371,7 +26434,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2936')] public function testAssertReturn2937(): void { $this->runAssertReturnCommand( @@ -29381,7 +26443,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2937')] public function testAssertReturn2938(): void { $this->runAssertReturnCommand( @@ -29391,7 +26452,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2938')] public function testAssertReturn2939(): void { $this->runAssertReturnCommand( @@ -29401,7 +26461,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2939')] public function testAssertReturn2940(): void { $this->runAssertReturnCommand( @@ -29411,7 +26470,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2940')] public function testAssertReturn2941(): void { $this->runAssertReturnCommand( @@ -29421,7 +26479,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2941')] public function testAssertReturn2942(): void { $this->runAssertReturnCommand( @@ -29431,7 +26488,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2942')] public function testAssertReturn2943(): void { $this->runAssertReturnCommand( @@ -29441,7 +26497,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2943')] public function testAssertReturn2944(): void { $this->runAssertReturnCommand( @@ -29451,7 +26506,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2944')] public function testAssertReturn2945(): void { $this->runAssertReturnCommand( @@ -29461,7 +26515,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2945')] public function testAssertReturn2946(): void { $this->runAssertReturnCommand( @@ -29471,7 +26524,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2946')] public function testAssertReturn2947(): void { $this->runAssertReturnCommand( @@ -29481,7 +26533,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2947')] public function testAssertReturn2948(): void { $this->runAssertReturnCommand( @@ -29491,7 +26542,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2948')] public function testAssertReturn2949(): void { $this->runAssertReturnCommand( @@ -29501,7 +26551,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2949')] public function testAssertReturn2950(): void { $this->runAssertReturnCommand( @@ -29511,7 +26560,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2950')] public function testAssertReturn2951(): void { $this->runAssertReturnCommand( @@ -29521,7 +26569,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2951')] public function testAssertReturn2952(): void { $this->runAssertReturnCommand( @@ -29531,7 +26578,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2952')] public function testAssertReturn2953(): void { $this->runAssertReturnCommand( @@ -29541,7 +26587,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2953')] public function testAssertReturn2954(): void { $this->runAssertReturnCommand( @@ -29551,7 +26596,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2954')] public function testAssertReturn2955(): void { $this->runAssertReturnCommand( @@ -29561,7 +26605,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2955')] public function testAssertReturn2956(): void { $this->runAssertReturnCommand( @@ -29571,7 +26614,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2956')] public function testAssertReturn2957(): void { $this->runAssertReturnCommand( @@ -29581,7 +26623,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2957')] public function testAssertReturn2958(): void { $this->runAssertReturnCommand( @@ -29591,7 +26632,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2958')] public function testAssertReturn2959(): void { $this->runAssertReturnCommand( @@ -29601,7 +26641,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2959')] public function testAssertReturn2960(): void { $this->runAssertReturnCommand( @@ -29611,7 +26650,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2960')] public function testAssertReturn2961(): void { $this->runAssertReturnCommand( @@ -29621,7 +26659,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2961')] public function testAssertReturn2962(): void { $this->runAssertReturnCommand( @@ -29631,7 +26668,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2962')] public function testAssertReturn2963(): void { $this->runAssertReturnCommand( @@ -29641,7 +26677,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2963')] public function testAssertReturn2964(): void { $this->runAssertReturnCommand( @@ -29651,7 +26686,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2964')] public function testAssertReturn2965(): void { $this->runAssertReturnCommand( @@ -29661,7 +26695,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2965')] public function testAssertReturn2966(): void { $this->runAssertReturnCommand( @@ -29671,7 +26704,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2966')] public function testAssertReturn2967(): void { $this->runAssertReturnCommand( @@ -29681,7 +26713,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2967')] public function testAssertReturn2968(): void { $this->runAssertReturnCommand( @@ -29691,7 +26722,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2968')] public function testAssertReturn2969(): void { $this->runAssertReturnCommand( @@ -29701,7 +26731,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2969')] public function testAssertReturn2970(): void { $this->runAssertReturnCommand( @@ -29711,7 +26740,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2970')] public function testAssertReturn2971(): void { $this->runAssertReturnCommand( @@ -29721,7 +26749,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2971')] public function testAssertReturn2972(): void { $this->runAssertReturnCommand( @@ -29731,7 +26758,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2972')] public function testAssertReturn2973(): void { $this->runAssertReturnCommand( @@ -29741,7 +26767,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2973')] public function testAssertReturn2974(): void { $this->runAssertReturnCommand( @@ -29751,7 +26776,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2974')] public function testAssertReturn2975(): void { $this->runAssertReturnCommand( @@ -29761,7 +26785,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2975')] public function testAssertReturn2976(): void { $this->runAssertReturnCommand( @@ -29771,7 +26794,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2976')] public function testAssertReturn2977(): void { $this->runAssertReturnCommand( @@ -29781,7 +26803,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2977')] public function testAssertReturn2978(): void { $this->runAssertReturnCommand( @@ -29791,7 +26812,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2978')] public function testAssertReturn2979(): void { $this->runAssertReturnCommand( @@ -29801,7 +26821,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2979')] public function testAssertReturn2980(): void { $this->runAssertReturnCommand( @@ -29811,7 +26830,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2980')] public function testAssertReturn2981(): void { $this->runAssertReturnCommand( @@ -29821,7 +26839,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2981')] public function testAssertReturn2982(): void { $this->runAssertReturnCommand( @@ -29831,7 +26848,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2982')] public function testAssertReturn2983(): void { $this->runAssertReturnCommand( @@ -29841,7 +26857,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2983')] public function testAssertReturn2984(): void { $this->runAssertReturnCommand( @@ -29851,7 +26866,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2984')] public function testAssertReturn2985(): void { $this->runAssertReturnCommand( @@ -29861,7 +26875,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2985')] public function testAssertReturn2986(): void { $this->runAssertReturnCommand( @@ -29871,7 +26884,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2986')] public function testAssertReturn2987(): void { $this->runAssertReturnCommand( @@ -29881,7 +26893,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2987')] public function testAssertReturn2988(): void { $this->runAssertReturnCommand( @@ -29891,7 +26902,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2988')] public function testAssertReturn2989(): void { $this->runAssertReturnCommand( @@ -29901,7 +26911,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2989')] public function testAssertReturn2990(): void { $this->runAssertReturnCommand( @@ -29911,7 +26920,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2990')] public function testAssertReturn2991(): void { $this->runAssertReturnCommand( @@ -29921,7 +26929,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2991')] public function testAssertReturn2992(): void { $this->runAssertReturnCommand( @@ -29931,7 +26938,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2992')] public function testAssertReturn2993(): void { $this->runAssertReturnCommand( @@ -29941,7 +26947,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2993')] public function testAssertReturn2994(): void { $this->runAssertReturnCommand( @@ -29951,7 +26956,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2994')] public function testAssertReturn2995(): void { $this->runAssertReturnCommand( @@ -29961,7 +26965,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2995')] public function testAssertReturn2996(): void { $this->runAssertReturnCommand( @@ -29971,7 +26974,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2996')] public function testAssertReturn2997(): void { $this->runAssertReturnCommand( @@ -29981,7 +26983,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2997')] public function testAssertReturn2998(): void { $this->runAssertReturnCommand( @@ -29991,7 +26992,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2998')] public function testAssertReturn2999(): void { $this->runAssertReturnCommand( @@ -30001,7 +27001,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2999')] public function testAssertReturn3000(): void { $this->runAssertReturnCommand( @@ -30011,7 +27010,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn3000')] public function testAssertReturn3001(): void { $this->runAssertReturnCommand( @@ -30021,7 +27019,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn3001')] public function testAssertReturn3002(): void { $this->runAssertReturnCommand( @@ -30031,7 +27028,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn3002')] public function testAssertReturn3003(): void { $this->runAssertReturnCommand( @@ -30041,7 +27037,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn3003')] public function testAssertReturn3004(): void { $this->runAssertReturnCommand( @@ -30051,7 +27046,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn3004')] public function testAssertReturn3005(): void { $this->runAssertReturnCommand( @@ -30061,7 +27055,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn3005')] public function testAssertReturn3006(): void { $this->runAssertReturnCommand( @@ -30071,7 +27064,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn3006')] public function testAssertReturn3007(): void { $this->runAssertReturnCommand( @@ -30081,7 +27073,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn3007')] public function testAssertReturn3008(): void { $this->runAssertReturnCommand( @@ -30091,7 +27082,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn3008')] public function testAssertReturn3009(): void { $this->runAssertReturnCommand( @@ -30101,7 +27091,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn3009')] public function testAssertReturn3010(): void { $this->runAssertReturnCommand( @@ -30111,7 +27100,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn3010')] public function testAssertReturn3011(): void { $this->runAssertReturnCommand( @@ -30121,7 +27109,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn3011')] public function testAssertReturn3012(): void { $this->runAssertReturnCommand( @@ -30131,7 +27118,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn3012')] public function testAssertReturn3013(): void { $this->runAssertReturnCommand( @@ -30141,7 +27127,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn3013')] public function testAssertReturn3014(): void { $this->runAssertReturnCommand( @@ -30151,7 +27136,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn3014')] public function testAssertReturn3015(): void { $this->runAssertReturnCommand( @@ -30161,7 +27145,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn3015')] public function testAssertReturn3016(): void { $this->runAssertReturnCommand( @@ -30171,7 +27154,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn3016')] public function testAssertReturn3017(): void { $this->runAssertReturnCommand( @@ -30181,7 +27163,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn3017')] public function testAssertReturn3018(): void { $this->runAssertReturnCommand( @@ -30191,7 +27172,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn3018')] public function testAssertReturn3019(): void { $this->runAssertReturnCommand( @@ -30201,7 +27181,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn3019')] public function testAssertReturn3020(): void { $this->runAssertReturnCommand( @@ -30211,7 +27190,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn3020')] public function testAssertReturn3021(): void { $this->runAssertReturnCommand( @@ -30221,7 +27199,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn3021')] public function testAssertReturn3022(): void { $this->runAssertReturnCommand( @@ -30231,7 +27208,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn3022')] public function testAssertReturn3023(): void { $this->runAssertReturnCommand( @@ -30241,7 +27217,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn3023')] public function testAssertReturn3024(): void { $this->runAssertReturnCommand( @@ -30251,7 +27226,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn3024')] public function testAssertReturn3025(): void { $this->runAssertReturnCommand( @@ -30261,7 +27235,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn3025')] public function testAssertReturn3026(): void { $this->runAssertReturnCommand( @@ -30271,7 +27244,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn3026')] public function testAssertReturn3027(): void { $this->runAssertReturnCommand( @@ -30281,7 +27253,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn3027')] public function testAssertReturn3028(): void { $this->runAssertReturnCommand( @@ -30291,7 +27262,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn3028')] public function testAssertReturn3029(): void { $this->runAssertReturnCommand( @@ -30301,7 +27271,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn3029')] public function testAssertReturn3030(): void { $this->runAssertReturnCommand( @@ -30311,7 +27280,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn3030')] public function testAssertReturn3031(): void { $this->runAssertReturnCommand( @@ -30321,7 +27289,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn3031')] public function testAssertReturn3032(): void { $this->runAssertReturnCommand( @@ -30331,7 +27298,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn3032')] public function testAssertReturn3033(): void { $this->runAssertReturnCommand( @@ -30341,7 +27307,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn3033')] public function testAssertReturn3034(): void { $this->runAssertReturnCommand( @@ -30351,7 +27316,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn3034')] public function testAssertReturn3035(): void { $this->runAssertReturnCommand( @@ -30361,7 +27325,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn3035')] public function testAssertReturn3036(): void { $this->runAssertReturnCommand( @@ -30371,7 +27334,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn3036')] public function testAssertReturn3037(): void { $this->runAssertReturnCommand( @@ -30381,7 +27343,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn3037')] public function testAssertReturn3038(): void { $this->runAssertReturnCommand( @@ -30391,7 +27352,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn3038')] public function testAssertReturn3039(): void { $this->runAssertReturnCommand( @@ -30401,7 +27361,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn3039')] public function testAssertReturn3040(): void { $this->runAssertReturnCommand( @@ -30411,7 +27370,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn3040')] public function testAssertReturn3041(): void { $this->runAssertReturnCommand( @@ -30421,7 +27379,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn3041')] public function testAssertReturn3042(): void { $this->runAssertReturnCommand( @@ -30431,7 +27388,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn3042')] public function testAssertReturn3043(): void { $this->runAssertReturnCommand( @@ -30441,7 +27397,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn3043')] public function testAssertReturn3044(): void { $this->runAssertReturnCommand( @@ -30451,7 +27406,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn3044')] public function testAssertReturn3045(): void { $this->runAssertReturnCommand( @@ -30461,7 +27415,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn3045')] public function testAssertReturn3046(): void { $this->runAssertReturnCommand( @@ -30471,7 +27424,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn3046')] public function testAssertReturn3047(): void { $this->runAssertReturnCommand( @@ -30481,7 +27433,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn3047')] public function testAssertReturn3048(): void { $this->runAssertReturnCommand( @@ -30491,7 +27442,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn3048')] public function testAssertReturn3049(): void { $this->runAssertReturnCommand( @@ -30501,7 +27451,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn3049')] public function testAssertReturn3050(): void { $this->runAssertReturnCommand( @@ -30511,7 +27460,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn3050')] public function testAssertReturn3051(): void { $this->runAssertReturnCommand( @@ -30521,7 +27469,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn3051')] public function testAssertReturn3052(): void { $this->runAssertReturnCommand( @@ -30531,7 +27478,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn3052')] public function testAssertReturn3053(): void { $this->runAssertReturnCommand( @@ -30541,7 +27487,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn3053')] public function testAssertReturn3054(): void { $this->runAssertReturnCommand( @@ -30551,7 +27496,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn3054')] public function testAssertReturn3055(): void { $this->runAssertReturnCommand( @@ -30561,7 +27505,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn3055')] public function testAssertReturn3056(): void { $this->runAssertReturnCommand( @@ -30571,7 +27514,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn3056')] public function testAssertReturn3057(): void { $this->runAssertReturnCommand( @@ -30581,7 +27523,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn3057')] public function testAssertReturn3058(): void { $this->runAssertReturnCommand( @@ -30591,7 +27532,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn3058')] public function testAssertReturn3059(): void { $this->runAssertReturnCommand( @@ -30601,7 +27541,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn3059')] public function testAssertReturn3060(): void { $this->runAssertReturnCommand( @@ -30611,7 +27550,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn3060')] public function testAssertReturn3061(): void { $this->runAssertReturnCommand( @@ -30621,7 +27559,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn3061')] public function testAssertReturn3062(): void { $this->runAssertReturnCommand( @@ -30631,7 +27568,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn3062')] public function testAssertReturn3063(): void { $this->runAssertReturnCommand( @@ -30641,7 +27577,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn3063')] public function testAssertReturn3064(): void { $this->runAssertReturnCommand( @@ -30651,7 +27586,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn3064')] public function testAssertReturn3065(): void { $this->runAssertReturnCommand( @@ -30661,7 +27595,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn3065')] public function testModule3066(): void { $this->runModuleCommand( @@ -30671,7 +27604,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testModule3066')] public function testAssertTrap3067(): void { $this->runAssertTrapCommand( @@ -30681,7 +27613,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap3067')] public function testAssertReturn3068(): void { $this->runAssertReturnCommand( @@ -30691,7 +27622,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn3068')] public function testAssertReturn3069(): void { $this->runAssertReturnCommand( @@ -30701,7 +27631,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn3069')] public function testAssertReturn3070(): void { $this->runAssertReturnCommand( @@ -30711,7 +27640,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn3070')] public function testAssertReturn3071(): void { $this->runAssertReturnCommand( @@ -30721,7 +27649,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn3071')] public function testAssertReturn3072(): void { $this->runAssertReturnCommand( @@ -30731,7 +27658,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn3072')] public function testAssertReturn3073(): void { $this->runAssertReturnCommand( @@ -30741,7 +27667,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn3073')] public function testAssertReturn3074(): void { $this->runAssertReturnCommand( @@ -30751,7 +27676,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn3074')] public function testAssertReturn3075(): void { $this->runAssertReturnCommand( @@ -30761,7 +27685,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn3075')] public function testAssertReturn3076(): void { $this->runAssertReturnCommand( @@ -30771,7 +27694,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn3076')] public function testAssertReturn3077(): void { $this->runAssertReturnCommand( @@ -30781,7 +27703,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn3077')] public function testAssertReturn3078(): void { $this->runAssertReturnCommand( @@ -30791,7 +27712,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn3078')] public function testAssertReturn3079(): void { $this->runAssertReturnCommand( @@ -30801,7 +27721,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn3079')] public function testAssertReturn3080(): void { $this->runAssertReturnCommand( @@ -30811,7 +27730,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn3080')] public function testAssertReturn3081(): void { $this->runAssertReturnCommand( @@ -30821,7 +27739,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn3081')] public function testAssertReturn3082(): void { $this->runAssertReturnCommand( @@ -30831,7 +27748,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn3082')] public function testAssertReturn3083(): void { $this->runAssertReturnCommand( @@ -30841,7 +27757,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn3083')] public function testAssertReturn3084(): void { $this->runAssertReturnCommand( @@ -30851,7 +27766,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn3084')] public function testAssertReturn3085(): void { $this->runAssertReturnCommand( @@ -30861,7 +27775,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn3085')] public function testAssertReturn3086(): void { $this->runAssertReturnCommand( @@ -30871,7 +27784,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn3086')] public function testAssertReturn3087(): void { $this->runAssertReturnCommand( @@ -30881,7 +27793,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn3087')] public function testAssertReturn3088(): void { $this->runAssertReturnCommand( @@ -30891,7 +27802,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn3088')] public function testAssertReturn3089(): void { $this->runAssertReturnCommand( @@ -30901,7 +27811,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn3089')] public function testAssertReturn3090(): void { $this->runAssertReturnCommand( @@ -30911,7 +27820,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn3090')] public function testAssertReturn3091(): void { $this->runAssertReturnCommand( @@ -30921,7 +27829,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn3091')] public function testAssertReturn3092(): void { $this->runAssertReturnCommand( @@ -30931,7 +27838,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn3092')] public function testAssertReturn3093(): void { $this->runAssertReturnCommand( @@ -30941,7 +27847,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn3093')] public function testAssertReturn3094(): void { $this->runAssertReturnCommand( @@ -30951,7 +27856,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn3094')] public function testAssertReturn3095(): void { $this->runAssertReturnCommand( @@ -30961,7 +27865,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn3095')] public function testAssertReturn3096(): void { $this->runAssertReturnCommand( @@ -30971,7 +27874,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn3096')] public function testAssertReturn3097(): void { $this->runAssertReturnCommand( @@ -30981,7 +27883,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn3097')] public function testAssertReturn3098(): void { $this->runAssertReturnCommand( @@ -30991,7 +27892,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn3098')] public function testAssertReturn3099(): void { $this->runAssertReturnCommand( @@ -31001,7 +27901,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn3099')] public function testAssertReturn3100(): void { $this->runAssertReturnCommand( @@ -31011,7 +27910,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn3100')] public function testAssertReturn3101(): void { $this->runAssertReturnCommand( @@ -31021,7 +27919,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn3101')] public function testAssertReturn3102(): void { $this->runAssertReturnCommand( @@ -31031,7 +27928,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn3102')] public function testAssertReturn3103(): void { $this->runAssertReturnCommand( @@ -31041,7 +27937,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn3103')] public function testAssertReturn3104(): void { $this->runAssertReturnCommand( @@ -31051,7 +27946,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn3104')] public function testAssertReturn3105(): void { $this->runAssertReturnCommand( @@ -31061,7 +27955,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn3105')] public function testAssertReturn3106(): void { $this->runAssertReturnCommand( @@ -31071,7 +27964,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn3106')] public function testAssertReturn3107(): void { $this->runAssertReturnCommand( @@ -31081,7 +27973,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn3107')] public function testAssertReturn3108(): void { $this->runAssertReturnCommand( @@ -31091,7 +27982,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn3108')] public function testAssertReturn3109(): void { $this->runAssertReturnCommand( @@ -31101,7 +27991,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn3109')] public function testAssertReturn3110(): void { $this->runAssertReturnCommand( @@ -31111,7 +28000,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn3110')] public function testAssertReturn3111(): void { $this->runAssertReturnCommand( @@ -31121,7 +28009,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn3111')] public function testAssertReturn3112(): void { $this->runAssertReturnCommand( @@ -31131,7 +28018,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn3112')] public function testAssertReturn3113(): void { $this->runAssertReturnCommand( @@ -31141,7 +28027,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn3113')] public function testAssertReturn3114(): void { $this->runAssertReturnCommand( @@ -31151,7 +28036,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn3114')] public function testAssertReturn3115(): void { $this->runAssertReturnCommand( @@ -31161,7 +28045,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn3115')] public function testAssertReturn3116(): void { $this->runAssertReturnCommand( @@ -31171,7 +28054,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn3116')] public function testAssertReturn3117(): void { $this->runAssertReturnCommand( @@ -31181,7 +28063,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn3117')] public function testAssertReturn3118(): void { $this->runAssertReturnCommand( @@ -31191,7 +28072,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn3118')] public function testAssertReturn3119(): void { $this->runAssertReturnCommand( @@ -31201,7 +28081,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn3119')] public function testAssertReturn3120(): void { $this->runAssertReturnCommand( @@ -31211,7 +28090,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn3120')] public function testAssertReturn3121(): void { $this->runAssertReturnCommand( @@ -31221,7 +28099,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn3121')] public function testAssertReturn3122(): void { $this->runAssertReturnCommand( @@ -31231,7 +28108,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn3122')] public function testAssertReturn3123(): void { $this->runAssertReturnCommand( @@ -31241,7 +28117,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn3123')] public function testAssertReturn3124(): void { $this->runAssertReturnCommand( @@ -31251,7 +28126,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn3124')] public function testAssertReturn3125(): void { $this->runAssertReturnCommand( @@ -31261,7 +28135,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn3125')] public function testAssertReturn3126(): void { $this->runAssertReturnCommand( @@ -31271,7 +28144,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn3126')] public function testAssertReturn3127(): void { $this->runAssertReturnCommand( @@ -31281,7 +28153,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn3127')] public function testAssertReturn3128(): void { $this->runAssertReturnCommand( @@ -31291,7 +28162,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn3128')] public function testAssertReturn3129(): void { $this->runAssertReturnCommand( @@ -31301,7 +28171,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn3129')] public function testAssertReturn3130(): void { $this->runAssertReturnCommand( @@ -31311,7 +28180,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn3130')] public function testAssertReturn3131(): void { $this->runAssertReturnCommand( @@ -31321,7 +28189,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn3131')] public function testAssertReturn3132(): void { $this->runAssertReturnCommand( @@ -31331,7 +28198,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn3132')] public function testAssertReturn3133(): void { $this->runAssertReturnCommand( @@ -31341,7 +28207,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn3133')] public function testAssertReturn3134(): void { $this->runAssertReturnCommand( @@ -31351,7 +28216,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn3134')] public function testAssertReturn3135(): void { $this->runAssertReturnCommand( @@ -31361,7 +28225,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn3135')] public function testAssertReturn3136(): void { $this->runAssertReturnCommand( @@ -31371,7 +28234,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn3136')] public function testAssertReturn3137(): void { $this->runAssertReturnCommand( @@ -31381,7 +28243,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn3137')] public function testAssertReturn3138(): void { $this->runAssertReturnCommand( @@ -31391,7 +28252,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn3138')] public function testAssertReturn3139(): void { $this->runAssertReturnCommand( @@ -31401,7 +28261,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn3139')] public function testAssertReturn3140(): void { $this->runAssertReturnCommand( @@ -31411,7 +28270,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn3140')] public function testAssertReturn3141(): void { $this->runAssertReturnCommand( @@ -31421,7 +28279,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn3141')] public function testAssertReturn3142(): void { $this->runAssertReturnCommand( @@ -31431,7 +28288,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn3142')] public function testAssertReturn3143(): void { $this->runAssertReturnCommand( @@ -31441,7 +28297,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn3143')] public function testAssertReturn3144(): void { $this->runAssertReturnCommand( @@ -31451,7 +28306,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn3144')] public function testAssertReturn3145(): void { $this->runAssertReturnCommand( @@ -31461,7 +28315,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn3145')] public function testAssertReturn3146(): void { $this->runAssertReturnCommand( @@ -31471,7 +28324,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn3146')] public function testAssertReturn3147(): void { $this->runAssertReturnCommand( @@ -31481,7 +28333,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn3147')] public function testAssertReturn3148(): void { $this->runAssertReturnCommand( @@ -31491,7 +28342,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn3148')] public function testAssertReturn3149(): void { $this->runAssertReturnCommand( @@ -31501,7 +28351,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn3149')] public function testAssertReturn3150(): void { $this->runAssertReturnCommand( @@ -31511,7 +28360,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn3150')] public function testAssertReturn3151(): void { $this->runAssertReturnCommand( @@ -31521,7 +28369,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn3151')] public function testAssertReturn3152(): void { $this->runAssertReturnCommand( @@ -31531,7 +28378,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn3152')] public function testAssertReturn3153(): void { $this->runAssertReturnCommand( @@ -31541,7 +28387,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn3153')] public function testAssertReturn3154(): void { $this->runAssertReturnCommand( @@ -31551,7 +28396,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn3154')] public function testAssertReturn3155(): void { $this->runAssertReturnCommand( @@ -31561,7 +28405,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn3155')] public function testAssertReturn3156(): void { $this->runAssertReturnCommand( @@ -31571,7 +28414,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn3156')] public function testAssertReturn3157(): void { $this->runAssertReturnCommand( @@ -31581,7 +28423,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn3157')] public function testAssertReturn3158(): void { $this->runAssertReturnCommand( @@ -31591,7 +28432,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn3158')] public function testAssertReturn3159(): void { $this->runAssertReturnCommand( @@ -31601,7 +28441,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn3159')] public function testAssertReturn3160(): void { $this->runAssertReturnCommand( @@ -31611,7 +28450,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn3160')] public function testAssertReturn3161(): void { $this->runAssertReturnCommand( @@ -31621,7 +28459,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn3161')] public function testAssertReturn3162(): void { $this->runAssertReturnCommand( @@ -31631,7 +28468,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn3162')] public function testAssertReturn3163(): void { $this->runAssertReturnCommand( @@ -31641,7 +28477,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn3163')] public function testAssertReturn3164(): void { $this->runAssertReturnCommand( @@ -31651,7 +28486,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn3164')] public function testAssertReturn3165(): void { $this->runAssertReturnCommand( @@ -31661,7 +28495,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn3165')] public function testAssertReturn3166(): void { $this->runAssertReturnCommand( @@ -31671,7 +28504,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn3166')] public function testAssertReturn3167(): void { $this->runAssertReturnCommand( @@ -31681,7 +28513,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn3167')] public function testAssertReturn3168(): void { $this->runAssertReturnCommand( @@ -31691,7 +28522,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn3168')] public function testAssertReturn3169(): void { $this->runAssertReturnCommand( @@ -31701,7 +28531,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn3169')] public function testAssertReturn3170(): void { $this->runAssertReturnCommand( @@ -31711,7 +28540,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn3170')] public function testAssertReturn3171(): void { $this->runAssertReturnCommand( @@ -31721,7 +28549,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn3171')] public function testAssertReturn3172(): void { $this->runAssertReturnCommand( @@ -31731,7 +28558,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn3172')] public function testAssertReturn3173(): void { $this->runAssertReturnCommand( @@ -31741,7 +28567,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn3173')] public function testAssertReturn3174(): void { $this->runAssertReturnCommand( @@ -31751,7 +28576,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn3174')] public function testAssertReturn3175(): void { $this->runAssertReturnCommand( @@ -31761,7 +28585,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn3175')] public function testAssertReturn3176(): void { $this->runAssertReturnCommand( @@ -31771,7 +28594,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn3176')] public function testAssertReturn3177(): void { $this->runAssertReturnCommand( @@ -31781,7 +28603,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn3177')] public function testAssertReturn3178(): void { $this->runAssertReturnCommand( @@ -31791,7 +28612,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn3178')] public function testAssertReturn3179(): void { $this->runAssertReturnCommand( @@ -31801,7 +28621,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn3179')] public function testAssertReturn3180(): void { $this->runAssertReturnCommand( @@ -31811,7 +28630,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn3180')] public function testAssertReturn3181(): void { $this->runAssertReturnCommand( @@ -31821,7 +28639,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn3181')] public function testAssertReturn3182(): void { $this->runAssertReturnCommand( @@ -31831,7 +28648,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn3182')] public function testAssertReturn3183(): void { $this->runAssertReturnCommand( @@ -31841,7 +28657,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn3183')] public function testAssertReturn3184(): void { $this->runAssertReturnCommand( @@ -31851,7 +28666,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn3184')] public function testAssertReturn3185(): void { $this->runAssertReturnCommand( @@ -31861,7 +28675,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn3185')] public function testAssertReturn3186(): void { $this->runAssertReturnCommand( @@ -31871,7 +28684,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn3186')] public function testAssertReturn3187(): void { $this->runAssertReturnCommand( @@ -31881,7 +28693,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn3187')] public function testAssertReturn3188(): void { $this->runAssertReturnCommand( @@ -31891,7 +28702,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn3188')] public function testAssertReturn3189(): void { $this->runAssertReturnCommand( @@ -31901,7 +28711,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn3189')] public function testAssertReturn3190(): void { $this->runAssertReturnCommand( @@ -31911,7 +28720,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn3190')] public function testAssertReturn3191(): void { $this->runAssertReturnCommand( @@ -31921,7 +28729,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn3191')] public function testAssertReturn3192(): void { $this->runAssertReturnCommand( @@ -31931,7 +28738,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn3192')] public function testAssertReturn3193(): void { $this->runAssertReturnCommand( @@ -31941,7 +28747,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn3193')] public function testAssertReturn3194(): void { $this->runAssertReturnCommand( @@ -31951,7 +28756,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn3194')] public function testAssertReturn3195(): void { $this->runAssertReturnCommand( @@ -31961,7 +28765,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn3195')] public function testAssertReturn3196(): void { $this->runAssertReturnCommand( @@ -31971,7 +28774,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn3196')] public function testAssertReturn3197(): void { $this->runAssertReturnCommand( @@ -31981,7 +28783,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn3197')] public function testAssertReturn3198(): void { $this->runAssertReturnCommand( @@ -31991,7 +28792,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn3198')] public function testAssertReturn3199(): void { $this->runAssertReturnCommand( @@ -32001,7 +28801,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn3199')] public function testAssertReturn3200(): void { $this->runAssertReturnCommand( @@ -32011,7 +28810,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn3200')] public function testAssertReturn3201(): void { $this->runAssertReturnCommand( @@ -32021,7 +28819,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn3201')] public function testAssertReturn3202(): void { $this->runAssertReturnCommand( @@ -32031,7 +28828,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn3202')] public function testAssertReturn3203(): void { $this->runAssertReturnCommand( @@ -32041,7 +28837,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn3203')] public function testAssertReturn3204(): void { $this->runAssertReturnCommand( @@ -32051,7 +28846,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn3204')] public function testAssertReturn3205(): void { $this->runAssertReturnCommand( @@ -32061,7 +28855,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn3205')] public function testAssertReturn3206(): void { $this->runAssertReturnCommand( @@ -32071,7 +28864,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn3206')] public function testAssertReturn3207(): void { $this->runAssertReturnCommand( @@ -32081,7 +28873,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn3207')] public function testAssertReturn3208(): void { $this->runAssertReturnCommand( @@ -32091,7 +28882,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn3208')] public function testAssertReturn3209(): void { $this->runAssertReturnCommand( @@ -32101,7 +28891,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn3209')] public function testAssertReturn3210(): void { $this->runAssertReturnCommand( @@ -32111,7 +28900,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn3210')] public function testAssertReturn3211(): void { $this->runAssertReturnCommand( @@ -32121,7 +28909,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn3211')] public function testAssertReturn3212(): void { $this->runAssertReturnCommand( @@ -32131,7 +28918,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn3212')] public function testAssertReturn3213(): void { $this->runAssertReturnCommand( @@ -32141,7 +28927,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn3213')] public function testAssertReturn3214(): void { $this->runAssertReturnCommand( @@ -32151,7 +28936,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn3214')] public function testAssertReturn3215(): void { $this->runAssertReturnCommand( @@ -32161,7 +28945,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn3215')] public function testAssertReturn3216(): void { $this->runAssertReturnCommand( @@ -32171,7 +28954,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn3216')] public function testAssertReturn3217(): void { $this->runAssertReturnCommand( @@ -32181,7 +28963,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn3217')] public function testAssertReturn3218(): void { $this->runAssertReturnCommand( @@ -32191,7 +28972,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn3218')] public function testAssertReturn3219(): void { $this->runAssertReturnCommand( @@ -32201,7 +28981,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn3219')] public function testAssertReturn3220(): void { $this->runAssertReturnCommand( @@ -32211,7 +28990,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn3220')] public function testAssertReturn3221(): void { $this->runAssertReturnCommand( @@ -32221,7 +28999,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn3221')] public function testAssertReturn3222(): void { $this->runAssertReturnCommand( @@ -32231,7 +29008,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn3222')] public function testAssertReturn3223(): void { $this->runAssertReturnCommand( @@ -32241,7 +29017,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn3223')] public function testAssertReturn3224(): void { $this->runAssertReturnCommand( @@ -32251,7 +29026,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn3224')] public function testAssertReturn3225(): void { $this->runAssertReturnCommand( @@ -32261,7 +29035,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn3225')] public function testAssertReturn3226(): void { $this->runAssertReturnCommand( @@ -32271,7 +29044,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn3226')] public function testAssertReturn3227(): void { $this->runAssertReturnCommand( @@ -32281,7 +29053,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn3227')] public function testAssertReturn3228(): void { $this->runAssertReturnCommand( @@ -32291,7 +29062,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn3228')] public function testAssertReturn3229(): void { $this->runAssertReturnCommand( @@ -32301,7 +29071,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn3229')] public function testAssertReturn3230(): void { $this->runAssertReturnCommand( @@ -32311,7 +29080,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn3230')] public function testAssertReturn3231(): void { $this->runAssertReturnCommand( @@ -32321,7 +29089,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn3231')] public function testAssertReturn3232(): void { $this->runAssertReturnCommand( @@ -32331,7 +29098,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn3232')] public function testAssertReturn3233(): void { $this->runAssertReturnCommand( @@ -32341,7 +29107,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn3233')] public function testAssertReturn3234(): void { $this->runAssertReturnCommand( @@ -32351,7 +29116,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn3234')] public function testAssertReturn3235(): void { $this->runAssertReturnCommand( @@ -32361,7 +29125,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn3235')] public function testAssertReturn3236(): void { $this->runAssertReturnCommand( @@ -32371,7 +29134,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn3236')] public function testAssertReturn3237(): void { $this->runAssertReturnCommand( @@ -32381,7 +29143,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn3237')] public function testAssertReturn3238(): void { $this->runAssertReturnCommand( @@ -32391,7 +29152,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn3238')] public function testAssertReturn3239(): void { $this->runAssertReturnCommand( @@ -32401,7 +29161,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn3239')] public function testAssertReturn3240(): void { $this->runAssertReturnCommand( @@ -32411,7 +29170,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn3240')] public function testAssertReturn3241(): void { $this->runAssertReturnCommand( @@ -32421,7 +29179,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn3241')] public function testAssertReturn3242(): void { $this->runAssertReturnCommand( @@ -32431,7 +29188,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn3242')] public function testAssertReturn3243(): void { $this->runAssertReturnCommand( @@ -32441,7 +29197,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn3243')] public function testAssertReturn3244(): void { $this->runAssertReturnCommand( @@ -32451,7 +29206,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn3244')] public function testAssertReturn3245(): void { $this->runAssertReturnCommand( @@ -32461,7 +29215,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn3245')] public function testAssertReturn3246(): void { $this->runAssertReturnCommand( @@ -32471,7 +29224,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn3246')] public function testAssertReturn3247(): void { $this->runAssertReturnCommand( @@ -32481,7 +29233,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn3247')] public function testAssertReturn3248(): void { $this->runAssertReturnCommand( @@ -32491,7 +29242,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn3248')] public function testAssertReturn3249(): void { $this->runAssertReturnCommand( @@ -32501,7 +29251,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn3249')] public function testAssertReturn3250(): void { $this->runAssertReturnCommand( @@ -32511,7 +29260,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn3250')] public function testAssertReturn3251(): void { $this->runAssertReturnCommand( @@ -32521,7 +29269,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn3251')] public function testAssertReturn3252(): void { $this->runAssertReturnCommand( @@ -32531,7 +29278,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn3252')] public function testAssertReturn3253(): void { $this->runAssertReturnCommand( @@ -32541,7 +29287,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn3253')] public function testAssertReturn3254(): void { $this->runAssertReturnCommand( @@ -32551,7 +29296,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn3254')] public function testAssertReturn3255(): void { $this->runAssertReturnCommand( @@ -32561,7 +29305,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn3255')] public function testAssertReturn3256(): void { $this->runAssertReturnCommand( @@ -32571,7 +29314,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn3256')] public function testAssertReturn3257(): void { $this->runAssertReturnCommand( @@ -32581,7 +29323,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn3257')] public function testAssertReturn3258(): void { $this->runAssertReturnCommand( @@ -32591,7 +29332,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn3258')] public function testAssertReturn3259(): void { $this->runAssertReturnCommand( @@ -32601,7 +29341,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn3259')] public function testAssertReturn3260(): void { $this->runAssertReturnCommand( @@ -32611,7 +29350,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn3260')] public function testAssertReturn3261(): void { $this->runAssertReturnCommand( @@ -32621,7 +29359,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn3261')] public function testAssertReturn3262(): void { $this->runAssertReturnCommand( @@ -32631,7 +29368,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn3262')] public function testAssertReturn3263(): void { $this->runAssertReturnCommand( @@ -32641,7 +29377,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn3263')] public function testAssertReturn3264(): void { $this->runAssertReturnCommand( @@ -32651,7 +29386,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn3264')] public function testAssertReturn3265(): void { $this->runAssertReturnCommand( @@ -32661,7 +29395,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn3265')] public function testAssertReturn3266(): void { $this->runAssertReturnCommand( @@ -32671,7 +29404,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn3266')] public function testAssertReturn3267(): void { $this->runAssertReturnCommand( @@ -32681,7 +29413,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn3267')] public function testAssertReturn3268(): void { $this->runAssertReturnCommand( @@ -32691,7 +29422,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn3268')] public function testAssertReturn3269(): void { $this->runAssertReturnCommand( @@ -32701,7 +29431,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn3269')] public function testAssertReturn3270(): void { $this->runAssertReturnCommand( @@ -32711,7 +29440,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn3270')] public function testAssertReturn3271(): void { $this->runAssertReturnCommand( @@ -32721,7 +29449,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn3271')] public function testAssertReturn3272(): void { $this->runAssertReturnCommand( @@ -32731,7 +29458,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn3272')] public function testAssertReturn3273(): void { $this->runAssertReturnCommand( @@ -32741,7 +29467,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn3273')] public function testAssertReturn3274(): void { $this->runAssertReturnCommand( @@ -32751,7 +29476,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn3274')] public function testAssertReturn3275(): void { $this->runAssertReturnCommand( @@ -32761,7 +29485,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn3275')] public function testAssertReturn3276(): void { $this->runAssertReturnCommand( @@ -32771,7 +29494,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn3276')] public function testAssertReturn3277(): void { $this->runAssertReturnCommand( @@ -32781,7 +29503,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn3277')] public function testAssertReturn3278(): void { $this->runAssertReturnCommand( @@ -32791,7 +29512,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn3278')] public function testAssertReturn3279(): void { $this->runAssertReturnCommand( @@ -32801,7 +29521,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn3279')] public function testAssertReturn3280(): void { $this->runAssertReturnCommand( @@ -32811,7 +29530,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn3280')] public function testAssertReturn3281(): void { $this->runAssertReturnCommand( @@ -32821,7 +29539,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn3281')] public function testAssertReturn3282(): void { $this->runAssertReturnCommand( @@ -32831,7 +29548,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn3282')] public function testAssertReturn3283(): void { $this->runAssertReturnCommand( @@ -32841,7 +29557,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn3283')] public function testAssertReturn3284(): void { $this->runAssertReturnCommand( @@ -32851,7 +29566,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn3284')] public function testAssertReturn3285(): void { $this->runAssertReturnCommand( @@ -32861,7 +29575,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn3285')] public function testAssertReturn3286(): void { $this->runAssertReturnCommand( @@ -32871,7 +29584,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn3286')] public function testAssertReturn3287(): void { $this->runAssertReturnCommand( @@ -32881,7 +29593,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn3287')] public function testAssertReturn3288(): void { $this->runAssertReturnCommand( @@ -32891,7 +29602,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn3288')] public function testAssertReturn3289(): void { $this->runAssertReturnCommand( @@ -32901,7 +29611,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn3289')] public function testAssertReturn3290(): void { $this->runAssertReturnCommand( @@ -32911,7 +29620,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn3290')] public function testAssertReturn3291(): void { $this->runAssertReturnCommand( @@ -32921,7 +29629,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn3291')] public function testAssertReturn3292(): void { $this->runAssertReturnCommand( @@ -32931,7 +29638,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn3292')] public function testAssertReturn3293(): void { $this->runAssertReturnCommand( @@ -32941,7 +29647,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn3293')] public function testAssertReturn3294(): void { $this->runAssertReturnCommand( @@ -32951,7 +29656,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn3294')] public function testAssertReturn3295(): void { $this->runAssertReturnCommand( @@ -32961,7 +29665,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn3295')] public function testAssertReturn3296(): void { $this->runAssertReturnCommand( @@ -32971,7 +29674,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn3296')] public function testAssertReturn3297(): void { $this->runAssertReturnCommand( @@ -32981,7 +29683,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn3297')] public function testAssertReturn3298(): void { $this->runAssertReturnCommand( @@ -32991,7 +29692,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn3298')] public function testAssertReturn3299(): void { $this->runAssertReturnCommand( @@ -33001,7 +29701,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn3299')] public function testAssertReturn3300(): void { $this->runAssertReturnCommand( @@ -33011,7 +29710,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn3300')] public function testAssertReturn3301(): void { $this->runAssertReturnCommand( @@ -33021,7 +29719,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn3301')] public function testAssertReturn3302(): void { $this->runAssertReturnCommand( @@ -33031,7 +29728,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn3302')] public function testAssertReturn3303(): void { $this->runAssertReturnCommand( @@ -33041,7 +29737,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn3303')] public function testAssertReturn3304(): void { $this->runAssertReturnCommand( @@ -33051,7 +29746,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn3304')] public function testAssertReturn3305(): void { $this->runAssertReturnCommand( @@ -33061,7 +29755,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn3305')] public function testAssertReturn3306(): void { $this->runAssertReturnCommand( @@ -33071,7 +29764,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn3306')] public function testAssertReturn3307(): void { $this->runAssertReturnCommand( @@ -33081,7 +29773,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn3307')] public function testAssertReturn3308(): void { $this->runAssertReturnCommand( @@ -33091,7 +29782,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn3308')] public function testAssertReturn3309(): void { $this->runAssertReturnCommand( @@ -33101,7 +29791,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn3309')] public function testAssertReturn3310(): void { $this->runAssertReturnCommand( @@ -33111,7 +29800,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn3310')] public function testAssertReturn3311(): void { $this->runAssertReturnCommand( @@ -33121,7 +29809,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn3311')] public function testAssertReturn3312(): void { $this->runAssertReturnCommand( @@ -33131,7 +29818,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn3312')] public function testAssertReturn3313(): void { $this->runAssertReturnCommand( @@ -33141,7 +29827,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn3313')] public function testAssertReturn3314(): void { $this->runAssertReturnCommand( @@ -33151,7 +29836,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn3314')] public function testAssertReturn3315(): void { $this->runAssertReturnCommand( @@ -33161,7 +29845,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn3315')] public function testAssertReturn3316(): void { $this->runAssertReturnCommand( @@ -33171,7 +29854,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn3316')] public function testAssertReturn3317(): void { $this->runAssertReturnCommand( @@ -33181,7 +29863,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn3317')] public function testAssertReturn3318(): void { $this->runAssertReturnCommand( @@ -33191,7 +29872,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn3318')] public function testAssertReturn3319(): void { $this->runAssertReturnCommand( @@ -33201,7 +29881,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn3319')] public function testAssertReturn3320(): void { $this->runAssertReturnCommand( @@ -33211,7 +29890,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn3320')] public function testAssertReturn3321(): void { $this->runAssertReturnCommand( @@ -33221,7 +29899,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn3321')] public function testAssertReturn3322(): void { $this->runAssertReturnCommand( @@ -33231,7 +29908,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn3322')] public function testAssertReturn3323(): void { $this->runAssertReturnCommand( @@ -33241,7 +29917,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn3323')] public function testAssertReturn3324(): void { $this->runAssertReturnCommand( @@ -33251,7 +29926,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn3324')] public function testAssertReturn3325(): void { $this->runAssertReturnCommand( @@ -33261,7 +29935,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn3325')] public function testAssertReturn3326(): void { $this->runAssertReturnCommand( @@ -33271,7 +29944,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn3326')] public function testAssertReturn3327(): void { $this->runAssertReturnCommand( @@ -33281,7 +29953,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn3327')] public function testAssertReturn3328(): void { $this->runAssertReturnCommand( @@ -33291,7 +29962,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn3328')] public function testAssertReturn3329(): void { $this->runAssertReturnCommand( @@ -33301,7 +29971,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn3329')] public function testAssertReturn3330(): void { $this->runAssertReturnCommand( @@ -33311,7 +29980,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn3330')] public function testAssertReturn3331(): void { $this->runAssertReturnCommand( @@ -33321,7 +29989,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn3331')] public function testAssertReturn3332(): void { $this->runAssertReturnCommand( @@ -33331,7 +29998,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn3332')] public function testAssertReturn3333(): void { $this->runAssertReturnCommand( @@ -33341,7 +30007,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn3333')] public function testAssertReturn3334(): void { $this->runAssertReturnCommand( @@ -33351,7 +30016,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn3334')] public function testAssertReturn3335(): void { $this->runAssertReturnCommand( @@ -33361,7 +30025,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn3335')] public function testAssertReturn3336(): void { $this->runAssertReturnCommand( @@ -33371,7 +30034,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn3336')] public function testAssertReturn3337(): void { $this->runAssertReturnCommand( @@ -33381,7 +30043,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn3337')] public function testAssertReturn3338(): void { $this->runAssertReturnCommand( @@ -33391,7 +30052,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn3338')] public function testAssertReturn3339(): void { $this->runAssertReturnCommand( @@ -33401,7 +30061,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn3339')] public function testAssertReturn3340(): void { $this->runAssertReturnCommand( @@ -33411,7 +30070,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn3340')] public function testAssertReturn3341(): void { $this->runAssertReturnCommand( @@ -33421,7 +30079,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn3341')] public function testAssertReturn3342(): void { $this->runAssertReturnCommand( @@ -33431,7 +30088,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn3342')] public function testAssertReturn3343(): void { $this->runAssertReturnCommand( @@ -33441,7 +30097,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn3343')] public function testAssertReturn3344(): void { $this->runAssertReturnCommand( @@ -33451,7 +30106,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn3344')] public function testAssertReturn3345(): void { $this->runAssertReturnCommand( @@ -33461,7 +30115,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn3345')] public function testAssertReturn3346(): void { $this->runAssertReturnCommand( @@ -33471,7 +30124,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn3346')] public function testAssertReturn3347(): void { $this->runAssertReturnCommand( @@ -33481,7 +30133,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn3347')] public function testAssertReturn3348(): void { $this->runAssertReturnCommand( @@ -33491,7 +30142,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn3348')] public function testAssertReturn3349(): void { $this->runAssertReturnCommand( @@ -33501,7 +30151,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn3349')] public function testAssertReturn3350(): void { $this->runAssertReturnCommand( @@ -33511,7 +30160,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn3350')] public function testAssertReturn3351(): void { $this->runAssertReturnCommand( @@ -33521,7 +30169,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn3351')] public function testAssertReturn3352(): void { $this->runAssertReturnCommand( @@ -33531,7 +30178,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn3352')] public function testAssertReturn3353(): void { $this->runAssertReturnCommand( @@ -33541,7 +30187,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn3353')] public function testAssertReturn3354(): void { $this->runAssertReturnCommand( @@ -33551,7 +30196,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn3354')] public function testAssertReturn3355(): void { $this->runAssertReturnCommand( @@ -33561,7 +30205,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn3355')] public function testAssertReturn3356(): void { $this->runAssertReturnCommand( @@ -33571,7 +30214,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn3356')] public function testAssertReturn3357(): void { $this->runAssertReturnCommand( @@ -33581,7 +30223,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn3357')] public function testAssertReturn3358(): void { $this->runAssertReturnCommand( @@ -33591,7 +30232,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn3358')] public function testAssertReturn3359(): void { $this->runAssertReturnCommand( @@ -33601,7 +30241,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn3359')] public function testAssertReturn3360(): void { $this->runAssertReturnCommand( @@ -33611,7 +30250,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn3360')] public function testAssertReturn3361(): void { $this->runAssertReturnCommand( @@ -33621,7 +30259,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn3361')] public function testAssertReturn3362(): void { $this->runAssertReturnCommand( @@ -33631,7 +30268,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn3362')] public function testAssertReturn3363(): void { $this->runAssertReturnCommand( @@ -33641,7 +30277,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn3363')] public function testAssertReturn3364(): void { $this->runAssertReturnCommand( @@ -33651,7 +30286,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn3364')] public function testAssertReturn3365(): void { $this->runAssertReturnCommand( @@ -33661,7 +30295,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn3365')] public function testAssertReturn3366(): void { $this->runAssertReturnCommand( @@ -33671,7 +30304,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn3366')] public function testAssertReturn3367(): void { $this->runAssertReturnCommand( @@ -33681,7 +30313,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn3367')] public function testAssertReturn3368(): void { $this->runAssertReturnCommand( @@ -33691,7 +30322,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn3368')] public function testAssertReturn3369(): void { $this->runAssertReturnCommand( @@ -33701,7 +30331,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn3369')] public function testAssertReturn3370(): void { $this->runAssertReturnCommand( @@ -33711,7 +30340,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn3370')] public function testAssertReturn3371(): void { $this->runAssertReturnCommand( @@ -33721,7 +30349,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn3371')] public function testAssertReturn3372(): void { $this->runAssertReturnCommand( @@ -33731,7 +30358,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn3372')] public function testAssertReturn3373(): void { $this->runAssertReturnCommand( @@ -33741,7 +30367,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn3373')] public function testAssertReturn3374(): void { $this->runAssertReturnCommand( @@ -33751,7 +30376,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn3374')] public function testAssertReturn3375(): void { $this->runAssertReturnCommand( @@ -33761,7 +30385,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn3375')] public function testAssertReturn3376(): void { $this->runAssertReturnCommand( @@ -33771,7 +30394,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn3376')] public function testAssertReturn3377(): void { $this->runAssertReturnCommand( @@ -33781,7 +30403,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn3377')] public function testAssertReturn3378(): void { $this->runAssertReturnCommand( @@ -33791,7 +30412,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn3378')] public function testAssertReturn3379(): void { $this->runAssertReturnCommand( @@ -33801,7 +30421,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn3379')] public function testAssertReturn3380(): void { $this->runAssertReturnCommand( @@ -33811,7 +30430,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn3380')] public function testAssertReturn3381(): void { $this->runAssertReturnCommand( @@ -33821,7 +30439,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn3381')] public function testAssertReturn3382(): void { $this->runAssertReturnCommand( @@ -33831,7 +30448,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn3382')] public function testAssertReturn3383(): void { $this->runAssertReturnCommand( @@ -33841,7 +30457,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn3383')] public function testAssertReturn3384(): void { $this->runAssertReturnCommand( @@ -33851,7 +30466,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn3384')] public function testAssertReturn3385(): void { $this->runAssertReturnCommand( @@ -33861,7 +30475,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn3385')] public function testAssertReturn3386(): void { $this->runAssertReturnCommand( @@ -33871,7 +30484,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn3386')] public function testAssertReturn3387(): void { $this->runAssertReturnCommand( @@ -33881,7 +30493,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn3387')] public function testAssertReturn3388(): void { $this->runAssertReturnCommand( @@ -33891,7 +30502,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn3388')] public function testAssertReturn3389(): void { $this->runAssertReturnCommand( @@ -33901,7 +30511,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn3389')] public function testAssertReturn3390(): void { $this->runAssertReturnCommand( @@ -33911,7 +30520,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn3390')] public function testAssertReturn3391(): void { $this->runAssertReturnCommand( @@ -33921,7 +30529,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn3391')] public function testAssertReturn3392(): void { $this->runAssertReturnCommand( @@ -33931,7 +30538,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn3392')] public function testAssertReturn3393(): void { $this->runAssertReturnCommand( @@ -33941,7 +30547,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn3393')] public function testAssertReturn3394(): void { $this->runAssertReturnCommand( @@ -33951,7 +30556,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn3394')] public function testAssertReturn3395(): void { $this->runAssertReturnCommand( @@ -33961,7 +30565,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn3395')] public function testAssertReturn3396(): void { $this->runAssertReturnCommand( @@ -33971,7 +30574,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn3396')] public function testAssertReturn3397(): void { $this->runAssertReturnCommand( @@ -33981,7 +30583,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn3397')] public function testAssertReturn3398(): void { $this->runAssertReturnCommand( @@ -33991,7 +30592,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn3398')] public function testAssertReturn3399(): void { $this->runAssertReturnCommand( @@ -34001,7 +30601,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn3399')] public function testAssertReturn3400(): void { $this->runAssertReturnCommand( @@ -34011,7 +30610,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn3400')] public function testAssertReturn3401(): void { $this->runAssertReturnCommand( @@ -34021,7 +30619,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn3401')] public function testAssertReturn3402(): void { $this->runAssertReturnCommand( @@ -34031,7 +30628,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn3402')] public function testAssertReturn3403(): void { $this->runAssertReturnCommand( @@ -34041,7 +30637,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn3403')] public function testAssertReturn3404(): void { $this->runAssertReturnCommand( @@ -34051,7 +30646,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn3404')] public function testAssertReturn3405(): void { $this->runAssertReturnCommand( @@ -34061,7 +30655,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn3405')] public function testAssertReturn3406(): void { $this->runAssertReturnCommand( @@ -34071,7 +30664,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn3406')] public function testAssertReturn3407(): void { $this->runAssertReturnCommand( @@ -34081,7 +30673,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn3407')] public function testAssertReturn3408(): void { $this->runAssertReturnCommand( @@ -34091,7 +30682,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn3408')] public function testAssertReturn3409(): void { $this->runAssertReturnCommand( @@ -34101,7 +30691,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn3409')] public function testAssertReturn3410(): void { $this->runAssertReturnCommand( @@ -34111,7 +30700,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn3410')] public function testAssertReturn3411(): void { $this->runAssertReturnCommand( @@ -34121,7 +30709,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn3411')] public function testAssertReturn3412(): void { $this->runAssertReturnCommand( @@ -34131,7 +30718,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn3412')] public function testAssertReturn3413(): void { $this->runAssertReturnCommand( @@ -34141,7 +30727,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn3413')] public function testAssertReturn3414(): void { $this->runAssertReturnCommand( @@ -34151,7 +30736,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn3414')] public function testAssertReturn3415(): void { $this->runAssertReturnCommand( @@ -34161,7 +30745,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn3415')] public function testAssertReturn3416(): void { $this->runAssertReturnCommand( @@ -34171,7 +30754,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn3416')] public function testModule3417(): void { $this->runModuleCommand( @@ -34181,7 +30763,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testModule3417')] public function testAssertTrap3418(): void { $this->runAssertTrapCommand( @@ -34191,7 +30772,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap3418')] public function testAssertReturn3419(): void { $this->runAssertReturnCommand( @@ -34201,7 +30781,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn3419')] public function testAssertReturn3420(): void { $this->runAssertReturnCommand( @@ -34211,7 +30790,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn3420')] public function testAssertReturn3421(): void { $this->runAssertReturnCommand( @@ -34221,7 +30799,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn3421')] public function testAssertReturn3422(): void { $this->runAssertReturnCommand( @@ -34231,7 +30808,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn3422')] public function testAssertReturn3423(): void { $this->runAssertReturnCommand( @@ -34241,7 +30817,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn3423')] public function testAssertReturn3424(): void { $this->runAssertReturnCommand( @@ -34251,7 +30826,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn3424')] public function testAssertReturn3425(): void { $this->runAssertReturnCommand( @@ -34261,7 +30835,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn3425')] public function testAssertReturn3426(): void { $this->runAssertReturnCommand( @@ -34271,7 +30844,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn3426')] public function testAssertReturn3427(): void { $this->runAssertReturnCommand( @@ -34281,7 +30853,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn3427')] public function testAssertReturn3428(): void { $this->runAssertReturnCommand( @@ -34291,7 +30862,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn3428')] public function testAssertReturn3429(): void { $this->runAssertReturnCommand( @@ -34301,7 +30871,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn3429')] public function testAssertReturn3430(): void { $this->runAssertReturnCommand( @@ -34311,7 +30880,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn3430')] public function testAssertReturn3431(): void { $this->runAssertReturnCommand( @@ -34321,7 +30889,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn3431')] public function testAssertReturn3432(): void { $this->runAssertReturnCommand( @@ -34331,7 +30898,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn3432')] public function testAssertReturn3433(): void { $this->runAssertReturnCommand( @@ -34341,7 +30907,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn3433')] public function testAssertReturn3434(): void { $this->runAssertReturnCommand( @@ -34351,7 +30916,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn3434')] public function testAssertReturn3435(): void { $this->runAssertReturnCommand( @@ -34361,7 +30925,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn3435')] public function testAssertReturn3436(): void { $this->runAssertReturnCommand( @@ -34371,7 +30934,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn3436')] public function testAssertReturn3437(): void { $this->runAssertReturnCommand( @@ -34381,7 +30943,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn3437')] public function testAssertReturn3438(): void { $this->runAssertReturnCommand( @@ -34391,7 +30952,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn3438')] public function testAssertReturn3439(): void { $this->runAssertReturnCommand( @@ -34401,7 +30961,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn3439')] public function testAssertReturn3440(): void { $this->runAssertReturnCommand( @@ -34411,7 +30970,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn3440')] public function testAssertReturn3441(): void { $this->runAssertReturnCommand( @@ -34421,7 +30979,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn3441')] public function testAssertReturn3442(): void { $this->runAssertReturnCommand( @@ -34431,7 +30988,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn3442')] public function testAssertReturn3443(): void { $this->runAssertReturnCommand( @@ -34441,7 +30997,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn3443')] public function testAssertReturn3444(): void { $this->runAssertReturnCommand( @@ -34451,7 +31006,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn3444')] public function testAssertReturn3445(): void { $this->runAssertReturnCommand( @@ -34461,7 +31015,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn3445')] public function testAssertReturn3446(): void { $this->runAssertReturnCommand( @@ -34471,7 +31024,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn3446')] public function testAssertReturn3447(): void { $this->runAssertReturnCommand( @@ -34481,7 +31033,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn3447')] public function testAssertReturn3448(): void { $this->runAssertReturnCommand( @@ -34491,7 +31042,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn3448')] public function testAssertReturn3449(): void { $this->runAssertReturnCommand( @@ -34501,7 +31051,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn3449')] public function testAssertReturn3450(): void { $this->runAssertReturnCommand( @@ -34511,7 +31060,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn3450')] public function testAssertReturn3451(): void { $this->runAssertReturnCommand( @@ -34521,7 +31069,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn3451')] public function testAssertReturn3452(): void { $this->runAssertReturnCommand( @@ -34531,7 +31078,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn3452')] public function testAssertReturn3453(): void { $this->runAssertReturnCommand( @@ -34541,7 +31087,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn3453')] public function testAssertReturn3454(): void { $this->runAssertReturnCommand( @@ -34551,7 +31096,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn3454')] public function testAssertReturn3455(): void { $this->runAssertReturnCommand( @@ -34561,7 +31105,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn3455')] public function testAssertReturn3456(): void { $this->runAssertReturnCommand( @@ -34571,7 +31114,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn3456')] public function testAssertReturn3457(): void { $this->runAssertReturnCommand( @@ -34581,7 +31123,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn3457')] public function testAssertReturn3458(): void { $this->runAssertReturnCommand( @@ -34591,7 +31132,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn3458')] public function testAssertReturn3459(): void { $this->runAssertReturnCommand( @@ -34601,7 +31141,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn3459')] public function testAssertReturn3460(): void { $this->runAssertReturnCommand( @@ -34611,7 +31150,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn3460')] public function testAssertReturn3461(): void { $this->runAssertReturnCommand( @@ -34621,7 +31159,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn3461')] public function testAssertReturn3462(): void { $this->runAssertReturnCommand( @@ -34631,7 +31168,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn3462')] public function testAssertReturn3463(): void { $this->runAssertReturnCommand( @@ -34641,7 +31177,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn3463')] public function testAssertReturn3464(): void { $this->runAssertReturnCommand( @@ -34651,7 +31186,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn3464')] public function testAssertReturn3465(): void { $this->runAssertReturnCommand( @@ -34661,7 +31195,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn3465')] public function testAssertReturn3466(): void { $this->runAssertReturnCommand( @@ -34671,7 +31204,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn3466')] public function testAssertReturn3467(): void { $this->runAssertReturnCommand( @@ -34681,7 +31213,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn3467')] public function testAssertReturn3468(): void { $this->runAssertReturnCommand( @@ -34691,7 +31222,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn3468')] public function testAssertReturn3469(): void { $this->runAssertReturnCommand( @@ -34701,7 +31231,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn3469')] public function testAssertReturn3470(): void { $this->runAssertReturnCommand( @@ -34711,7 +31240,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn3470')] public function testAssertReturn3471(): void { $this->runAssertReturnCommand( @@ -34721,7 +31249,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn3471')] public function testAssertReturn3472(): void { $this->runAssertReturnCommand( @@ -34731,7 +31258,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn3472')] public function testAssertReturn3473(): void { $this->runAssertReturnCommand( @@ -34741,7 +31267,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn3473')] public function testAssertReturn3474(): void { $this->runAssertReturnCommand( @@ -34751,7 +31276,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn3474')] public function testAssertReturn3475(): void { $this->runAssertReturnCommand( @@ -34761,7 +31285,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn3475')] public function testAssertReturn3476(): void { $this->runAssertReturnCommand( @@ -34771,7 +31294,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn3476')] public function testAssertReturn3477(): void { $this->runAssertReturnCommand( @@ -34781,7 +31303,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn3477')] public function testAssertReturn3478(): void { $this->runAssertReturnCommand( @@ -34791,7 +31312,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn3478')] public function testAssertReturn3479(): void { $this->runAssertReturnCommand( @@ -34801,7 +31321,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn3479')] public function testAssertReturn3480(): void { $this->runAssertReturnCommand( @@ -34811,7 +31330,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn3480')] public function testAssertReturn3481(): void { $this->runAssertReturnCommand( @@ -34821,7 +31339,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn3481')] public function testAssertReturn3482(): void { $this->runAssertReturnCommand( @@ -34831,7 +31348,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn3482')] public function testAssertReturn3483(): void { $this->runAssertReturnCommand( @@ -34841,7 +31357,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn3483')] public function testAssertReturn3484(): void { $this->runAssertReturnCommand( @@ -34851,7 +31366,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn3484')] public function testAssertReturn3485(): void { $this->runAssertReturnCommand( @@ -34861,7 +31375,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn3485')] public function testAssertReturn3486(): void { $this->runAssertReturnCommand( @@ -34871,7 +31384,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn3486')] public function testAssertReturn3487(): void { $this->runAssertReturnCommand( @@ -34881,7 +31393,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn3487')] public function testAssertReturn3488(): void { $this->runAssertReturnCommand( @@ -34891,7 +31402,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn3488')] public function testAssertReturn3489(): void { $this->runAssertReturnCommand( @@ -34901,7 +31411,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn3489')] public function testAssertReturn3490(): void { $this->runAssertReturnCommand( @@ -34911,7 +31420,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn3490')] public function testAssertReturn3491(): void { $this->runAssertReturnCommand( @@ -34921,7 +31429,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn3491')] public function testAssertReturn3492(): void { $this->runAssertReturnCommand( @@ -34931,7 +31438,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn3492')] public function testAssertReturn3493(): void { $this->runAssertReturnCommand( @@ -34941,7 +31447,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn3493')] public function testAssertReturn3494(): void { $this->runAssertReturnCommand( @@ -34951,7 +31456,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn3494')] public function testAssertReturn3495(): void { $this->runAssertReturnCommand( @@ -34961,7 +31465,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn3495')] public function testAssertReturn3496(): void { $this->runAssertReturnCommand( @@ -34971,7 +31474,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn3496')] public function testAssertReturn3497(): void { $this->runAssertReturnCommand( @@ -34981,7 +31483,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn3497')] public function testAssertReturn3498(): void { $this->runAssertReturnCommand( @@ -34991,7 +31492,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn3498')] public function testAssertReturn3499(): void { $this->runAssertReturnCommand( @@ -35001,7 +31501,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn3499')] public function testAssertReturn3500(): void { $this->runAssertReturnCommand( @@ -35011,7 +31510,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn3500')] public function testAssertReturn3501(): void { $this->runAssertReturnCommand( @@ -35021,7 +31519,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn3501')] public function testAssertReturn3502(): void { $this->runAssertReturnCommand( @@ -35031,7 +31528,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn3502')] public function testAssertReturn3503(): void { $this->runAssertReturnCommand( @@ -35041,7 +31537,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn3503')] public function testAssertReturn3504(): void { $this->runAssertReturnCommand( @@ -35051,7 +31546,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn3504')] public function testAssertReturn3505(): void { $this->runAssertReturnCommand( @@ -35061,7 +31555,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn3505')] public function testAssertReturn3506(): void { $this->runAssertReturnCommand( @@ -35071,7 +31564,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn3506')] public function testAssertReturn3507(): void { $this->runAssertReturnCommand( @@ -35081,7 +31573,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn3507')] public function testAssertReturn3508(): void { $this->runAssertReturnCommand( @@ -35091,7 +31582,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn3508')] public function testAssertReturn3509(): void { $this->runAssertReturnCommand( @@ -35101,7 +31591,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn3509')] public function testAssertReturn3510(): void { $this->runAssertReturnCommand( @@ -35111,7 +31600,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn3510')] public function testAssertReturn3511(): void { $this->runAssertReturnCommand( @@ -35121,7 +31609,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn3511')] public function testAssertReturn3512(): void { $this->runAssertReturnCommand( @@ -35131,7 +31618,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn3512')] public function testAssertReturn3513(): void { $this->runAssertReturnCommand( @@ -35141,7 +31627,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn3513')] public function testAssertReturn3514(): void { $this->runAssertReturnCommand( @@ -35151,7 +31636,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn3514')] public function testAssertReturn3515(): void { $this->runAssertReturnCommand( @@ -35161,7 +31645,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn3515')] public function testAssertReturn3516(): void { $this->runAssertReturnCommand( @@ -35171,7 +31654,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn3516')] public function testAssertReturn3517(): void { $this->runAssertReturnCommand( @@ -35181,7 +31663,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn3517')] public function testAssertReturn3518(): void { $this->runAssertReturnCommand( @@ -35191,7 +31672,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn3518')] public function testAssertReturn3519(): void { $this->runAssertReturnCommand( @@ -35201,7 +31681,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn3519')] public function testAssertReturn3520(): void { $this->runAssertReturnCommand( @@ -35211,7 +31690,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn3520')] public function testAssertReturn3521(): void { $this->runAssertReturnCommand( @@ -35221,7 +31699,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn3521')] public function testAssertReturn3522(): void { $this->runAssertReturnCommand( @@ -35231,7 +31708,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn3522')] public function testAssertReturn3523(): void { $this->runAssertReturnCommand( @@ -35241,7 +31717,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn3523')] public function testAssertReturn3524(): void { $this->runAssertReturnCommand( @@ -35251,7 +31726,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn3524')] public function testAssertReturn3525(): void { $this->runAssertReturnCommand( @@ -35261,7 +31735,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn3525')] public function testAssertReturn3526(): void { $this->runAssertReturnCommand( @@ -35271,7 +31744,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn3526')] public function testAssertReturn3527(): void { $this->runAssertReturnCommand( @@ -35281,7 +31753,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn3527')] public function testAssertReturn3528(): void { $this->runAssertReturnCommand( @@ -35291,7 +31762,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn3528')] public function testAssertReturn3529(): void { $this->runAssertReturnCommand( @@ -35301,7 +31771,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn3529')] public function testAssertReturn3530(): void { $this->runAssertReturnCommand( @@ -35311,7 +31780,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn3530')] public function testAssertReturn3531(): void { $this->runAssertReturnCommand( @@ -35321,7 +31789,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn3531')] public function testAssertReturn3532(): void { $this->runAssertReturnCommand( @@ -35331,7 +31798,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn3532')] public function testAssertReturn3533(): void { $this->runAssertReturnCommand( @@ -35341,7 +31807,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn3533')] public function testAssertReturn3534(): void { $this->runAssertReturnCommand( @@ -35351,7 +31816,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn3534')] public function testAssertReturn3535(): void { $this->runAssertReturnCommand( @@ -35361,7 +31825,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn3535')] public function testAssertReturn3536(): void { $this->runAssertReturnCommand( @@ -35371,7 +31834,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn3536')] public function testAssertReturn3537(): void { $this->runAssertReturnCommand( @@ -35381,7 +31843,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn3537')] public function testAssertReturn3538(): void { $this->runAssertReturnCommand( @@ -35391,7 +31852,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn3538')] public function testAssertReturn3539(): void { $this->runAssertReturnCommand( @@ -35401,7 +31861,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn3539')] public function testAssertReturn3540(): void { $this->runAssertReturnCommand( @@ -35411,7 +31870,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn3540')] public function testAssertReturn3541(): void { $this->runAssertReturnCommand( @@ -35421,7 +31879,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn3541')] public function testAssertReturn3542(): void { $this->runAssertReturnCommand( @@ -35431,7 +31888,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn3542')] public function testAssertReturn3543(): void { $this->runAssertReturnCommand( @@ -35441,7 +31897,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn3543')] public function testAssertReturn3544(): void { $this->runAssertReturnCommand( @@ -35451,7 +31906,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn3544')] public function testAssertReturn3545(): void { $this->runAssertReturnCommand( @@ -35461,7 +31915,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn3545')] public function testAssertReturn3546(): void { $this->runAssertReturnCommand( @@ -35471,7 +31924,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn3546')] public function testAssertReturn3547(): void { $this->runAssertReturnCommand( @@ -35481,7 +31933,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn3547')] public function testAssertReturn3548(): void { $this->runAssertReturnCommand( @@ -35491,7 +31942,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn3548')] public function testAssertReturn3549(): void { $this->runAssertReturnCommand( @@ -35501,7 +31951,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn3549')] public function testAssertReturn3550(): void { $this->runAssertReturnCommand( @@ -35511,7 +31960,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn3550')] public function testAssertReturn3551(): void { $this->runAssertReturnCommand( @@ -35521,7 +31969,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn3551')] public function testAssertReturn3552(): void { $this->runAssertReturnCommand( @@ -35531,7 +31978,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn3552')] public function testAssertReturn3553(): void { $this->runAssertReturnCommand( @@ -35541,7 +31987,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn3553')] public function testAssertReturn3554(): void { $this->runAssertReturnCommand( @@ -35551,7 +31996,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn3554')] public function testAssertReturn3555(): void { $this->runAssertReturnCommand( @@ -35561,7 +32005,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn3555')] public function testAssertReturn3556(): void { $this->runAssertReturnCommand( @@ -35571,7 +32014,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn3556')] public function testAssertReturn3557(): void { $this->runAssertReturnCommand( @@ -35581,7 +32023,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn3557')] public function testAssertReturn3558(): void { $this->runAssertReturnCommand( @@ -35591,7 +32032,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn3558')] public function testAssertReturn3559(): void { $this->runAssertReturnCommand( @@ -35601,7 +32041,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn3559')] public function testAssertReturn3560(): void { $this->runAssertReturnCommand( @@ -35611,7 +32050,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn3560')] public function testAssertReturn3561(): void { $this->runAssertReturnCommand( @@ -35621,7 +32059,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn3561')] public function testAssertReturn3562(): void { $this->runAssertReturnCommand( @@ -35631,7 +32068,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn3562')] public function testAssertReturn3563(): void { $this->runAssertReturnCommand( @@ -35641,7 +32077,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn3563')] public function testAssertReturn3564(): void { $this->runAssertReturnCommand( @@ -35651,7 +32086,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn3564')] public function testAssertReturn3565(): void { $this->runAssertReturnCommand( @@ -35661,7 +32095,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn3565')] public function testAssertReturn3566(): void { $this->runAssertReturnCommand( @@ -35671,7 +32104,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn3566')] public function testAssertReturn3567(): void { $this->runAssertReturnCommand( @@ -35681,7 +32113,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn3567')] public function testAssertReturn3568(): void { $this->runAssertReturnCommand( @@ -35691,7 +32122,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn3568')] public function testAssertReturn3569(): void { $this->runAssertReturnCommand( @@ -35701,7 +32131,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn3569')] public function testAssertReturn3570(): void { $this->runAssertReturnCommand( @@ -35711,7 +32140,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn3570')] public function testAssertReturn3571(): void { $this->runAssertReturnCommand( @@ -35721,7 +32149,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn3571')] public function testAssertReturn3572(): void { $this->runAssertReturnCommand( @@ -35731,7 +32158,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn3572')] public function testAssertReturn3573(): void { $this->runAssertReturnCommand( @@ -35741,7 +32167,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn3573')] public function testAssertReturn3574(): void { $this->runAssertReturnCommand( @@ -35751,7 +32176,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn3574')] public function testAssertReturn3575(): void { $this->runAssertReturnCommand( @@ -35761,7 +32185,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn3575')] public function testAssertReturn3576(): void { $this->runAssertReturnCommand( @@ -35771,7 +32194,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn3576')] public function testAssertReturn3577(): void { $this->runAssertReturnCommand( @@ -35781,7 +32203,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn3577')] public function testAssertReturn3578(): void { $this->runAssertReturnCommand( @@ -35791,7 +32212,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn3578')] public function testAssertReturn3579(): void { $this->runAssertReturnCommand( @@ -35801,7 +32221,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn3579')] public function testAssertReturn3580(): void { $this->runAssertReturnCommand( @@ -35811,7 +32230,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn3580')] public function testAssertReturn3581(): void { $this->runAssertReturnCommand( @@ -35821,7 +32239,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn3581')] public function testAssertReturn3582(): void { $this->runAssertReturnCommand( @@ -35831,7 +32248,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn3582')] public function testAssertReturn3583(): void { $this->runAssertReturnCommand( @@ -35841,7 +32257,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn3583')] public function testAssertReturn3584(): void { $this->runAssertReturnCommand( @@ -35851,7 +32266,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn3584')] public function testAssertReturn3585(): void { $this->runAssertReturnCommand( @@ -35861,7 +32275,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn3585')] public function testAssertReturn3586(): void { $this->runAssertReturnCommand( @@ -35871,7 +32284,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn3586')] public function testAssertReturn3587(): void { $this->runAssertReturnCommand( @@ -35881,7 +32293,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn3587')] public function testAssertReturn3588(): void { $this->runAssertReturnCommand( @@ -35891,7 +32302,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn3588')] public function testAssertReturn3589(): void { $this->runAssertReturnCommand( @@ -35901,7 +32311,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn3589')] public function testAssertReturn3590(): void { $this->runAssertReturnCommand( @@ -35911,7 +32320,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn3590')] public function testAssertReturn3591(): void { $this->runAssertReturnCommand( @@ -35921,7 +32329,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn3591')] public function testAssertReturn3592(): void { $this->runAssertReturnCommand( @@ -35931,7 +32338,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn3592')] public function testAssertReturn3593(): void { $this->runAssertReturnCommand( @@ -35941,7 +32347,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn3593')] public function testAssertReturn3594(): void { $this->runAssertReturnCommand( @@ -35951,7 +32356,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn3594')] public function testAssertReturn3595(): void { $this->runAssertReturnCommand( @@ -35961,7 +32365,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn3595')] public function testAssertReturn3596(): void { $this->runAssertReturnCommand( @@ -35971,7 +32374,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn3596')] public function testAssertReturn3597(): void { $this->runAssertReturnCommand( @@ -35981,7 +32383,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn3597')] public function testAssertReturn3598(): void { $this->runAssertReturnCommand( @@ -35991,7 +32392,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn3598')] public function testAssertReturn3599(): void { $this->runAssertReturnCommand( @@ -36001,7 +32401,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn3599')] public function testAssertReturn3600(): void { $this->runAssertReturnCommand( @@ -36011,7 +32410,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn3600')] public function testAssertReturn3601(): void { $this->runAssertReturnCommand( @@ -36021,7 +32419,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn3601')] public function testAssertReturn3602(): void { $this->runAssertReturnCommand( @@ -36031,7 +32428,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn3602')] public function testAssertReturn3603(): void { $this->runAssertReturnCommand( @@ -36041,7 +32437,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn3603')] public function testAssertReturn3604(): void { $this->runAssertReturnCommand( @@ -36051,7 +32446,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn3604')] public function testAssertReturn3605(): void { $this->runAssertReturnCommand( @@ -36061,7 +32455,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn3605')] public function testAssertReturn3606(): void { $this->runAssertReturnCommand( @@ -36071,7 +32464,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn3606')] public function testAssertReturn3607(): void { $this->runAssertReturnCommand( @@ -36081,7 +32473,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn3607')] public function testAssertReturn3608(): void { $this->runAssertReturnCommand( @@ -36091,7 +32482,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn3608')] public function testAssertReturn3609(): void { $this->runAssertReturnCommand( @@ -36101,7 +32491,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn3609')] public function testAssertReturn3610(): void { $this->runAssertReturnCommand( @@ -36111,7 +32500,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn3610')] public function testAssertReturn3611(): void { $this->runAssertReturnCommand( @@ -36121,7 +32509,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn3611')] public function testAssertReturn3612(): void { $this->runAssertReturnCommand( @@ -36131,7 +32518,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn3612')] public function testAssertReturn3613(): void { $this->runAssertReturnCommand( @@ -36141,7 +32527,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn3613')] public function testAssertReturn3614(): void { $this->runAssertReturnCommand( @@ -36151,7 +32536,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn3614')] public function testAssertReturn3615(): void { $this->runAssertReturnCommand( @@ -36161,7 +32545,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn3615')] public function testAssertReturn3616(): void { $this->runAssertReturnCommand( @@ -36171,7 +32554,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn3616')] public function testAssertReturn3617(): void { $this->runAssertReturnCommand( @@ -36181,7 +32563,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn3617')] public function testAssertReturn3618(): void { $this->runAssertReturnCommand( @@ -36191,7 +32572,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn3618')] public function testAssertReturn3619(): void { $this->runAssertReturnCommand( @@ -36201,7 +32581,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn3619')] public function testAssertReturn3620(): void { $this->runAssertReturnCommand( @@ -36211,7 +32590,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn3620')] public function testAssertReturn3621(): void { $this->runAssertReturnCommand( @@ -36221,7 +32599,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn3621')] public function testAssertReturn3622(): void { $this->runAssertReturnCommand( @@ -36231,7 +32608,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn3622')] public function testAssertReturn3623(): void { $this->runAssertReturnCommand( @@ -36241,7 +32617,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn3623')] public function testAssertReturn3624(): void { $this->runAssertReturnCommand( @@ -36251,7 +32626,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn3624')] public function testAssertReturn3625(): void { $this->runAssertReturnCommand( @@ -36261,7 +32635,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn3625')] public function testAssertReturn3626(): void { $this->runAssertReturnCommand( @@ -36271,7 +32644,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn3626')] public function testAssertReturn3627(): void { $this->runAssertReturnCommand( @@ -36281,7 +32653,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn3627')] public function testAssertReturn3628(): void { $this->runAssertReturnCommand( @@ -36291,7 +32662,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn3628')] public function testAssertReturn3629(): void { $this->runAssertReturnCommand( @@ -36301,7 +32671,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn3629')] public function testAssertReturn3630(): void { $this->runAssertReturnCommand( @@ -36311,7 +32680,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn3630')] public function testAssertReturn3631(): void { $this->runAssertReturnCommand( @@ -36321,7 +32689,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn3631')] public function testAssertReturn3632(): void { $this->runAssertReturnCommand( @@ -36331,7 +32698,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn3632')] public function testAssertReturn3633(): void { $this->runAssertReturnCommand( @@ -36341,7 +32707,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn3633')] public function testAssertReturn3634(): void { $this->runAssertReturnCommand( @@ -36351,7 +32716,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn3634')] public function testAssertReturn3635(): void { $this->runAssertReturnCommand( @@ -36361,7 +32725,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn3635')] public function testAssertReturn3636(): void { $this->runAssertReturnCommand( @@ -36371,7 +32734,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn3636')] public function testAssertReturn3637(): void { $this->runAssertReturnCommand( @@ -36381,7 +32743,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn3637')] public function testAssertReturn3638(): void { $this->runAssertReturnCommand( @@ -36391,7 +32752,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn3638')] public function testAssertReturn3639(): void { $this->runAssertReturnCommand( @@ -36401,7 +32761,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn3639')] public function testAssertReturn3640(): void { $this->runAssertReturnCommand( @@ -36411,7 +32770,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn3640')] public function testAssertReturn3641(): void { $this->runAssertReturnCommand( @@ -36421,7 +32779,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn3641')] public function testAssertReturn3642(): void { $this->runAssertReturnCommand( @@ -36431,7 +32788,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn3642')] public function testAssertReturn3643(): void { $this->runAssertReturnCommand( @@ -36441,7 +32797,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn3643')] public function testAssertReturn3644(): void { $this->runAssertReturnCommand( @@ -36451,7 +32806,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn3644')] public function testAssertReturn3645(): void { $this->runAssertReturnCommand( @@ -36461,7 +32815,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn3645')] public function testAssertReturn3646(): void { $this->runAssertReturnCommand( @@ -36471,7 +32824,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn3646')] public function testAssertReturn3647(): void { $this->runAssertReturnCommand( @@ -36481,7 +32833,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn3647')] public function testAssertReturn3648(): void { $this->runAssertReturnCommand( @@ -36491,7 +32842,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn3648')] public function testAssertReturn3649(): void { $this->runAssertReturnCommand( @@ -36501,7 +32851,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn3649')] public function testAssertReturn3650(): void { $this->runAssertReturnCommand( @@ -36511,7 +32860,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn3650')] public function testAssertReturn3651(): void { $this->runAssertReturnCommand( @@ -36521,7 +32869,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn3651')] public function testAssertReturn3652(): void { $this->runAssertReturnCommand( @@ -36531,7 +32878,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn3652')] public function testAssertReturn3653(): void { $this->runAssertReturnCommand( @@ -36541,7 +32887,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn3653')] public function testAssertReturn3654(): void { $this->runAssertReturnCommand( @@ -36551,7 +32896,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn3654')] public function testAssertReturn3655(): void { $this->runAssertReturnCommand( @@ -36561,7 +32905,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn3655')] public function testAssertReturn3656(): void { $this->runAssertReturnCommand( @@ -36571,7 +32914,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn3656')] public function testAssertReturn3657(): void { $this->runAssertReturnCommand( @@ -36581,7 +32923,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn3657')] public function testAssertReturn3658(): void { $this->runAssertReturnCommand( @@ -36591,7 +32932,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn3658')] public function testAssertReturn3659(): void { $this->runAssertReturnCommand( @@ -36601,7 +32941,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn3659')] public function testAssertReturn3660(): void { $this->runAssertReturnCommand( @@ -36611,7 +32950,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn3660')] public function testAssertReturn3661(): void { $this->runAssertReturnCommand( @@ -36621,7 +32959,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn3661')] public function testAssertReturn3662(): void { $this->runAssertReturnCommand( @@ -36631,7 +32968,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn3662')] public function testAssertReturn3663(): void { $this->runAssertReturnCommand( @@ -36641,7 +32977,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn3663')] public function testAssertReturn3664(): void { $this->runAssertReturnCommand( @@ -36651,7 +32986,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn3664')] public function testAssertReturn3665(): void { $this->runAssertReturnCommand( @@ -36661,7 +32995,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn3665')] public function testAssertReturn3666(): void { $this->runAssertReturnCommand( @@ -36671,7 +33004,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn3666')] public function testAssertReturn3667(): void { $this->runAssertReturnCommand( @@ -36681,7 +33013,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn3667')] public function testAssertReturn3668(): void { $this->runAssertReturnCommand( @@ -36691,7 +33022,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn3668')] public function testAssertReturn3669(): void { $this->runAssertReturnCommand( @@ -36701,7 +33031,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn3669')] public function testAssertReturn3670(): void { $this->runAssertReturnCommand( @@ -36711,7 +33040,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn3670')] public function testAssertReturn3671(): void { $this->runAssertReturnCommand( @@ -36721,7 +33049,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn3671')] public function testAssertReturn3672(): void { $this->runAssertReturnCommand( @@ -36731,7 +33058,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn3672')] public function testAssertReturn3673(): void { $this->runAssertReturnCommand( @@ -36741,7 +33067,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn3673')] public function testAssertReturn3674(): void { $this->runAssertReturnCommand( @@ -36751,7 +33076,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn3674')] public function testAssertReturn3675(): void { $this->runAssertReturnCommand( @@ -36761,7 +33085,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn3675')] public function testAssertReturn3676(): void { $this->runAssertReturnCommand( @@ -36771,7 +33094,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn3676')] public function testAssertReturn3677(): void { $this->runAssertReturnCommand( @@ -36781,7 +33103,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn3677')] public function testAssertReturn3678(): void { $this->runAssertReturnCommand( @@ -36791,7 +33112,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn3678')] public function testAssertReturn3679(): void { $this->runAssertReturnCommand( @@ -36801,7 +33121,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn3679')] public function testAssertReturn3680(): void { $this->runAssertReturnCommand( @@ -36811,7 +33130,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn3680')] public function testAssertReturn3681(): void { $this->runAssertReturnCommand( @@ -36821,7 +33139,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn3681')] public function testAssertReturn3682(): void { $this->runAssertReturnCommand( @@ -36831,7 +33148,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn3682')] public function testAssertReturn3683(): void { $this->runAssertReturnCommand( @@ -36841,7 +33157,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn3683')] public function testAssertReturn3684(): void { $this->runAssertReturnCommand( @@ -36851,7 +33166,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn3684')] public function testAssertReturn3685(): void { $this->runAssertReturnCommand( @@ -36861,7 +33175,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn3685')] public function testAssertReturn3686(): void { $this->runAssertReturnCommand( @@ -36871,7 +33184,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn3686')] public function testAssertReturn3687(): void { $this->runAssertReturnCommand( @@ -36881,7 +33193,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn3687')] public function testAssertReturn3688(): void { $this->runAssertReturnCommand( @@ -36891,7 +33202,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn3688')] public function testAssertReturn3689(): void { $this->runAssertReturnCommand( @@ -36901,7 +33211,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn3689')] public function testAssertReturn3690(): void { $this->runAssertReturnCommand( @@ -36911,7 +33220,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn3690')] public function testAssertReturn3691(): void { $this->runAssertReturnCommand( @@ -36921,7 +33229,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn3691')] public function testAssertReturn3692(): void { $this->runAssertReturnCommand( @@ -36931,7 +33238,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn3692')] public function testAssertReturn3693(): void { $this->runAssertReturnCommand( @@ -36941,7 +33247,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn3693')] public function testAssertReturn3694(): void { $this->runAssertReturnCommand( @@ -36951,7 +33256,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn3694')] public function testAssertReturn3695(): void { $this->runAssertReturnCommand( @@ -36961,7 +33265,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn3695')] public function testAssertReturn3696(): void { $this->runAssertReturnCommand( @@ -36971,7 +33274,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn3696')] public function testAssertReturn3697(): void { $this->runAssertReturnCommand( @@ -36981,7 +33283,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn3697')] public function testAssertReturn3698(): void { $this->runAssertReturnCommand( @@ -36991,7 +33292,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn3698')] public function testAssertReturn3699(): void { $this->runAssertReturnCommand( @@ -37001,7 +33301,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn3699')] public function testAssertReturn3700(): void { $this->runAssertReturnCommand( @@ -37011,7 +33310,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn3700')] public function testAssertReturn3701(): void { $this->runAssertReturnCommand( @@ -37021,7 +33319,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn3701')] public function testAssertReturn3702(): void { $this->runAssertReturnCommand( @@ -37031,7 +33328,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn3702')] public function testAssertReturn3703(): void { $this->runAssertReturnCommand( @@ -37041,7 +33337,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn3703')] public function testAssertReturn3704(): void { $this->runAssertReturnCommand( @@ -37051,7 +33346,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn3704')] public function testAssertReturn3705(): void { $this->runAssertReturnCommand( @@ -37061,7 +33355,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn3705')] public function testAssertReturn3706(): void { $this->runAssertReturnCommand( @@ -37071,7 +33364,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn3706')] public function testAssertReturn3707(): void { $this->runAssertReturnCommand( @@ -37081,7 +33373,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn3707')] public function testAssertReturn3708(): void { $this->runAssertReturnCommand( @@ -37091,7 +33382,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn3708')] public function testAssertReturn3709(): void { $this->runAssertReturnCommand( @@ -37101,7 +33391,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn3709')] public function testAssertReturn3710(): void { $this->runAssertReturnCommand( @@ -37111,7 +33400,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn3710')] public function testAssertReturn3711(): void { $this->runAssertReturnCommand( @@ -37121,7 +33409,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn3711')] public function testAssertReturn3712(): void { $this->runAssertReturnCommand( @@ -37131,7 +33418,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn3712')] public function testAssertReturn3713(): void { $this->runAssertReturnCommand( @@ -37141,7 +33427,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn3713')] public function testAssertReturn3714(): void { $this->runAssertReturnCommand( @@ -37151,7 +33436,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn3714')] public function testAssertReturn3715(): void { $this->runAssertReturnCommand( @@ -37161,7 +33445,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn3715')] public function testAssertReturn3716(): void { $this->runAssertReturnCommand( @@ -37171,7 +33454,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn3716')] public function testAssertReturn3717(): void { $this->runAssertReturnCommand( @@ -37181,7 +33463,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn3717')] public function testAssertReturn3718(): void { $this->runAssertReturnCommand( @@ -37191,7 +33472,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn3718')] public function testAssertReturn3719(): void { $this->runAssertReturnCommand( @@ -37201,7 +33481,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn3719')] public function testAssertReturn3720(): void { $this->runAssertReturnCommand( @@ -37211,7 +33490,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn3720')] public function testAssertReturn3721(): void { $this->runAssertReturnCommand( @@ -37221,7 +33499,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn3721')] public function testAssertReturn3722(): void { $this->runAssertReturnCommand( @@ -37231,7 +33508,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn3722')] public function testAssertReturn3723(): void { $this->runAssertReturnCommand( @@ -37241,7 +33517,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn3723')] public function testAssertReturn3724(): void { $this->runAssertReturnCommand( @@ -37251,7 +33526,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn3724')] public function testAssertReturn3725(): void { $this->runAssertReturnCommand( @@ -37261,7 +33535,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn3725')] public function testAssertReturn3726(): void { $this->runAssertReturnCommand( @@ -37271,7 +33544,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn3726')] public function testAssertReturn3727(): void { $this->runAssertReturnCommand( @@ -37281,7 +33553,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn3727')] public function testAssertReturn3728(): void { $this->runAssertReturnCommand( @@ -37291,7 +33562,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn3728')] public function testAssertReturn3729(): void { $this->runAssertReturnCommand( @@ -37301,7 +33571,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn3729')] public function testAssertReturn3730(): void { $this->runAssertReturnCommand( @@ -37311,7 +33580,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn3730')] public function testAssertReturn3731(): void { $this->runAssertReturnCommand( @@ -37321,7 +33589,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn3731')] public function testAssertReturn3732(): void { $this->runAssertReturnCommand( @@ -37331,7 +33598,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn3732')] public function testAssertReturn3733(): void { $this->runAssertReturnCommand( @@ -37341,7 +33607,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn3733')] public function testAssertReturn3734(): void { $this->runAssertReturnCommand( @@ -37351,7 +33616,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn3734')] public function testAssertReturn3735(): void { $this->runAssertReturnCommand( @@ -37361,7 +33625,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn3735')] public function testAssertReturn3736(): void { $this->runAssertReturnCommand( @@ -37371,7 +33634,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn3736')] public function testAssertReturn3737(): void { $this->runAssertReturnCommand( @@ -37381,7 +33643,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn3737')] public function testAssertReturn3738(): void { $this->runAssertReturnCommand( @@ -37391,7 +33652,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn3738')] public function testAssertReturn3739(): void { $this->runAssertReturnCommand( @@ -37401,7 +33661,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn3739')] public function testAssertReturn3740(): void { $this->runAssertReturnCommand( @@ -37411,7 +33670,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn3740')] public function testAssertReturn3741(): void { $this->runAssertReturnCommand( @@ -37421,7 +33679,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn3741')] public function testAssertReturn3742(): void { $this->runAssertReturnCommand( @@ -37431,7 +33688,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn3742')] public function testAssertReturn3743(): void { $this->runAssertReturnCommand( @@ -37441,7 +33697,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn3743')] public function testAssertReturn3744(): void { $this->runAssertReturnCommand( @@ -37451,7 +33706,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn3744')] public function testAssertReturn3745(): void { $this->runAssertReturnCommand( @@ -37461,7 +33715,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn3745')] public function testAssertReturn3746(): void { $this->runAssertReturnCommand( @@ -37471,7 +33724,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn3746')] public function testAssertReturn3747(): void { $this->runAssertReturnCommand( @@ -37481,7 +33733,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn3747')] public function testAssertReturn3748(): void { $this->runAssertReturnCommand( @@ -37491,7 +33742,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn3748')] public function testAssertReturn3749(): void { $this->runAssertReturnCommand( @@ -37501,7 +33751,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn3749')] public function testAssertReturn3750(): void { $this->runAssertReturnCommand( @@ -37511,7 +33760,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn3750')] public function testAssertReturn3751(): void { $this->runAssertReturnCommand( @@ -37521,7 +33769,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn3751')] public function testAssertReturn3752(): void { $this->runAssertReturnCommand( @@ -37531,7 +33778,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn3752')] public function testAssertReturn3753(): void { $this->runAssertReturnCommand( @@ -37541,7 +33787,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn3753')] public function testAssertReturn3754(): void { $this->runAssertReturnCommand( @@ -37551,7 +33796,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn3754')] public function testAssertReturn3755(): void { $this->runAssertReturnCommand( @@ -37561,7 +33805,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn3755')] public function testAssertReturn3756(): void { $this->runAssertReturnCommand( @@ -37571,7 +33814,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn3756')] public function testAssertReturn3757(): void { $this->runAssertReturnCommand( @@ -37581,7 +33823,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn3757')] public function testAssertReturn3758(): void { $this->runAssertReturnCommand( @@ -37591,7 +33832,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn3758')] public function testAssertReturn3759(): void { $this->runAssertReturnCommand( @@ -37601,7 +33841,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn3759')] public function testAssertReturn3760(): void { $this->runAssertReturnCommand( @@ -37611,7 +33850,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn3760')] public function testAssertReturn3761(): void { $this->runAssertReturnCommand( @@ -37621,7 +33859,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn3761')] public function testAssertReturn3762(): void { $this->runAssertReturnCommand( @@ -37631,7 +33868,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn3762')] public function testAssertReturn3763(): void { $this->runAssertReturnCommand( @@ -37641,7 +33877,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn3763')] public function testAssertReturn3764(): void { $this->runAssertReturnCommand( @@ -37651,7 +33886,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn3764')] public function testAssertReturn3765(): void { $this->runAssertReturnCommand( @@ -37661,7 +33895,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn3765')] public function testAssertReturn3766(): void { $this->runAssertReturnCommand( @@ -37671,7 +33904,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn3766')] public function testAssertReturn3767(): void { $this->runAssertReturnCommand( @@ -37681,7 +33913,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn3767')] public function testModule3768(): void { $this->runModuleCommand( @@ -37691,7 +33922,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testModule3768')] public function testAssertTrap3769(): void { $this->runAssertTrapCommand( @@ -37701,7 +33931,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap3769')] public function testAssertReturn3770(): void { $this->runAssertReturnCommand( @@ -37711,7 +33940,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn3770')] public function testAssertReturn3771(): void { $this->runAssertReturnCommand( @@ -37721,7 +33949,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn3771')] public function testAssertReturn3772(): void { $this->runAssertReturnCommand( @@ -37731,7 +33958,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn3772')] public function testAssertReturn3773(): void { $this->runAssertReturnCommand( @@ -37741,7 +33967,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn3773')] public function testAssertReturn3774(): void { $this->runAssertReturnCommand( @@ -37751,7 +33976,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn3774')] public function testAssertReturn3775(): void { $this->runAssertReturnCommand( @@ -37761,7 +33985,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn3775')] public function testAssertReturn3776(): void { $this->runAssertReturnCommand( @@ -37771,7 +33994,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn3776')] public function testAssertReturn3777(): void { $this->runAssertReturnCommand( @@ -37781,7 +34003,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn3777')] public function testAssertReturn3778(): void { $this->runAssertReturnCommand( @@ -37791,7 +34012,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn3778')] public function testAssertReturn3779(): void { $this->runAssertReturnCommand( @@ -37801,7 +34021,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn3779')] public function testAssertReturn3780(): void { $this->runAssertReturnCommand( @@ -37811,7 +34030,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn3780')] public function testAssertReturn3781(): void { $this->runAssertReturnCommand( @@ -37821,7 +34039,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn3781')] public function testAssertReturn3782(): void { $this->runAssertReturnCommand( @@ -37831,7 +34048,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn3782')] public function testAssertReturn3783(): void { $this->runAssertReturnCommand( @@ -37841,7 +34057,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn3783')] public function testAssertReturn3784(): void { $this->runAssertReturnCommand( @@ -37851,7 +34066,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn3784')] public function testAssertReturn3785(): void { $this->runAssertReturnCommand( @@ -37861,7 +34075,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn3785')] public function testAssertReturn3786(): void { $this->runAssertReturnCommand( @@ -37871,7 +34084,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn3786')] public function testAssertReturn3787(): void { $this->runAssertReturnCommand( @@ -37881,7 +34093,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn3787')] public function testAssertReturn3788(): void { $this->runAssertReturnCommand( @@ -37891,7 +34102,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn3788')] public function testAssertReturn3789(): void { $this->runAssertReturnCommand( @@ -37901,7 +34111,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn3789')] public function testAssertReturn3790(): void { $this->runAssertReturnCommand( @@ -37911,7 +34120,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn3790')] public function testAssertReturn3791(): void { $this->runAssertReturnCommand( @@ -37921,7 +34129,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn3791')] public function testAssertReturn3792(): void { $this->runAssertReturnCommand( @@ -37931,7 +34138,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn3792')] public function testAssertReturn3793(): void { $this->runAssertReturnCommand( @@ -37941,7 +34147,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn3793')] public function testAssertReturn3794(): void { $this->runAssertReturnCommand( @@ -37951,7 +34156,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn3794')] public function testAssertReturn3795(): void { $this->runAssertReturnCommand( @@ -37961,7 +34165,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn3795')] public function testAssertReturn3796(): void { $this->runAssertReturnCommand( @@ -37971,7 +34174,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn3796')] public function testAssertReturn3797(): void { $this->runAssertReturnCommand( @@ -37981,7 +34183,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn3797')] public function testAssertReturn3798(): void { $this->runAssertReturnCommand( @@ -37991,7 +34192,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn3798')] public function testAssertReturn3799(): void { $this->runAssertReturnCommand( @@ -38001,7 +34201,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn3799')] public function testAssertReturn3800(): void { $this->runAssertReturnCommand( @@ -38011,7 +34210,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn3800')] public function testAssertReturn3801(): void { $this->runAssertReturnCommand( @@ -38021,7 +34219,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn3801')] public function testAssertReturn3802(): void { $this->runAssertReturnCommand( @@ -38031,7 +34228,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn3802')] public function testAssertReturn3803(): void { $this->runAssertReturnCommand( @@ -38041,7 +34237,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn3803')] public function testAssertReturn3804(): void { $this->runAssertReturnCommand( @@ -38051,7 +34246,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn3804')] public function testAssertReturn3805(): void { $this->runAssertReturnCommand( @@ -38061,7 +34255,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn3805')] public function testAssertReturn3806(): void { $this->runAssertReturnCommand( @@ -38071,7 +34264,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn3806')] public function testAssertReturn3807(): void { $this->runAssertReturnCommand( @@ -38081,7 +34273,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn3807')] public function testAssertReturn3808(): void { $this->runAssertReturnCommand( @@ -38091,7 +34282,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn3808')] public function testAssertReturn3809(): void { $this->runAssertReturnCommand( @@ -38101,7 +34291,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn3809')] public function testAssertReturn3810(): void { $this->runAssertReturnCommand( @@ -38111,7 +34300,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn3810')] public function testAssertReturn3811(): void { $this->runAssertReturnCommand( @@ -38121,7 +34309,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn3811')] public function testAssertReturn3812(): void { $this->runAssertReturnCommand( @@ -38131,7 +34318,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn3812')] public function testAssertReturn3813(): void { $this->runAssertReturnCommand( @@ -38141,7 +34327,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn3813')] public function testAssertReturn3814(): void { $this->runAssertReturnCommand( @@ -38151,7 +34336,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn3814')] public function testAssertReturn3815(): void { $this->runAssertReturnCommand( @@ -38161,7 +34345,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn3815')] public function testAssertReturn3816(): void { $this->runAssertReturnCommand( @@ -38171,7 +34354,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn3816')] public function testAssertReturn3817(): void { $this->runAssertReturnCommand( @@ -38181,7 +34363,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn3817')] public function testAssertReturn3818(): void { $this->runAssertReturnCommand( @@ -38191,7 +34372,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn3818')] public function testAssertReturn3819(): void { $this->runAssertReturnCommand( @@ -38201,7 +34381,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn3819')] public function testAssertReturn3820(): void { $this->runAssertReturnCommand( @@ -38211,7 +34390,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn3820')] public function testAssertReturn3821(): void { $this->runAssertReturnCommand( @@ -38221,7 +34399,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn3821')] public function testAssertReturn3822(): void { $this->runAssertReturnCommand( @@ -38231,7 +34408,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn3822')] public function testAssertReturn3823(): void { $this->runAssertReturnCommand( @@ -38241,7 +34417,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn3823')] public function testAssertReturn3824(): void { $this->runAssertReturnCommand( @@ -38251,7 +34426,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn3824')] public function testAssertReturn3825(): void { $this->runAssertReturnCommand( @@ -38261,7 +34435,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn3825')] public function testAssertReturn3826(): void { $this->runAssertReturnCommand( @@ -38271,7 +34444,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn3826')] public function testAssertReturn3827(): void { $this->runAssertReturnCommand( @@ -38281,7 +34453,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn3827')] public function testAssertReturn3828(): void { $this->runAssertReturnCommand( @@ -38291,7 +34462,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn3828')] public function testAssertReturn3829(): void { $this->runAssertReturnCommand( @@ -38301,7 +34471,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn3829')] public function testAssertReturn3830(): void { $this->runAssertReturnCommand( @@ -38311,7 +34480,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn3830')] public function testAssertReturn3831(): void { $this->runAssertReturnCommand( @@ -38321,7 +34489,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn3831')] public function testAssertReturn3832(): void { $this->runAssertReturnCommand( @@ -38331,7 +34498,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn3832')] public function testAssertReturn3833(): void { $this->runAssertReturnCommand( @@ -38341,7 +34507,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn3833')] public function testAssertReturn3834(): void { $this->runAssertReturnCommand( @@ -38351,7 +34516,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn3834')] public function testAssertReturn3835(): void { $this->runAssertReturnCommand( @@ -38361,7 +34525,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn3835')] public function testAssertReturn3836(): void { $this->runAssertReturnCommand( @@ -38371,7 +34534,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn3836')] public function testAssertReturn3837(): void { $this->runAssertReturnCommand( @@ -38381,7 +34543,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn3837')] public function testAssertReturn3838(): void { $this->runAssertReturnCommand( @@ -38391,7 +34552,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn3838')] public function testAssertReturn3839(): void { $this->runAssertReturnCommand( @@ -38401,7 +34561,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn3839')] public function testAssertReturn3840(): void { $this->runAssertReturnCommand( @@ -38411,7 +34570,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn3840')] public function testAssertReturn3841(): void { $this->runAssertReturnCommand( @@ -38421,7 +34579,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn3841')] public function testAssertReturn3842(): void { $this->runAssertReturnCommand( @@ -38431,7 +34588,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn3842')] public function testAssertReturn3843(): void { $this->runAssertReturnCommand( @@ -38441,7 +34597,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn3843')] public function testAssertReturn3844(): void { $this->runAssertReturnCommand( @@ -38451,7 +34606,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn3844')] public function testAssertReturn3845(): void { $this->runAssertReturnCommand( @@ -38461,7 +34615,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn3845')] public function testAssertReturn3846(): void { $this->runAssertReturnCommand( @@ -38471,7 +34624,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn3846')] public function testAssertReturn3847(): void { $this->runAssertReturnCommand( @@ -38481,7 +34633,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn3847')] public function testAssertReturn3848(): void { $this->runAssertReturnCommand( @@ -38491,7 +34642,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn3848')] public function testAssertReturn3849(): void { $this->runAssertReturnCommand( @@ -38501,7 +34651,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn3849')] public function testAssertReturn3850(): void { $this->runAssertReturnCommand( @@ -38511,7 +34660,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn3850')] public function testAssertReturn3851(): void { $this->runAssertReturnCommand( @@ -38521,7 +34669,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn3851')] public function testAssertReturn3852(): void { $this->runAssertReturnCommand( @@ -38531,7 +34678,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn3852')] public function testAssertReturn3853(): void { $this->runAssertReturnCommand( @@ -38541,7 +34687,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn3853')] public function testAssertReturn3854(): void { $this->runAssertReturnCommand( @@ -38551,7 +34696,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn3854')] public function testAssertReturn3855(): void { $this->runAssertReturnCommand( @@ -38561,7 +34705,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn3855')] public function testAssertReturn3856(): void { $this->runAssertReturnCommand( @@ -38571,7 +34714,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn3856')] public function testAssertReturn3857(): void { $this->runAssertReturnCommand( @@ -38581,7 +34723,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn3857')] public function testAssertReturn3858(): void { $this->runAssertReturnCommand( @@ -38591,7 +34732,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn3858')] public function testAssertReturn3859(): void { $this->runAssertReturnCommand( @@ -38601,7 +34741,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn3859')] public function testAssertReturn3860(): void { $this->runAssertReturnCommand( @@ -38611,7 +34750,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn3860')] public function testAssertReturn3861(): void { $this->runAssertReturnCommand( @@ -38621,7 +34759,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn3861')] public function testAssertReturn3862(): void { $this->runAssertReturnCommand( @@ -38631,7 +34768,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn3862')] public function testAssertReturn3863(): void { $this->runAssertReturnCommand( @@ -38641,7 +34777,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn3863')] public function testAssertReturn3864(): void { $this->runAssertReturnCommand( @@ -38651,7 +34786,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn3864')] public function testAssertReturn3865(): void { $this->runAssertReturnCommand( @@ -38661,7 +34795,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn3865')] public function testAssertReturn3866(): void { $this->runAssertReturnCommand( @@ -38671,7 +34804,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn3866')] public function testAssertReturn3867(): void { $this->runAssertReturnCommand( @@ -38681,7 +34813,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn3867')] public function testAssertReturn3868(): void { $this->runAssertReturnCommand( @@ -38691,7 +34822,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn3868')] public function testAssertReturn3869(): void { $this->runAssertReturnCommand( @@ -38701,7 +34831,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn3869')] public function testAssertReturn3870(): void { $this->runAssertReturnCommand( @@ -38711,7 +34840,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn3870')] public function testAssertReturn3871(): void { $this->runAssertReturnCommand( @@ -38721,7 +34849,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn3871')] public function testAssertReturn3872(): void { $this->runAssertReturnCommand( @@ -38731,7 +34858,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn3872')] public function testAssertReturn3873(): void { $this->runAssertReturnCommand( @@ -38741,7 +34867,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn3873')] public function testAssertReturn3874(): void { $this->runAssertReturnCommand( @@ -38751,7 +34876,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn3874')] public function testAssertReturn3875(): void { $this->runAssertReturnCommand( @@ -38761,7 +34885,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn3875')] public function testAssertReturn3876(): void { $this->runAssertReturnCommand( @@ -38771,7 +34894,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn3876')] public function testAssertReturn3877(): void { $this->runAssertReturnCommand( @@ -38781,7 +34903,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn3877')] public function testAssertReturn3878(): void { $this->runAssertReturnCommand( @@ -38791,7 +34912,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn3878')] public function testAssertReturn3879(): void { $this->runAssertReturnCommand( @@ -38801,7 +34921,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn3879')] public function testAssertReturn3880(): void { $this->runAssertReturnCommand( @@ -38811,7 +34930,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn3880')] public function testAssertReturn3881(): void { $this->runAssertReturnCommand( @@ -38821,7 +34939,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn3881')] public function testAssertReturn3882(): void { $this->runAssertReturnCommand( @@ -38831,7 +34948,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn3882')] public function testAssertReturn3883(): void { $this->runAssertReturnCommand( @@ -38841,7 +34957,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn3883')] public function testAssertReturn3884(): void { $this->runAssertReturnCommand( @@ -38851,7 +34966,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn3884')] public function testAssertReturn3885(): void { $this->runAssertReturnCommand( @@ -38861,7 +34975,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn3885')] public function testAssertReturn3886(): void { $this->runAssertReturnCommand( @@ -38871,7 +34984,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn3886')] public function testAssertReturn3887(): void { $this->runAssertReturnCommand( @@ -38881,7 +34993,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn3887')] public function testAssertReturn3888(): void { $this->runAssertReturnCommand( @@ -38891,7 +35002,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn3888')] public function testAssertReturn3889(): void { $this->runAssertReturnCommand( @@ -38901,7 +35011,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn3889')] public function testAssertReturn3890(): void { $this->runAssertReturnCommand( @@ -38911,7 +35020,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn3890')] public function testAssertReturn3891(): void { $this->runAssertReturnCommand( @@ -38921,7 +35029,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn3891')] public function testAssertReturn3892(): void { $this->runAssertReturnCommand( @@ -38931,7 +35038,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn3892')] public function testAssertReturn3893(): void { $this->runAssertReturnCommand( @@ -38941,7 +35047,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn3893')] public function testAssertReturn3894(): void { $this->runAssertReturnCommand( @@ -38951,7 +35056,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn3894')] public function testAssertReturn3895(): void { $this->runAssertReturnCommand( @@ -38961,7 +35065,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn3895')] public function testAssertReturn3896(): void { $this->runAssertReturnCommand( @@ -38971,7 +35074,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn3896')] public function testAssertReturn3897(): void { $this->runAssertReturnCommand( @@ -38981,7 +35083,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn3897')] public function testAssertReturn3898(): void { $this->runAssertReturnCommand( @@ -38991,7 +35092,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn3898')] public function testAssertReturn3899(): void { $this->runAssertReturnCommand( @@ -39001,7 +35101,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn3899')] public function testAssertReturn3900(): void { $this->runAssertReturnCommand( @@ -39011,7 +35110,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn3900')] public function testAssertReturn3901(): void { $this->runAssertReturnCommand( @@ -39021,7 +35119,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn3901')] public function testAssertReturn3902(): void { $this->runAssertReturnCommand( @@ -39031,7 +35128,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn3902')] public function testAssertReturn3903(): void { $this->runAssertReturnCommand( @@ -39041,7 +35137,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn3903')] public function testAssertReturn3904(): void { $this->runAssertReturnCommand( @@ -39051,7 +35146,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn3904')] public function testAssertReturn3905(): void { $this->runAssertReturnCommand( @@ -39061,7 +35155,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn3905')] public function testAssertReturn3906(): void { $this->runAssertReturnCommand( @@ -39071,7 +35164,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn3906')] public function testAssertReturn3907(): void { $this->runAssertReturnCommand( @@ -39081,7 +35173,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn3907')] public function testAssertReturn3908(): void { $this->runAssertReturnCommand( @@ -39091,7 +35182,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn3908')] public function testAssertReturn3909(): void { $this->runAssertReturnCommand( @@ -39101,7 +35191,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn3909')] public function testAssertReturn3910(): void { $this->runAssertReturnCommand( @@ -39111,7 +35200,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn3910')] public function testAssertReturn3911(): void { $this->runAssertReturnCommand( @@ -39121,7 +35209,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn3911')] public function testAssertReturn3912(): void { $this->runAssertReturnCommand( @@ -39131,7 +35218,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn3912')] public function testAssertReturn3913(): void { $this->runAssertReturnCommand( @@ -39141,7 +35227,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn3913')] public function testAssertReturn3914(): void { $this->runAssertReturnCommand( @@ -39151,7 +35236,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn3914')] public function testAssertReturn3915(): void { $this->runAssertReturnCommand( @@ -39161,7 +35245,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn3915')] public function testAssertReturn3916(): void { $this->runAssertReturnCommand( @@ -39171,7 +35254,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn3916')] public function testAssertReturn3917(): void { $this->runAssertReturnCommand( @@ -39181,7 +35263,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn3917')] public function testAssertReturn3918(): void { $this->runAssertReturnCommand( @@ -39191,7 +35272,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn3918')] public function testAssertReturn3919(): void { $this->runAssertReturnCommand( @@ -39201,7 +35281,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn3919')] public function testAssertReturn3920(): void { $this->runAssertReturnCommand( @@ -39211,7 +35290,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn3920')] public function testAssertReturn3921(): void { $this->runAssertReturnCommand( @@ -39221,7 +35299,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn3921')] public function testAssertReturn3922(): void { $this->runAssertReturnCommand( @@ -39231,7 +35308,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn3922')] public function testAssertReturn3923(): void { $this->runAssertReturnCommand( @@ -39241,7 +35317,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn3923')] public function testAssertReturn3924(): void { $this->runAssertReturnCommand( @@ -39251,7 +35326,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn3924')] public function testAssertReturn3925(): void { $this->runAssertReturnCommand( @@ -39261,7 +35335,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn3925')] public function testAssertReturn3926(): void { $this->runAssertReturnCommand( @@ -39271,7 +35344,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn3926')] public function testAssertReturn3927(): void { $this->runAssertReturnCommand( @@ -39281,7 +35353,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn3927')] public function testAssertReturn3928(): void { $this->runAssertReturnCommand( @@ -39291,7 +35362,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn3928')] public function testAssertReturn3929(): void { $this->runAssertReturnCommand( @@ -39301,7 +35371,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn3929')] public function testAssertReturn3930(): void { $this->runAssertReturnCommand( @@ -39311,7 +35380,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn3930')] public function testAssertReturn3931(): void { $this->runAssertReturnCommand( @@ -39321,7 +35389,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn3931')] public function testAssertReturn3932(): void { $this->runAssertReturnCommand( @@ -39331,7 +35398,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn3932')] public function testAssertReturn3933(): void { $this->runAssertReturnCommand( @@ -39341,7 +35407,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn3933')] public function testAssertReturn3934(): void { $this->runAssertReturnCommand( @@ -39351,7 +35416,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn3934')] public function testAssertReturn3935(): void { $this->runAssertReturnCommand( @@ -39361,7 +35425,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn3935')] public function testAssertReturn3936(): void { $this->runAssertReturnCommand( @@ -39371,7 +35434,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn3936')] public function testAssertReturn3937(): void { $this->runAssertReturnCommand( @@ -39381,7 +35443,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn3937')] public function testAssertReturn3938(): void { $this->runAssertReturnCommand( @@ -39391,7 +35452,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn3938')] public function testAssertReturn3939(): void { $this->runAssertReturnCommand( @@ -39401,7 +35461,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn3939')] public function testAssertReturn3940(): void { $this->runAssertReturnCommand( @@ -39411,7 +35470,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn3940')] public function testAssertReturn3941(): void { $this->runAssertReturnCommand( @@ -39421,7 +35479,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn3941')] public function testAssertReturn3942(): void { $this->runAssertReturnCommand( @@ -39431,7 +35488,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn3942')] public function testAssertReturn3943(): void { $this->runAssertReturnCommand( @@ -39441,7 +35497,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn3943')] public function testAssertReturn3944(): void { $this->runAssertReturnCommand( @@ -39451,7 +35506,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn3944')] public function testAssertReturn3945(): void { $this->runAssertReturnCommand( @@ -39461,7 +35515,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn3945')] public function testAssertReturn3946(): void { $this->runAssertReturnCommand( @@ -39471,7 +35524,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn3946')] public function testAssertReturn3947(): void { $this->runAssertReturnCommand( @@ -39481,7 +35533,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn3947')] public function testAssertReturn3948(): void { $this->runAssertReturnCommand( @@ -39491,7 +35542,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn3948')] public function testAssertReturn3949(): void { $this->runAssertReturnCommand( @@ -39501,7 +35551,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn3949')] public function testAssertReturn3950(): void { $this->runAssertReturnCommand( @@ -39511,7 +35560,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn3950')] public function testAssertReturn3951(): void { $this->runAssertReturnCommand( @@ -39521,7 +35569,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn3951')] public function testAssertReturn3952(): void { $this->runAssertReturnCommand( @@ -39531,7 +35578,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn3952')] public function testAssertReturn3953(): void { $this->runAssertReturnCommand( @@ -39541,7 +35587,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn3953')] public function testAssertReturn3954(): void { $this->runAssertReturnCommand( @@ -39551,7 +35596,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn3954')] public function testAssertReturn3955(): void { $this->runAssertReturnCommand( @@ -39561,7 +35605,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn3955')] public function testAssertReturn3956(): void { $this->runAssertReturnCommand( @@ -39571,7 +35614,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn3956')] public function testAssertReturn3957(): void { $this->runAssertReturnCommand( @@ -39581,7 +35623,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn3957')] public function testAssertReturn3958(): void { $this->runAssertReturnCommand( @@ -39591,7 +35632,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn3958')] public function testAssertReturn3959(): void { $this->runAssertReturnCommand( @@ -39601,7 +35641,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn3959')] public function testAssertReturn3960(): void { $this->runAssertReturnCommand( @@ -39611,7 +35650,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn3960')] public function testAssertReturn3961(): void { $this->runAssertReturnCommand( @@ -39621,7 +35659,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn3961')] public function testAssertReturn3962(): void { $this->runAssertReturnCommand( @@ -39631,7 +35668,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn3962')] public function testAssertReturn3963(): void { $this->runAssertReturnCommand( @@ -39641,7 +35677,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn3963')] public function testAssertReturn3964(): void { $this->runAssertReturnCommand( @@ -39651,7 +35686,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn3964')] public function testAssertReturn3965(): void { $this->runAssertReturnCommand( @@ -39661,7 +35695,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn3965')] public function testAssertReturn3966(): void { $this->runAssertReturnCommand( @@ -39671,7 +35704,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn3966')] public function testAssertReturn3967(): void { $this->runAssertReturnCommand( @@ -39681,7 +35713,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn3967')] public function testAssertReturn3968(): void { $this->runAssertReturnCommand( @@ -39691,7 +35722,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn3968')] public function testAssertReturn3969(): void { $this->runAssertReturnCommand( @@ -39701,7 +35731,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn3969')] public function testAssertReturn3970(): void { $this->runAssertReturnCommand( @@ -39711,7 +35740,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn3970')] public function testAssertReturn3971(): void { $this->runAssertReturnCommand( @@ -39721,7 +35749,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn3971')] public function testAssertReturn3972(): void { $this->runAssertReturnCommand( @@ -39731,7 +35758,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn3972')] public function testAssertReturn3973(): void { $this->runAssertReturnCommand( @@ -39741,7 +35767,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn3973')] public function testAssertReturn3974(): void { $this->runAssertReturnCommand( @@ -39751,7 +35776,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn3974')] public function testAssertReturn3975(): void { $this->runAssertReturnCommand( @@ -39761,7 +35785,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn3975')] public function testAssertReturn3976(): void { $this->runAssertReturnCommand( @@ -39771,7 +35794,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn3976')] public function testAssertReturn3977(): void { $this->runAssertReturnCommand( @@ -39781,7 +35803,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn3977')] public function testAssertReturn3978(): void { $this->runAssertReturnCommand( @@ -39791,7 +35812,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn3978')] public function testAssertReturn3979(): void { $this->runAssertReturnCommand( @@ -39801,7 +35821,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn3979')] public function testAssertReturn3980(): void { $this->runAssertReturnCommand( @@ -39811,7 +35830,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn3980')] public function testAssertReturn3981(): void { $this->runAssertReturnCommand( @@ -39821,7 +35839,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn3981')] public function testAssertReturn3982(): void { $this->runAssertReturnCommand( @@ -39831,7 +35848,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn3982')] public function testAssertReturn3983(): void { $this->runAssertReturnCommand( @@ -39841,7 +35857,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn3983')] public function testAssertReturn3984(): void { $this->runAssertReturnCommand( @@ -39851,7 +35866,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn3984')] public function testAssertReturn3985(): void { $this->runAssertReturnCommand( @@ -39861,7 +35875,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn3985')] public function testAssertReturn3986(): void { $this->runAssertReturnCommand( @@ -39871,7 +35884,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn3986')] public function testAssertReturn3987(): void { $this->runAssertReturnCommand( @@ -39881,7 +35893,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn3987')] public function testAssertReturn3988(): void { $this->runAssertReturnCommand( @@ -39891,7 +35902,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn3988')] public function testAssertReturn3989(): void { $this->runAssertReturnCommand( @@ -39901,7 +35911,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn3989')] public function testAssertReturn3990(): void { $this->runAssertReturnCommand( @@ -39911,7 +35920,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn3990')] public function testAssertReturn3991(): void { $this->runAssertReturnCommand( @@ -39921,7 +35929,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn3991')] public function testAssertReturn3992(): void { $this->runAssertReturnCommand( @@ -39931,7 +35938,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn3992')] public function testAssertReturn3993(): void { $this->runAssertReturnCommand( @@ -39941,7 +35947,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn3993')] public function testAssertReturn3994(): void { $this->runAssertReturnCommand( @@ -39951,7 +35956,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn3994')] public function testAssertReturn3995(): void { $this->runAssertReturnCommand( @@ -39961,7 +35965,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn3995')] public function testAssertReturn3996(): void { $this->runAssertReturnCommand( @@ -39971,7 +35974,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn3996')] public function testAssertReturn3997(): void { $this->runAssertReturnCommand( @@ -39981,7 +35983,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn3997')] public function testAssertReturn3998(): void { $this->runAssertReturnCommand( @@ -39991,7 +35992,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn3998')] public function testAssertReturn3999(): void { $this->runAssertReturnCommand( @@ -40001,7 +36001,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn3999')] public function testAssertReturn4000(): void { $this->runAssertReturnCommand( @@ -40011,7 +36010,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn4000')] public function testAssertReturn4001(): void { $this->runAssertReturnCommand( @@ -40021,7 +36019,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn4001')] public function testAssertReturn4002(): void { $this->runAssertReturnCommand( @@ -40031,7 +36028,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn4002')] public function testAssertReturn4003(): void { $this->runAssertReturnCommand( @@ -40041,7 +36037,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn4003')] public function testAssertReturn4004(): void { $this->runAssertReturnCommand( @@ -40051,7 +36046,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn4004')] public function testAssertReturn4005(): void { $this->runAssertReturnCommand( @@ -40061,7 +36055,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn4005')] public function testAssertReturn4006(): void { $this->runAssertReturnCommand( @@ -40071,7 +36064,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn4006')] public function testAssertReturn4007(): void { $this->runAssertReturnCommand( @@ -40081,7 +36073,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn4007')] public function testAssertReturn4008(): void { $this->runAssertReturnCommand( @@ -40091,7 +36082,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn4008')] public function testAssertReturn4009(): void { $this->runAssertReturnCommand( @@ -40101,7 +36091,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn4009')] public function testAssertReturn4010(): void { $this->runAssertReturnCommand( @@ -40111,7 +36100,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn4010')] public function testAssertReturn4011(): void { $this->runAssertReturnCommand( @@ -40121,7 +36109,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn4011')] public function testAssertReturn4012(): void { $this->runAssertReturnCommand( @@ -40131,7 +36118,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn4012')] public function testAssertReturn4013(): void { $this->runAssertReturnCommand( @@ -40141,7 +36127,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn4013')] public function testAssertReturn4014(): void { $this->runAssertReturnCommand( @@ -40151,7 +36136,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn4014')] public function testAssertReturn4015(): void { $this->runAssertReturnCommand( @@ -40161,7 +36145,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn4015')] public function testAssertReturn4016(): void { $this->runAssertReturnCommand( @@ -40171,7 +36154,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn4016')] public function testAssertReturn4017(): void { $this->runAssertReturnCommand( @@ -40181,7 +36163,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn4017')] public function testAssertReturn4018(): void { $this->runAssertReturnCommand( @@ -40191,7 +36172,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn4018')] public function testAssertReturn4019(): void { $this->runAssertReturnCommand( @@ -40201,7 +36181,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn4019')] public function testAssertReturn4020(): void { $this->runAssertReturnCommand( @@ -40211,7 +36190,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn4020')] public function testAssertReturn4021(): void { $this->runAssertReturnCommand( @@ -40221,7 +36199,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn4021')] public function testAssertReturn4022(): void { $this->runAssertReturnCommand( @@ -40231,7 +36208,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn4022')] public function testAssertReturn4023(): void { $this->runAssertReturnCommand( @@ -40241,7 +36217,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn4023')] public function testAssertReturn4024(): void { $this->runAssertReturnCommand( @@ -40251,7 +36226,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn4024')] public function testAssertReturn4025(): void { $this->runAssertReturnCommand( @@ -40261,7 +36235,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn4025')] public function testAssertReturn4026(): void { $this->runAssertReturnCommand( @@ -40271,7 +36244,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn4026')] public function testAssertReturn4027(): void { $this->runAssertReturnCommand( @@ -40281,7 +36253,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn4027')] public function testAssertReturn4028(): void { $this->runAssertReturnCommand( @@ -40291,7 +36262,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn4028')] public function testAssertReturn4029(): void { $this->runAssertReturnCommand( @@ -40301,7 +36271,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn4029')] public function testAssertReturn4030(): void { $this->runAssertReturnCommand( @@ -40311,7 +36280,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn4030')] public function testAssertReturn4031(): void { $this->runAssertReturnCommand( @@ -40321,7 +36289,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn4031')] public function testAssertReturn4032(): void { $this->runAssertReturnCommand( @@ -40331,7 +36298,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn4032')] public function testAssertReturn4033(): void { $this->runAssertReturnCommand( @@ -40341,7 +36307,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn4033')] public function testAssertReturn4034(): void { $this->runAssertReturnCommand( @@ -40351,7 +36316,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn4034')] public function testAssertReturn4035(): void { $this->runAssertReturnCommand( @@ -40361,7 +36325,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn4035')] public function testAssertReturn4036(): void { $this->runAssertReturnCommand( @@ -40371,7 +36334,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn4036')] public function testAssertReturn4037(): void { $this->runAssertReturnCommand( @@ -40381,7 +36343,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn4037')] public function testAssertReturn4038(): void { $this->runAssertReturnCommand( @@ -40391,7 +36352,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn4038')] public function testAssertReturn4039(): void { $this->runAssertReturnCommand( @@ -40401,7 +36361,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn4039')] public function testAssertReturn4040(): void { $this->runAssertReturnCommand( @@ -40411,7 +36370,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn4040')] public function testAssertReturn4041(): void { $this->runAssertReturnCommand( @@ -40421,7 +36379,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn4041')] public function testAssertReturn4042(): void { $this->runAssertReturnCommand( @@ -40431,7 +36388,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn4042')] public function testAssertReturn4043(): void { $this->runAssertReturnCommand( @@ -40441,7 +36397,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn4043')] public function testAssertReturn4044(): void { $this->runAssertReturnCommand( @@ -40451,7 +36406,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn4044')] public function testAssertReturn4045(): void { $this->runAssertReturnCommand( @@ -40461,7 +36415,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn4045')] public function testAssertReturn4046(): void { $this->runAssertReturnCommand( @@ -40471,7 +36424,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn4046')] public function testAssertReturn4047(): void { $this->runAssertReturnCommand( @@ -40481,7 +36433,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn4047')] public function testAssertReturn4048(): void { $this->runAssertReturnCommand( @@ -40491,7 +36442,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn4048')] public function testAssertReturn4049(): void { $this->runAssertReturnCommand( @@ -40501,7 +36451,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn4049')] public function testAssertReturn4050(): void { $this->runAssertReturnCommand( @@ -40511,7 +36460,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn4050')] public function testAssertReturn4051(): void { $this->runAssertReturnCommand( @@ -40521,7 +36469,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn4051')] public function testAssertReturn4052(): void { $this->runAssertReturnCommand( @@ -40531,7 +36478,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn4052')] public function testAssertReturn4053(): void { $this->runAssertReturnCommand( @@ -40541,7 +36487,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn4053')] public function testAssertReturn4054(): void { $this->runAssertReturnCommand( @@ -40551,7 +36496,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn4054')] public function testAssertReturn4055(): void { $this->runAssertReturnCommand( @@ -40561,7 +36505,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn4055')] public function testAssertReturn4056(): void { $this->runAssertReturnCommand( @@ -40571,7 +36514,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn4056')] public function testAssertReturn4057(): void { $this->runAssertReturnCommand( @@ -40581,7 +36523,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn4057')] public function testAssertReturn4058(): void { $this->runAssertReturnCommand( @@ -40591,7 +36532,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn4058')] public function testAssertReturn4059(): void { $this->runAssertReturnCommand( @@ -40601,7 +36541,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn4059')] public function testAssertReturn4060(): void { $this->runAssertReturnCommand( @@ -40611,7 +36550,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn4060')] public function testAssertReturn4061(): void { $this->runAssertReturnCommand( @@ -40621,7 +36559,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn4061')] public function testAssertReturn4062(): void { $this->runAssertReturnCommand( @@ -40631,7 +36568,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn4062')] public function testAssertReturn4063(): void { $this->runAssertReturnCommand( @@ -40641,7 +36577,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn4063')] public function testAssertReturn4064(): void { $this->runAssertReturnCommand( @@ -40651,7 +36586,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn4064')] public function testAssertReturn4065(): void { $this->runAssertReturnCommand( @@ -40661,7 +36595,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn4065')] public function testAssertReturn4066(): void { $this->runAssertReturnCommand( @@ -40671,7 +36604,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn4066')] public function testAssertReturn4067(): void { $this->runAssertReturnCommand( @@ -40681,7 +36613,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn4067')] public function testAssertReturn4068(): void { $this->runAssertReturnCommand( @@ -40691,7 +36622,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn4068')] public function testAssertReturn4069(): void { $this->runAssertReturnCommand( @@ -40701,7 +36631,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn4069')] public function testAssertReturn4070(): void { $this->runAssertReturnCommand( @@ -40711,7 +36640,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn4070')] public function testAssertReturn4071(): void { $this->runAssertReturnCommand( @@ -40721,7 +36649,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn4071')] public function testAssertReturn4072(): void { $this->runAssertReturnCommand( @@ -40731,7 +36658,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn4072')] public function testAssertReturn4073(): void { $this->runAssertReturnCommand( @@ -40741,7 +36667,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn4073')] public function testAssertReturn4074(): void { $this->runAssertReturnCommand( @@ -40751,7 +36676,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn4074')] public function testAssertReturn4075(): void { $this->runAssertReturnCommand( @@ -40761,7 +36685,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn4075')] public function testAssertReturn4076(): void { $this->runAssertReturnCommand( @@ -40771,7 +36694,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn4076')] public function testAssertReturn4077(): void { $this->runAssertReturnCommand( @@ -40781,7 +36703,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn4077')] public function testAssertReturn4078(): void { $this->runAssertReturnCommand( @@ -40791,7 +36712,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn4078')] public function testAssertReturn4079(): void { $this->runAssertReturnCommand( @@ -40801,7 +36721,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn4079')] public function testAssertReturn4080(): void { $this->runAssertReturnCommand( @@ -40811,7 +36730,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn4080')] public function testAssertReturn4081(): void { $this->runAssertReturnCommand( @@ -40821,7 +36739,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn4081')] public function testAssertReturn4082(): void { $this->runAssertReturnCommand( @@ -40831,7 +36748,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn4082')] public function testAssertReturn4083(): void { $this->runAssertReturnCommand( @@ -40841,7 +36757,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn4083')] public function testAssertReturn4084(): void { $this->runAssertReturnCommand( @@ -40851,7 +36766,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn4084')] public function testAssertReturn4085(): void { $this->runAssertReturnCommand( @@ -40861,7 +36775,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn4085')] public function testAssertReturn4086(): void { $this->runAssertReturnCommand( @@ -40871,7 +36784,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn4086')] public function testAssertReturn4087(): void { $this->runAssertReturnCommand( @@ -40881,7 +36793,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn4087')] public function testAssertReturn4088(): void { $this->runAssertReturnCommand( @@ -40891,7 +36802,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn4088')] public function testAssertReturn4089(): void { $this->runAssertReturnCommand( @@ -40901,7 +36811,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn4089')] public function testAssertReturn4090(): void { $this->runAssertReturnCommand( @@ -40911,7 +36820,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn4090')] public function testAssertReturn4091(): void { $this->runAssertReturnCommand( @@ -40921,7 +36829,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn4091')] public function testAssertReturn4092(): void { $this->runAssertReturnCommand( @@ -40931,7 +36838,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn4092')] public function testAssertReturn4093(): void { $this->runAssertReturnCommand( @@ -40941,7 +36847,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn4093')] public function testAssertReturn4094(): void { $this->runAssertReturnCommand( @@ -40951,7 +36856,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn4094')] public function testAssertReturn4095(): void { $this->runAssertReturnCommand( @@ -40961,7 +36865,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn4095')] public function testAssertReturn4096(): void { $this->runAssertReturnCommand( @@ -40971,7 +36874,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn4096')] public function testAssertReturn4097(): void { $this->runAssertReturnCommand( @@ -40981,7 +36883,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn4097')] public function testAssertReturn4098(): void { $this->runAssertReturnCommand( @@ -40991,7 +36892,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn4098')] public function testAssertReturn4099(): void { $this->runAssertReturnCommand( @@ -41001,7 +36901,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn4099')] public function testAssertReturn4100(): void { $this->runAssertReturnCommand( @@ -41011,7 +36910,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn4100')] public function testAssertReturn4101(): void { $this->runAssertReturnCommand( @@ -41021,7 +36919,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn4101')] public function testAssertReturn4102(): void { $this->runAssertReturnCommand( @@ -41031,7 +36928,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn4102')] public function testAssertReturn4103(): void { $this->runAssertReturnCommand( @@ -41041,7 +36937,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn4103')] public function testAssertReturn4104(): void { $this->runAssertReturnCommand( @@ -41051,7 +36946,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn4104')] public function testAssertReturn4105(): void { $this->runAssertReturnCommand( @@ -41061,7 +36955,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn4105')] public function testAssertReturn4106(): void { $this->runAssertReturnCommand( @@ -41071,7 +36964,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn4106')] public function testAssertReturn4107(): void { $this->runAssertReturnCommand( @@ -41081,7 +36973,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn4107')] public function testAssertReturn4108(): void { $this->runAssertReturnCommand( @@ -41091,7 +36982,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn4108')] public function testAssertReturn4109(): void { $this->runAssertReturnCommand( @@ -41101,7 +36991,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn4109')] public function testAssertReturn4110(): void { $this->runAssertReturnCommand( @@ -41111,7 +37000,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn4110')] public function testAssertReturn4111(): void { $this->runAssertReturnCommand( @@ -41121,7 +37009,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn4111')] public function testAssertReturn4112(): void { $this->runAssertReturnCommand( @@ -41131,7 +37018,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn4112')] public function testAssertReturn4113(): void { $this->runAssertReturnCommand( @@ -41141,7 +37027,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn4113')] public function testAssertReturn4114(): void { $this->runAssertReturnCommand( @@ -41151,7 +37036,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn4114')] public function testAssertReturn4115(): void { $this->runAssertReturnCommand( @@ -41161,7 +37045,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn4115')] public function testAssertReturn4116(): void { $this->runAssertReturnCommand( @@ -41171,7 +37054,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn4116')] public function testAssertReturn4117(): void { $this->runAssertReturnCommand( @@ -41181,7 +37063,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn4117')] public function testAssertReturn4118(): void { $this->runAssertReturnCommand( @@ -41191,7 +37072,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn4118')] public function testAssertInvalid4119(): void { $this->runAssertInvalidCommand( @@ -41201,7 +37081,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertInvalid4119')] public function testAssertInvalid4120(): void { $this->runAssertInvalidCommand( @@ -41211,7 +37090,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertInvalid4120')] public function testAssertInvalid4121(): void { $this->runAssertInvalidCommand( @@ -41221,7 +37099,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertInvalid4121')] public function testAssertInvalid4122(): void { $this->runAssertInvalidCommand( @@ -41231,7 +37108,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertInvalid4122')] public function testAssertInvalid4123(): void { $this->runAssertInvalidCommand( @@ -41241,7 +37117,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertInvalid4123')] public function testAssertInvalid4124(): void { $this->runAssertInvalidCommand( @@ -41251,7 +37126,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertInvalid4124')] public function testAssertInvalid4125(): void { $this->runAssertInvalidCommand( @@ -41261,7 +37135,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertInvalid4125')] public function testAssertInvalid4126(): void { $this->runAssertInvalidCommand( @@ -41271,7 +37144,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertInvalid4126')] public function testAssertInvalid4127(): void { $this->runAssertInvalidCommand( @@ -41281,7 +37153,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertInvalid4127')] public function testAssertInvalid4128(): void { $this->runAssertInvalidCommand( @@ -41291,7 +37162,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertInvalid4128')] public function testAssertInvalid4129(): void { $this->runAssertInvalidCommand( @@ -41301,7 +37171,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertInvalid4129')] public function testAssertInvalid4130(): void { $this->runAssertInvalidCommand( @@ -41311,7 +37180,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertInvalid4130')] public function testAssertInvalid4131(): void { $this->runAssertInvalidCommand( @@ -41321,7 +37189,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertInvalid4131')] public function testAssertInvalid4132(): void { $this->runAssertInvalidCommand( @@ -41331,7 +37198,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertInvalid4132')] public function testAssertInvalid4133(): void { $this->runAssertInvalidCommand( @@ -41341,7 +37207,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertInvalid4133')] public function testAssertInvalid4134(): void { $this->runAssertInvalidCommand( @@ -41351,7 +37216,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertInvalid4134')] public function testAssertInvalid4135(): void { $this->runAssertInvalidCommand( @@ -41361,7 +37225,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertInvalid4135')] public function testAssertInvalid4136(): void { $this->runAssertInvalidCommand( @@ -41371,7 +37234,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertInvalid4136')] public function testAssertInvalid4137(): void { $this->runAssertInvalidCommand( @@ -41381,7 +37243,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertInvalid4137')] public function testAssertInvalid4138(): void { $this->runAssertInvalidCommand( @@ -41391,7 +37252,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertInvalid4138')] public function testAssertInvalid4139(): void { $this->runAssertInvalidCommand( @@ -41401,7 +37261,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertInvalid4139')] public function testAssertInvalid4140(): void { $this->runAssertInvalidCommand( @@ -41411,7 +37270,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertInvalid4140')] public function testAssertInvalid4141(): void { $this->runAssertInvalidCommand( @@ -41421,7 +37279,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertInvalid4141')] public function testAssertInvalid4142(): void { $this->runAssertInvalidCommand( @@ -41431,7 +37288,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertInvalid4142')] public function testAssertInvalid4143(): void { $this->runAssertInvalidCommand( @@ -41441,7 +37297,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertInvalid4143')] public function testAssertInvalid4144(): void { $this->runAssertInvalidCommand( @@ -41451,7 +37306,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertInvalid4144')] public function testAssertInvalid4145(): void { $this->runAssertInvalidCommand( @@ -41461,7 +37315,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertInvalid4145')] public function testAssertInvalid4146(): void { $this->runAssertInvalidCommand( @@ -41471,7 +37324,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertInvalid4146')] public function testAssertInvalid4147(): void { $this->runAssertInvalidCommand( @@ -41481,7 +37333,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertInvalid4147')] public function testAssertInvalid4148(): void { $this->runAssertInvalidCommand( @@ -41491,7 +37342,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertInvalid4148')] public function testAssertInvalid4149(): void { $this->runAssertInvalidCommand( @@ -41501,7 +37351,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertInvalid4149')] public function testAssertInvalid4150(): void { $this->runAssertInvalidCommand( @@ -41511,7 +37360,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertInvalid4150')] public function testAssertInvalid4151(): void { $this->runAssertInvalidCommand( @@ -41521,7 +37369,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertInvalid4151')] public function testAssertInvalid4152(): void { $this->runAssertInvalidCommand( @@ -41531,7 +37378,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertInvalid4152')] public function testAssertInvalid4153(): void { $this->runAssertInvalidCommand( @@ -41541,7 +37387,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertInvalid4153')] public function testAssertInvalid4154(): void { $this->runAssertInvalidCommand( @@ -41551,7 +37396,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertInvalid4154')] public function testAssertInvalid4155(): void { $this->runAssertInvalidCommand( @@ -41561,7 +37405,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertInvalid4155')] public function testAssertInvalid4156(): void { $this->runAssertInvalidCommand( @@ -41571,7 +37414,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertInvalid4156')] public function testAssertInvalid4157(): void { $this->runAssertInvalidCommand( @@ -41581,7 +37423,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertInvalid4157')] public function testAssertInvalid4158(): void { $this->runAssertInvalidCommand( @@ -41591,7 +37432,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertInvalid4158')] public function testAssertInvalid4159(): void { $this->runAssertInvalidCommand( @@ -41601,7 +37441,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertInvalid4159')] public function testAssertInvalid4160(): void { $this->runAssertInvalidCommand( @@ -41611,7 +37450,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertInvalid4160')] public function testAssertInvalid4161(): void { $this->runAssertInvalidCommand( @@ -41621,7 +37459,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertInvalid4161')] public function testAssertInvalid4162(): void { $this->runAssertInvalidCommand( @@ -41631,7 +37468,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertInvalid4162')] public function testAssertInvalid4163(): void { $this->runAssertInvalidCommand( @@ -41641,7 +37477,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertInvalid4163')] public function testAssertInvalid4164(): void { $this->runAssertInvalidCommand( @@ -41651,7 +37486,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertInvalid4164')] public function testAssertInvalid4165(): void { $this->runAssertInvalidCommand( @@ -41661,7 +37495,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertInvalid4165')] public function testAssertInvalid4166(): void { $this->runAssertInvalidCommand( @@ -41671,7 +37504,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertInvalid4166')] public function testAssertInvalid4167(): void { $this->runAssertInvalidCommand( @@ -41681,7 +37513,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertInvalid4167')] public function testAssertInvalid4168(): void { $this->runAssertInvalidCommand( @@ -41691,7 +37522,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertInvalid4168')] public function testAssertInvalid4169(): void { $this->runAssertInvalidCommand( @@ -41701,7 +37531,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertInvalid4169')] public function testAssertInvalid4170(): void { $this->runAssertInvalidCommand( @@ -41711,7 +37540,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertInvalid4170')] public function testAssertInvalid4171(): void { $this->runAssertInvalidCommand( @@ -41721,7 +37549,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertInvalid4171')] public function testAssertInvalid4172(): void { $this->runAssertInvalidCommand( @@ -41731,7 +37558,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertInvalid4172')] public function testAssertInvalid4173(): void { $this->runAssertInvalidCommand( @@ -41741,7 +37567,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertInvalid4173')] public function testAssertInvalid4174(): void { $this->runAssertInvalidCommand( @@ -41751,7 +37576,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertInvalid4174')] public function testAssertInvalid4175(): void { $this->runAssertInvalidCommand( @@ -41761,7 +37585,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertInvalid4175')] public function testAssertInvalid4176(): void { $this->runAssertInvalidCommand( @@ -41771,7 +37594,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertInvalid4176')] public function testAssertInvalid4177(): void { $this->runAssertInvalidCommand( @@ -41781,7 +37603,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertInvalid4177')] public function testAssertInvalid4178(): void { $this->runAssertInvalidCommand( @@ -41791,7 +37612,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertInvalid4178')] public function testAssertInvalid4179(): void { $this->runAssertInvalidCommand( @@ -41801,7 +37621,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertInvalid4179')] public function testAssertInvalid4180(): void { $this->runAssertInvalidCommand( @@ -41811,7 +37630,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertInvalid4180')] public function testAssertInvalid4181(): void { $this->runAssertInvalidCommand( @@ -41821,7 +37639,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertInvalid4181')] public function testAssertInvalid4182(): void { $this->runAssertInvalidCommand( @@ -41831,7 +37648,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertInvalid4182')] public function testModule4183(): void { $this->runModuleCommand( @@ -41841,7 +37657,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testModule4183')] public function testAction4184(): void { $this->runActionCommand( @@ -41850,7 +37665,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAction4184')] public function testAssertReturn4185(): void { $this->runAssertReturnCommand( @@ -41860,7 +37674,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn4185')] public function testAssertReturn4186(): void { $this->runAssertReturnCommand( @@ -41870,7 +37683,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn4186')] public function testAssertReturn4187(): void { $this->runAssertReturnCommand( @@ -41880,7 +37692,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn4187')] public function testModule4188(): void { $this->runModuleCommand( @@ -41890,7 +37701,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testModule4188')] public function testAction4189(): void { $this->runActionCommand( @@ -41899,7 +37709,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAction4189')] public function testAssertReturn4190(): void { $this->runAssertReturnCommand( @@ -41909,7 +37718,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn4190')] public function testAssertReturn4191(): void { $this->runAssertReturnCommand( @@ -41919,7 +37727,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn4191')] public function testAssertReturn4192(): void { $this->runAssertReturnCommand( @@ -41929,7 +37736,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn4192')] public function testModule4193(): void { $this->runModuleCommand( @@ -41939,7 +37745,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testModule4193')] public function testAssertTrap4194(): void { $this->runAssertTrapCommand( @@ -41949,7 +37754,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap4194')] public function testModule4195(): void { $this->runModuleCommand( @@ -41959,7 +37763,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testModule4195')] public function testAssertTrap4196(): void { $this->runAssertTrapCommand( @@ -41969,7 +37772,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap4196')] public function testModule4197(): void { $this->runModuleCommand( @@ -41979,7 +37781,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testModule4197')] public function testAssertTrap4198(): void { $this->runAssertTrapCommand( @@ -41989,7 +37790,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap4198')] public function testModule4199(): void { $this->runModuleCommand( @@ -41999,7 +37799,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testModule4199')] public function testAssertTrap4200(): void { $this->runAssertTrapCommand( @@ -42009,7 +37808,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap4200')] public function testModule4201(): void { $this->runModuleCommand( @@ -42019,7 +37817,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testModule4201')] public function testAction4202(): void { $this->runActionCommand( @@ -42028,7 +37825,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAction4202')] public function testAssertReturn4203(): void { $this->runAssertReturnCommand( @@ -42038,7 +37834,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn4203')] public function testAssertReturn4204(): void { $this->runAssertReturnCommand( @@ -42048,7 +37843,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn4204')] public function testModule4205(): void { $this->runModuleCommand( @@ -42058,7 +37852,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testModule4205')] public function testAction4206(): void { $this->runActionCommand( @@ -42067,7 +37860,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAction4206')] public function testModule4207(): void { $this->runModuleCommand( @@ -42077,7 +37869,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testModule4207')] public function testAssertTrap4208(): void { $this->runAssertTrapCommand( @@ -42087,7 +37878,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap4208')] public function testModule4209(): void { $this->runModuleCommand( @@ -42097,7 +37887,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testModule4209')] public function testAction4210(): void { $this->runActionCommand( @@ -42106,7 +37895,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAction4210')] public function testModule4211(): void { $this->runModuleCommand( @@ -42116,7 +37904,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testModule4211')] public function testAssertTrap4212(): void { $this->runAssertTrapCommand( @@ -42126,7 +37913,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap4212')] public function testModule4213(): void { $this->runModuleCommand( @@ -42136,7 +37922,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testModule4213')] public function testAction4214(): void { $this->runActionCommand( @@ -42145,7 +37930,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAction4214')] public function testModule4215(): void { $this->runModuleCommand( @@ -42155,7 +37939,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testModule4215')] public function testAssertTrap4216(): void { $this->runAssertTrapCommand( @@ -42165,7 +37948,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap4216')] public function testModule4217(): void { $this->runModuleCommand( @@ -42175,7 +37957,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testModule4217')] public function testAction4218(): void { $this->runActionCommand( @@ -42184,7 +37965,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAction4218')] public function testAssertReturn4219(): void { $this->runAssertReturnCommand( @@ -42194,7 +37974,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn4219')] public function testAssertReturn4220(): void { $this->runAssertReturnCommand( @@ -42204,7 +37983,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn4220')] public function testAssertReturn4221(): void { $this->runAssertReturnCommand( @@ -42214,7 +37992,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn4221')] public function testAssertReturn4222(): void { $this->runAssertReturnCommand( @@ -42224,7 +38001,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn4222')] public function testAssertReturn4223(): void { $this->runAssertReturnCommand( @@ -42234,7 +38010,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn4223')] public function testAssertReturn4224(): void { $this->runAssertReturnCommand( @@ -42244,7 +38019,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn4224')] public function testAssertReturn4225(): void { $this->runAssertReturnCommand( @@ -42254,7 +38028,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn4225')] public function testAssertReturn4226(): void { $this->runAssertReturnCommand( @@ -42264,7 +38037,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn4226')] public function testAssertReturn4227(): void { $this->runAssertReturnCommand( @@ -42274,7 +38046,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn4227')] public function testAssertReturn4228(): void { $this->runAssertReturnCommand( @@ -42284,7 +38055,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn4228')] public function testAssertReturn4229(): void { $this->runAssertReturnCommand( @@ -42294,7 +38064,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn4229')] public function testAssertReturn4230(): void { $this->runAssertReturnCommand( @@ -42304,7 +38073,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn4230')] public function testAssertReturn4231(): void { $this->runAssertReturnCommand( @@ -42314,7 +38082,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn4231')] public function testAssertReturn4232(): void { $this->runAssertReturnCommand( @@ -42324,7 +38091,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn4232')] public function testAssertReturn4233(): void { $this->runAssertReturnCommand( @@ -42334,7 +38100,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn4233')] public function testAssertReturn4234(): void { $this->runAssertReturnCommand( @@ -42344,7 +38109,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn4234')] public function testAssertReturn4235(): void { $this->runAssertReturnCommand( @@ -42354,7 +38118,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn4235')] public function testAssertReturn4236(): void { $this->runAssertReturnCommand( @@ -42364,7 +38127,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn4236')] public function testAssertReturn4237(): void { $this->runAssertReturnCommand( @@ -42374,7 +38136,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn4237')] public function testAssertReturn4238(): void { $this->runAssertReturnCommand( @@ -42384,7 +38145,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn4238')] public function testAssertReturn4239(): void { $this->runAssertReturnCommand( @@ -42394,7 +38154,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn4239')] public function testAssertReturn4240(): void { $this->runAssertReturnCommand( @@ -42404,7 +38163,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn4240')] public function testAssertReturn4241(): void { $this->runAssertReturnCommand( @@ -42414,7 +38172,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn4241')] public function testAssertReturn4242(): void { $this->runAssertReturnCommand( @@ -42424,7 +38181,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn4242')] public function testAssertReturn4243(): void { $this->runAssertReturnCommand( @@ -42434,7 +38190,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn4243')] public function testAssertReturn4244(): void { $this->runAssertReturnCommand( @@ -42444,7 +38199,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn4244')] public function testAssertReturn4245(): void { $this->runAssertReturnCommand( @@ -42454,7 +38208,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn4245')] public function testAssertReturn4246(): void { $this->runAssertReturnCommand( @@ -42464,7 +38217,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn4246')] public function testAssertReturn4247(): void { $this->runAssertReturnCommand( @@ -42474,7 +38226,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn4247')] public function testAssertReturn4248(): void { $this->runAssertReturnCommand( @@ -42484,7 +38235,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn4248')] public function testAssertReturn4249(): void { $this->runAssertReturnCommand( @@ -42494,7 +38244,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn4249')] public function testAssertReturn4250(): void { $this->runAssertReturnCommand( @@ -42504,7 +38253,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn4250')] public function testAssertReturn4251(): void { $this->runAssertReturnCommand( @@ -42514,7 +38262,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn4251')] public function testAssertReturn4252(): void { $this->runAssertReturnCommand( @@ -42524,7 +38271,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn4252')] public function testAssertReturn4253(): void { $this->runAssertReturnCommand( @@ -42534,7 +38280,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn4253')] public function testAssertReturn4254(): void { $this->runAssertReturnCommand( @@ -42544,7 +38289,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn4254')] public function testAssertReturn4255(): void { $this->runAssertReturnCommand( @@ -42554,7 +38298,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn4255')] public function testAssertReturn4256(): void { $this->runAssertReturnCommand( @@ -42564,7 +38307,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn4256')] public function testAssertReturn4257(): void { $this->runAssertReturnCommand( @@ -42574,7 +38316,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn4257')] public function testAssertReturn4258(): void { $this->runAssertReturnCommand( @@ -42584,7 +38325,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn4258')] public function testAssertReturn4259(): void { $this->runAssertReturnCommand( @@ -42594,7 +38334,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn4259')] public function testAssertReturn4260(): void { $this->runAssertReturnCommand( @@ -42604,7 +38343,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn4260')] public function testAssertReturn4261(): void { $this->runAssertReturnCommand( @@ -42614,7 +38352,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn4261')] public function testAssertReturn4262(): void { $this->runAssertReturnCommand( @@ -42624,7 +38361,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn4262')] public function testAssertReturn4263(): void { $this->runAssertReturnCommand( @@ -42634,7 +38370,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn4263')] public function testAssertReturn4264(): void { $this->runAssertReturnCommand( @@ -42644,7 +38379,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn4264')] public function testAssertReturn4265(): void { $this->runAssertReturnCommand( @@ -42654,7 +38388,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn4265')] public function testAssertReturn4266(): void { $this->runAssertReturnCommand( @@ -42664,7 +38397,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn4266')] public function testAssertReturn4267(): void { $this->runAssertReturnCommand( @@ -42674,7 +38406,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn4267')] public function testAssertReturn4268(): void { $this->runAssertReturnCommand( @@ -42684,7 +38415,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn4268')] public function testAssertReturn4269(): void { $this->runAssertReturnCommand( @@ -42694,7 +38424,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn4269')] public function testAssertReturn4270(): void { $this->runAssertReturnCommand( @@ -42704,7 +38433,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn4270')] public function testAssertReturn4271(): void { $this->runAssertReturnCommand( @@ -42714,7 +38442,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn4271')] public function testAssertReturn4272(): void { $this->runAssertReturnCommand( @@ -42724,7 +38451,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn4272')] public function testAssertReturn4273(): void { $this->runAssertReturnCommand( @@ -42734,7 +38460,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn4273')] public function testAssertReturn4274(): void { $this->runAssertReturnCommand( @@ -42744,7 +38469,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn4274')] public function testAssertReturn4275(): void { $this->runAssertReturnCommand( @@ -42754,7 +38478,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn4275')] public function testAssertReturn4276(): void { $this->runAssertReturnCommand( @@ -42764,7 +38487,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn4276')] public function testAssertReturn4277(): void { $this->runAssertReturnCommand( @@ -42774,7 +38496,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn4277')] public function testAssertReturn4278(): void { $this->runAssertReturnCommand( @@ -42784,7 +38505,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn4278')] public function testAssertReturn4279(): void { $this->runAssertReturnCommand( @@ -42794,7 +38514,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn4279')] public function testAssertReturn4280(): void { $this->runAssertReturnCommand( @@ -42804,7 +38523,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn4280')] public function testAssertReturn4281(): void { $this->runAssertReturnCommand( @@ -42814,7 +38532,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn4281')] public function testAssertReturn4282(): void { $this->runAssertReturnCommand( @@ -42824,7 +38541,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn4282')] public function testAssertReturn4283(): void { $this->runAssertReturnCommand( @@ -42834,7 +38550,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn4283')] public function testAssertReturn4284(): void { $this->runAssertReturnCommand( @@ -42844,7 +38559,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn4284')] public function testAssertReturn4285(): void { $this->runAssertReturnCommand( @@ -42854,7 +38568,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn4285')] public function testAssertReturn4286(): void { $this->runAssertReturnCommand( @@ -42864,7 +38577,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn4286')] public function testAssertReturn4287(): void { $this->runAssertReturnCommand( @@ -42874,7 +38586,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn4287')] public function testAssertReturn4288(): void { $this->runAssertReturnCommand( @@ -42884,7 +38595,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn4288')] public function testAssertReturn4289(): void { $this->runAssertReturnCommand( @@ -42894,7 +38604,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn4289')] public function testAssertReturn4290(): void { $this->runAssertReturnCommand( @@ -42904,7 +38613,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn4290')] public function testAssertReturn4291(): void { $this->runAssertReturnCommand( @@ -42914,7 +38622,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn4291')] public function testAssertReturn4292(): void { $this->runAssertReturnCommand( @@ -42924,7 +38631,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn4292')] public function testAssertReturn4293(): void { $this->runAssertReturnCommand( @@ -42934,7 +38640,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn4293')] public function testAssertReturn4294(): void { $this->runAssertReturnCommand( @@ -42944,7 +38649,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn4294')] public function testAssertReturn4295(): void { $this->runAssertReturnCommand( @@ -42954,7 +38658,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn4295')] public function testAssertReturn4296(): void { $this->runAssertReturnCommand( @@ -42964,7 +38667,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn4296')] public function testAssertReturn4297(): void { $this->runAssertReturnCommand( @@ -42974,7 +38676,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn4297')] public function testAssertReturn4298(): void { $this->runAssertReturnCommand( @@ -42984,7 +38685,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn4298')] public function testAssertReturn4299(): void { $this->runAssertReturnCommand( @@ -42994,7 +38694,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn4299')] public function testAssertReturn4300(): void { $this->runAssertReturnCommand( @@ -43004,7 +38703,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn4300')] public function testAssertReturn4301(): void { $this->runAssertReturnCommand( @@ -43014,7 +38712,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn4301')] public function testAssertReturn4302(): void { $this->runAssertReturnCommand( @@ -43024,7 +38721,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn4302')] public function testAssertReturn4303(): void { $this->runAssertReturnCommand( @@ -43034,7 +38730,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn4303')] public function testAssertReturn4304(): void { $this->runAssertReturnCommand( @@ -43044,7 +38739,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn4304')] public function testAssertReturn4305(): void { $this->runAssertReturnCommand( @@ -43054,7 +38748,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn4305')] public function testAssertReturn4306(): void { $this->runAssertReturnCommand( @@ -43064,7 +38757,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn4306')] public function testAssertReturn4307(): void { $this->runAssertReturnCommand( @@ -43074,7 +38766,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn4307')] public function testAssertReturn4308(): void { $this->runAssertReturnCommand( @@ -43084,7 +38775,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn4308')] public function testAssertReturn4309(): void { $this->runAssertReturnCommand( @@ -43094,7 +38784,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn4309')] public function testAssertReturn4310(): void { $this->runAssertReturnCommand( @@ -43104,7 +38793,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn4310')] public function testAssertReturn4311(): void { $this->runAssertReturnCommand( @@ -43114,7 +38802,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn4311')] public function testAssertReturn4312(): void { $this->runAssertReturnCommand( @@ -43124,7 +38811,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn4312')] public function testAssertReturn4313(): void { $this->runAssertReturnCommand( @@ -43134,7 +38820,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn4313')] public function testAssertReturn4314(): void { $this->runAssertReturnCommand( @@ -43144,7 +38829,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn4314')] public function testAssertReturn4315(): void { $this->runAssertReturnCommand( @@ -43154,7 +38838,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn4315')] public function testAssertReturn4316(): void { $this->runAssertReturnCommand( @@ -43164,7 +38847,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn4316')] public function testAssertReturn4317(): void { $this->runAssertReturnCommand( @@ -43174,7 +38856,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn4317')] public function testAssertReturn4318(): void { $this->runAssertReturnCommand( @@ -43184,7 +38865,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn4318')] public function testAssertReturn4319(): void { $this->runAssertReturnCommand( @@ -43194,7 +38874,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn4319')] public function testAssertReturn4320(): void { $this->runAssertReturnCommand( @@ -43204,7 +38883,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn4320')] public function testAssertReturn4321(): void { $this->runAssertReturnCommand( @@ -43214,7 +38892,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn4321')] public function testAssertReturn4322(): void { $this->runAssertReturnCommand( @@ -43224,7 +38901,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn4322')] public function testAssertReturn4323(): void { $this->runAssertReturnCommand( @@ -43234,7 +38910,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn4323')] public function testAssertReturn4324(): void { $this->runAssertReturnCommand( @@ -43244,7 +38919,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn4324')] public function testAssertReturn4325(): void { $this->runAssertReturnCommand( @@ -43254,7 +38928,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn4325')] public function testAssertReturn4326(): void { $this->runAssertReturnCommand( @@ -43264,7 +38937,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn4326')] public function testAssertReturn4327(): void { $this->runAssertReturnCommand( @@ -43274,7 +38946,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn4327')] public function testAssertReturn4328(): void { $this->runAssertReturnCommand( @@ -43284,7 +38955,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn4328')] public function testAssertReturn4329(): void { $this->runAssertReturnCommand( @@ -43294,7 +38964,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn4329')] public function testAssertReturn4330(): void { $this->runAssertReturnCommand( @@ -43304,7 +38973,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn4330')] public function testAssertReturn4331(): void { $this->runAssertReturnCommand( @@ -43314,7 +38982,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn4331')] public function testAssertReturn4332(): void { $this->runAssertReturnCommand( @@ -43324,7 +38991,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn4332')] public function testAssertReturn4333(): void { $this->runAssertReturnCommand( @@ -43334,7 +39000,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn4333')] public function testAssertReturn4334(): void { $this->runAssertReturnCommand( @@ -43344,7 +39009,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn4334')] public function testAssertReturn4335(): void { $this->runAssertReturnCommand( @@ -43354,7 +39018,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn4335')] public function testAssertReturn4336(): void { $this->runAssertReturnCommand( @@ -43364,7 +39027,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn4336')] public function testAssertReturn4337(): void { $this->runAssertReturnCommand( @@ -43374,7 +39036,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn4337')] public function testAssertReturn4338(): void { $this->runAssertReturnCommand( @@ -43384,7 +39045,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn4338')] public function testAssertReturn4339(): void { $this->runAssertReturnCommand( @@ -43394,7 +39054,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn4339')] public function testAssertReturn4340(): void { $this->runAssertReturnCommand( @@ -43404,7 +39063,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn4340')] public function testAssertReturn4341(): void { $this->runAssertReturnCommand( @@ -43414,7 +39072,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn4341')] public function testAssertReturn4342(): void { $this->runAssertReturnCommand( @@ -43424,7 +39081,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn4342')] public function testAssertReturn4343(): void { $this->runAssertReturnCommand( @@ -43434,7 +39090,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn4343')] public function testAssertReturn4344(): void { $this->runAssertReturnCommand( @@ -43444,7 +39099,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn4344')] public function testAssertReturn4345(): void { $this->runAssertReturnCommand( @@ -43454,7 +39108,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn4345')] public function testAssertReturn4346(): void { $this->runAssertReturnCommand( @@ -43464,7 +39117,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn4346')] public function testAssertReturn4347(): void { $this->runAssertReturnCommand( @@ -43474,7 +39126,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn4347')] public function testAssertReturn4348(): void { $this->runAssertReturnCommand( @@ -43484,7 +39135,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn4348')] public function testAssertReturn4349(): void { $this->runAssertReturnCommand( @@ -43494,7 +39144,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn4349')] public function testAssertReturn4350(): void { $this->runAssertReturnCommand( @@ -43504,7 +39153,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn4350')] public function testAssertReturn4351(): void { $this->runAssertReturnCommand( @@ -43514,7 +39162,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn4351')] public function testAssertReturn4352(): void { $this->runAssertReturnCommand( @@ -43524,7 +39171,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn4352')] public function testAssertReturn4353(): void { $this->runAssertReturnCommand( @@ -43534,7 +39180,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn4353')] public function testAssertReturn4354(): void { $this->runAssertReturnCommand( @@ -43544,7 +39189,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn4354')] public function testAssertReturn4355(): void { $this->runAssertReturnCommand( @@ -43554,7 +39198,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn4355')] public function testAssertReturn4356(): void { $this->runAssertReturnCommand( @@ -43564,7 +39207,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn4356')] public function testAssertReturn4357(): void { $this->runAssertReturnCommand( @@ -43574,7 +39216,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn4357')] public function testAssertReturn4358(): void { $this->runAssertReturnCommand( @@ -43584,7 +39225,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn4358')] public function testAssertReturn4359(): void { $this->runAssertReturnCommand( @@ -43594,7 +39234,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn4359')] public function testAssertReturn4360(): void { $this->runAssertReturnCommand( @@ -43604,7 +39243,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn4360')] public function testAssertReturn4361(): void { $this->runAssertReturnCommand( @@ -43614,7 +39252,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn4361')] public function testAssertReturn4362(): void { $this->runAssertReturnCommand( @@ -43624,7 +39261,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn4362')] public function testAssertReturn4363(): void { $this->runAssertReturnCommand( @@ -43634,7 +39270,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn4363')] public function testAssertReturn4364(): void { $this->runAssertReturnCommand( @@ -43644,7 +39279,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn4364')] public function testAssertReturn4365(): void { $this->runAssertReturnCommand( @@ -43654,7 +39288,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn4365')] public function testAssertReturn4366(): void { $this->runAssertReturnCommand( @@ -43664,7 +39297,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn4366')] public function testAssertReturn4367(): void { $this->runAssertReturnCommand( @@ -43674,7 +39306,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn4367')] public function testAssertReturn4368(): void { $this->runAssertReturnCommand( @@ -43684,7 +39315,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn4368')] public function testAssertReturn4369(): void { $this->runAssertReturnCommand( @@ -43694,7 +39324,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn4369')] public function testAssertReturn4370(): void { $this->runAssertReturnCommand( @@ -43704,7 +39333,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn4370')] public function testAssertReturn4371(): void { $this->runAssertReturnCommand( @@ -43714,7 +39342,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn4371')] public function testAssertReturn4372(): void { $this->runAssertReturnCommand( @@ -43724,7 +39351,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn4372')] public function testAssertReturn4373(): void { $this->runAssertReturnCommand( @@ -43734,7 +39360,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn4373')] public function testAssertReturn4374(): void { $this->runAssertReturnCommand( @@ -43744,7 +39369,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn4374')] public function testAssertReturn4375(): void { $this->runAssertReturnCommand( @@ -43754,7 +39378,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn4375')] public function testAssertReturn4376(): void { $this->runAssertReturnCommand( @@ -43764,7 +39387,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn4376')] public function testAssertReturn4377(): void { $this->runAssertReturnCommand( @@ -43774,7 +39396,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn4377')] public function testAssertReturn4378(): void { $this->runAssertReturnCommand( @@ -43784,7 +39405,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn4378')] public function testAssertReturn4379(): void { $this->runAssertReturnCommand( @@ -43794,7 +39414,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn4379')] public function testAssertReturn4380(): void { $this->runAssertReturnCommand( @@ -43804,7 +39423,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn4380')] public function testAssertReturn4381(): void { $this->runAssertReturnCommand( @@ -43814,7 +39432,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn4381')] public function testAssertReturn4382(): void { $this->runAssertReturnCommand( @@ -43824,7 +39441,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn4382')] public function testAssertReturn4383(): void { $this->runAssertReturnCommand( @@ -43834,7 +39450,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn4383')] public function testAssertReturn4384(): void { $this->runAssertReturnCommand( @@ -43844,7 +39459,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn4384')] public function testAssertReturn4385(): void { $this->runAssertReturnCommand( @@ -43854,7 +39468,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn4385')] public function testAssertReturn4386(): void { $this->runAssertReturnCommand( @@ -43864,7 +39477,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn4386')] public function testAssertReturn4387(): void { $this->runAssertReturnCommand( @@ -43874,7 +39486,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn4387')] public function testAssertReturn4388(): void { $this->runAssertReturnCommand( @@ -43884,7 +39495,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn4388')] public function testAssertReturn4389(): void { $this->runAssertReturnCommand( @@ -43894,7 +39504,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn4389')] public function testAssertReturn4390(): void { $this->runAssertReturnCommand( @@ -43904,7 +39513,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn4390')] public function testAssertReturn4391(): void { $this->runAssertReturnCommand( @@ -43914,7 +39522,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn4391')] public function testAssertReturn4392(): void { $this->runAssertReturnCommand( @@ -43924,7 +39531,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn4392')] public function testAssertReturn4393(): void { $this->runAssertReturnCommand( @@ -43934,7 +39540,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn4393')] public function testAssertReturn4394(): void { $this->runAssertReturnCommand( @@ -43944,7 +39549,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn4394')] public function testAssertReturn4395(): void { $this->runAssertReturnCommand( @@ -43954,7 +39558,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn4395')] public function testAssertReturn4396(): void { $this->runAssertReturnCommand( @@ -43964,7 +39567,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn4396')] public function testAssertReturn4397(): void { $this->runAssertReturnCommand( @@ -43974,7 +39576,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn4397')] public function testAssertReturn4398(): void { $this->runAssertReturnCommand( @@ -43984,7 +39585,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn4398')] public function testAssertReturn4399(): void { $this->runAssertReturnCommand( @@ -43994,7 +39594,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn4399')] public function testAssertReturn4400(): void { $this->runAssertReturnCommand( @@ -44004,7 +39603,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn4400')] public function testAssertReturn4401(): void { $this->runAssertReturnCommand( @@ -44014,7 +39612,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn4401')] public function testAssertReturn4402(): void { $this->runAssertReturnCommand( @@ -44024,7 +39621,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn4402')] public function testAssertReturn4403(): void { $this->runAssertReturnCommand( @@ -44034,7 +39630,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn4403')] public function testAssertReturn4404(): void { $this->runAssertReturnCommand( @@ -44044,7 +39639,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn4404')] public function testAssertReturn4405(): void { $this->runAssertReturnCommand( @@ -44054,7 +39648,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn4405')] public function testAssertReturn4406(): void { $this->runAssertReturnCommand( @@ -44064,7 +39657,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn4406')] public function testAssertReturn4407(): void { $this->runAssertReturnCommand( @@ -44074,7 +39666,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn4407')] public function testAssertReturn4408(): void { $this->runAssertReturnCommand( @@ -44084,7 +39675,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn4408')] public function testAssertReturn4409(): void { $this->runAssertReturnCommand( @@ -44094,7 +39684,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn4409')] public function testAssertReturn4410(): void { $this->runAssertReturnCommand( @@ -44104,7 +39693,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn4410')] public function testAssertReturn4411(): void { $this->runAssertReturnCommand( @@ -44114,7 +39702,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn4411')] public function testAssertReturn4412(): void { $this->runAssertReturnCommand( @@ -44124,7 +39711,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn4412')] public function testAssertReturn4413(): void { $this->runAssertReturnCommand( @@ -44134,7 +39720,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn4413')] public function testAssertReturn4414(): void { $this->runAssertReturnCommand( @@ -44144,7 +39729,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn4414')] public function testAssertReturn4415(): void { $this->runAssertReturnCommand( @@ -44154,7 +39738,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn4415')] public function testAssertReturn4416(): void { $this->runAssertReturnCommand( @@ -44164,7 +39747,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn4416')] public function testAssertReturn4417(): void { $this->runAssertReturnCommand( @@ -44174,7 +39756,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn4417')] public function testAssertReturn4418(): void { $this->runAssertReturnCommand( @@ -44184,7 +39765,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn4418')] public function testAssertReturn4419(): void { $this->runAssertReturnCommand( @@ -44194,7 +39774,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn4419')] public function testAssertReturn4420(): void { $this->runAssertReturnCommand( @@ -44204,7 +39783,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn4420')] public function testAssertReturn4421(): void { $this->runAssertReturnCommand( @@ -44214,7 +39792,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn4421')] public function testAssertReturn4422(): void { $this->runAssertReturnCommand( @@ -44224,7 +39801,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn4422')] public function testAssertReturn4423(): void { $this->runAssertReturnCommand( @@ -44234,7 +39810,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn4423')] public function testAssertReturn4424(): void { $this->runAssertReturnCommand( @@ -44244,7 +39819,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn4424')] public function testAssertReturn4425(): void { $this->runAssertReturnCommand( @@ -44254,7 +39828,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn4425')] public function testAssertReturn4426(): void { $this->runAssertReturnCommand( @@ -44264,7 +39837,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn4426')] public function testAssertReturn4427(): void { $this->runAssertReturnCommand( @@ -44274,7 +39846,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn4427')] public function testAssertReturn4428(): void { $this->runAssertReturnCommand( @@ -44284,7 +39855,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn4428')] public function testAssertReturn4429(): void { $this->runAssertReturnCommand( @@ -44294,7 +39864,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn4429')] public function testAssertReturn4430(): void { $this->runAssertReturnCommand( @@ -44304,7 +39873,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn4430')] public function testAssertReturn4431(): void { $this->runAssertReturnCommand( @@ -44314,7 +39882,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn4431')] public function testAssertReturn4432(): void { $this->runAssertReturnCommand( @@ -44324,7 +39891,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn4432')] public function testAssertReturn4433(): void { $this->runAssertReturnCommand( @@ -44334,7 +39900,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn4433')] public function testAssertReturn4434(): void { $this->runAssertReturnCommand( @@ -44344,7 +39909,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn4434')] public function testAssertReturn4435(): void { $this->runAssertReturnCommand( @@ -44354,7 +39918,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn4435')] public function testAssertReturn4436(): void { $this->runAssertReturnCommand( @@ -44364,7 +39927,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn4436')] public function testAssertReturn4437(): void { $this->runAssertReturnCommand( @@ -44374,7 +39936,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn4437')] public function testAssertReturn4438(): void { $this->runAssertReturnCommand( @@ -44384,7 +39945,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn4438')] public function testAssertReturn4439(): void { $this->runAssertReturnCommand( @@ -44394,7 +39954,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn4439')] public function testAssertReturn4440(): void { $this->runAssertReturnCommand( @@ -44404,7 +39963,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn4440')] public function testAssertReturn4441(): void { $this->runAssertReturnCommand( @@ -44414,7 +39972,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn4441')] public function testAssertReturn4442(): void { $this->runAssertReturnCommand( @@ -44424,7 +39981,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn4442')] public function testAssertReturn4443(): void { $this->runAssertReturnCommand( @@ -44434,7 +39990,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn4443')] public function testAssertReturn4444(): void { $this->runAssertReturnCommand( @@ -44444,7 +39999,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn4444')] public function testAssertReturn4445(): void { $this->runAssertReturnCommand( @@ -44454,7 +40008,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn4445')] public function testAssertReturn4446(): void { $this->runAssertReturnCommand( @@ -44464,7 +40017,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn4446')] public function testAssertReturn4447(): void { $this->runAssertReturnCommand( @@ -44474,7 +40026,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn4447')] public function testAssertReturn4448(): void { $this->runAssertReturnCommand( @@ -44484,7 +40035,6 @@ final class MemoryCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn4448')] public function testAssertReturn4449(): void { $this->runAssertReturnCommand( diff --git a/tests/src/SpecTestsuites/Core/MemoryFillTest.php b/tests/src/SpecTestsuites/Core/MemoryFillTest.php index f947e6b..e2a8efe 100644 --- a/tests/src/SpecTestsuites/Core/MemoryFillTest.php +++ b/tests/src/SpecTestsuites/Core/MemoryFillTest.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 MemoryFillTest extends SpecTestsuiteBase @@ -19,7 +18,6 @@ final class MemoryFillTest extends SpecTestsuiteBase ); } - #[Depends('testModule0')] public function testAction1(): void { $this->runActionCommand( @@ -28,7 +26,6 @@ final class MemoryFillTest extends SpecTestsuiteBase ); } - #[Depends('testAction1')] public function testAssertReturn2(): void { $this->runAssertReturnCommand( @@ -38,7 +35,6 @@ final class MemoryFillTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2')] public function testAssertReturn3(): void { $this->runAssertReturnCommand( @@ -48,7 +44,6 @@ final class MemoryFillTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn3')] public function testModule4(): void { $this->runModuleCommand( @@ -58,7 +53,6 @@ final class MemoryFillTest extends SpecTestsuiteBase ); } - #[Depends('testModule4')] public function testAssertTrap5(): void { $this->runAssertTrapCommand( @@ -68,7 +62,6 @@ final class MemoryFillTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap5')] public function testModule6(): void { $this->runModuleCommand( @@ -78,7 +71,6 @@ final class MemoryFillTest extends SpecTestsuiteBase ); } - #[Depends('testModule6')] public function testAssertTrap7(): void { $this->runAssertTrapCommand( @@ -88,7 +80,6 @@ final class MemoryFillTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap7')] public function testModule8(): void { $this->runModuleCommand( @@ -98,7 +89,6 @@ final class MemoryFillTest extends SpecTestsuiteBase ); } - #[Depends('testModule8')] public function testAction9(): void { $this->runActionCommand( @@ -107,7 +97,6 @@ final class MemoryFillTest extends SpecTestsuiteBase ); } - #[Depends('testAction9')] public function testAssertReturn10(): void { $this->runAssertReturnCommand( @@ -117,7 +106,6 @@ final class MemoryFillTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn10')] public function testModule11(): void { $this->runModuleCommand( @@ -127,7 +115,6 @@ final class MemoryFillTest extends SpecTestsuiteBase ); } - #[Depends('testModule11')] public function testAction12(): void { $this->runActionCommand( @@ -136,7 +123,6 @@ final class MemoryFillTest extends SpecTestsuiteBase ); } - #[Depends('testAction12')] public function testModule13(): void { $this->runModuleCommand( @@ -146,7 +132,6 @@ final class MemoryFillTest extends SpecTestsuiteBase ); } - #[Depends('testModule13')] public function testAssertTrap14(): void { $this->runAssertTrapCommand( @@ -156,7 +141,6 @@ final class MemoryFillTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap14')] public function testModule15(): void { $this->runModuleCommand( @@ -166,7 +150,6 @@ final class MemoryFillTest extends SpecTestsuiteBase ); } - #[Depends('testModule15')] public function testAction16(): void { $this->runActionCommand( @@ -175,7 +158,6 @@ final class MemoryFillTest extends SpecTestsuiteBase ); } - #[Depends('testAction16')] public function testAssertReturn17(): void { $this->runAssertReturnCommand( @@ -185,7 +167,6 @@ final class MemoryFillTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn17')] public function testAssertReturn18(): void { $this->runAssertReturnCommand( @@ -195,7 +176,6 @@ final class MemoryFillTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn18')] public function testAssertReturn19(): void { $this->runAssertReturnCommand( @@ -205,7 +185,6 @@ final class MemoryFillTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn19')] public function testModule20(): void { $this->runModuleCommand( @@ -215,7 +194,6 @@ final class MemoryFillTest extends SpecTestsuiteBase ); } - #[Depends('testModule20')] public function testAction21(): void { $this->runActionCommand( @@ -224,7 +202,6 @@ final class MemoryFillTest extends SpecTestsuiteBase ); } - #[Depends('testAction21')] public function testAssertReturn22(): void { $this->runAssertReturnCommand( @@ -234,7 +211,6 @@ final class MemoryFillTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn22')] public function testAssertReturn23(): void { $this->runAssertReturnCommand( @@ -244,7 +220,6 @@ final class MemoryFillTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn23')] public function testAssertReturn24(): void { $this->runAssertReturnCommand( @@ -254,7 +229,6 @@ final class MemoryFillTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn24')] public function testAssertReturn25(): void { $this->runAssertReturnCommand( @@ -264,7 +238,6 @@ final class MemoryFillTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn25')] public function testAssertReturn26(): void { $this->runAssertReturnCommand( @@ -274,7 +247,6 @@ final class MemoryFillTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn26')] public function testAssertInvalid27(): void { $this->runAssertInvalidCommand( @@ -284,7 +256,6 @@ final class MemoryFillTest extends SpecTestsuiteBase ); } - #[Depends('testAssertInvalid27')] public function testAssertInvalid28(): void { $this->runAssertInvalidCommand( @@ -294,7 +265,6 @@ final class MemoryFillTest extends SpecTestsuiteBase ); } - #[Depends('testAssertInvalid28')] public function testAssertInvalid29(): void { $this->runAssertInvalidCommand( @@ -304,7 +274,6 @@ final class MemoryFillTest extends SpecTestsuiteBase ); } - #[Depends('testAssertInvalid29')] public function testAssertInvalid30(): void { $this->runAssertInvalidCommand( @@ -314,7 +283,6 @@ final class MemoryFillTest extends SpecTestsuiteBase ); } - #[Depends('testAssertInvalid30')] public function testAssertInvalid31(): void { $this->runAssertInvalidCommand( @@ -324,7 +292,6 @@ final class MemoryFillTest extends SpecTestsuiteBase ); } - #[Depends('testAssertInvalid31')] public function testAssertInvalid32(): void { $this->runAssertInvalidCommand( @@ -334,7 +301,6 @@ final class MemoryFillTest extends SpecTestsuiteBase ); } - #[Depends('testAssertInvalid32')] public function testAssertInvalid33(): void { $this->runAssertInvalidCommand( @@ -344,7 +310,6 @@ final class MemoryFillTest extends SpecTestsuiteBase ); } - #[Depends('testAssertInvalid33')] public function testAssertInvalid34(): void { $this->runAssertInvalidCommand( @@ -354,7 +319,6 @@ final class MemoryFillTest extends SpecTestsuiteBase ); } - #[Depends('testAssertInvalid34')] public function testAssertInvalid35(): void { $this->runAssertInvalidCommand( @@ -364,7 +328,6 @@ final class MemoryFillTest extends SpecTestsuiteBase ); } - #[Depends('testAssertInvalid35')] public function testAssertInvalid36(): void { $this->runAssertInvalidCommand( @@ -374,7 +337,6 @@ final class MemoryFillTest extends SpecTestsuiteBase ); } - #[Depends('testAssertInvalid36')] public function testAssertInvalid37(): void { $this->runAssertInvalidCommand( @@ -384,7 +346,6 @@ final class MemoryFillTest extends SpecTestsuiteBase ); } - #[Depends('testAssertInvalid37')] public function testAssertInvalid38(): void { $this->runAssertInvalidCommand( @@ -394,7 +355,6 @@ final class MemoryFillTest extends SpecTestsuiteBase ); } - #[Depends('testAssertInvalid38')] public function testAssertInvalid39(): void { $this->runAssertInvalidCommand( @@ -404,7 +364,6 @@ final class MemoryFillTest extends SpecTestsuiteBase ); } - #[Depends('testAssertInvalid39')] public function testAssertInvalid40(): void { $this->runAssertInvalidCommand( @@ -414,7 +373,6 @@ final class MemoryFillTest extends SpecTestsuiteBase ); } - #[Depends('testAssertInvalid40')] public function testAssertInvalid41(): void { $this->runAssertInvalidCommand( @@ -424,7 +382,6 @@ final class MemoryFillTest extends SpecTestsuiteBase ); } - #[Depends('testAssertInvalid41')] public function testAssertInvalid42(): void { $this->runAssertInvalidCommand( @@ -434,7 +391,6 @@ final class MemoryFillTest extends SpecTestsuiteBase ); } - #[Depends('testAssertInvalid42')] public function testAssertInvalid43(): void { $this->runAssertInvalidCommand( @@ -444,7 +400,6 @@ final class MemoryFillTest extends SpecTestsuiteBase ); } - #[Depends('testAssertInvalid43')] public function testAssertInvalid44(): void { $this->runAssertInvalidCommand( @@ -454,7 +409,6 @@ final class MemoryFillTest extends SpecTestsuiteBase ); } - #[Depends('testAssertInvalid44')] public function testAssertInvalid45(): void { $this->runAssertInvalidCommand( @@ -464,7 +418,6 @@ final class MemoryFillTest extends SpecTestsuiteBase ); } - #[Depends('testAssertInvalid45')] public function testAssertInvalid46(): void { $this->runAssertInvalidCommand( @@ -474,7 +427,6 @@ final class MemoryFillTest extends SpecTestsuiteBase ); } - #[Depends('testAssertInvalid46')] public function testAssertInvalid47(): void { $this->runAssertInvalidCommand( @@ -484,7 +436,6 @@ final class MemoryFillTest extends SpecTestsuiteBase ); } - #[Depends('testAssertInvalid47')] public function testAssertInvalid48(): void { $this->runAssertInvalidCommand( @@ -494,7 +445,6 @@ final class MemoryFillTest extends SpecTestsuiteBase ); } - #[Depends('testAssertInvalid48')] public function testAssertInvalid49(): void { $this->runAssertInvalidCommand( @@ -504,7 +454,6 @@ final class MemoryFillTest extends SpecTestsuiteBase ); } - #[Depends('testAssertInvalid49')] public function testAssertInvalid50(): void { $this->runAssertInvalidCommand( @@ -514,7 +463,6 @@ final class MemoryFillTest extends SpecTestsuiteBase ); } - #[Depends('testAssertInvalid50')] public function testAssertInvalid51(): void { $this->runAssertInvalidCommand( @@ -524,7 +472,6 @@ final class MemoryFillTest extends SpecTestsuiteBase ); } - #[Depends('testAssertInvalid51')] public function testAssertInvalid52(): void { $this->runAssertInvalidCommand( @@ -534,7 +481,6 @@ final class MemoryFillTest extends SpecTestsuiteBase ); } - #[Depends('testAssertInvalid52')] public function testAssertInvalid53(): void { $this->runAssertInvalidCommand( @@ -544,7 +490,6 @@ final class MemoryFillTest extends SpecTestsuiteBase ); } - #[Depends('testAssertInvalid53')] public function testAssertInvalid54(): void { $this->runAssertInvalidCommand( @@ -554,7 +499,6 @@ final class MemoryFillTest extends SpecTestsuiteBase ); } - #[Depends('testAssertInvalid54')] public function testAssertInvalid55(): void { $this->runAssertInvalidCommand( @@ -564,7 +508,6 @@ final class MemoryFillTest extends SpecTestsuiteBase ); } - #[Depends('testAssertInvalid55')] public function testAssertInvalid56(): void { $this->runAssertInvalidCommand( @@ -574,7 +517,6 @@ final class MemoryFillTest extends SpecTestsuiteBase ); } - #[Depends('testAssertInvalid56')] public function testAssertInvalid57(): void { $this->runAssertInvalidCommand( @@ -584,7 +526,6 @@ final class MemoryFillTest extends SpecTestsuiteBase ); } - #[Depends('testAssertInvalid57')] public function testAssertInvalid58(): void { $this->runAssertInvalidCommand( @@ -594,7 +535,6 @@ final class MemoryFillTest extends SpecTestsuiteBase ); } - #[Depends('testAssertInvalid58')] public function testAssertInvalid59(): void { $this->runAssertInvalidCommand( @@ -604,7 +544,6 @@ final class MemoryFillTest extends SpecTestsuiteBase ); } - #[Depends('testAssertInvalid59')] public function testAssertInvalid60(): void { $this->runAssertInvalidCommand( @@ -614,7 +553,6 @@ final class MemoryFillTest extends SpecTestsuiteBase ); } - #[Depends('testAssertInvalid60')] public function testAssertInvalid61(): void { $this->runAssertInvalidCommand( @@ -624,7 +562,6 @@ final class MemoryFillTest extends SpecTestsuiteBase ); } - #[Depends('testAssertInvalid61')] public function testAssertInvalid62(): void { $this->runAssertInvalidCommand( @@ -634,7 +571,6 @@ final class MemoryFillTest extends SpecTestsuiteBase ); } - #[Depends('testAssertInvalid62')] public function testAssertInvalid63(): void { $this->runAssertInvalidCommand( @@ -644,7 +580,6 @@ final class MemoryFillTest extends SpecTestsuiteBase ); } - #[Depends('testAssertInvalid63')] public function testAssertInvalid64(): void { $this->runAssertInvalidCommand( @@ -654,7 +589,6 @@ final class MemoryFillTest extends SpecTestsuiteBase ); } - #[Depends('testAssertInvalid64')] public function testAssertInvalid65(): void { $this->runAssertInvalidCommand( @@ -664,7 +598,6 @@ final class MemoryFillTest extends SpecTestsuiteBase ); } - #[Depends('testAssertInvalid65')] public function testAssertInvalid66(): void { $this->runAssertInvalidCommand( @@ -674,7 +607,6 @@ final class MemoryFillTest extends SpecTestsuiteBase ); } - #[Depends('testAssertInvalid66')] public function testAssertInvalid67(): void { $this->runAssertInvalidCommand( @@ -684,7 +616,6 @@ final class MemoryFillTest extends SpecTestsuiteBase ); } - #[Depends('testAssertInvalid67')] public function testAssertInvalid68(): void { $this->runAssertInvalidCommand( @@ -694,7 +625,6 @@ final class MemoryFillTest extends SpecTestsuiteBase ); } - #[Depends('testAssertInvalid68')] public function testAssertInvalid69(): void { $this->runAssertInvalidCommand( @@ -704,7 +634,6 @@ final class MemoryFillTest extends SpecTestsuiteBase ); } - #[Depends('testAssertInvalid69')] public function testAssertInvalid70(): void { $this->runAssertInvalidCommand( @@ -714,7 +643,6 @@ final class MemoryFillTest extends SpecTestsuiteBase ); } - #[Depends('testAssertInvalid70')] public function testAssertInvalid71(): void { $this->runAssertInvalidCommand( @@ -724,7 +652,6 @@ final class MemoryFillTest extends SpecTestsuiteBase ); } - #[Depends('testAssertInvalid71')] public function testAssertInvalid72(): void { $this->runAssertInvalidCommand( @@ -734,7 +661,6 @@ final class MemoryFillTest extends SpecTestsuiteBase ); } - #[Depends('testAssertInvalid72')] public function testAssertInvalid73(): void { $this->runAssertInvalidCommand( @@ -744,7 +670,6 @@ final class MemoryFillTest extends SpecTestsuiteBase ); } - #[Depends('testAssertInvalid73')] public function testAssertInvalid74(): void { $this->runAssertInvalidCommand( @@ -754,7 +679,6 @@ final class MemoryFillTest extends SpecTestsuiteBase ); } - #[Depends('testAssertInvalid74')] public function testAssertInvalid75(): void { $this->runAssertInvalidCommand( @@ -764,7 +688,6 @@ final class MemoryFillTest extends SpecTestsuiteBase ); } - #[Depends('testAssertInvalid75')] public function testAssertInvalid76(): void { $this->runAssertInvalidCommand( @@ -774,7 +697,6 @@ final class MemoryFillTest extends SpecTestsuiteBase ); } - #[Depends('testAssertInvalid76')] public function testAssertInvalid77(): void { $this->runAssertInvalidCommand( @@ -784,7 +706,6 @@ final class MemoryFillTest extends SpecTestsuiteBase ); } - #[Depends('testAssertInvalid77')] public function testAssertInvalid78(): void { $this->runAssertInvalidCommand( @@ -794,7 +715,6 @@ final class MemoryFillTest extends SpecTestsuiteBase ); } - #[Depends('testAssertInvalid78')] public function testAssertInvalid79(): void { $this->runAssertInvalidCommand( @@ -804,7 +724,6 @@ final class MemoryFillTest extends SpecTestsuiteBase ); } - #[Depends('testAssertInvalid79')] public function testAssertInvalid80(): void { $this->runAssertInvalidCommand( @@ -814,7 +733,6 @@ final class MemoryFillTest extends SpecTestsuiteBase ); } - #[Depends('testAssertInvalid80')] public function testAssertInvalid81(): void { $this->runAssertInvalidCommand( @@ -824,7 +742,6 @@ final class MemoryFillTest extends SpecTestsuiteBase ); } - #[Depends('testAssertInvalid81')] public function testAssertInvalid82(): void { $this->runAssertInvalidCommand( @@ -834,7 +751,6 @@ final class MemoryFillTest extends SpecTestsuiteBase ); } - #[Depends('testAssertInvalid82')] public function testAssertInvalid83(): void { $this->runAssertInvalidCommand( @@ -844,7 +760,6 @@ final class MemoryFillTest extends SpecTestsuiteBase ); } - #[Depends('testAssertInvalid83')] public function testAssertInvalid84(): void { $this->runAssertInvalidCommand( @@ -854,7 +769,6 @@ final class MemoryFillTest extends SpecTestsuiteBase ); } - #[Depends('testAssertInvalid84')] public function testAssertInvalid85(): void { $this->runAssertInvalidCommand( @@ -864,7 +778,6 @@ final class MemoryFillTest extends SpecTestsuiteBase ); } - #[Depends('testAssertInvalid85')] public function testAssertInvalid86(): void { $this->runAssertInvalidCommand( @@ -874,7 +787,6 @@ final class MemoryFillTest extends SpecTestsuiteBase ); } - #[Depends('testAssertInvalid86')] public function testAssertInvalid87(): void { $this->runAssertInvalidCommand( @@ -884,7 +796,6 @@ final class MemoryFillTest extends SpecTestsuiteBase ); } - #[Depends('testAssertInvalid87')] public function testAssertInvalid88(): void { $this->runAssertInvalidCommand( @@ -894,7 +805,6 @@ final class MemoryFillTest extends SpecTestsuiteBase ); } - #[Depends('testAssertInvalid88')] public function testAssertInvalid89(): void { $this->runAssertInvalidCommand( @@ -904,7 +814,6 @@ final class MemoryFillTest extends SpecTestsuiteBase ); } - #[Depends('testAssertInvalid89')] public function testAssertInvalid90(): void { $this->runAssertInvalidCommand( @@ -914,7 +823,6 @@ final class MemoryFillTest extends SpecTestsuiteBase ); } - #[Depends('testAssertInvalid90')] public function testModule91(): void { $this->runModuleCommand( @@ -924,7 +832,6 @@ final class MemoryFillTest extends SpecTestsuiteBase ); } - #[Depends('testModule91')] public function testAssertTrap92(): void { $this->runAssertTrapCommand( @@ -934,7 +841,6 @@ final class MemoryFillTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap92')] public function testAssertReturn93(): void { $this->runAssertReturnCommand( @@ -944,7 +850,6 @@ final class MemoryFillTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn93')] public function testModule94(): void { $this->runModuleCommand( @@ -954,7 +859,6 @@ final class MemoryFillTest extends SpecTestsuiteBase ); } - #[Depends('testModule94')] public function testAssertTrap95(): void { $this->runAssertTrapCommand( @@ -964,7 +868,6 @@ final class MemoryFillTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap95')] public function testAssertReturn96(): void { $this->runAssertReturnCommand( @@ -974,7 +877,6 @@ final class MemoryFillTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn96')] public function testModule97(): void { $this->runModuleCommand( @@ -984,7 +886,6 @@ final class MemoryFillTest extends SpecTestsuiteBase ); } - #[Depends('testModule97')] public function testAssertTrap98(): void { $this->runAssertTrapCommand( @@ -994,7 +895,6 @@ final class MemoryFillTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap98')] public function testAssertReturn99(): void { $this->runAssertReturnCommand( diff --git a/tests/src/SpecTestsuites/Core/MemoryGrowTest.php b/tests/src/SpecTestsuites/Core/MemoryGrowTest.php index f23b9bb..bf19ca7 100644 --- a/tests/src/SpecTestsuites/Core/MemoryGrowTest.php +++ b/tests/src/SpecTestsuites/Core/MemoryGrowTest.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 MemoryGrowTest extends SpecTestsuiteBase @@ -19,7 +18,6 @@ final class MemoryGrowTest extends SpecTestsuiteBase ); } - #[Depends('testModule0')] public function testAssertReturn1(): void { $this->runAssertReturnCommand( @@ -29,7 +27,6 @@ final class MemoryGrowTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1')] public function testAssertTrap2(): void { $this->runAssertTrapCommand( @@ -39,7 +36,6 @@ final class MemoryGrowTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap2')] public function testAssertTrap3(): void { $this->runAssertTrapCommand( @@ -49,7 +45,6 @@ final class MemoryGrowTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap3')] public function testAssertTrap4(): void { $this->runAssertTrapCommand( @@ -59,7 +54,6 @@ final class MemoryGrowTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap4')] public function testAssertTrap5(): void { $this->runAssertTrapCommand( @@ -69,7 +63,6 @@ final class MemoryGrowTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap5')] public function testAssertReturn6(): void { $this->runAssertReturnCommand( @@ -79,7 +72,6 @@ final class MemoryGrowTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn6')] public function testAssertReturn7(): void { $this->runAssertReturnCommand( @@ -89,7 +81,6 @@ final class MemoryGrowTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn7')] public function testAssertReturn8(): void { $this->runAssertReturnCommand( @@ -99,7 +90,6 @@ final class MemoryGrowTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn8')] public function testAssertReturn9(): void { $this->runAssertReturnCommand( @@ -109,7 +99,6 @@ final class MemoryGrowTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn9')] public function testAssertReturn10(): void { $this->runAssertReturnCommand( @@ -119,7 +108,6 @@ final class MemoryGrowTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn10')] public function testAssertTrap11(): void { $this->runAssertTrapCommand( @@ -129,7 +117,6 @@ final class MemoryGrowTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap11')] public function testAssertTrap12(): void { $this->runAssertTrapCommand( @@ -139,7 +126,6 @@ final class MemoryGrowTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap12')] public function testAssertReturn13(): void { $this->runAssertReturnCommand( @@ -149,7 +135,6 @@ final class MemoryGrowTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn13')] public function testAssertReturn14(): void { $this->runAssertReturnCommand( @@ -159,7 +144,6 @@ final class MemoryGrowTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn14')] public function testAssertReturn15(): void { $this->runAssertReturnCommand( @@ -169,7 +153,6 @@ final class MemoryGrowTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn15')] public function testAssertReturn16(): void { $this->runAssertReturnCommand( @@ -179,7 +162,6 @@ final class MemoryGrowTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn16')] public function testAssertReturn17(): void { $this->runAssertReturnCommand( @@ -189,7 +171,6 @@ final class MemoryGrowTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn17')] public function testAssertReturn18(): void { $this->runAssertReturnCommand( @@ -199,7 +180,6 @@ final class MemoryGrowTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn18')] public function testAssertReturn19(): void { $this->runAssertReturnCommand( @@ -209,7 +189,6 @@ final class MemoryGrowTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn19')] public function testAssertReturn20(): void { $this->runAssertReturnCommand( @@ -219,7 +198,6 @@ final class MemoryGrowTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn20')] public function testModule21(): void { $this->runModuleCommand( @@ -229,7 +207,6 @@ final class MemoryGrowTest extends SpecTestsuiteBase ); } - #[Depends('testModule21')] public function testAssertReturn22(): void { $this->runAssertReturnCommand( @@ -239,7 +216,6 @@ final class MemoryGrowTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn22')] public function testAssertReturn23(): void { $this->runAssertReturnCommand( @@ -249,7 +225,6 @@ final class MemoryGrowTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn23')] public function testAssertReturn24(): void { $this->runAssertReturnCommand( @@ -259,7 +234,6 @@ final class MemoryGrowTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn24')] public function testAssertReturn25(): void { $this->runAssertReturnCommand( @@ -269,7 +243,6 @@ final class MemoryGrowTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn25')] public function testAssertReturn26(): void { $this->runAssertReturnCommand( @@ -279,7 +252,6 @@ final class MemoryGrowTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn26')] public function testAssertReturn27(): void { $this->runAssertReturnCommand( @@ -289,7 +261,6 @@ final class MemoryGrowTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn27')] public function testAssertReturn28(): void { $this->runAssertReturnCommand( @@ -299,7 +270,6 @@ final class MemoryGrowTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn28')] public function testAssertReturn29(): void { $this->runAssertReturnCommand( @@ -309,7 +279,6 @@ final class MemoryGrowTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn29')] public function testModule30(): void { $this->runModuleCommand( @@ -319,7 +288,6 @@ final class MemoryGrowTest extends SpecTestsuiteBase ); } - #[Depends('testModule30')] public function testAssertReturn31(): void { $this->runAssertReturnCommand( @@ -329,7 +297,6 @@ final class MemoryGrowTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn31')] public function testAssertReturn32(): void { $this->runAssertReturnCommand( @@ -339,7 +306,6 @@ final class MemoryGrowTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn32')] public function testAssertReturn33(): void { $this->runAssertReturnCommand( @@ -349,7 +315,6 @@ final class MemoryGrowTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn33')] public function testAssertReturn34(): void { $this->runAssertReturnCommand( @@ -359,7 +324,6 @@ final class MemoryGrowTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn34')] public function testAssertReturn35(): void { $this->runAssertReturnCommand( @@ -369,7 +333,6 @@ final class MemoryGrowTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn35')] public function testAssertReturn36(): void { $this->runAssertReturnCommand( @@ -379,7 +342,6 @@ final class MemoryGrowTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn36')] public function testAssertReturn37(): void { $this->runAssertReturnCommand( @@ -389,7 +351,6 @@ final class MemoryGrowTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn37')] public function testAssertReturn38(): void { $this->runAssertReturnCommand( @@ -399,7 +360,6 @@ final class MemoryGrowTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn38')] public function testModule39(): void { $this->runModuleCommand( @@ -409,7 +369,6 @@ final class MemoryGrowTest extends SpecTestsuiteBase ); } - #[Depends('testModule39')] public function testAssertReturn40(): void { $this->runAssertReturnCommand( @@ -419,7 +378,6 @@ final class MemoryGrowTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn40')] public function testAssertReturn41(): void { $this->runAssertReturnCommand( @@ -429,7 +387,6 @@ final class MemoryGrowTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn41')] public function testAssertReturn42(): void { $this->runAssertReturnCommand( @@ -439,7 +396,6 @@ final class MemoryGrowTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn42')] public function testAssertReturn43(): void { $this->runAssertReturnCommand( @@ -449,7 +405,6 @@ final class MemoryGrowTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn43')] public function testAssertReturn44(): void { $this->runAssertReturnCommand( @@ -459,7 +414,6 @@ final class MemoryGrowTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn44')] public function testAssertReturn45(): void { $this->runAssertReturnCommand( @@ -469,7 +423,6 @@ final class MemoryGrowTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn45')] public function testAssertReturn46(): void { $this->runAssertReturnCommand( @@ -479,7 +432,6 @@ final class MemoryGrowTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn46')] public function testAssertReturn47(): void { $this->runAssertReturnCommand( @@ -489,7 +441,6 @@ final class MemoryGrowTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn47')] public function testAssertReturn48(): void { $this->runAssertReturnCommand( @@ -499,7 +450,6 @@ final class MemoryGrowTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn48')] public function testAssertReturn49(): void { $this->runAssertReturnCommand( @@ -509,7 +459,6 @@ final class MemoryGrowTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn49')] public function testAssertReturn50(): void { $this->runAssertReturnCommand( @@ -519,7 +468,6 @@ final class MemoryGrowTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn50')] public function testModule51(): void { $this->runModuleCommand( @@ -529,7 +477,6 @@ final class MemoryGrowTest extends SpecTestsuiteBase ); } - #[Depends('testModule51')] public function testAssertReturn52(): void { $this->runAssertReturnCommand( @@ -539,7 +486,6 @@ final class MemoryGrowTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn52')] public function testAssertReturn53(): void { $this->runAssertReturnCommand( @@ -549,7 +495,6 @@ final class MemoryGrowTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn53')] public function testAssertReturn54(): void { $this->runAssertReturnCommand( @@ -559,7 +504,6 @@ final class MemoryGrowTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn54')] public function testAssertReturn55(): void { $this->runAssertReturnCommand( @@ -569,7 +513,6 @@ final class MemoryGrowTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn55')] public function testAssertReturn56(): void { $this->runAssertReturnCommand( @@ -579,7 +522,6 @@ final class MemoryGrowTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn56')] public function testAssertReturn57(): void { $this->runAssertReturnCommand( @@ -589,7 +531,6 @@ final class MemoryGrowTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn57')] public function testAssertReturn58(): void { $this->runAssertReturnCommand( @@ -599,7 +540,6 @@ final class MemoryGrowTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn58')] public function testAssertReturn59(): void { $this->runAssertReturnCommand( @@ -609,7 +549,6 @@ final class MemoryGrowTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn59')] public function testAssertReturn60(): void { $this->runAssertReturnCommand( @@ -619,7 +558,6 @@ final class MemoryGrowTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn60')] public function testAssertReturn61(): void { $this->runAssertReturnCommand( @@ -629,7 +567,6 @@ final class MemoryGrowTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn61')] public function testAssertReturn62(): void { $this->runAssertReturnCommand( @@ -639,7 +576,6 @@ final class MemoryGrowTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn62')] public function testAssertReturn63(): void { $this->runAssertReturnCommand( @@ -649,7 +585,6 @@ final class MemoryGrowTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn63')] public function testAssertReturn64(): void { $this->runAssertReturnCommand( @@ -659,7 +594,6 @@ final class MemoryGrowTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn64')] public function testAssertReturn65(): void { $this->runAssertReturnCommand( @@ -669,7 +603,6 @@ final class MemoryGrowTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn65')] public function testAssertReturn66(): void { $this->runAssertReturnCommand( @@ -679,7 +612,6 @@ final class MemoryGrowTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn66')] public function testAssertReturn67(): void { $this->runAssertReturnCommand( @@ -689,7 +621,6 @@ final class MemoryGrowTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn67')] public function testAssertReturn68(): void { $this->runAssertReturnCommand( @@ -699,7 +630,6 @@ final class MemoryGrowTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn68')] public function testAssertReturn69(): void { $this->runAssertReturnCommand( @@ -709,7 +639,6 @@ final class MemoryGrowTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn69')] public function testAssertReturn70(): void { $this->runAssertReturnCommand( @@ -719,7 +648,6 @@ final class MemoryGrowTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn70')] public function testAssertReturn71(): void { $this->runAssertReturnCommand( @@ -729,7 +657,6 @@ final class MemoryGrowTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn71')] public function testAssertTrap72(): void { $this->runAssertTrapCommand( @@ -739,7 +666,6 @@ final class MemoryGrowTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap72')] public function testAssertReturn73(): void { $this->runAssertReturnCommand( @@ -749,7 +675,6 @@ final class MemoryGrowTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn73')] public function testAssertReturn74(): void { $this->runAssertReturnCommand( @@ -759,7 +684,6 @@ final class MemoryGrowTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn74')] public function testAssertReturn75(): void { $this->runAssertReturnCommand( @@ -769,7 +693,6 @@ final class MemoryGrowTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn75')] public function testAssertReturn76(): void { $this->runAssertReturnCommand( @@ -779,7 +702,6 @@ final class MemoryGrowTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn76')] public function testAssertReturn77(): void { $this->runAssertReturnCommand( @@ -789,7 +711,6 @@ final class MemoryGrowTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn77')] public function testAssertReturn78(): void { $this->runAssertReturnCommand( @@ -799,7 +720,6 @@ final class MemoryGrowTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn78')] public function testAssertReturn79(): void { $this->runAssertReturnCommand( @@ -809,7 +729,6 @@ final class MemoryGrowTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn79')] public function testAssertReturn80(): void { $this->runAssertReturnCommand( @@ -819,7 +738,6 @@ final class MemoryGrowTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn80')] public function testAssertReturn81(): void { $this->runAssertReturnCommand( @@ -829,7 +747,6 @@ final class MemoryGrowTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn81')] public function testAssertReturn82(): void { $this->runAssertReturnCommand( @@ -839,7 +756,6 @@ final class MemoryGrowTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn82')] public function testAssertReturn83(): void { $this->runAssertReturnCommand( @@ -849,7 +765,6 @@ final class MemoryGrowTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn83')] public function testAssertReturn84(): void { $this->runAssertReturnCommand( @@ -859,7 +774,6 @@ final class MemoryGrowTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn84')] public function testAssertReturn85(): void { $this->runAssertReturnCommand( @@ -869,7 +783,6 @@ final class MemoryGrowTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn85')] public function testAssertReturn86(): void { $this->runAssertReturnCommand( @@ -879,7 +792,6 @@ final class MemoryGrowTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn86')] public function testAssertReturn87(): void { $this->runAssertReturnCommand( @@ -889,7 +801,6 @@ final class MemoryGrowTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn87')] public function testAssertReturn88(): void { $this->runAssertReturnCommand( @@ -899,7 +810,6 @@ final class MemoryGrowTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn88')] public function testAssertInvalid89(): void { $this->runAssertInvalidCommand( @@ -909,7 +819,6 @@ final class MemoryGrowTest extends SpecTestsuiteBase ); } - #[Depends('testAssertInvalid89')] public function testAssertInvalid90(): void { $this->runAssertInvalidCommand( @@ -919,7 +828,6 @@ final class MemoryGrowTest extends SpecTestsuiteBase ); } - #[Depends('testAssertInvalid90')] public function testAssertInvalid91(): void { $this->runAssertInvalidCommand( @@ -929,7 +837,6 @@ final class MemoryGrowTest extends SpecTestsuiteBase ); } - #[Depends('testAssertInvalid91')] public function testAssertInvalid92(): void { $this->runAssertInvalidCommand( @@ -939,7 +846,6 @@ final class MemoryGrowTest extends SpecTestsuiteBase ); } - #[Depends('testAssertInvalid92')] public function testAssertInvalid93(): void { $this->runAssertInvalidCommand( @@ -949,7 +855,6 @@ final class MemoryGrowTest extends SpecTestsuiteBase ); } - #[Depends('testAssertInvalid93')] public function testAssertInvalid94(): void { $this->runAssertInvalidCommand( @@ -959,7 +864,6 @@ final class MemoryGrowTest extends SpecTestsuiteBase ); } - #[Depends('testAssertInvalid94')] public function testAssertInvalid95(): void { $this->runAssertInvalidCommand( diff --git a/tests/src/SpecTestsuites/Core/MemoryInitTest.php b/tests/src/SpecTestsuites/Core/MemoryInitTest.php index 57b00f4..2f19aed 100644 --- a/tests/src/SpecTestsuites/Core/MemoryInitTest.php +++ b/tests/src/SpecTestsuites/Core/MemoryInitTest.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 MemoryInitTest extends SpecTestsuiteBase @@ -19,7 +18,6 @@ final class MemoryInitTest extends SpecTestsuiteBase ); } - #[Depends('testModule0')] public function testAction1(): void { $this->runActionCommand( @@ -28,7 +26,6 @@ final class MemoryInitTest extends SpecTestsuiteBase ); } - #[Depends('testAction1')] public function testAssertReturn2(): void { $this->runAssertReturnCommand( @@ -38,7 +35,6 @@ final class MemoryInitTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2')] public function testAssertReturn3(): void { $this->runAssertReturnCommand( @@ -48,7 +44,6 @@ final class MemoryInitTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn3')] public function testAssertReturn4(): void { $this->runAssertReturnCommand( @@ -58,7 +53,6 @@ final class MemoryInitTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn4')] public function testAssertReturn5(): void { $this->runAssertReturnCommand( @@ -68,7 +62,6 @@ final class MemoryInitTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn5')] public function testAssertReturn6(): void { $this->runAssertReturnCommand( @@ -78,7 +71,6 @@ final class MemoryInitTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn6')] public function testAssertReturn7(): void { $this->runAssertReturnCommand( @@ -88,7 +80,6 @@ final class MemoryInitTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn7')] public function testAssertReturn8(): void { $this->runAssertReturnCommand( @@ -98,7 +89,6 @@ final class MemoryInitTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn8')] public function testAssertReturn9(): void { $this->runAssertReturnCommand( @@ -108,7 +98,6 @@ final class MemoryInitTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn9')] public function testAssertReturn10(): void { $this->runAssertReturnCommand( @@ -118,7 +107,6 @@ final class MemoryInitTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn10')] public function testAssertReturn11(): void { $this->runAssertReturnCommand( @@ -128,7 +116,6 @@ final class MemoryInitTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn11')] public function testAssertReturn12(): void { $this->runAssertReturnCommand( @@ -138,7 +125,6 @@ final class MemoryInitTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn12')] public function testAssertReturn13(): void { $this->runAssertReturnCommand( @@ -148,7 +134,6 @@ final class MemoryInitTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn13')] public function testAssertReturn14(): void { $this->runAssertReturnCommand( @@ -158,7 +143,6 @@ final class MemoryInitTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn14')] public function testAssertReturn15(): void { $this->runAssertReturnCommand( @@ -168,7 +152,6 @@ final class MemoryInitTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn15')] public function testAssertReturn16(): void { $this->runAssertReturnCommand( @@ -178,7 +161,6 @@ final class MemoryInitTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn16')] public function testAssertReturn17(): void { $this->runAssertReturnCommand( @@ -188,7 +170,6 @@ final class MemoryInitTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn17')] public function testAssertReturn18(): void { $this->runAssertReturnCommand( @@ -198,7 +179,6 @@ final class MemoryInitTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn18')] public function testAssertReturn19(): void { $this->runAssertReturnCommand( @@ -208,7 +188,6 @@ final class MemoryInitTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn19')] public function testAssertReturn20(): void { $this->runAssertReturnCommand( @@ -218,7 +197,6 @@ final class MemoryInitTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn20')] public function testAssertReturn21(): void { $this->runAssertReturnCommand( @@ -228,7 +206,6 @@ final class MemoryInitTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn21')] public function testAssertReturn22(): void { $this->runAssertReturnCommand( @@ -238,7 +215,6 @@ final class MemoryInitTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn22')] public function testAssertReturn23(): void { $this->runAssertReturnCommand( @@ -248,7 +224,6 @@ final class MemoryInitTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn23')] public function testAssertReturn24(): void { $this->runAssertReturnCommand( @@ -258,7 +233,6 @@ final class MemoryInitTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn24')] public function testAssertReturn25(): void { $this->runAssertReturnCommand( @@ -268,7 +242,6 @@ final class MemoryInitTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn25')] public function testAssertReturn26(): void { $this->runAssertReturnCommand( @@ -278,7 +251,6 @@ final class MemoryInitTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn26')] public function testAssertReturn27(): void { $this->runAssertReturnCommand( @@ -288,7 +260,6 @@ final class MemoryInitTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn27')] public function testAssertReturn28(): void { $this->runAssertReturnCommand( @@ -298,7 +269,6 @@ final class MemoryInitTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn28')] public function testAssertReturn29(): void { $this->runAssertReturnCommand( @@ -308,7 +278,6 @@ final class MemoryInitTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn29')] public function testAssertReturn30(): void { $this->runAssertReturnCommand( @@ -318,7 +287,6 @@ final class MemoryInitTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn30')] public function testAssertReturn31(): void { $this->runAssertReturnCommand( @@ -328,7 +296,6 @@ final class MemoryInitTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn31')] public function testModule32(): void { $this->runModuleCommand( @@ -338,7 +305,6 @@ final class MemoryInitTest extends SpecTestsuiteBase ); } - #[Depends('testModule32')] public function testAction33(): void { $this->runActionCommand( @@ -347,7 +313,6 @@ final class MemoryInitTest extends SpecTestsuiteBase ); } - #[Depends('testAction33')] public function testAssertReturn34(): void { $this->runAssertReturnCommand( @@ -357,7 +322,6 @@ final class MemoryInitTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn34')] public function testAssertReturn35(): void { $this->runAssertReturnCommand( @@ -367,7 +331,6 @@ final class MemoryInitTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn35')] public function testAssertReturn36(): void { $this->runAssertReturnCommand( @@ -377,7 +340,6 @@ final class MemoryInitTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn36')] public function testAssertReturn37(): void { $this->runAssertReturnCommand( @@ -387,7 +349,6 @@ final class MemoryInitTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn37')] public function testAssertReturn38(): void { $this->runAssertReturnCommand( @@ -397,7 +358,6 @@ final class MemoryInitTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn38')] public function testAssertReturn39(): void { $this->runAssertReturnCommand( @@ -407,7 +367,6 @@ final class MemoryInitTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn39')] public function testAssertReturn40(): void { $this->runAssertReturnCommand( @@ -417,7 +376,6 @@ final class MemoryInitTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn40')] public function testAssertReturn41(): void { $this->runAssertReturnCommand( @@ -427,7 +385,6 @@ final class MemoryInitTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn41')] public function testAssertReturn42(): void { $this->runAssertReturnCommand( @@ -437,7 +394,6 @@ final class MemoryInitTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn42')] public function testAssertReturn43(): void { $this->runAssertReturnCommand( @@ -447,7 +403,6 @@ final class MemoryInitTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn43')] public function testAssertReturn44(): void { $this->runAssertReturnCommand( @@ -457,7 +412,6 @@ final class MemoryInitTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn44')] public function testAssertReturn45(): void { $this->runAssertReturnCommand( @@ -467,7 +421,6 @@ final class MemoryInitTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn45')] public function testAssertReturn46(): void { $this->runAssertReturnCommand( @@ -477,7 +430,6 @@ final class MemoryInitTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn46')] public function testAssertReturn47(): void { $this->runAssertReturnCommand( @@ -487,7 +439,6 @@ final class MemoryInitTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn47')] public function testAssertReturn48(): void { $this->runAssertReturnCommand( @@ -497,7 +448,6 @@ final class MemoryInitTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn48')] public function testAssertReturn49(): void { $this->runAssertReturnCommand( @@ -507,7 +457,6 @@ final class MemoryInitTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn49')] public function testAssertReturn50(): void { $this->runAssertReturnCommand( @@ -517,7 +466,6 @@ final class MemoryInitTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn50')] public function testAssertReturn51(): void { $this->runAssertReturnCommand( @@ -527,7 +475,6 @@ final class MemoryInitTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn51')] public function testAssertReturn52(): void { $this->runAssertReturnCommand( @@ -537,7 +484,6 @@ final class MemoryInitTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn52')] public function testAssertReturn53(): void { $this->runAssertReturnCommand( @@ -547,7 +493,6 @@ final class MemoryInitTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn53')] public function testAssertReturn54(): void { $this->runAssertReturnCommand( @@ -557,7 +502,6 @@ final class MemoryInitTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn54')] public function testAssertReturn55(): void { $this->runAssertReturnCommand( @@ -567,7 +511,6 @@ final class MemoryInitTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn55')] public function testAssertReturn56(): void { $this->runAssertReturnCommand( @@ -577,7 +520,6 @@ final class MemoryInitTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn56')] public function testAssertReturn57(): void { $this->runAssertReturnCommand( @@ -587,7 +529,6 @@ final class MemoryInitTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn57')] public function testAssertReturn58(): void { $this->runAssertReturnCommand( @@ -597,7 +538,6 @@ final class MemoryInitTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn58')] public function testAssertReturn59(): void { $this->runAssertReturnCommand( @@ -607,7 +547,6 @@ final class MemoryInitTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn59')] public function testAssertReturn60(): void { $this->runAssertReturnCommand( @@ -617,7 +556,6 @@ final class MemoryInitTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn60')] public function testAssertReturn61(): void { $this->runAssertReturnCommand( @@ -627,7 +565,6 @@ final class MemoryInitTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn61')] public function testAssertReturn62(): void { $this->runAssertReturnCommand( @@ -637,7 +574,6 @@ final class MemoryInitTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn62')] public function testAssertReturn63(): void { $this->runAssertReturnCommand( @@ -647,7 +583,6 @@ final class MemoryInitTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn63')] public function testModule64(): void { $this->runModuleCommand( @@ -657,7 +592,6 @@ final class MemoryInitTest extends SpecTestsuiteBase ); } - #[Depends('testModule64')] public function testAction65(): void { $this->runActionCommand( @@ -666,7 +600,6 @@ final class MemoryInitTest extends SpecTestsuiteBase ); } - #[Depends('testAction65')] public function testAssertReturn66(): void { $this->runAssertReturnCommand( @@ -676,7 +609,6 @@ final class MemoryInitTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn66')] public function testAssertReturn67(): void { $this->runAssertReturnCommand( @@ -686,7 +618,6 @@ final class MemoryInitTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn67')] public function testAssertReturn68(): void { $this->runAssertReturnCommand( @@ -696,7 +627,6 @@ final class MemoryInitTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn68')] public function testAssertReturn69(): void { $this->runAssertReturnCommand( @@ -706,7 +636,6 @@ final class MemoryInitTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn69')] public function testAssertReturn70(): void { $this->runAssertReturnCommand( @@ -716,7 +645,6 @@ final class MemoryInitTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn70')] public function testAssertReturn71(): void { $this->runAssertReturnCommand( @@ -726,7 +654,6 @@ final class MemoryInitTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn71')] public function testAssertReturn72(): void { $this->runAssertReturnCommand( @@ -736,7 +663,6 @@ final class MemoryInitTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn72')] public function testAssertReturn73(): void { $this->runAssertReturnCommand( @@ -746,7 +672,6 @@ final class MemoryInitTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn73')] public function testAssertReturn74(): void { $this->runAssertReturnCommand( @@ -756,7 +681,6 @@ final class MemoryInitTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn74')] public function testAssertReturn75(): void { $this->runAssertReturnCommand( @@ -766,7 +690,6 @@ final class MemoryInitTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn75')] public function testAssertReturn76(): void { $this->runAssertReturnCommand( @@ -776,7 +699,6 @@ final class MemoryInitTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn76')] public function testAssertReturn77(): void { $this->runAssertReturnCommand( @@ -786,7 +708,6 @@ final class MemoryInitTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn77')] public function testAssertReturn78(): void { $this->runAssertReturnCommand( @@ -796,7 +717,6 @@ final class MemoryInitTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn78')] public function testAssertReturn79(): void { $this->runAssertReturnCommand( @@ -806,7 +726,6 @@ final class MemoryInitTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn79')] public function testAssertReturn80(): void { $this->runAssertReturnCommand( @@ -816,7 +735,6 @@ final class MemoryInitTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn80')] public function testAssertReturn81(): void { $this->runAssertReturnCommand( @@ -826,7 +744,6 @@ final class MemoryInitTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn81')] public function testAssertReturn82(): void { $this->runAssertReturnCommand( @@ -836,7 +753,6 @@ final class MemoryInitTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn82')] public function testAssertReturn83(): void { $this->runAssertReturnCommand( @@ -846,7 +762,6 @@ final class MemoryInitTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn83')] public function testAssertReturn84(): void { $this->runAssertReturnCommand( @@ -856,7 +771,6 @@ final class MemoryInitTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn84')] public function testAssertReturn85(): void { $this->runAssertReturnCommand( @@ -866,7 +780,6 @@ final class MemoryInitTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn85')] public function testAssertReturn86(): void { $this->runAssertReturnCommand( @@ -876,7 +789,6 @@ final class MemoryInitTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn86')] public function testAssertReturn87(): void { $this->runAssertReturnCommand( @@ -886,7 +798,6 @@ final class MemoryInitTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn87')] public function testAssertReturn88(): void { $this->runAssertReturnCommand( @@ -896,7 +807,6 @@ final class MemoryInitTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn88')] public function testAssertReturn89(): void { $this->runAssertReturnCommand( @@ -906,7 +816,6 @@ final class MemoryInitTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn89')] public function testAssertReturn90(): void { $this->runAssertReturnCommand( @@ -916,7 +825,6 @@ final class MemoryInitTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn90')] public function testAssertReturn91(): void { $this->runAssertReturnCommand( @@ -926,7 +834,6 @@ final class MemoryInitTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn91')] public function testAssertReturn92(): void { $this->runAssertReturnCommand( @@ -936,7 +843,6 @@ final class MemoryInitTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn92')] public function testAssertReturn93(): void { $this->runAssertReturnCommand( @@ -946,7 +852,6 @@ final class MemoryInitTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn93')] public function testAssertReturn94(): void { $this->runAssertReturnCommand( @@ -956,7 +861,6 @@ final class MemoryInitTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn94')] public function testAssertReturn95(): void { $this->runAssertReturnCommand( @@ -966,7 +870,6 @@ final class MemoryInitTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn95')] public function testModule96(): void { $this->runModuleCommand( @@ -976,7 +879,6 @@ final class MemoryInitTest extends SpecTestsuiteBase ); } - #[Depends('testModule96')] public function testAction97(): void { $this->runActionCommand( @@ -985,7 +887,6 @@ final class MemoryInitTest extends SpecTestsuiteBase ); } - #[Depends('testAction97')] public function testAssertReturn98(): void { $this->runAssertReturnCommand( @@ -995,7 +896,6 @@ final class MemoryInitTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn98')] public function testAssertReturn99(): void { $this->runAssertReturnCommand( @@ -1005,7 +905,6 @@ final class MemoryInitTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn99')] public function testAssertReturn100(): void { $this->runAssertReturnCommand( @@ -1015,7 +914,6 @@ final class MemoryInitTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn100')] public function testAssertReturn101(): void { $this->runAssertReturnCommand( @@ -1025,7 +923,6 @@ final class MemoryInitTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn101')] public function testAssertReturn102(): void { $this->runAssertReturnCommand( @@ -1035,7 +932,6 @@ final class MemoryInitTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn102')] public function testAssertReturn103(): void { $this->runAssertReturnCommand( @@ -1045,7 +941,6 @@ final class MemoryInitTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn103')] public function testAssertReturn104(): void { $this->runAssertReturnCommand( @@ -1055,7 +950,6 @@ final class MemoryInitTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn104')] public function testAssertReturn105(): void { $this->runAssertReturnCommand( @@ -1065,7 +959,6 @@ final class MemoryInitTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn105')] public function testAssertReturn106(): void { $this->runAssertReturnCommand( @@ -1075,7 +968,6 @@ final class MemoryInitTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn106')] public function testAssertReturn107(): void { $this->runAssertReturnCommand( @@ -1085,7 +977,6 @@ final class MemoryInitTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn107')] public function testAssertReturn108(): void { $this->runAssertReturnCommand( @@ -1095,7 +986,6 @@ final class MemoryInitTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn108')] public function testAssertReturn109(): void { $this->runAssertReturnCommand( @@ -1105,7 +995,6 @@ final class MemoryInitTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn109')] public function testAssertReturn110(): void { $this->runAssertReturnCommand( @@ -1115,7 +1004,6 @@ final class MemoryInitTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn110')] public function testAssertReturn111(): void { $this->runAssertReturnCommand( @@ -1125,7 +1013,6 @@ final class MemoryInitTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn111')] public function testAssertReturn112(): void { $this->runAssertReturnCommand( @@ -1135,7 +1022,6 @@ final class MemoryInitTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn112')] public function testAssertReturn113(): void { $this->runAssertReturnCommand( @@ -1145,7 +1031,6 @@ final class MemoryInitTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn113')] public function testAssertReturn114(): void { $this->runAssertReturnCommand( @@ -1155,7 +1040,6 @@ final class MemoryInitTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn114')] public function testAssertReturn115(): void { $this->runAssertReturnCommand( @@ -1165,7 +1049,6 @@ final class MemoryInitTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn115')] public function testAssertReturn116(): void { $this->runAssertReturnCommand( @@ -1175,7 +1058,6 @@ final class MemoryInitTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn116')] public function testAssertReturn117(): void { $this->runAssertReturnCommand( @@ -1185,7 +1067,6 @@ final class MemoryInitTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn117')] public function testAssertReturn118(): void { $this->runAssertReturnCommand( @@ -1195,7 +1076,6 @@ final class MemoryInitTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn118')] public function testAssertReturn119(): void { $this->runAssertReturnCommand( @@ -1205,7 +1085,6 @@ final class MemoryInitTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn119')] public function testAssertReturn120(): void { $this->runAssertReturnCommand( @@ -1215,7 +1094,6 @@ final class MemoryInitTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn120')] public function testAssertReturn121(): void { $this->runAssertReturnCommand( @@ -1225,7 +1103,6 @@ final class MemoryInitTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn121')] public function testAssertReturn122(): void { $this->runAssertReturnCommand( @@ -1235,7 +1112,6 @@ final class MemoryInitTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn122')] public function testAssertReturn123(): void { $this->runAssertReturnCommand( @@ -1245,7 +1121,6 @@ final class MemoryInitTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn123')] public function testAssertReturn124(): void { $this->runAssertReturnCommand( @@ -1255,7 +1130,6 @@ final class MemoryInitTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn124')] public function testAssertReturn125(): void { $this->runAssertReturnCommand( @@ -1265,7 +1139,6 @@ final class MemoryInitTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn125')] public function testAssertReturn126(): void { $this->runAssertReturnCommand( @@ -1275,7 +1148,6 @@ final class MemoryInitTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn126')] public function testAssertReturn127(): void { $this->runAssertReturnCommand( @@ -1285,7 +1157,6 @@ final class MemoryInitTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn127')] public function testAssertInvalid128(): void { $this->runAssertInvalidCommand( @@ -1295,7 +1166,6 @@ final class MemoryInitTest extends SpecTestsuiteBase ); } - #[Depends('testAssertInvalid128')] public function testAssertInvalid129(): void { $this->runAssertInvalidCommand( @@ -1305,7 +1175,6 @@ final class MemoryInitTest extends SpecTestsuiteBase ); } - #[Depends('testAssertInvalid129')] public function testModule130(): void { $this->runModuleCommand( @@ -1315,7 +1184,6 @@ final class MemoryInitTest extends SpecTestsuiteBase ); } - #[Depends('testModule130')] public function testAction131(): void { $this->runActionCommand( @@ -1324,7 +1192,6 @@ final class MemoryInitTest extends SpecTestsuiteBase ); } - #[Depends('testAction131')] public function testModule132(): void { $this->runModuleCommand( @@ -1334,7 +1201,6 @@ final class MemoryInitTest extends SpecTestsuiteBase ); } - #[Depends('testModule132')] public function testAssertTrap133(): void { $this->runAssertTrapCommand( @@ -1344,7 +1210,6 @@ final class MemoryInitTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap133')] public function testModule134(): void { $this->runModuleCommand( @@ -1354,7 +1219,6 @@ final class MemoryInitTest extends SpecTestsuiteBase ); } - #[Depends('testModule134')] public function testAssertTrap135(): void { $this->runAssertTrapCommand( @@ -1364,7 +1228,6 @@ final class MemoryInitTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap135')] public function testAssertInvalid136(): void { $this->runAssertInvalidCommand( @@ -1374,7 +1237,6 @@ final class MemoryInitTest extends SpecTestsuiteBase ); } - #[Depends('testAssertInvalid136')] public function testAssertInvalid137(): void { $this->runAssertInvalidCommand( @@ -1384,7 +1246,6 @@ final class MemoryInitTest extends SpecTestsuiteBase ); } - #[Depends('testAssertInvalid137')] public function testModule138(): void { $this->runModuleCommand( @@ -1394,7 +1255,6 @@ final class MemoryInitTest extends SpecTestsuiteBase ); } - #[Depends('testModule138')] public function testAction139(): void { $this->runActionCommand( @@ -1403,7 +1263,6 @@ final class MemoryInitTest extends SpecTestsuiteBase ); } - #[Depends('testAction139')] public function testModule140(): void { $this->runModuleCommand( @@ -1413,7 +1272,6 @@ final class MemoryInitTest extends SpecTestsuiteBase ); } - #[Depends('testModule140')] public function testAssertTrap141(): void { $this->runAssertTrapCommand( @@ -1423,7 +1281,6 @@ final class MemoryInitTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap141')] public function testModule142(): void { $this->runModuleCommand( @@ -1433,7 +1290,6 @@ final class MemoryInitTest extends SpecTestsuiteBase ); } - #[Depends('testModule142')] public function testAssertTrap143(): void { $this->runAssertTrapCommand( @@ -1443,7 +1299,6 @@ final class MemoryInitTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap143')] public function testModule144(): void { $this->runModuleCommand( @@ -1453,7 +1308,6 @@ final class MemoryInitTest extends SpecTestsuiteBase ); } - #[Depends('testModule144')] public function testAssertTrap145(): void { $this->runAssertTrapCommand( @@ -1463,7 +1317,6 @@ final class MemoryInitTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap145')] public function testModule146(): void { $this->runModuleCommand( @@ -1473,7 +1326,6 @@ final class MemoryInitTest extends SpecTestsuiteBase ); } - #[Depends('testModule146')] public function testAssertTrap147(): void { $this->runAssertTrapCommand( @@ -1483,7 +1335,6 @@ final class MemoryInitTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap147')] public function testModule148(): void { $this->runModuleCommand( @@ -1493,7 +1344,6 @@ final class MemoryInitTest extends SpecTestsuiteBase ); } - #[Depends('testModule148')] public function testAction149(): void { $this->runActionCommand( @@ -1502,7 +1352,6 @@ final class MemoryInitTest extends SpecTestsuiteBase ); } - #[Depends('testAction149')] public function testModule150(): void { $this->runModuleCommand( @@ -1512,7 +1361,6 @@ final class MemoryInitTest extends SpecTestsuiteBase ); } - #[Depends('testModule150')] public function testAssertTrap151(): void { $this->runAssertTrapCommand( @@ -1522,7 +1370,6 @@ final class MemoryInitTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap151')] public function testModule152(): void { $this->runModuleCommand( @@ -1532,7 +1379,6 @@ final class MemoryInitTest extends SpecTestsuiteBase ); } - #[Depends('testModule152')] public function testAction153(): void { $this->runActionCommand( @@ -1541,7 +1387,6 @@ final class MemoryInitTest extends SpecTestsuiteBase ); } - #[Depends('testAction153')] public function testModule154(): void { $this->runModuleCommand( @@ -1551,7 +1396,6 @@ final class MemoryInitTest extends SpecTestsuiteBase ); } - #[Depends('testModule154')] public function testAction155(): void { $this->runActionCommand( @@ -1560,7 +1404,6 @@ final class MemoryInitTest extends SpecTestsuiteBase ); } - #[Depends('testAction155')] public function testModule156(): void { $this->runModuleCommand( @@ -1570,7 +1413,6 @@ final class MemoryInitTest extends SpecTestsuiteBase ); } - #[Depends('testModule156')] public function testAssertTrap157(): void { $this->runAssertTrapCommand( @@ -1580,7 +1422,6 @@ final class MemoryInitTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap157')] public function testAssertInvalid158(): void { $this->runAssertInvalidCommand( @@ -1590,7 +1431,6 @@ final class MemoryInitTest extends SpecTestsuiteBase ); } - #[Depends('testAssertInvalid158')] public function testAssertInvalid159(): void { $this->runAssertInvalidCommand( @@ -1600,7 +1440,6 @@ final class MemoryInitTest extends SpecTestsuiteBase ); } - #[Depends('testAssertInvalid159')] public function testAssertInvalid160(): void { $this->runAssertInvalidCommand( @@ -1610,7 +1449,6 @@ final class MemoryInitTest extends SpecTestsuiteBase ); } - #[Depends('testAssertInvalid160')] public function testAssertInvalid161(): void { $this->runAssertInvalidCommand( @@ -1620,7 +1458,6 @@ final class MemoryInitTest extends SpecTestsuiteBase ); } - #[Depends('testAssertInvalid161')] public function testAssertInvalid162(): void { $this->runAssertInvalidCommand( @@ -1630,7 +1467,6 @@ final class MemoryInitTest extends SpecTestsuiteBase ); } - #[Depends('testAssertInvalid162')] public function testAssertInvalid163(): void { $this->runAssertInvalidCommand( @@ -1640,7 +1476,6 @@ final class MemoryInitTest extends SpecTestsuiteBase ); } - #[Depends('testAssertInvalid163')] public function testAssertInvalid164(): void { $this->runAssertInvalidCommand( @@ -1650,7 +1485,6 @@ final class MemoryInitTest extends SpecTestsuiteBase ); } - #[Depends('testAssertInvalid164')] public function testAssertInvalid165(): void { $this->runAssertInvalidCommand( @@ -1660,7 +1494,6 @@ final class MemoryInitTest extends SpecTestsuiteBase ); } - #[Depends('testAssertInvalid165')] public function testAssertInvalid166(): void { $this->runAssertInvalidCommand( @@ -1670,7 +1503,6 @@ final class MemoryInitTest extends SpecTestsuiteBase ); } - #[Depends('testAssertInvalid166')] public function testAssertInvalid167(): void { $this->runAssertInvalidCommand( @@ -1680,7 +1512,6 @@ final class MemoryInitTest extends SpecTestsuiteBase ); } - #[Depends('testAssertInvalid167')] public function testAssertInvalid168(): void { $this->runAssertInvalidCommand( @@ -1690,7 +1521,6 @@ final class MemoryInitTest extends SpecTestsuiteBase ); } - #[Depends('testAssertInvalid168')] public function testAssertInvalid169(): void { $this->runAssertInvalidCommand( @@ -1700,7 +1530,6 @@ final class MemoryInitTest extends SpecTestsuiteBase ); } - #[Depends('testAssertInvalid169')] public function testAssertInvalid170(): void { $this->runAssertInvalidCommand( @@ -1710,7 +1539,6 @@ final class MemoryInitTest extends SpecTestsuiteBase ); } - #[Depends('testAssertInvalid170')] public function testAssertInvalid171(): void { $this->runAssertInvalidCommand( @@ -1720,7 +1548,6 @@ final class MemoryInitTest extends SpecTestsuiteBase ); } - #[Depends('testAssertInvalid171')] public function testAssertInvalid172(): void { $this->runAssertInvalidCommand( @@ -1730,7 +1557,6 @@ final class MemoryInitTest extends SpecTestsuiteBase ); } - #[Depends('testAssertInvalid172')] public function testAssertInvalid173(): void { $this->runAssertInvalidCommand( @@ -1740,7 +1566,6 @@ final class MemoryInitTest extends SpecTestsuiteBase ); } - #[Depends('testAssertInvalid173')] public function testAssertInvalid174(): void { $this->runAssertInvalidCommand( @@ -1750,7 +1575,6 @@ final class MemoryInitTest extends SpecTestsuiteBase ); } - #[Depends('testAssertInvalid174')] public function testAssertInvalid175(): void { $this->runAssertInvalidCommand( @@ -1760,7 +1584,6 @@ final class MemoryInitTest extends SpecTestsuiteBase ); } - #[Depends('testAssertInvalid175')] public function testAssertInvalid176(): void { $this->runAssertInvalidCommand( @@ -1770,7 +1593,6 @@ final class MemoryInitTest extends SpecTestsuiteBase ); } - #[Depends('testAssertInvalid176')] public function testAssertInvalid177(): void { $this->runAssertInvalidCommand( @@ -1780,7 +1602,6 @@ final class MemoryInitTest extends SpecTestsuiteBase ); } - #[Depends('testAssertInvalid177')] public function testAssertInvalid178(): void { $this->runAssertInvalidCommand( @@ -1790,7 +1611,6 @@ final class MemoryInitTest extends SpecTestsuiteBase ); } - #[Depends('testAssertInvalid178')] public function testAssertInvalid179(): void { $this->runAssertInvalidCommand( @@ -1800,7 +1620,6 @@ final class MemoryInitTest extends SpecTestsuiteBase ); } - #[Depends('testAssertInvalid179')] public function testAssertInvalid180(): void { $this->runAssertInvalidCommand( @@ -1810,7 +1629,6 @@ final class MemoryInitTest extends SpecTestsuiteBase ); } - #[Depends('testAssertInvalid180')] public function testAssertInvalid181(): void { $this->runAssertInvalidCommand( @@ -1820,7 +1638,6 @@ final class MemoryInitTest extends SpecTestsuiteBase ); } - #[Depends('testAssertInvalid181')] public function testAssertInvalid182(): void { $this->runAssertInvalidCommand( @@ -1830,7 +1647,6 @@ final class MemoryInitTest extends SpecTestsuiteBase ); } - #[Depends('testAssertInvalid182')] public function testAssertInvalid183(): void { $this->runAssertInvalidCommand( @@ -1840,7 +1656,6 @@ final class MemoryInitTest extends SpecTestsuiteBase ); } - #[Depends('testAssertInvalid183')] public function testAssertInvalid184(): void { $this->runAssertInvalidCommand( @@ -1850,7 +1665,6 @@ final class MemoryInitTest extends SpecTestsuiteBase ); } - #[Depends('testAssertInvalid184')] public function testAssertInvalid185(): void { $this->runAssertInvalidCommand( @@ -1860,7 +1674,6 @@ final class MemoryInitTest extends SpecTestsuiteBase ); } - #[Depends('testAssertInvalid185')] public function testAssertInvalid186(): void { $this->runAssertInvalidCommand( @@ -1870,7 +1683,6 @@ final class MemoryInitTest extends SpecTestsuiteBase ); } - #[Depends('testAssertInvalid186')] public function testAssertInvalid187(): void { $this->runAssertInvalidCommand( @@ -1880,7 +1692,6 @@ final class MemoryInitTest extends SpecTestsuiteBase ); } - #[Depends('testAssertInvalid187')] public function testAssertInvalid188(): void { $this->runAssertInvalidCommand( @@ -1890,7 +1701,6 @@ final class MemoryInitTest extends SpecTestsuiteBase ); } - #[Depends('testAssertInvalid188')] public function testAssertInvalid189(): void { $this->runAssertInvalidCommand( @@ -1900,7 +1710,6 @@ final class MemoryInitTest extends SpecTestsuiteBase ); } - #[Depends('testAssertInvalid189')] public function testAssertInvalid190(): void { $this->runAssertInvalidCommand( @@ -1910,7 +1719,6 @@ final class MemoryInitTest extends SpecTestsuiteBase ); } - #[Depends('testAssertInvalid190')] public function testAssertInvalid191(): void { $this->runAssertInvalidCommand( @@ -1920,7 +1728,6 @@ final class MemoryInitTest extends SpecTestsuiteBase ); } - #[Depends('testAssertInvalid191')] public function testAssertInvalid192(): void { $this->runAssertInvalidCommand( @@ -1930,7 +1737,6 @@ final class MemoryInitTest extends SpecTestsuiteBase ); } - #[Depends('testAssertInvalid192')] public function testAssertInvalid193(): void { $this->runAssertInvalidCommand( @@ -1940,7 +1746,6 @@ final class MemoryInitTest extends SpecTestsuiteBase ); } - #[Depends('testAssertInvalid193')] public function testAssertInvalid194(): void { $this->runAssertInvalidCommand( @@ -1950,7 +1755,6 @@ final class MemoryInitTest extends SpecTestsuiteBase ); } - #[Depends('testAssertInvalid194')] public function testAssertInvalid195(): void { $this->runAssertInvalidCommand( @@ -1960,7 +1764,6 @@ final class MemoryInitTest extends SpecTestsuiteBase ); } - #[Depends('testAssertInvalid195')] public function testAssertInvalid196(): void { $this->runAssertInvalidCommand( @@ -1970,7 +1773,6 @@ final class MemoryInitTest extends SpecTestsuiteBase ); } - #[Depends('testAssertInvalid196')] public function testAssertInvalid197(): void { $this->runAssertInvalidCommand( @@ -1980,7 +1782,6 @@ final class MemoryInitTest extends SpecTestsuiteBase ); } - #[Depends('testAssertInvalid197')] public function testAssertInvalid198(): void { $this->runAssertInvalidCommand( @@ -1990,7 +1791,6 @@ final class MemoryInitTest extends SpecTestsuiteBase ); } - #[Depends('testAssertInvalid198')] public function testAssertInvalid199(): void { $this->runAssertInvalidCommand( @@ -2000,7 +1800,6 @@ final class MemoryInitTest extends SpecTestsuiteBase ); } - #[Depends('testAssertInvalid199')] public function testAssertInvalid200(): void { $this->runAssertInvalidCommand( @@ -2010,7 +1809,6 @@ final class MemoryInitTest extends SpecTestsuiteBase ); } - #[Depends('testAssertInvalid200')] public function testAssertInvalid201(): void { $this->runAssertInvalidCommand( @@ -2020,7 +1818,6 @@ final class MemoryInitTest extends SpecTestsuiteBase ); } - #[Depends('testAssertInvalid201')] public function testAssertInvalid202(): void { $this->runAssertInvalidCommand( @@ -2030,7 +1827,6 @@ final class MemoryInitTest extends SpecTestsuiteBase ); } - #[Depends('testAssertInvalid202')] public function testAssertInvalid203(): void { $this->runAssertInvalidCommand( @@ -2040,7 +1836,6 @@ final class MemoryInitTest extends SpecTestsuiteBase ); } - #[Depends('testAssertInvalid203')] public function testAssertInvalid204(): void { $this->runAssertInvalidCommand( @@ -2050,7 +1845,6 @@ final class MemoryInitTest extends SpecTestsuiteBase ); } - #[Depends('testAssertInvalid204')] public function testAssertInvalid205(): void { $this->runAssertInvalidCommand( @@ -2060,7 +1854,6 @@ final class MemoryInitTest extends SpecTestsuiteBase ); } - #[Depends('testAssertInvalid205')] public function testAssertInvalid206(): void { $this->runAssertInvalidCommand( @@ -2070,7 +1863,6 @@ final class MemoryInitTest extends SpecTestsuiteBase ); } - #[Depends('testAssertInvalid206')] public function testAssertInvalid207(): void { $this->runAssertInvalidCommand( @@ -2080,7 +1872,6 @@ final class MemoryInitTest extends SpecTestsuiteBase ); } - #[Depends('testAssertInvalid207')] public function testAssertInvalid208(): void { $this->runAssertInvalidCommand( @@ -2090,7 +1881,6 @@ final class MemoryInitTest extends SpecTestsuiteBase ); } - #[Depends('testAssertInvalid208')] public function testAssertInvalid209(): void { $this->runAssertInvalidCommand( @@ -2100,7 +1890,6 @@ final class MemoryInitTest extends SpecTestsuiteBase ); } - #[Depends('testAssertInvalid209')] public function testAssertInvalid210(): void { $this->runAssertInvalidCommand( @@ -2110,7 +1899,6 @@ final class MemoryInitTest extends SpecTestsuiteBase ); } - #[Depends('testAssertInvalid210')] public function testAssertInvalid211(): void { $this->runAssertInvalidCommand( @@ -2120,7 +1908,6 @@ final class MemoryInitTest extends SpecTestsuiteBase ); } - #[Depends('testAssertInvalid211')] public function testAssertInvalid212(): void { $this->runAssertInvalidCommand( @@ -2130,7 +1917,6 @@ final class MemoryInitTest extends SpecTestsuiteBase ); } - #[Depends('testAssertInvalid212')] public function testAssertInvalid213(): void { $this->runAssertInvalidCommand( @@ -2140,7 +1926,6 @@ final class MemoryInitTest extends SpecTestsuiteBase ); } - #[Depends('testAssertInvalid213')] public function testAssertInvalid214(): void { $this->runAssertInvalidCommand( @@ -2150,7 +1935,6 @@ final class MemoryInitTest extends SpecTestsuiteBase ); } - #[Depends('testAssertInvalid214')] public function testAssertInvalid215(): void { $this->runAssertInvalidCommand( @@ -2160,7 +1944,6 @@ final class MemoryInitTest extends SpecTestsuiteBase ); } - #[Depends('testAssertInvalid215')] public function testAssertInvalid216(): void { $this->runAssertInvalidCommand( @@ -2170,7 +1953,6 @@ final class MemoryInitTest extends SpecTestsuiteBase ); } - #[Depends('testAssertInvalid216')] public function testAssertInvalid217(): void { $this->runAssertInvalidCommand( @@ -2180,7 +1962,6 @@ final class MemoryInitTest extends SpecTestsuiteBase ); } - #[Depends('testAssertInvalid217')] public function testAssertInvalid218(): void { $this->runAssertInvalidCommand( @@ -2190,7 +1971,6 @@ final class MemoryInitTest extends SpecTestsuiteBase ); } - #[Depends('testAssertInvalid218')] public function testAssertInvalid219(): void { $this->runAssertInvalidCommand( @@ -2200,7 +1980,6 @@ final class MemoryInitTest extends SpecTestsuiteBase ); } - #[Depends('testAssertInvalid219')] public function testAssertInvalid220(): void { $this->runAssertInvalidCommand( @@ -2210,7 +1989,6 @@ final class MemoryInitTest extends SpecTestsuiteBase ); } - #[Depends('testAssertInvalid220')] public function testModule221(): void { $this->runModuleCommand( @@ -2220,7 +1998,6 @@ final class MemoryInitTest extends SpecTestsuiteBase ); } - #[Depends('testModule221')] public function testAssertTrap222(): void { $this->runAssertTrapCommand( @@ -2230,7 +2007,6 @@ final class MemoryInitTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap222')] public function testAssertReturn223(): void { $this->runAssertReturnCommand( @@ -2240,7 +2016,6 @@ final class MemoryInitTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn223')] public function testModule224(): void { $this->runModuleCommand( @@ -2250,7 +2025,6 @@ final class MemoryInitTest extends SpecTestsuiteBase ); } - #[Depends('testModule224')] public function testAssertTrap225(): void { $this->runAssertTrapCommand( @@ -2260,7 +2034,6 @@ final class MemoryInitTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap225')] public function testAssertReturn226(): void { $this->runAssertReturnCommand( @@ -2270,7 +2043,6 @@ final class MemoryInitTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn226')] public function testModule227(): void { $this->runModuleCommand( @@ -2280,7 +2052,6 @@ final class MemoryInitTest extends SpecTestsuiteBase ); } - #[Depends('testModule227')] public function testAssertTrap228(): void { $this->runAssertTrapCommand( @@ -2290,7 +2061,6 @@ final class MemoryInitTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap228')] public function testAssertReturn229(): void { $this->runAssertReturnCommand( @@ -2300,7 +2070,6 @@ final class MemoryInitTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn229')] public function testModule230(): void { $this->runModuleCommand( @@ -2310,7 +2079,6 @@ final class MemoryInitTest extends SpecTestsuiteBase ); } - #[Depends('testModule230')] public function testAssertTrap231(): void { $this->runAssertTrapCommand( @@ -2320,7 +2088,6 @@ final class MemoryInitTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap231')] public function testAssertReturn232(): void { $this->runAssertReturnCommand( @@ -2330,7 +2097,6 @@ final class MemoryInitTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn232')] public function testModule233(): void { $this->runModuleCommand( @@ -2340,7 +2106,6 @@ final class MemoryInitTest extends SpecTestsuiteBase ); } - #[Depends('testModule233')] public function testAssertTrap234(): void { $this->runAssertTrapCommand( @@ -2350,7 +2115,6 @@ final class MemoryInitTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap234')] public function testAssertReturn235(): void { $this->runAssertReturnCommand( @@ -2360,7 +2124,6 @@ final class MemoryInitTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn235')] public function testModule236(): void { $this->runModuleCommand( @@ -2370,7 +2133,6 @@ final class MemoryInitTest extends SpecTestsuiteBase ); } - #[Depends('testModule236')] public function testAssertTrap237(): void { $this->runAssertTrapCommand( @@ -2380,7 +2142,6 @@ final class MemoryInitTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap237')] public function testAssertReturn238(): void { $this->runAssertReturnCommand( @@ -2390,7 +2151,6 @@ final class MemoryInitTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn238')] public function testModule239(): void { $this->runModuleCommand( diff --git a/tests/src/SpecTestsuites/Core/MemoryRedundancyTest.php b/tests/src/SpecTestsuites/Core/MemoryRedundancyTest.php index e11fc5c..5f36525 100644 --- a/tests/src/SpecTestsuites/Core/MemoryRedundancyTest.php +++ b/tests/src/SpecTestsuites/Core/MemoryRedundancyTest.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 MemoryRedundancyTest extends SpecTestsuiteBase @@ -19,7 +18,6 @@ final class MemoryRedundancyTest extends SpecTestsuiteBase ); } - #[Depends('testModule0')] public function testAssertReturn1(): void { $this->runAssertReturnCommand( @@ -29,7 +27,6 @@ final class MemoryRedundancyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1')] public function testAction2(): void { $this->runActionCommand( @@ -38,7 +35,6 @@ final class MemoryRedundancyTest extends SpecTestsuiteBase ); } - #[Depends('testAction2')] public function testAssertReturn3(): void { $this->runAssertReturnCommand( @@ -48,7 +44,6 @@ final class MemoryRedundancyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn3')] public function testAction4(): void { $this->runActionCommand( @@ -57,7 +52,6 @@ final class MemoryRedundancyTest extends SpecTestsuiteBase ); } - #[Depends('testAction4')] public function testAssertReturn5(): void { $this->runAssertReturnCommand( @@ -67,7 +61,6 @@ final class MemoryRedundancyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn5')] public function testAction6(): void { $this->runActionCommand( @@ -76,7 +69,6 @@ final class MemoryRedundancyTest extends SpecTestsuiteBase ); } - #[Depends('testAction6')] public function testAssertReturn7(): void { $this->runAssertReturnCommand( diff --git a/tests/src/SpecTestsuites/Core/MemorySizeTest.php b/tests/src/SpecTestsuites/Core/MemorySizeTest.php index 1bf2f73..b32f911 100644 --- a/tests/src/SpecTestsuites/Core/MemorySizeTest.php +++ b/tests/src/SpecTestsuites/Core/MemorySizeTest.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 MemorySizeTest extends SpecTestsuiteBase @@ -19,7 +18,6 @@ final class MemorySizeTest extends SpecTestsuiteBase ); } - #[Depends('testModule0')] public function testAssertReturn1(): void { $this->runAssertReturnCommand( @@ -29,7 +27,6 @@ final class MemorySizeTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1')] public function testAssertReturn2(): void { $this->runAssertReturnCommand( @@ -39,7 +36,6 @@ final class MemorySizeTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2')] public function testAssertReturn3(): void { $this->runAssertReturnCommand( @@ -49,7 +45,6 @@ final class MemorySizeTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn3')] public function testAssertReturn4(): void { $this->runAssertReturnCommand( @@ -59,7 +54,6 @@ final class MemorySizeTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn4')] public function testAssertReturn5(): void { $this->runAssertReturnCommand( @@ -69,7 +63,6 @@ final class MemorySizeTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn5')] public function testAssertReturn6(): void { $this->runAssertReturnCommand( @@ -79,7 +72,6 @@ final class MemorySizeTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn6')] public function testAssertReturn7(): void { $this->runAssertReturnCommand( @@ -89,7 +81,6 @@ final class MemorySizeTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn7')] public function testModule8(): void { $this->runModuleCommand( @@ -99,7 +90,6 @@ final class MemorySizeTest extends SpecTestsuiteBase ); } - #[Depends('testModule8')] public function testAssertReturn9(): void { $this->runAssertReturnCommand( @@ -109,7 +99,6 @@ final class MemorySizeTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn9')] public function testAssertReturn10(): void { $this->runAssertReturnCommand( @@ -119,7 +108,6 @@ final class MemorySizeTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn10')] public function testAssertReturn11(): void { $this->runAssertReturnCommand( @@ -129,7 +117,6 @@ final class MemorySizeTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn11')] public function testAssertReturn12(): void { $this->runAssertReturnCommand( @@ -139,7 +126,6 @@ final class MemorySizeTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn12')] public function testAssertReturn13(): void { $this->runAssertReturnCommand( @@ -149,7 +135,6 @@ final class MemorySizeTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn13')] public function testAssertReturn14(): void { $this->runAssertReturnCommand( @@ -159,7 +144,6 @@ final class MemorySizeTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn14')] public function testAssertReturn15(): void { $this->runAssertReturnCommand( @@ -169,7 +153,6 @@ final class MemorySizeTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn15')] public function testModule16(): void { $this->runModuleCommand( @@ -179,7 +162,6 @@ final class MemorySizeTest extends SpecTestsuiteBase ); } - #[Depends('testModule16')] public function testAssertReturn17(): void { $this->runAssertReturnCommand( @@ -189,7 +171,6 @@ final class MemorySizeTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn17')] public function testAssertReturn18(): void { $this->runAssertReturnCommand( @@ -199,7 +180,6 @@ final class MemorySizeTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn18')] public function testAssertReturn19(): void { $this->runAssertReturnCommand( @@ -209,7 +189,6 @@ final class MemorySizeTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn19')] public function testAssertReturn20(): void { $this->runAssertReturnCommand( @@ -219,7 +198,6 @@ final class MemorySizeTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn20')] public function testAssertReturn21(): void { $this->runAssertReturnCommand( @@ -229,7 +207,6 @@ final class MemorySizeTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn21')] public function testAssertReturn22(): void { $this->runAssertReturnCommand( @@ -239,7 +216,6 @@ final class MemorySizeTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn22')] public function testAssertReturn23(): void { $this->runAssertReturnCommand( @@ -249,7 +225,6 @@ final class MemorySizeTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn23')] public function testAssertReturn24(): void { $this->runAssertReturnCommand( @@ -259,7 +234,6 @@ final class MemorySizeTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn24')] public function testAssertReturn25(): void { $this->runAssertReturnCommand( @@ -269,7 +243,6 @@ final class MemorySizeTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn25')] public function testAssertReturn26(): void { $this->runAssertReturnCommand( @@ -279,7 +252,6 @@ final class MemorySizeTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn26')] public function testAssertReturn27(): void { $this->runAssertReturnCommand( @@ -289,7 +261,6 @@ final class MemorySizeTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn27')] public function testModule28(): void { $this->runModuleCommand( @@ -299,7 +270,6 @@ final class MemorySizeTest extends SpecTestsuiteBase ); } - #[Depends('testModule28')] public function testAssertReturn29(): void { $this->runAssertReturnCommand( @@ -309,7 +279,6 @@ final class MemorySizeTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn29')] public function testAssertReturn30(): void { $this->runAssertReturnCommand( @@ -319,7 +288,6 @@ final class MemorySizeTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn30')] public function testAssertReturn31(): void { $this->runAssertReturnCommand( @@ -329,7 +297,6 @@ final class MemorySizeTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn31')] public function testAssertReturn32(): void { $this->runAssertReturnCommand( @@ -339,7 +306,6 @@ final class MemorySizeTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn32')] public function testAssertReturn33(): void { $this->runAssertReturnCommand( @@ -349,7 +315,6 @@ final class MemorySizeTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn33')] public function testAssertReturn34(): void { $this->runAssertReturnCommand( @@ -359,7 +324,6 @@ final class MemorySizeTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn34')] public function testAssertReturn35(): void { $this->runAssertReturnCommand( @@ -369,7 +333,6 @@ final class MemorySizeTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn35')] public function testAssertReturn36(): void { $this->runAssertReturnCommand( @@ -379,7 +342,6 @@ final class MemorySizeTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn36')] public function testAssertReturn37(): void { $this->runAssertReturnCommand( @@ -389,7 +351,6 @@ final class MemorySizeTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn37')] public function testAssertReturn38(): void { $this->runAssertReturnCommand( @@ -399,7 +360,6 @@ final class MemorySizeTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn38')] public function testAssertReturn39(): void { $this->runAssertReturnCommand( @@ -409,7 +369,6 @@ final class MemorySizeTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn39')] public function testAssertInvalid40(): void { $this->runAssertInvalidCommand( @@ -419,7 +378,6 @@ final class MemorySizeTest extends SpecTestsuiteBase ); } - #[Depends('testAssertInvalid40')] public function testAssertInvalid41(): void { $this->runAssertInvalidCommand( diff --git a/tests/src/SpecTestsuites/Core/MemoryTest.php b/tests/src/SpecTestsuites/Core/MemoryTest.php index 93b7362..34b214c 100644 --- a/tests/src/SpecTestsuites/Core/MemoryTest.php +++ b/tests/src/SpecTestsuites/Core/MemoryTest.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 MemoryTest extends SpecTestsuiteBase @@ -19,7 +18,6 @@ final class MemoryTest extends SpecTestsuiteBase ); } - #[Depends('testModule0')] public function testModule1(): void { $this->runModuleCommand( @@ -29,7 +27,6 @@ final class MemoryTest extends SpecTestsuiteBase ); } - #[Depends('testModule1')] public function testModule2(): void { $this->runModuleCommand( @@ -39,7 +36,6 @@ final class MemoryTest extends SpecTestsuiteBase ); } - #[Depends('testModule2')] public function testModule3(): void { $this->runModuleCommand( @@ -49,7 +45,6 @@ final class MemoryTest extends SpecTestsuiteBase ); } - #[Depends('testModule3')] public function testModule4(): void { $this->runModuleCommand( @@ -59,7 +54,6 @@ final class MemoryTest extends SpecTestsuiteBase ); } - #[Depends('testModule4')] public function testModule5(): void { $this->runModuleCommand( @@ -69,7 +63,6 @@ final class MemoryTest extends SpecTestsuiteBase ); } - #[Depends('testModule5')] public function testAssertInvalid6(): void { $this->runAssertInvalidCommand( @@ -79,7 +72,6 @@ final class MemoryTest extends SpecTestsuiteBase ); } - #[Depends('testAssertInvalid6')] public function testAssertInvalid7(): void { $this->runAssertInvalidCommand( @@ -89,7 +81,6 @@ final class MemoryTest extends SpecTestsuiteBase ); } - #[Depends('testAssertInvalid7')] public function testModule8(): void { $this->runModuleCommand( @@ -99,7 +90,6 @@ final class MemoryTest extends SpecTestsuiteBase ); } - #[Depends('testModule8')] public function testAssertReturn9(): void { $this->runAssertReturnCommand( @@ -109,7 +99,6 @@ final class MemoryTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn9')] public function testModule10(): void { $this->runModuleCommand( @@ -119,7 +108,6 @@ final class MemoryTest extends SpecTestsuiteBase ); } - #[Depends('testModule10')] public function testAssertReturn11(): void { $this->runAssertReturnCommand( @@ -129,7 +117,6 @@ final class MemoryTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn11')] public function testModule12(): void { $this->runModuleCommand( @@ -139,7 +126,6 @@ final class MemoryTest extends SpecTestsuiteBase ); } - #[Depends('testModule12')] public function testAssertReturn13(): void { $this->runAssertReturnCommand( @@ -149,7 +135,6 @@ final class MemoryTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn13')] public function testAssertInvalid14(): void { $this->runAssertInvalidCommand( @@ -159,7 +144,6 @@ final class MemoryTest extends SpecTestsuiteBase ); } - #[Depends('testAssertInvalid14')] public function testAssertInvalid15(): void { $this->runAssertInvalidCommand( @@ -169,7 +153,6 @@ final class MemoryTest extends SpecTestsuiteBase ); } - #[Depends('testAssertInvalid15')] public function testAssertInvalid16(): void { $this->runAssertInvalidCommand( @@ -179,7 +162,6 @@ final class MemoryTest extends SpecTestsuiteBase ); } - #[Depends('testAssertInvalid16')] public function testAssertInvalid17(): void { $this->runAssertInvalidCommand( @@ -189,7 +171,6 @@ final class MemoryTest extends SpecTestsuiteBase ); } - #[Depends('testAssertInvalid17')] public function testAssertInvalid18(): void { $this->runAssertInvalidCommand( @@ -199,7 +180,6 @@ final class MemoryTest extends SpecTestsuiteBase ); } - #[Depends('testAssertInvalid18')] public function testAssertInvalid19(): void { $this->runAssertInvalidCommand( @@ -209,7 +189,6 @@ final class MemoryTest extends SpecTestsuiteBase ); } - #[Depends('testAssertInvalid19')] public function testAssertInvalid20(): void { $this->runAssertInvalidCommand( @@ -219,7 +198,6 @@ final class MemoryTest extends SpecTestsuiteBase ); } - #[Depends('testAssertInvalid20')] public function testAssertInvalid21(): void { $this->runAssertInvalidCommand( @@ -229,7 +207,6 @@ final class MemoryTest extends SpecTestsuiteBase ); } - #[Depends('testAssertInvalid21')] public function testAssertInvalid22(): void { $this->runAssertInvalidCommand( @@ -239,7 +216,6 @@ final class MemoryTest extends SpecTestsuiteBase ); } - #[Depends('testAssertInvalid22')] public function testAssertInvalid23(): void { $this->runAssertInvalidCommand( @@ -249,7 +225,6 @@ final class MemoryTest extends SpecTestsuiteBase ); } - #[Depends('testAssertInvalid23')] public function testAssertInvalid24(): void { $this->runAssertInvalidCommand( @@ -259,7 +234,6 @@ final class MemoryTest extends SpecTestsuiteBase ); } - #[Depends('testAssertInvalid24')] public function testAssertInvalid25(): void { $this->runAssertInvalidCommand( @@ -269,7 +243,6 @@ final class MemoryTest extends SpecTestsuiteBase ); } - #[Depends('testAssertInvalid25')] public function testAssertInvalid26(): void { $this->runAssertInvalidCommand( @@ -279,7 +252,6 @@ final class MemoryTest extends SpecTestsuiteBase ); } - #[Depends('testAssertInvalid26')] public function testAssertInvalid27(): void { $this->runAssertInvalidCommand( @@ -289,7 +261,6 @@ final class MemoryTest extends SpecTestsuiteBase ); } - #[Depends('testAssertInvalid27')] public function testAssertInvalid28(): void { $this->runAssertInvalidCommand( @@ -299,7 +270,6 @@ final class MemoryTest extends SpecTestsuiteBase ); } - #[Depends('testAssertInvalid28')] public function testAssertInvalid29(): void { $this->runAssertInvalidCommand( @@ -310,24 +280,20 @@ final class MemoryTest extends SpecTestsuiteBase } #[DoesNotPerformAssertions] - #[Depends('testAssertInvalid29')] public function testAssertMalformed30(): void { } #[DoesNotPerformAssertions] - #[Depends('testAssertMalformed30')] public function testAssertMalformed31(): void { } #[DoesNotPerformAssertions] - #[Depends('testAssertMalformed31')] public function testAssertMalformed32(): void { } - #[Depends('testAssertMalformed32')] public function testModule33(): void { $this->runModuleCommand( @@ -337,7 +303,6 @@ final class MemoryTest extends SpecTestsuiteBase ); } - #[Depends('testModule33')] public function testAssertReturn34(): void { $this->runAssertReturnCommand( @@ -347,7 +312,6 @@ final class MemoryTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn34')] public function testAssertReturn35(): void { $this->runAssertReturnCommand( @@ -357,7 +321,6 @@ final class MemoryTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn35')] public function testAssertReturn36(): void { $this->runAssertReturnCommand( @@ -367,7 +330,6 @@ final class MemoryTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn36')] public function testAssertReturn37(): void { $this->runAssertReturnCommand( @@ -377,7 +339,6 @@ final class MemoryTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn37')] public function testAssertReturn38(): void { $this->runAssertReturnCommand( @@ -387,7 +348,6 @@ final class MemoryTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn38')] public function testAssertReturn39(): void { $this->runAssertReturnCommand( @@ -397,7 +357,6 @@ final class MemoryTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn39')] public function testAssertReturn40(): void { $this->runAssertReturnCommand( @@ -407,7 +366,6 @@ final class MemoryTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn40')] public function testAssertReturn41(): void { $this->runAssertReturnCommand( @@ -417,7 +375,6 @@ final class MemoryTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn41')] public function testAssertReturn42(): void { $this->runAssertReturnCommand( @@ -427,7 +384,6 @@ final class MemoryTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn42')] public function testAssertReturn43(): void { $this->runAssertReturnCommand( @@ -437,7 +393,6 @@ final class MemoryTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn43')] public function testAssertReturn44(): void { $this->runAssertReturnCommand( @@ -447,7 +402,6 @@ final class MemoryTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn44')] public function testAssertReturn45(): void { $this->runAssertReturnCommand( @@ -457,7 +411,6 @@ final class MemoryTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn45')] public function testAssertReturn46(): void { $this->runAssertReturnCommand( @@ -467,7 +420,6 @@ final class MemoryTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn46')] public function testAssertReturn47(): void { $this->runAssertReturnCommand( @@ -477,7 +429,6 @@ final class MemoryTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn47')] public function testAssertReturn48(): void { $this->runAssertReturnCommand( @@ -487,7 +438,6 @@ final class MemoryTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn48')] public function testAssertReturn49(): void { $this->runAssertReturnCommand( @@ -497,7 +447,6 @@ final class MemoryTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn49')] public function testAssertReturn50(): void { $this->runAssertReturnCommand( @@ -507,7 +456,6 @@ final class MemoryTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn50')] public function testAssertReturn51(): void { $this->runAssertReturnCommand( @@ -517,7 +465,6 @@ final class MemoryTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn51')] public function testAssertReturn52(): void { $this->runAssertReturnCommand( @@ -527,7 +474,6 @@ final class MemoryTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn52')] public function testAssertReturn53(): void { $this->runAssertReturnCommand( @@ -537,7 +483,6 @@ final class MemoryTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn53')] public function testAssertReturn54(): void { $this->runAssertReturnCommand( @@ -547,7 +492,6 @@ final class MemoryTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn54')] public function testAssertReturn55(): void { $this->runAssertReturnCommand( @@ -557,7 +501,6 @@ final class MemoryTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn55')] public function testAssertReturn56(): void { $this->runAssertReturnCommand( @@ -567,7 +510,6 @@ final class MemoryTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn56')] public function testAssertReturn57(): void { $this->runAssertReturnCommand( @@ -577,7 +519,6 @@ final class MemoryTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn57')] public function testAssertReturn58(): void { $this->runAssertReturnCommand( @@ -587,7 +528,6 @@ final class MemoryTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn58')] public function testAssertReturn59(): void { $this->runAssertReturnCommand( @@ -597,7 +537,6 @@ final class MemoryTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn59')] public function testAssertReturn60(): void { $this->runAssertReturnCommand( @@ -607,7 +546,6 @@ final class MemoryTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn60')] public function testAssertReturn61(): void { $this->runAssertReturnCommand( @@ -617,7 +555,6 @@ final class MemoryTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn61')] public function testAssertReturn62(): void { $this->runAssertReturnCommand( @@ -627,7 +564,6 @@ final class MemoryTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn62')] public function testAssertReturn63(): void { $this->runAssertReturnCommand( @@ -637,7 +573,6 @@ final class MemoryTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn63')] public function testAssertReturn64(): void { $this->runAssertReturnCommand( @@ -647,7 +582,6 @@ final class MemoryTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn64')] public function testAssertReturn65(): void { $this->runAssertReturnCommand( @@ -657,7 +591,6 @@ final class MemoryTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn65')] public function testAssertReturn66(): void { $this->runAssertReturnCommand( @@ -667,7 +600,6 @@ final class MemoryTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn66')] public function testAssertReturn67(): void { $this->runAssertReturnCommand( @@ -677,7 +609,6 @@ final class MemoryTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn67')] public function testAssertReturn68(): void { $this->runAssertReturnCommand( @@ -687,7 +618,6 @@ final class MemoryTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn68')] public function testAssertReturn69(): void { $this->runAssertReturnCommand( @@ -697,7 +627,6 @@ final class MemoryTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn69')] public function testAssertReturn70(): void { $this->runAssertReturnCommand( @@ -707,7 +636,6 @@ final class MemoryTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn70')] public function testAssertReturn71(): void { $this->runAssertReturnCommand( @@ -717,7 +645,6 @@ final class MemoryTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn71')] public function testAssertReturn72(): void { $this->runAssertReturnCommand( @@ -727,7 +654,6 @@ final class MemoryTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn72')] public function testAssertReturn73(): void { $this->runAssertReturnCommand( @@ -737,7 +663,6 @@ final class MemoryTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn73')] public function testAssertReturn74(): void { $this->runAssertReturnCommand( @@ -747,7 +672,6 @@ final class MemoryTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn74')] public function testAssertReturn75(): void { $this->runAssertReturnCommand( @@ -758,24 +682,20 @@ final class MemoryTest extends SpecTestsuiteBase } #[DoesNotPerformAssertions] - #[Depends('testAssertReturn75')] public function testAssertMalformed76(): void { } #[DoesNotPerformAssertions] - #[Depends('testAssertMalformed76')] public function testAssertMalformed77(): void { } #[DoesNotPerformAssertions] - #[Depends('testAssertMalformed77')] public function testAssertMalformed78(): void { } - #[Depends('testAssertMalformed78')] public function testModule79(): void { $this->runModuleCommand( @@ -785,7 +705,6 @@ final class MemoryTest extends SpecTestsuiteBase ); } - #[Depends('testModule79')] public function testAssertReturn80(): void { $this->runAssertReturnCommand( @@ -795,7 +714,6 @@ final class MemoryTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn80')] public function testAssertReturn81(): void { $this->runAssertReturnCommand( @@ -805,7 +723,6 @@ final class MemoryTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn81')] public function testAssertReturn82(): void { $this->runAssertReturnCommand( @@ -815,7 +732,6 @@ final class MemoryTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn82')] public function testAssertReturn83(): void { $this->runAssertReturnCommand( @@ -825,7 +741,6 @@ final class MemoryTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn83')] public function testAssertReturn84(): void { $this->runAssertReturnCommand( @@ -835,7 +750,6 @@ final class MemoryTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn84')] public function testAssertReturn85(): void { $this->runAssertReturnCommand( @@ -845,7 +759,6 @@ final class MemoryTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn85')] public function testAssertReturn86(): void { $this->runAssertReturnCommand( @@ -855,7 +768,6 @@ final class MemoryTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn86')] public function testAssertReturn87(): void { $this->runAssertReturnCommand( diff --git a/tests/src/SpecTestsuites/Core/MemoryTrapTest.php b/tests/src/SpecTestsuites/Core/MemoryTrapTest.php index 9621ad3..87b15aa 100644 --- a/tests/src/SpecTestsuites/Core/MemoryTrapTest.php +++ b/tests/src/SpecTestsuites/Core/MemoryTrapTest.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 MemoryTrapTest extends SpecTestsuiteBase @@ -19,7 +18,6 @@ final class MemoryTrapTest extends SpecTestsuiteBase ); } - #[Depends('testModule0')] public function testAssertReturn1(): void { $this->runAssertReturnCommand( @@ -29,7 +27,6 @@ final class MemoryTrapTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1')] public function testAssertReturn2(): void { $this->runAssertReturnCommand( @@ -39,7 +36,6 @@ final class MemoryTrapTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2')] public function testAssertTrap3(): void { $this->runAssertTrapCommand( @@ -49,7 +45,6 @@ final class MemoryTrapTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap3')] public function testAssertTrap4(): void { $this->runAssertTrapCommand( @@ -59,7 +54,6 @@ final class MemoryTrapTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap4')] public function testAssertTrap5(): void { $this->runAssertTrapCommand( @@ -69,7 +63,6 @@ final class MemoryTrapTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap5')] public function testAssertTrap6(): void { $this->runAssertTrapCommand( @@ -79,7 +72,6 @@ final class MemoryTrapTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap6')] public function testAssertTrap7(): void { $this->runAssertTrapCommand( @@ -89,7 +81,6 @@ final class MemoryTrapTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap7')] public function testAssertTrap8(): void { $this->runAssertTrapCommand( @@ -99,7 +90,6 @@ final class MemoryTrapTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap8')] public function testAssertTrap9(): void { $this->runAssertTrapCommand( @@ -109,7 +99,6 @@ final class MemoryTrapTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap9')] public function testAssertTrap10(): void { $this->runAssertTrapCommand( @@ -119,7 +108,6 @@ final class MemoryTrapTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap10')] public function testAssertTrap11(): void { $this->runAssertTrapCommand( @@ -129,7 +117,6 @@ final class MemoryTrapTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap11')] public function testAssertTrap12(): void { $this->runAssertTrapCommand( @@ -139,7 +126,6 @@ final class MemoryTrapTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap12')] public function testAssertReturn13(): void { $this->runAssertReturnCommand( @@ -149,7 +135,6 @@ final class MemoryTrapTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn13')] public function testModule14(): void { $this->runModuleCommand( @@ -159,7 +144,6 @@ final class MemoryTrapTest extends SpecTestsuiteBase ); } - #[Depends('testModule14')] public function testAssertTrap15(): void { $this->runAssertTrapCommand( @@ -169,7 +153,6 @@ final class MemoryTrapTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap15')] public function testAssertTrap16(): void { $this->runAssertTrapCommand( @@ -179,7 +162,6 @@ final class MemoryTrapTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap16')] public function testAssertTrap17(): void { $this->runAssertTrapCommand( @@ -189,7 +171,6 @@ final class MemoryTrapTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap17')] public function testAssertTrap18(): void { $this->runAssertTrapCommand( @@ -199,7 +180,6 @@ final class MemoryTrapTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap18')] public function testAssertTrap19(): void { $this->runAssertTrapCommand( @@ -209,7 +189,6 @@ final class MemoryTrapTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap19')] public function testAssertTrap20(): void { $this->runAssertTrapCommand( @@ -219,7 +198,6 @@ final class MemoryTrapTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap20')] public function testAssertTrap21(): void { $this->runAssertTrapCommand( @@ -229,7 +207,6 @@ final class MemoryTrapTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap21')] public function testAssertTrap22(): void { $this->runAssertTrapCommand( @@ -239,7 +216,6 @@ final class MemoryTrapTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap22')] public function testAssertTrap23(): void { $this->runAssertTrapCommand( @@ -249,7 +225,6 @@ final class MemoryTrapTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap23')] public function testAssertTrap24(): void { $this->runAssertTrapCommand( @@ -259,7 +234,6 @@ final class MemoryTrapTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap24')] public function testAssertTrap25(): void { $this->runAssertTrapCommand( @@ -269,7 +243,6 @@ final class MemoryTrapTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap25')] public function testAssertTrap26(): void { $this->runAssertTrapCommand( @@ -279,7 +252,6 @@ final class MemoryTrapTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap26')] public function testAssertTrap27(): void { $this->runAssertTrapCommand( @@ -289,7 +261,6 @@ final class MemoryTrapTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap27')] public function testAssertTrap28(): void { $this->runAssertTrapCommand( @@ -299,7 +270,6 @@ final class MemoryTrapTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap28')] public function testAssertTrap29(): void { $this->runAssertTrapCommand( @@ -309,7 +279,6 @@ final class MemoryTrapTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap29')] public function testAssertTrap30(): void { $this->runAssertTrapCommand( @@ -319,7 +288,6 @@ final class MemoryTrapTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap30')] public function testAssertTrap31(): void { $this->runAssertTrapCommand( @@ -329,7 +297,6 @@ final class MemoryTrapTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap31')] public function testAssertTrap32(): void { $this->runAssertTrapCommand( @@ -339,7 +306,6 @@ final class MemoryTrapTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap32')] public function testAssertTrap33(): void { $this->runAssertTrapCommand( @@ -349,7 +315,6 @@ final class MemoryTrapTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap33')] public function testAssertTrap34(): void { $this->runAssertTrapCommand( @@ -359,7 +324,6 @@ final class MemoryTrapTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap34')] public function testAssertTrap35(): void { $this->runAssertTrapCommand( @@ -369,7 +333,6 @@ final class MemoryTrapTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap35')] public function testAssertTrap36(): void { $this->runAssertTrapCommand( @@ -379,7 +342,6 @@ final class MemoryTrapTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap36')] public function testAssertTrap37(): void { $this->runAssertTrapCommand( @@ -389,7 +351,6 @@ final class MemoryTrapTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap37')] public function testAssertTrap38(): void { $this->runAssertTrapCommand( @@ -399,7 +360,6 @@ final class MemoryTrapTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap38')] public function testAssertTrap39(): void { $this->runAssertTrapCommand( @@ -409,7 +369,6 @@ final class MemoryTrapTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap39')] public function testAssertTrap40(): void { $this->runAssertTrapCommand( @@ -419,7 +378,6 @@ final class MemoryTrapTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap40')] public function testAssertTrap41(): void { $this->runAssertTrapCommand( @@ -429,7 +387,6 @@ final class MemoryTrapTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap41')] public function testAssertTrap42(): void { $this->runAssertTrapCommand( @@ -439,7 +396,6 @@ final class MemoryTrapTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap42')] public function testAssertTrap43(): void { $this->runAssertTrapCommand( @@ -449,7 +405,6 @@ final class MemoryTrapTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap43')] public function testAssertTrap44(): void { $this->runAssertTrapCommand( @@ -459,7 +414,6 @@ final class MemoryTrapTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap44')] public function testAssertTrap45(): void { $this->runAssertTrapCommand( @@ -469,7 +423,6 @@ final class MemoryTrapTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap45')] public function testAssertTrap46(): void { $this->runAssertTrapCommand( @@ -479,7 +432,6 @@ final class MemoryTrapTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap46')] public function testAssertTrap47(): void { $this->runAssertTrapCommand( @@ -489,7 +441,6 @@ final class MemoryTrapTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap47')] public function testAssertTrap48(): void { $this->runAssertTrapCommand( @@ -499,7 +450,6 @@ final class MemoryTrapTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap48')] public function testAssertTrap49(): void { $this->runAssertTrapCommand( @@ -509,7 +459,6 @@ final class MemoryTrapTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap49')] public function testAssertTrap50(): void { $this->runAssertTrapCommand( @@ -519,7 +468,6 @@ final class MemoryTrapTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap50')] public function testAssertTrap51(): void { $this->runAssertTrapCommand( @@ -529,7 +477,6 @@ final class MemoryTrapTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap51')] public function testAssertTrap52(): void { $this->runAssertTrapCommand( @@ -539,7 +486,6 @@ final class MemoryTrapTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap52')] public function testAssertTrap53(): void { $this->runAssertTrapCommand( @@ -549,7 +495,6 @@ final class MemoryTrapTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap53')] public function testAssertTrap54(): void { $this->runAssertTrapCommand( @@ -559,7 +504,6 @@ final class MemoryTrapTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap54')] public function testAssertTrap55(): void { $this->runAssertTrapCommand( @@ -569,7 +513,6 @@ final class MemoryTrapTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap55')] public function testAssertTrap56(): void { $this->runAssertTrapCommand( @@ -579,7 +522,6 @@ final class MemoryTrapTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap56')] public function testAssertTrap57(): void { $this->runAssertTrapCommand( @@ -589,7 +531,6 @@ final class MemoryTrapTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap57')] public function testAssertTrap58(): void { $this->runAssertTrapCommand( @@ -599,7 +540,6 @@ final class MemoryTrapTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap58')] public function testAssertTrap59(): void { $this->runAssertTrapCommand( @@ -609,7 +549,6 @@ final class MemoryTrapTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap59')] public function testAssertTrap60(): void { $this->runAssertTrapCommand( @@ -619,7 +558,6 @@ final class MemoryTrapTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap60')] public function testAssertTrap61(): void { $this->runAssertTrapCommand( @@ -629,7 +567,6 @@ final class MemoryTrapTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap61')] public function testAssertTrap62(): void { $this->runAssertTrapCommand( @@ -639,7 +576,6 @@ final class MemoryTrapTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap62')] public function testAssertTrap63(): void { $this->runAssertTrapCommand( @@ -649,7 +585,6 @@ final class MemoryTrapTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap63')] public function testAssertTrap64(): void { $this->runAssertTrapCommand( @@ -659,7 +594,6 @@ final class MemoryTrapTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap64')] public function testAssertTrap65(): void { $this->runAssertTrapCommand( @@ -669,7 +603,6 @@ final class MemoryTrapTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap65')] public function testAssertTrap66(): void { $this->runAssertTrapCommand( @@ -679,7 +612,6 @@ final class MemoryTrapTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap66')] public function testAssertTrap67(): void { $this->runAssertTrapCommand( @@ -689,7 +621,6 @@ final class MemoryTrapTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap67')] public function testAssertTrap68(): void { $this->runAssertTrapCommand( @@ -699,7 +630,6 @@ final class MemoryTrapTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap68')] public function testAssertTrap69(): void { $this->runAssertTrapCommand( @@ -709,7 +639,6 @@ final class MemoryTrapTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap69')] public function testAssertTrap70(): void { $this->runAssertTrapCommand( @@ -719,7 +648,6 @@ final class MemoryTrapTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap70')] public function testAssertTrap71(): void { $this->runAssertTrapCommand( @@ -729,7 +657,6 @@ final class MemoryTrapTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap71')] public function testAssertTrap72(): void { $this->runAssertTrapCommand( @@ -739,7 +666,6 @@ final class MemoryTrapTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap72')] public function testAssertTrap73(): void { $this->runAssertTrapCommand( @@ -749,7 +675,6 @@ final class MemoryTrapTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap73')] public function testAssertTrap74(): void { $this->runAssertTrapCommand( @@ -759,7 +684,6 @@ final class MemoryTrapTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap74')] public function testAssertTrap75(): void { $this->runAssertTrapCommand( @@ -769,7 +693,6 @@ final class MemoryTrapTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap75')] public function testAssertTrap76(): void { $this->runAssertTrapCommand( @@ -779,7 +702,6 @@ final class MemoryTrapTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap76')] public function testAssertTrap77(): void { $this->runAssertTrapCommand( @@ -789,7 +711,6 @@ final class MemoryTrapTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap77')] public function testAssertTrap78(): void { $this->runAssertTrapCommand( @@ -799,7 +720,6 @@ final class MemoryTrapTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap78')] public function testAssertTrap79(): void { $this->runAssertTrapCommand( @@ -809,7 +729,6 @@ final class MemoryTrapTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap79')] public function testAssertTrap80(): void { $this->runAssertTrapCommand( @@ -819,7 +738,6 @@ final class MemoryTrapTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap80')] public function testAssertTrap81(): void { $this->runAssertTrapCommand( @@ -829,7 +747,6 @@ final class MemoryTrapTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap81')] public function testAssertTrap82(): void { $this->runAssertTrapCommand( @@ -839,7 +756,6 @@ final class MemoryTrapTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap82')] public function testAssertTrap83(): void { $this->runAssertTrapCommand( @@ -849,7 +765,6 @@ final class MemoryTrapTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap83')] public function testAssertTrap84(): void { $this->runAssertTrapCommand( @@ -859,7 +774,6 @@ final class MemoryTrapTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap84')] public function testAssertTrap85(): void { $this->runAssertTrapCommand( @@ -869,7 +783,6 @@ final class MemoryTrapTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap85')] public function testAssertTrap86(): void { $this->runAssertTrapCommand( @@ -879,7 +792,6 @@ final class MemoryTrapTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap86')] public function testAssertTrap87(): void { $this->runAssertTrapCommand( @@ -889,7 +801,6 @@ final class MemoryTrapTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap87')] public function testAssertTrap88(): void { $this->runAssertTrapCommand( @@ -899,7 +810,6 @@ final class MemoryTrapTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap88')] public function testAssertTrap89(): void { $this->runAssertTrapCommand( @@ -909,7 +819,6 @@ final class MemoryTrapTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap89')] public function testAssertTrap90(): void { $this->runAssertTrapCommand( @@ -919,7 +828,6 @@ final class MemoryTrapTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap90')] public function testAssertTrap91(): void { $this->runAssertTrapCommand( @@ -929,7 +837,6 @@ final class MemoryTrapTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap91')] public function testAssertTrap92(): void { $this->runAssertTrapCommand( @@ -939,7 +846,6 @@ final class MemoryTrapTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap92')] public function testAssertTrap93(): void { $this->runAssertTrapCommand( @@ -949,7 +855,6 @@ final class MemoryTrapTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap93')] public function testAssertTrap94(): void { $this->runAssertTrapCommand( @@ -959,7 +864,6 @@ final class MemoryTrapTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap94')] public function testAssertTrap95(): void { $this->runAssertTrapCommand( @@ -969,7 +873,6 @@ final class MemoryTrapTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap95')] public function testAssertTrap96(): void { $this->runAssertTrapCommand( @@ -979,7 +882,6 @@ final class MemoryTrapTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap96')] public function testAssertTrap97(): void { $this->runAssertTrapCommand( @@ -989,7 +891,6 @@ final class MemoryTrapTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap97')] public function testAssertTrap98(): void { $this->runAssertTrapCommand( @@ -999,7 +900,6 @@ final class MemoryTrapTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap98')] public function testAssertTrap99(): void { $this->runAssertTrapCommand( @@ -1009,7 +909,6 @@ final class MemoryTrapTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap99')] public function testAssertTrap100(): void { $this->runAssertTrapCommand( @@ -1019,7 +918,6 @@ final class MemoryTrapTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap100')] public function testAssertTrap101(): void { $this->runAssertTrapCommand( @@ -1029,7 +927,6 @@ final class MemoryTrapTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap101')] public function testAssertTrap102(): void { $this->runAssertTrapCommand( @@ -1039,7 +936,6 @@ final class MemoryTrapTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap102')] public function testAssertTrap103(): void { $this->runAssertTrapCommand( @@ -1049,7 +945,6 @@ final class MemoryTrapTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap103')] public function testAssertTrap104(): void { $this->runAssertTrapCommand( @@ -1059,7 +954,6 @@ final class MemoryTrapTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap104')] public function testAssertTrap105(): void { $this->runAssertTrapCommand( @@ -1069,7 +963,6 @@ final class MemoryTrapTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap105')] public function testAssertTrap106(): void { $this->runAssertTrapCommand( @@ -1079,7 +972,6 @@ final class MemoryTrapTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap106')] public function testAssertTrap107(): void { $this->runAssertTrapCommand( @@ -1089,7 +981,6 @@ final class MemoryTrapTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap107')] public function testAssertTrap108(): void { $this->runAssertTrapCommand( @@ -1099,7 +990,6 @@ final class MemoryTrapTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap108')] public function testAssertTrap109(): void { $this->runAssertTrapCommand( @@ -1109,7 +999,6 @@ final class MemoryTrapTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap109')] public function testAssertTrap110(): void { $this->runAssertTrapCommand( @@ -1119,7 +1008,6 @@ final class MemoryTrapTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap110')] public function testAssertTrap111(): void { $this->runAssertTrapCommand( @@ -1129,7 +1017,6 @@ final class MemoryTrapTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap111')] public function testAssertTrap112(): void { $this->runAssertTrapCommand( @@ -1139,7 +1026,6 @@ final class MemoryTrapTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap112')] public function testAssertTrap113(): void { $this->runAssertTrapCommand( @@ -1149,7 +1035,6 @@ final class MemoryTrapTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap113')] public function testAssertTrap114(): void { $this->runAssertTrapCommand( @@ -1159,7 +1044,6 @@ final class MemoryTrapTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap114')] public function testAssertTrap115(): void { $this->runAssertTrapCommand( @@ -1169,7 +1053,6 @@ final class MemoryTrapTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap115')] public function testAssertTrap116(): void { $this->runAssertTrapCommand( @@ -1179,7 +1062,6 @@ final class MemoryTrapTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap116')] public function testAssertTrap117(): void { $this->runAssertTrapCommand( @@ -1189,7 +1071,6 @@ final class MemoryTrapTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap117')] public function testAssertTrap118(): void { $this->runAssertTrapCommand( @@ -1199,7 +1080,6 @@ final class MemoryTrapTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap118')] public function testAssertTrap119(): void { $this->runAssertTrapCommand( @@ -1209,7 +1089,6 @@ final class MemoryTrapTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap119')] public function testAssertTrap120(): void { $this->runAssertTrapCommand( @@ -1219,7 +1098,6 @@ final class MemoryTrapTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap120')] public function testAssertTrap121(): void { $this->runAssertTrapCommand( @@ -1229,7 +1107,6 @@ final class MemoryTrapTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap121')] public function testAssertTrap122(): void { $this->runAssertTrapCommand( @@ -1239,7 +1116,6 @@ final class MemoryTrapTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap122')] public function testAssertTrap123(): void { $this->runAssertTrapCommand( @@ -1249,7 +1125,6 @@ final class MemoryTrapTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap123')] public function testAssertTrap124(): void { $this->runAssertTrapCommand( @@ -1259,7 +1134,6 @@ final class MemoryTrapTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap124')] public function testAssertTrap125(): void { $this->runAssertTrapCommand( @@ -1269,7 +1143,6 @@ final class MemoryTrapTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap125')] public function testAssertTrap126(): void { $this->runAssertTrapCommand( @@ -1279,7 +1152,6 @@ final class MemoryTrapTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap126')] public function testAssertTrap127(): void { $this->runAssertTrapCommand( @@ -1289,7 +1161,6 @@ final class MemoryTrapTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap127')] public function testAssertTrap128(): void { $this->runAssertTrapCommand( @@ -1299,7 +1170,6 @@ final class MemoryTrapTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap128')] public function testAssertTrap129(): void { $this->runAssertTrapCommand( @@ -1309,7 +1179,6 @@ final class MemoryTrapTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap129')] public function testAssertTrap130(): void { $this->runAssertTrapCommand( @@ -1319,7 +1188,6 @@ final class MemoryTrapTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap130')] public function testAssertTrap131(): void { $this->runAssertTrapCommand( @@ -1329,7 +1197,6 @@ final class MemoryTrapTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap131')] public function testAssertTrap132(): void { $this->runAssertTrapCommand( @@ -1339,7 +1206,6 @@ final class MemoryTrapTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap132')] public function testAssertTrap133(): void { $this->runAssertTrapCommand( @@ -1349,7 +1215,6 @@ final class MemoryTrapTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap133')] public function testAssertTrap134(): void { $this->runAssertTrapCommand( @@ -1359,7 +1224,6 @@ final class MemoryTrapTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap134')] public function testAssertTrap135(): void { $this->runAssertTrapCommand( @@ -1369,7 +1233,6 @@ final class MemoryTrapTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap135')] public function testAssertTrap136(): void { $this->runAssertTrapCommand( @@ -1379,7 +1242,6 @@ final class MemoryTrapTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap136')] public function testAssertTrap137(): void { $this->runAssertTrapCommand( @@ -1389,7 +1251,6 @@ final class MemoryTrapTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap137')] public function testAssertTrap138(): void { $this->runAssertTrapCommand( @@ -1399,7 +1260,6 @@ final class MemoryTrapTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap138')] public function testAssertTrap139(): void { $this->runAssertTrapCommand( @@ -1409,7 +1269,6 @@ final class MemoryTrapTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap139')] public function testAssertTrap140(): void { $this->runAssertTrapCommand( @@ -1419,7 +1278,6 @@ final class MemoryTrapTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap140')] public function testAssertTrap141(): void { $this->runAssertTrapCommand( @@ -1429,7 +1287,6 @@ final class MemoryTrapTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap141')] public function testAssertTrap142(): void { $this->runAssertTrapCommand( @@ -1439,7 +1296,6 @@ final class MemoryTrapTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap142')] public function testAssertTrap143(): void { $this->runAssertTrapCommand( @@ -1449,7 +1305,6 @@ final class MemoryTrapTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap143')] public function testAssertTrap144(): void { $this->runAssertTrapCommand( @@ -1459,7 +1314,6 @@ final class MemoryTrapTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap144')] public function testAssertTrap145(): void { $this->runAssertTrapCommand( @@ -1469,7 +1323,6 @@ final class MemoryTrapTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap145')] public function testAssertTrap146(): void { $this->runAssertTrapCommand( @@ -1479,7 +1332,6 @@ final class MemoryTrapTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap146')] public function testAssertTrap147(): void { $this->runAssertTrapCommand( @@ -1489,7 +1341,6 @@ final class MemoryTrapTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap147')] public function testAssertTrap148(): void { $this->runAssertTrapCommand( @@ -1499,7 +1350,6 @@ final class MemoryTrapTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap148')] public function testAssertTrap149(): void { $this->runAssertTrapCommand( @@ -1509,7 +1359,6 @@ final class MemoryTrapTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap149')] public function testAssertTrap150(): void { $this->runAssertTrapCommand( @@ -1519,7 +1368,6 @@ final class MemoryTrapTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap150')] public function testAssertTrap151(): void { $this->runAssertTrapCommand( @@ -1529,7 +1377,6 @@ final class MemoryTrapTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap151')] public function testAssertTrap152(): void { $this->runAssertTrapCommand( @@ -1539,7 +1386,6 @@ final class MemoryTrapTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap152')] public function testAssertTrap153(): void { $this->runAssertTrapCommand( @@ -1549,7 +1395,6 @@ final class MemoryTrapTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap153')] public function testAssertTrap154(): void { $this->runAssertTrapCommand( @@ -1559,7 +1404,6 @@ final class MemoryTrapTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap154')] public function testAssertTrap155(): void { $this->runAssertTrapCommand( @@ -1569,7 +1413,6 @@ final class MemoryTrapTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap155')] public function testAssertTrap156(): void { $this->runAssertTrapCommand( @@ -1579,7 +1422,6 @@ final class MemoryTrapTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap156')] public function testAssertTrap157(): void { $this->runAssertTrapCommand( @@ -1589,7 +1431,6 @@ final class MemoryTrapTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap157')] public function testAssertTrap158(): void { $this->runAssertTrapCommand( @@ -1599,7 +1440,6 @@ final class MemoryTrapTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap158')] public function testAssertTrap159(): void { $this->runAssertTrapCommand( @@ -1609,7 +1449,6 @@ final class MemoryTrapTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap159')] public function testAssertTrap160(): void { $this->runAssertTrapCommand( @@ -1619,7 +1458,6 @@ final class MemoryTrapTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap160')] public function testAssertTrap161(): void { $this->runAssertTrapCommand( @@ -1629,7 +1467,6 @@ final class MemoryTrapTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap161')] public function testAssertTrap162(): void { $this->runAssertTrapCommand( @@ -1639,7 +1476,6 @@ final class MemoryTrapTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap162')] public function testAssertTrap163(): void { $this->runAssertTrapCommand( @@ -1649,7 +1485,6 @@ final class MemoryTrapTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap163')] public function testAssertTrap164(): void { $this->runAssertTrapCommand( @@ -1659,7 +1494,6 @@ final class MemoryTrapTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap164')] public function testAssertTrap165(): void { $this->runAssertTrapCommand( @@ -1669,7 +1503,6 @@ final class MemoryTrapTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap165')] public function testAssertTrap166(): void { $this->runAssertTrapCommand( @@ -1679,7 +1512,6 @@ final class MemoryTrapTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap166')] public function testAssertTrap167(): void { $this->runAssertTrapCommand( @@ -1689,7 +1521,6 @@ final class MemoryTrapTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap167')] public function testAssertTrap168(): void { $this->runAssertTrapCommand( @@ -1699,7 +1530,6 @@ final class MemoryTrapTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap168')] public function testAssertTrap169(): void { $this->runAssertTrapCommand( @@ -1709,7 +1539,6 @@ final class MemoryTrapTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap169')] public function testAssertTrap170(): void { $this->runAssertTrapCommand( @@ -1719,7 +1548,6 @@ final class MemoryTrapTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap170')] public function testAssertReturn171(): void { $this->runAssertReturnCommand( @@ -1729,7 +1557,6 @@ final class MemoryTrapTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn171')] public function testAssertReturn172(): void { $this->runAssertReturnCommand( @@ -1739,7 +1566,6 @@ final class MemoryTrapTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn172')] public function testAssertReturn173(): void { $this->runAssertReturnCommand( @@ -1749,7 +1575,6 @@ final class MemoryTrapTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn173')] public function testAssertTrap174(): void { $this->runAssertTrapCommand( @@ -1759,7 +1584,6 @@ final class MemoryTrapTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap174')] public function testAssertReturn175(): void { $this->runAssertReturnCommand( @@ -1769,7 +1593,6 @@ final class MemoryTrapTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn175')] public function testAssertTrap176(): void { $this->runAssertTrapCommand( @@ -1779,7 +1602,6 @@ final class MemoryTrapTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap176')] public function testAssertReturn177(): void { $this->runAssertReturnCommand( @@ -1789,7 +1611,6 @@ final class MemoryTrapTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn177')] public function testAssertTrap178(): void { $this->runAssertTrapCommand( @@ -1799,7 +1620,6 @@ final class MemoryTrapTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap178')] public function testAssertReturn179(): void { $this->runAssertReturnCommand( @@ -1809,7 +1629,6 @@ final class MemoryTrapTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn179')] public function testAssertTrap180(): void { $this->runAssertTrapCommand( @@ -1819,7 +1638,6 @@ final class MemoryTrapTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap180')] public function testAssertReturn181(): void { $this->runAssertReturnCommand( diff --git a/tests/src/SpecTestsuites/Core/NamesTest.php b/tests/src/SpecTestsuites/Core/NamesTest.php index 9267f7d..b90ec7d 100644 Binary files a/tests/src/SpecTestsuites/Core/NamesTest.php and b/tests/src/SpecTestsuites/Core/NamesTest.php differ diff --git a/tests/src/SpecTestsuites/Core/NopTest.php b/tests/src/SpecTestsuites/Core/NopTest.php index 99f2b1d..7b62e97 100644 --- a/tests/src/SpecTestsuites/Core/NopTest.php +++ b/tests/src/SpecTestsuites/Core/NopTest.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 NopTest extends SpecTestsuiteBase @@ -19,7 +18,6 @@ final class NopTest extends SpecTestsuiteBase ); } - #[Depends('testModule0')] public function testAssertReturn1(): void { $this->runAssertReturnCommand( @@ -29,7 +27,6 @@ final class NopTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1')] public function testAssertReturn2(): void { $this->runAssertReturnCommand( @@ -39,7 +36,6 @@ final class NopTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2')] public function testAssertReturn3(): void { $this->runAssertReturnCommand( @@ -49,7 +45,6 @@ final class NopTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn3')] public function testAssertReturn4(): void { $this->runAssertReturnCommand( @@ -59,7 +54,6 @@ final class NopTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn4')] public function testAssertReturn5(): void { $this->runAssertReturnCommand( @@ -69,7 +63,6 @@ final class NopTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn5')] public function testAssertReturn6(): void { $this->runAssertReturnCommand( @@ -79,7 +72,6 @@ final class NopTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn6')] public function testAssertReturn7(): void { $this->runAssertReturnCommand( @@ -89,7 +81,6 @@ final class NopTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn7')] public function testAssertReturn8(): void { $this->runAssertReturnCommand( @@ -99,7 +90,6 @@ final class NopTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn8')] public function testAssertReturn9(): void { $this->runAssertReturnCommand( @@ -109,7 +99,6 @@ final class NopTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn9')] public function testAssertReturn10(): void { $this->runAssertReturnCommand( @@ -119,7 +108,6 @@ final class NopTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn10')] public function testAssertReturn11(): void { $this->runAssertReturnCommand( @@ -129,7 +117,6 @@ final class NopTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn11')] public function testAssertReturn12(): void { $this->runAssertReturnCommand( @@ -139,7 +126,6 @@ final class NopTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn12')] public function testAssertReturn13(): void { $this->runAssertReturnCommand( @@ -149,7 +135,6 @@ final class NopTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn13')] public function testAssertReturn14(): void { $this->runAssertReturnCommand( @@ -159,7 +144,6 @@ final class NopTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn14')] public function testAssertReturn15(): void { $this->runAssertReturnCommand( @@ -169,7 +153,6 @@ final class NopTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn15')] public function testAssertReturn16(): void { $this->runAssertReturnCommand( @@ -179,7 +162,6 @@ final class NopTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn16')] public function testAssertReturn17(): void { $this->runAssertReturnCommand( @@ -189,7 +171,6 @@ final class NopTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn17')] public function testAssertReturn18(): void { $this->runAssertReturnCommand( @@ -199,7 +180,6 @@ final class NopTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn18')] public function testAssertReturn19(): void { $this->runAssertReturnCommand( @@ -209,7 +189,6 @@ final class NopTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn19')] public function testAssertReturn20(): void { $this->runAssertReturnCommand( @@ -219,7 +198,6 @@ final class NopTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn20')] public function testAssertReturn21(): void { $this->runAssertReturnCommand( @@ -229,7 +207,6 @@ final class NopTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn21')] public function testAssertReturn22(): void { $this->runAssertReturnCommand( @@ -239,7 +216,6 @@ final class NopTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn22')] public function testAssertReturn23(): void { $this->runAssertReturnCommand( @@ -249,7 +225,6 @@ final class NopTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn23')] public function testAssertReturn24(): void { $this->runAssertReturnCommand( @@ -259,7 +234,6 @@ final class NopTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn24')] public function testAssertReturn25(): void { $this->runAssertReturnCommand( @@ -269,7 +243,6 @@ final class NopTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn25')] public function testAssertReturn26(): void { $this->runAssertReturnCommand( @@ -279,7 +252,6 @@ final class NopTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn26')] public function testAssertReturn27(): void { $this->runAssertReturnCommand( @@ -289,7 +261,6 @@ final class NopTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn27')] public function testAssertReturn28(): void { $this->runAssertReturnCommand( @@ -299,7 +270,6 @@ final class NopTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn28')] public function testAssertReturn29(): void { $this->runAssertReturnCommand( @@ -309,7 +279,6 @@ final class NopTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn29')] public function testAssertReturn30(): void { $this->runAssertReturnCommand( @@ -319,7 +288,6 @@ final class NopTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn30')] public function testAssertReturn31(): void { $this->runAssertReturnCommand( @@ -329,7 +297,6 @@ final class NopTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn31')] public function testAssertReturn32(): void { $this->runAssertReturnCommand( @@ -339,7 +306,6 @@ final class NopTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn32')] public function testAssertReturn33(): void { $this->runAssertReturnCommand( @@ -349,7 +315,6 @@ final class NopTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn33')] public function testAssertReturn34(): void { $this->runAssertReturnCommand( @@ -359,7 +324,6 @@ final class NopTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn34')] public function testAssertReturn35(): void { $this->runAssertReturnCommand( @@ -369,7 +333,6 @@ final class NopTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn35')] public function testAssertReturn36(): void { $this->runAssertReturnCommand( @@ -379,7 +342,6 @@ final class NopTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn36')] public function testAssertReturn37(): void { $this->runAssertReturnCommand( @@ -389,7 +351,6 @@ final class NopTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn37')] public function testAssertReturn38(): void { $this->runAssertReturnCommand( @@ -399,7 +360,6 @@ final class NopTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn38')] public function testAssertReturn39(): void { $this->runAssertReturnCommand( @@ -409,7 +369,6 @@ final class NopTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn39')] public function testAssertReturn40(): void { $this->runAssertReturnCommand( @@ -419,7 +378,6 @@ final class NopTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn40')] public function testAssertReturn41(): void { $this->runAssertReturnCommand( @@ -429,7 +387,6 @@ final class NopTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn41')] public function testAssertReturn42(): void { $this->runAssertReturnCommand( @@ -439,7 +396,6 @@ final class NopTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn42')] public function testAssertReturn43(): void { $this->runAssertReturnCommand( @@ -449,7 +405,6 @@ final class NopTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn43')] public function testAssertReturn44(): void { $this->runAssertReturnCommand( @@ -459,7 +414,6 @@ final class NopTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn44')] public function testAssertReturn45(): void { $this->runAssertReturnCommand( @@ -469,7 +423,6 @@ final class NopTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn45')] public function testAssertReturn46(): void { $this->runAssertReturnCommand( @@ -479,7 +432,6 @@ final class NopTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn46')] public function testAssertReturn47(): void { $this->runAssertReturnCommand( @@ -489,7 +441,6 @@ final class NopTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn47')] public function testAssertReturn48(): void { $this->runAssertReturnCommand( @@ -499,7 +450,6 @@ final class NopTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn48')] public function testAssertReturn49(): void { $this->runAssertReturnCommand( @@ -509,7 +459,6 @@ final class NopTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn49')] public function testAssertReturn50(): void { $this->runAssertReturnCommand( @@ -519,7 +468,6 @@ final class NopTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn50')] public function testAssertReturn51(): void { $this->runAssertReturnCommand( @@ -529,7 +477,6 @@ final class NopTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn51')] public function testAssertReturn52(): void { $this->runAssertReturnCommand( @@ -539,7 +486,6 @@ final class NopTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn52')] public function testAssertReturn53(): void { $this->runAssertReturnCommand( @@ -549,7 +495,6 @@ final class NopTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn53')] public function testAssertReturn54(): void { $this->runAssertReturnCommand( @@ -559,7 +504,6 @@ final class NopTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn54')] public function testAssertReturn55(): void { $this->runAssertReturnCommand( @@ -569,7 +513,6 @@ final class NopTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn55')] public function testAssertReturn56(): void { $this->runAssertReturnCommand( @@ -579,7 +522,6 @@ final class NopTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn56')] public function testAssertReturn57(): void { $this->runAssertReturnCommand( @@ -589,7 +531,6 @@ final class NopTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn57')] public function testAssertReturn58(): void { $this->runAssertReturnCommand( @@ -599,7 +540,6 @@ final class NopTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn58')] public function testAssertReturn59(): void { $this->runAssertReturnCommand( @@ -609,7 +549,6 @@ final class NopTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn59')] public function testAssertReturn60(): void { $this->runAssertReturnCommand( @@ -619,7 +558,6 @@ final class NopTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn60')] public function testAssertReturn61(): void { $this->runAssertReturnCommand( @@ -629,7 +567,6 @@ final class NopTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn61')] public function testAssertReturn62(): void { $this->runAssertReturnCommand( @@ -639,7 +576,6 @@ final class NopTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn62')] public function testAssertReturn63(): void { $this->runAssertReturnCommand( @@ -649,7 +585,6 @@ final class NopTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn63')] public function testAssertReturn64(): void { $this->runAssertReturnCommand( @@ -659,7 +594,6 @@ final class NopTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn64')] public function testAssertReturn65(): void { $this->runAssertReturnCommand( @@ -669,7 +603,6 @@ final class NopTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn65')] public function testAssertReturn66(): void { $this->runAssertReturnCommand( @@ -679,7 +612,6 @@ final class NopTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn66')] public function testAssertReturn67(): void { $this->runAssertReturnCommand( @@ -689,7 +621,6 @@ final class NopTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn67')] public function testAssertReturn68(): void { $this->runAssertReturnCommand( @@ -699,7 +630,6 @@ final class NopTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn68')] public function testAssertReturn69(): void { $this->runAssertReturnCommand( @@ -709,7 +639,6 @@ final class NopTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn69')] public function testAssertReturn70(): void { $this->runAssertReturnCommand( @@ -719,7 +648,6 @@ final class NopTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn70')] public function testAssertReturn71(): void { $this->runAssertReturnCommand( @@ -729,7 +657,6 @@ final class NopTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn71')] public function testAssertReturn72(): void { $this->runAssertReturnCommand( @@ -739,7 +666,6 @@ final class NopTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn72')] public function testAssertReturn73(): void { $this->runAssertReturnCommand( @@ -749,7 +675,6 @@ final class NopTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn73')] public function testAssertReturn74(): void { $this->runAssertReturnCommand( @@ -759,7 +684,6 @@ final class NopTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn74')] public function testAssertReturn75(): void { $this->runAssertReturnCommand( @@ -769,7 +693,6 @@ final class NopTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn75')] public function testAssertReturn76(): void { $this->runAssertReturnCommand( @@ -779,7 +702,6 @@ final class NopTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn76')] public function testAssertReturn77(): void { $this->runAssertReturnCommand( @@ -789,7 +711,6 @@ final class NopTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn77')] public function testAssertReturn78(): void { $this->runAssertReturnCommand( @@ -799,7 +720,6 @@ final class NopTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn78')] public function testAssertReturn79(): void { $this->runAssertReturnCommand( @@ -809,7 +729,6 @@ final class NopTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn79')] public function testAssertReturn80(): void { $this->runAssertReturnCommand( @@ -819,7 +738,6 @@ final class NopTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn80')] public function testAssertReturn81(): void { $this->runAssertReturnCommand( @@ -829,7 +747,6 @@ final class NopTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn81')] public function testAssertReturn82(): void { $this->runAssertReturnCommand( @@ -839,7 +756,6 @@ final class NopTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn82')] public function testAssertReturn83(): void { $this->runAssertReturnCommand( @@ -849,7 +765,6 @@ final class NopTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn83')] public function testAssertInvalid84(): void { $this->runAssertInvalidCommand( @@ -859,7 +774,6 @@ final class NopTest extends SpecTestsuiteBase ); } - #[Depends('testAssertInvalid84')] public function testAssertInvalid85(): void { $this->runAssertInvalidCommand( @@ -869,7 +783,6 @@ final class NopTest extends SpecTestsuiteBase ); } - #[Depends('testAssertInvalid85')] public function testAssertInvalid86(): void { $this->runAssertInvalidCommand( @@ -879,7 +792,6 @@ final class NopTest extends SpecTestsuiteBase ); } - #[Depends('testAssertInvalid86')] public function testAssertInvalid87(): void { $this->runAssertInvalidCommand( diff --git a/tests/src/SpecTestsuites/Core/ObsoleteKeywordsTest.php b/tests/src/SpecTestsuites/Core/ObsoleteKeywordsTest.php index 8a15448..af479a0 100644 --- a/tests/src/SpecTestsuites/Core/ObsoleteKeywordsTest.php +++ b/tests/src/SpecTestsuites/Core/ObsoleteKeywordsTest.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 ObsoleteKeywordsTest extends SpecTestsuiteBase @@ -16,61 +15,51 @@ final class ObsoleteKeywordsTest extends SpecTestsuiteBase } #[DoesNotPerformAssertions] - #[Depends('testAssertMalformed0')] public function testAssertMalformed1(): void { } #[DoesNotPerformAssertions] - #[Depends('testAssertMalformed1')] public function testAssertMalformed2(): void { } #[DoesNotPerformAssertions] - #[Depends('testAssertMalformed2')] public function testAssertMalformed3(): void { } #[DoesNotPerformAssertions] - #[Depends('testAssertMalformed3')] public function testAssertMalformed4(): void { } #[DoesNotPerformAssertions] - #[Depends('testAssertMalformed4')] public function testAssertMalformed5(): void { } #[DoesNotPerformAssertions] - #[Depends('testAssertMalformed5')] public function testAssertMalformed6(): void { } #[DoesNotPerformAssertions] - #[Depends('testAssertMalformed6')] public function testAssertMalformed7(): void { } #[DoesNotPerformAssertions] - #[Depends('testAssertMalformed7')] public function testAssertMalformed8(): void { } #[DoesNotPerformAssertions] - #[Depends('testAssertMalformed8')] public function testAssertMalformed9(): void { } #[DoesNotPerformAssertions] - #[Depends('testAssertMalformed9')] public function testAssertMalformed10(): void { } diff --git a/tests/src/SpecTestsuites/Core/RefFuncTest.php b/tests/src/SpecTestsuites/Core/RefFuncTest.php index 6a73db5..456337f 100644 --- a/tests/src/SpecTestsuites/Core/RefFuncTest.php +++ b/tests/src/SpecTestsuites/Core/RefFuncTest.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 RefFuncTest extends SpecTestsuiteBase @@ -19,7 +18,6 @@ final class RefFuncTest extends SpecTestsuiteBase ); } - #[Depends('testModule0')] public function testRegister1(): void { $this->runRegisterCommand( @@ -29,7 +27,6 @@ final class RefFuncTest extends SpecTestsuiteBase ); } - #[Depends('testRegister1')] public function testModule2(): void { $this->runModuleCommand( @@ -39,7 +36,6 @@ final class RefFuncTest extends SpecTestsuiteBase ); } - #[Depends('testModule2')] public function testAssertReturn3(): void { $this->runAssertReturnCommand( @@ -49,7 +45,6 @@ final class RefFuncTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn3')] public function testAssertReturn4(): void { $this->runAssertReturnCommand( @@ -59,7 +54,6 @@ final class RefFuncTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn4')] public function testAssertReturn5(): void { $this->runAssertReturnCommand( @@ -69,7 +63,6 @@ final class RefFuncTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn5')] public function testAssertReturn6(): void { $this->runAssertReturnCommand( @@ -79,7 +72,6 @@ final class RefFuncTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn6')] public function testAssertReturn7(): void { $this->runAssertReturnCommand( @@ -89,7 +81,6 @@ final class RefFuncTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn7')] public function testAssertReturn8(): void { $this->runAssertReturnCommand( @@ -99,7 +90,6 @@ final class RefFuncTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn8')] public function testAction9(): void { $this->runActionCommand( @@ -108,7 +98,6 @@ final class RefFuncTest extends SpecTestsuiteBase ); } - #[Depends('testAction9')] public function testAssertReturn10(): void { $this->runAssertReturnCommand( @@ -118,7 +107,6 @@ final class RefFuncTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn10')] public function testAction11(): void { $this->runActionCommand( @@ -127,7 +115,6 @@ final class RefFuncTest extends SpecTestsuiteBase ); } - #[Depends('testAction11')] public function testAssertReturn12(): void { $this->runAssertReturnCommand( @@ -137,7 +124,6 @@ final class RefFuncTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn12')] public function testAssertInvalid13(): void { $this->runAssertInvalidCommand( @@ -147,7 +133,6 @@ final class RefFuncTest extends SpecTestsuiteBase ); } - #[Depends('testAssertInvalid13')] public function testModule14(): void { $this->runModuleCommand( @@ -157,7 +142,6 @@ final class RefFuncTest extends SpecTestsuiteBase ); } - #[Depends('testModule14')] public function testAssertInvalid15(): void { $this->runAssertInvalidCommand( @@ -167,7 +151,6 @@ final class RefFuncTest extends SpecTestsuiteBase ); } - #[Depends('testAssertInvalid15')] public function testAssertInvalid16(): void { $this->runAssertInvalidCommand( 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( diff --git a/tests/src/SpecTestsuites/Core/RefNullTest.php b/tests/src/SpecTestsuites/Core/RefNullTest.php index 48328f9..b560757 100644 --- a/tests/src/SpecTestsuites/Core/RefNullTest.php +++ b/tests/src/SpecTestsuites/Core/RefNullTest.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 RefNullTest extends SpecTestsuiteBase @@ -19,7 +18,6 @@ final class RefNullTest extends SpecTestsuiteBase ); } - #[Depends('testModule0')] public function testAssertReturn1(): void { $this->runAssertReturnCommand( @@ -29,7 +27,6 @@ final class RefNullTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1')] public function testAssertReturn2(): void { $this->runAssertReturnCommand( diff --git a/tests/src/SpecTestsuites/Core/ReturnTest.php b/tests/src/SpecTestsuites/Core/ReturnTest.php index 400531a..412f5c3 100644 --- a/tests/src/SpecTestsuites/Core/ReturnTest.php +++ b/tests/src/SpecTestsuites/Core/ReturnTest.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 ReturnTest extends SpecTestsuiteBase @@ -19,7 +18,6 @@ final class ReturnTest extends SpecTestsuiteBase ); } - #[Depends('testModule0')] public function testAssertReturn1(): void { $this->runAssertReturnCommand( @@ -29,7 +27,6 @@ final class ReturnTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1')] public function testAssertReturn2(): void { $this->runAssertReturnCommand( @@ -39,7 +36,6 @@ final class ReturnTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2')] public function testAssertReturn3(): void { $this->runAssertReturnCommand( @@ -49,7 +45,6 @@ final class ReturnTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn3')] public function testAssertReturn4(): void { $this->runAssertReturnCommand( @@ -59,7 +54,6 @@ final class ReturnTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn4')] public function testAssertReturn5(): void { $this->runAssertReturnCommand( @@ -69,7 +63,6 @@ final class ReturnTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn5')] public function testAssertReturn6(): void { $this->runAssertReturnCommand( @@ -79,7 +72,6 @@ final class ReturnTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn6')] public function testAssertReturn7(): void { $this->runAssertReturnCommand( @@ -89,7 +81,6 @@ final class ReturnTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn7')] public function testAssertReturn8(): void { $this->runAssertReturnCommand( @@ -99,7 +90,6 @@ final class ReturnTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn8')] public function testAssertReturn9(): void { $this->runAssertReturnCommand( @@ -109,7 +99,6 @@ final class ReturnTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn9')] public function testAssertReturn10(): void { $this->runAssertReturnCommand( @@ -119,7 +108,6 @@ final class ReturnTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn10')] public function testAssertReturn11(): void { $this->runAssertReturnCommand( @@ -129,7 +117,6 @@ final class ReturnTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn11')] public function testAssertReturn12(): void { $this->runAssertReturnCommand( @@ -139,7 +126,6 @@ final class ReturnTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn12')] public function testAssertReturn13(): void { $this->runAssertReturnCommand( @@ -149,7 +135,6 @@ final class ReturnTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn13')] public function testAssertReturn14(): void { $this->runAssertReturnCommand( @@ -159,7 +144,6 @@ final class ReturnTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn14')] public function testAssertReturn15(): void { $this->runAssertReturnCommand( @@ -169,7 +153,6 @@ final class ReturnTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn15')] public function testAssertReturn16(): void { $this->runAssertReturnCommand( @@ -179,7 +162,6 @@ final class ReturnTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn16')] public function testAssertReturn17(): void { $this->runAssertReturnCommand( @@ -189,7 +171,6 @@ final class ReturnTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn17')] public function testAssertReturn18(): void { $this->runAssertReturnCommand( @@ -199,7 +180,6 @@ final class ReturnTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn18')] public function testAssertReturn19(): void { $this->runAssertReturnCommand( @@ -209,7 +189,6 @@ final class ReturnTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn19')] public function testAssertReturn20(): void { $this->runAssertReturnCommand( @@ -219,7 +198,6 @@ final class ReturnTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn20')] public function testAssertReturn21(): void { $this->runAssertReturnCommand( @@ -229,7 +207,6 @@ final class ReturnTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn21')] public function testAssertReturn22(): void { $this->runAssertReturnCommand( @@ -239,7 +216,6 @@ final class ReturnTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn22')] public function testAssertReturn23(): void { $this->runAssertReturnCommand( @@ -249,7 +225,6 @@ final class ReturnTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn23')] public function testAssertReturn24(): void { $this->runAssertReturnCommand( @@ -259,7 +234,6 @@ final class ReturnTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn24')] public function testAssertReturn25(): void { $this->runAssertReturnCommand( @@ -269,7 +243,6 @@ final class ReturnTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn25')] public function testAssertReturn26(): void { $this->runAssertReturnCommand( @@ -279,7 +252,6 @@ final class ReturnTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn26')] public function testAssertReturn27(): void { $this->runAssertReturnCommand( @@ -289,7 +261,6 @@ final class ReturnTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn27')] public function testAssertReturn28(): void { $this->runAssertReturnCommand( @@ -299,7 +270,6 @@ final class ReturnTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn28')] public function testAssertReturn29(): void { $this->runAssertReturnCommand( @@ -309,7 +279,6 @@ final class ReturnTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn29')] public function testAssertReturn30(): void { $this->runAssertReturnCommand( @@ -319,7 +288,6 @@ final class ReturnTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn30')] public function testAssertReturn31(): void { $this->runAssertReturnCommand( @@ -329,7 +297,6 @@ final class ReturnTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn31')] public function testAssertReturn32(): void { $this->runAssertReturnCommand( @@ -339,7 +306,6 @@ final class ReturnTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn32')] public function testAssertReturn33(): void { $this->runAssertReturnCommand( @@ -349,7 +315,6 @@ final class ReturnTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn33')] public function testAssertReturn34(): void { $this->runAssertReturnCommand( @@ -359,7 +324,6 @@ final class ReturnTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn34')] public function testAssertReturn35(): void { $this->runAssertReturnCommand( @@ -369,7 +333,6 @@ final class ReturnTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn35')] public function testAssertReturn36(): void { $this->runAssertReturnCommand( @@ -379,7 +342,6 @@ final class ReturnTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn36')] public function testAssertReturn37(): void { $this->runAssertReturnCommand( @@ -389,7 +351,6 @@ final class ReturnTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn37')] public function testAssertReturn38(): void { $this->runAssertReturnCommand( @@ -399,7 +360,6 @@ final class ReturnTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn38')] public function testAssertReturn39(): void { $this->runAssertReturnCommand( @@ -409,7 +369,6 @@ final class ReturnTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn39')] public function testAssertReturn40(): void { $this->runAssertReturnCommand( @@ -419,7 +378,6 @@ final class ReturnTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn40')] public function testAssertReturn41(): void { $this->runAssertReturnCommand( @@ -429,7 +387,6 @@ final class ReturnTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn41')] public function testAssertReturn42(): void { $this->runAssertReturnCommand( @@ -439,7 +396,6 @@ final class ReturnTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn42')] public function testAssertReturn43(): void { $this->runAssertReturnCommand( @@ -449,7 +405,6 @@ final class ReturnTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn43')] public function testAssertReturn44(): void { $this->runAssertReturnCommand( @@ -459,7 +414,6 @@ final class ReturnTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn44')] public function testAssertReturn45(): void { $this->runAssertReturnCommand( @@ -469,7 +423,6 @@ final class ReturnTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn45')] public function testAssertReturn46(): void { $this->runAssertReturnCommand( @@ -479,7 +432,6 @@ final class ReturnTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn46')] public function testAssertReturn47(): void { $this->runAssertReturnCommand( @@ -489,7 +441,6 @@ final class ReturnTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn47')] public function testAssertReturn48(): void { $this->runAssertReturnCommand( @@ -499,7 +450,6 @@ final class ReturnTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn48')] public function testAssertReturn49(): void { $this->runAssertReturnCommand( @@ -509,7 +459,6 @@ final class ReturnTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn49')] public function testAssertReturn50(): void { $this->runAssertReturnCommand( @@ -519,7 +468,6 @@ final class ReturnTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn50')] public function testAssertReturn51(): void { $this->runAssertReturnCommand( @@ -529,7 +477,6 @@ final class ReturnTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn51')] public function testAssertReturn52(): void { $this->runAssertReturnCommand( @@ -539,7 +486,6 @@ final class ReturnTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn52')] public function testAssertReturn53(): void { $this->runAssertReturnCommand( @@ -549,7 +495,6 @@ final class ReturnTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn53')] public function testAssertReturn54(): void { $this->runAssertReturnCommand( @@ -559,7 +504,6 @@ final class ReturnTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn54')] public function testAssertReturn55(): void { $this->runAssertReturnCommand( @@ -569,7 +513,6 @@ final class ReturnTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn55')] public function testAssertReturn56(): void { $this->runAssertReturnCommand( @@ -579,7 +522,6 @@ final class ReturnTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn56')] public function testAssertReturn57(): void { $this->runAssertReturnCommand( @@ -589,7 +531,6 @@ final class ReturnTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn57')] public function testAssertReturn58(): void { $this->runAssertReturnCommand( @@ -599,7 +540,6 @@ final class ReturnTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn58')] public function testAssertReturn59(): void { $this->runAssertReturnCommand( @@ -609,7 +549,6 @@ final class ReturnTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn59')] public function testAssertReturn60(): void { $this->runAssertReturnCommand( @@ -619,7 +558,6 @@ final class ReturnTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn60')] public function testAssertReturn61(): void { $this->runAssertReturnCommand( @@ -629,7 +567,6 @@ final class ReturnTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn61')] public function testAssertReturn62(): void { $this->runAssertReturnCommand( @@ -639,7 +576,6 @@ final class ReturnTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn62')] public function testAssertReturn63(): void { $this->runAssertReturnCommand( @@ -649,7 +585,6 @@ final class ReturnTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn63')] public function testAssertInvalid64(): void { $this->runAssertInvalidCommand( @@ -659,7 +594,6 @@ final class ReturnTest extends SpecTestsuiteBase ); } - #[Depends('testAssertInvalid64')] public function testAssertInvalid65(): void { $this->runAssertInvalidCommand( @@ -669,7 +603,6 @@ final class ReturnTest extends SpecTestsuiteBase ); } - #[Depends('testAssertInvalid65')] public function testAssertInvalid66(): void { $this->runAssertInvalidCommand( @@ -679,7 +612,6 @@ final class ReturnTest extends SpecTestsuiteBase ); } - #[Depends('testAssertInvalid66')] public function testAssertInvalid67(): void { $this->runAssertInvalidCommand( @@ -689,7 +621,6 @@ final class ReturnTest extends SpecTestsuiteBase ); } - #[Depends('testAssertInvalid67')] public function testAssertInvalid68(): void { $this->runAssertInvalidCommand( @@ -699,7 +630,6 @@ final class ReturnTest extends SpecTestsuiteBase ); } - #[Depends('testAssertInvalid68')] public function testAssertInvalid69(): void { $this->runAssertInvalidCommand( @@ -709,7 +639,6 @@ final class ReturnTest extends SpecTestsuiteBase ); } - #[Depends('testAssertInvalid69')] public function testAssertInvalid70(): void { $this->runAssertInvalidCommand( @@ -719,7 +648,6 @@ final class ReturnTest extends SpecTestsuiteBase ); } - #[Depends('testAssertInvalid70')] public function testAssertInvalid71(): void { $this->runAssertInvalidCommand( @@ -729,7 +657,6 @@ final class ReturnTest extends SpecTestsuiteBase ); } - #[Depends('testAssertInvalid71')] public function testAssertInvalid72(): void { $this->runAssertInvalidCommand( @@ -739,7 +666,6 @@ final class ReturnTest extends SpecTestsuiteBase ); } - #[Depends('testAssertInvalid72')] public function testAssertInvalid73(): void { $this->runAssertInvalidCommand( @@ -749,7 +675,6 @@ final class ReturnTest extends SpecTestsuiteBase ); } - #[Depends('testAssertInvalid73')] public function testAssertInvalid74(): void { $this->runAssertInvalidCommand( @@ -759,7 +684,6 @@ final class ReturnTest extends SpecTestsuiteBase ); } - #[Depends('testAssertInvalid74')] public function testAssertInvalid75(): void { $this->runAssertInvalidCommand( @@ -769,7 +693,6 @@ final class ReturnTest extends SpecTestsuiteBase ); } - #[Depends('testAssertInvalid75')] public function testAssertInvalid76(): void { $this->runAssertInvalidCommand( @@ -779,7 +702,6 @@ final class ReturnTest extends SpecTestsuiteBase ); } - #[Depends('testAssertInvalid76')] public function testAssertInvalid77(): void { $this->runAssertInvalidCommand( @@ -789,7 +711,6 @@ final class ReturnTest extends SpecTestsuiteBase ); } - #[Depends('testAssertInvalid77')] public function testAssertInvalid78(): void { $this->runAssertInvalidCommand( @@ -799,7 +720,6 @@ final class ReturnTest extends SpecTestsuiteBase ); } - #[Depends('testAssertInvalid78')] public function testAssertInvalid79(): void { $this->runAssertInvalidCommand( @@ -809,7 +729,6 @@ final class ReturnTest extends SpecTestsuiteBase ); } - #[Depends('testAssertInvalid79')] public function testAssertInvalid80(): void { $this->runAssertInvalidCommand( @@ -819,7 +738,6 @@ final class ReturnTest extends SpecTestsuiteBase ); } - #[Depends('testAssertInvalid80')] public function testAssertInvalid81(): void { $this->runAssertInvalidCommand( @@ -829,7 +747,6 @@ final class ReturnTest extends SpecTestsuiteBase ); } - #[Depends('testAssertInvalid81')] public function testAssertInvalid82(): void { $this->runAssertInvalidCommand( @@ -839,7 +756,6 @@ final class ReturnTest extends SpecTestsuiteBase ); } - #[Depends('testAssertInvalid82')] public function testAssertInvalid83(): void { $this->runAssertInvalidCommand( diff --git a/tests/src/SpecTestsuites/Core/SelectTest.php b/tests/src/SpecTestsuites/Core/SelectTest.php index 7dbcddd..c2dc705 100644 --- a/tests/src/SpecTestsuites/Core/SelectTest.php +++ b/tests/src/SpecTestsuites/Core/SelectTest.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 SelectTest extends SpecTestsuiteBase @@ -19,7 +18,6 @@ final class SelectTest extends SpecTestsuiteBase ); } - #[Depends('testModule0')] public function testAssertReturn1(): void { $this->runAssertReturnCommand( @@ -29,7 +27,6 @@ final class SelectTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1')] public function testAssertReturn2(): void { $this->runAssertReturnCommand( @@ -39,7 +36,6 @@ final class SelectTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2')] public function testAssertReturn3(): void { $this->runAssertReturnCommand( @@ -49,7 +45,6 @@ final class SelectTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn3')] public function testAssertReturn4(): void { $this->runAssertReturnCommand( @@ -59,7 +54,6 @@ final class SelectTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn4')] public function testAssertReturn5(): void { $this->runAssertReturnCommand( @@ -69,7 +63,6 @@ final class SelectTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn5')] public function testAssertReturn6(): void { $this->runAssertReturnCommand( @@ -79,7 +72,6 @@ final class SelectTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn6')] public function testAssertReturn7(): void { $this->runAssertReturnCommand( @@ -89,7 +81,6 @@ final class SelectTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn7')] public function testAssertReturn8(): void { $this->runAssertReturnCommand( @@ -99,7 +90,6 @@ final class SelectTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn8')] public function testAssertReturn9(): void { $this->runAssertReturnCommand( @@ -109,7 +99,6 @@ final class SelectTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn9')] public function testAssertReturn10(): void { $this->runAssertReturnCommand( @@ -119,7 +108,6 @@ final class SelectTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn10')] public function testAssertReturn11(): void { $this->runAssertReturnCommand( @@ -129,7 +117,6 @@ final class SelectTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn11')] public function testAssertReturn12(): void { $this->runAssertReturnCommand( @@ -139,7 +126,6 @@ final class SelectTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn12')] public function testAssertReturn13(): void { $this->runAssertReturnCommand( @@ -149,7 +135,6 @@ final class SelectTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn13')] public function testAssertReturn14(): void { $this->runAssertReturnCommand( @@ -159,7 +144,6 @@ final class SelectTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn14')] public function testAssertReturn15(): void { $this->runAssertReturnCommand( @@ -169,7 +153,6 @@ final class SelectTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn15')] public function testAssertReturn16(): void { $this->runAssertReturnCommand( @@ -179,7 +162,6 @@ final class SelectTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn16')] public function testAssertReturn17(): void { $this->runAssertReturnCommand( @@ -189,7 +171,6 @@ final class SelectTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn17')] public function testAssertReturn18(): void { $this->runAssertReturnCommand( @@ -199,7 +180,6 @@ final class SelectTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn18')] public function testAssertReturn19(): void { $this->runAssertReturnCommand( @@ -209,7 +189,6 @@ final class SelectTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn19')] public function testAssertReturn20(): void { $this->runAssertReturnCommand( @@ -219,7 +198,6 @@ final class SelectTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn20')] public function testAssertReturn21(): void { $this->runAssertReturnCommand( @@ -229,7 +207,6 @@ final class SelectTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn21')] public function testAssertReturn22(): void { $this->runAssertReturnCommand( @@ -239,7 +216,6 @@ final class SelectTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn22')] public function testAssertReturn23(): void { $this->runAssertReturnCommand( @@ -249,7 +225,6 @@ final class SelectTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn23')] public function testAssertReturn24(): void { $this->runAssertReturnCommand( @@ -259,7 +234,6 @@ final class SelectTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn24')] public function testAssertReturn25(): void { $this->runAssertReturnCommand( @@ -269,7 +243,6 @@ final class SelectTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn25')] public function testAssertReturn26(): void { $this->runAssertReturnCommand( @@ -279,7 +252,6 @@ final class SelectTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn26')] public function testAssertReturn27(): void { $this->runAssertReturnCommand( @@ -289,7 +261,6 @@ final class SelectTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn27')] public function testAssertReturn28(): void { $this->runAssertReturnCommand( @@ -299,7 +270,6 @@ final class SelectTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn28')] public function testAssertReturn29(): void { $this->runAssertReturnCommand( @@ -309,7 +279,6 @@ final class SelectTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn29')] public function testAssertReturn30(): void { $this->runAssertReturnCommand( @@ -319,7 +288,6 @@ final class SelectTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn30')] public function testAssertReturn31(): void { $this->runAssertReturnCommand( @@ -329,7 +297,6 @@ final class SelectTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn31')] public function testAssertReturn32(): void { $this->runAssertReturnCommand( @@ -339,7 +306,6 @@ final class SelectTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn32')] public function testAssertReturn33(): void { $this->runAssertReturnCommand( @@ -349,7 +315,6 @@ final class SelectTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn33')] public function testAssertReturn34(): void { $this->runAssertReturnCommand( @@ -359,7 +324,6 @@ final class SelectTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn34')] public function testAssertReturn35(): void { $this->runAssertReturnCommand( @@ -369,7 +333,6 @@ final class SelectTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn35')] public function testAssertReturn36(): void { $this->runAssertReturnCommand( @@ -379,7 +342,6 @@ final class SelectTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn36')] public function testAssertReturn37(): void { $this->runAssertReturnCommand( @@ -389,7 +351,6 @@ final class SelectTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn37')] public function testAssertReturn38(): void { $this->runAssertReturnCommand( @@ -399,7 +360,6 @@ final class SelectTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn38')] public function testAssertReturn39(): void { $this->runAssertReturnCommand( @@ -409,7 +369,6 @@ final class SelectTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn39')] public function testAssertReturn40(): void { $this->runAssertReturnCommand( @@ -419,7 +378,6 @@ final class SelectTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn40')] public function testAssertReturn41(): void { $this->runAssertReturnCommand( @@ -429,7 +387,6 @@ final class SelectTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn41')] public function testAssertReturn42(): void { $this->runAssertReturnCommand( @@ -439,7 +396,6 @@ final class SelectTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn42')] public function testAssertReturn43(): void { $this->runAssertReturnCommand( @@ -449,7 +405,6 @@ final class SelectTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn43')] public function testAssertReturn44(): void { $this->runAssertReturnCommand( @@ -459,7 +414,6 @@ final class SelectTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn44')] public function testAssertReturn45(): void { $this->runAssertReturnCommand( @@ -469,7 +423,6 @@ final class SelectTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn45')] public function testAssertReturn46(): void { $this->runAssertReturnCommand( @@ -479,7 +432,6 @@ final class SelectTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn46')] public function testAssertReturn47(): void { $this->runAssertReturnCommand( @@ -489,7 +441,6 @@ final class SelectTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn47')] public function testAssertReturn48(): void { $this->runAssertReturnCommand( @@ -499,7 +450,6 @@ final class SelectTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn48')] public function testAssertReturn49(): void { $this->runAssertReturnCommand( @@ -509,7 +459,6 @@ final class SelectTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn49')] public function testAssertReturn50(): void { $this->runAssertReturnCommand( @@ -519,7 +468,6 @@ final class SelectTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn50')] public function testAssertReturn51(): void { $this->runAssertReturnCommand( @@ -529,7 +477,6 @@ final class SelectTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn51')] public function testAssertReturn52(): void { $this->runAssertReturnCommand( @@ -539,7 +486,6 @@ final class SelectTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn52')] public function testAssertReturn53(): void { $this->runAssertReturnCommand( @@ -549,7 +495,6 @@ final class SelectTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn53')] public function testAssertReturn54(): void { $this->runAssertReturnCommand( @@ -559,7 +504,6 @@ final class SelectTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn54')] public function testAssertReturn55(): void { $this->runAssertReturnCommand( @@ -569,7 +513,6 @@ final class SelectTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn55')] public function testAssertReturn56(): void { $this->runAssertReturnCommand( @@ -579,7 +522,6 @@ final class SelectTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn56')] public function testAssertReturn57(): void { $this->runAssertReturnCommand( @@ -589,7 +531,6 @@ final class SelectTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn57')] public function testAssertReturn58(): void { $this->runAssertReturnCommand( @@ -599,7 +540,6 @@ final class SelectTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn58')] public function testAssertReturn59(): void { $this->runAssertReturnCommand( @@ -609,7 +549,6 @@ final class SelectTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn59')] public function testAssertReturn60(): void { $this->runAssertReturnCommand( @@ -619,7 +558,6 @@ final class SelectTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn60')] public function testAssertReturn61(): void { $this->runAssertReturnCommand( @@ -629,7 +567,6 @@ final class SelectTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn61')] public function testAssertReturn62(): void { $this->runAssertReturnCommand( @@ -639,7 +576,6 @@ final class SelectTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn62')] public function testAssertReturn63(): void { $this->runAssertReturnCommand( @@ -649,7 +585,6 @@ final class SelectTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn63')] public function testAssertReturn64(): void { $this->runAssertReturnCommand( @@ -659,7 +594,6 @@ final class SelectTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn64')] public function testAssertReturn65(): void { $this->runAssertReturnCommand( @@ -669,7 +603,6 @@ final class SelectTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn65')] public function testAssertReturn66(): void { $this->runAssertReturnCommand( @@ -679,7 +612,6 @@ final class SelectTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn66')] public function testAssertReturn67(): void { $this->runAssertReturnCommand( @@ -689,7 +621,6 @@ final class SelectTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn67')] public function testAssertReturn68(): void { $this->runAssertReturnCommand( @@ -699,7 +630,6 @@ final class SelectTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn68')] public function testAssertReturn69(): void { $this->runAssertReturnCommand( @@ -709,7 +639,6 @@ final class SelectTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn69')] public function testAssertReturn70(): void { $this->runAssertReturnCommand( @@ -719,7 +648,6 @@ final class SelectTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn70')] public function testAssertReturn71(): void { $this->runAssertReturnCommand( @@ -729,7 +657,6 @@ final class SelectTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn71')] public function testAssertReturn72(): void { $this->runAssertReturnCommand( @@ -739,7 +666,6 @@ final class SelectTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn72')] public function testAssertReturn73(): void { $this->runAssertReturnCommand( @@ -749,7 +675,6 @@ final class SelectTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn73')] public function testAssertReturn74(): void { $this->runAssertReturnCommand( @@ -759,7 +684,6 @@ final class SelectTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn74')] public function testAssertReturn75(): void { $this->runAssertReturnCommand( @@ -769,7 +693,6 @@ final class SelectTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn75')] public function testAssertReturn76(): void { $this->runAssertReturnCommand( @@ -779,7 +702,6 @@ final class SelectTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn76')] public function testAssertReturn77(): void { $this->runAssertReturnCommand( @@ -789,7 +711,6 @@ final class SelectTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn77')] public function testAssertReturn78(): void { $this->runAssertReturnCommand( @@ -799,7 +720,6 @@ final class SelectTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn78')] public function testAssertReturn79(): void { $this->runAssertReturnCommand( @@ -809,7 +729,6 @@ final class SelectTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn79')] public function testAssertReturn80(): void { $this->runAssertReturnCommand( @@ -819,7 +738,6 @@ final class SelectTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn80')] public function testAssertReturn81(): void { $this->runAssertReturnCommand( @@ -829,7 +747,6 @@ final class SelectTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn81')] public function testAssertReturn82(): void { $this->runAssertReturnCommand( @@ -839,7 +756,6 @@ final class SelectTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn82')] public function testAssertTrap83(): void { $this->runAssertTrapCommand( @@ -849,7 +765,6 @@ final class SelectTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap83')] public function testAssertTrap84(): void { $this->runAssertTrapCommand( @@ -859,7 +774,6 @@ final class SelectTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap84')] public function testAssertReturn85(): void { $this->runAssertReturnCommand( @@ -869,7 +783,6 @@ final class SelectTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn85')] public function testAssertReturn86(): void { $this->runAssertReturnCommand( @@ -879,7 +792,6 @@ final class SelectTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn86')] public function testAssertReturn87(): void { $this->runAssertReturnCommand( @@ -889,7 +801,6 @@ final class SelectTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn87')] public function testAssertReturn88(): void { $this->runAssertReturnCommand( @@ -899,7 +810,6 @@ final class SelectTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn88')] public function testAssertReturn89(): void { $this->runAssertReturnCommand( @@ -909,7 +819,6 @@ final class SelectTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn89')] public function testAssertReturn90(): void { $this->runAssertReturnCommand( @@ -919,7 +828,6 @@ final class SelectTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn90')] public function testAssertReturn91(): void { $this->runAssertReturnCommand( @@ -929,7 +837,6 @@ final class SelectTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn91')] public function testAssertReturn92(): void { $this->runAssertReturnCommand( @@ -939,7 +846,6 @@ final class SelectTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn92')] public function testAssertReturn93(): void { $this->runAssertReturnCommand( @@ -949,7 +855,6 @@ final class SelectTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn93')] public function testAssertReturn94(): void { $this->runAssertReturnCommand( @@ -959,7 +864,6 @@ final class SelectTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn94')] public function testAssertReturn95(): void { $this->runAssertReturnCommand( @@ -969,7 +873,6 @@ final class SelectTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn95')] public function testAssertReturn96(): void { $this->runAssertReturnCommand( @@ -979,7 +882,6 @@ final class SelectTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn96')] public function testAssertReturn97(): void { $this->runAssertReturnCommand( @@ -989,7 +891,6 @@ final class SelectTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn97')] public function testAssertReturn98(): void { $this->runAssertReturnCommand( @@ -999,7 +900,6 @@ final class SelectTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn98')] public function testAssertReturn99(): void { $this->runAssertReturnCommand( @@ -1009,7 +909,6 @@ final class SelectTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn99')] public function testAssertReturn100(): void { $this->runAssertReturnCommand( @@ -1019,7 +918,6 @@ final class SelectTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn100')] public function testAssertReturn101(): void { $this->runAssertReturnCommand( @@ -1029,7 +927,6 @@ final class SelectTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn101')] public function testAssertReturn102(): void { $this->runAssertReturnCommand( @@ -1039,7 +936,6 @@ final class SelectTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn102')] public function testAssertReturn103(): void { $this->runAssertReturnCommand( @@ -1049,7 +945,6 @@ final class SelectTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn103')] public function testAssertReturn104(): void { $this->runAssertReturnCommand( @@ -1059,7 +954,6 @@ final class SelectTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn104')] public function testAssertReturn105(): void { $this->runAssertReturnCommand( @@ -1069,7 +963,6 @@ final class SelectTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn105')] public function testAssertReturn106(): void { $this->runAssertReturnCommand( @@ -1079,7 +972,6 @@ final class SelectTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn106')] public function testAssertReturn107(): void { $this->runAssertReturnCommand( @@ -1089,7 +981,6 @@ final class SelectTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn107')] public function testAssertReturn108(): void { $this->runAssertReturnCommand( @@ -1099,7 +990,6 @@ final class SelectTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn108')] public function testAssertReturn109(): void { $this->runAssertReturnCommand( @@ -1109,7 +999,6 @@ final class SelectTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn109')] public function testAssertReturn110(): void { $this->runAssertReturnCommand( @@ -1119,7 +1008,6 @@ final class SelectTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn110')] public function testAssertReturn111(): void { $this->runAssertReturnCommand( @@ -1129,7 +1017,6 @@ final class SelectTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn111')] public function testAssertReturn112(): void { $this->runAssertReturnCommand( @@ -1139,7 +1026,6 @@ final class SelectTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn112')] public function testAssertReturn113(): void { $this->runAssertReturnCommand( @@ -1149,7 +1035,6 @@ final class SelectTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn113')] public function testAssertReturn114(): void { $this->runAssertReturnCommand( @@ -1159,7 +1044,6 @@ final class SelectTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn114')] public function testAssertReturn115(): void { $this->runAssertReturnCommand( @@ -1169,7 +1053,6 @@ final class SelectTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn115')] public function testAssertReturn116(): void { $this->runAssertReturnCommand( @@ -1179,7 +1062,6 @@ final class SelectTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn116')] public function testAssertReturn117(): void { $this->runAssertReturnCommand( @@ -1189,7 +1071,6 @@ final class SelectTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn117')] public function testAssertReturn118(): void { $this->runAssertReturnCommand( @@ -1199,7 +1080,6 @@ final class SelectTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn118')] public function testAssertInvalid119(): void { $this->runAssertInvalidCommand( @@ -1209,7 +1089,6 @@ final class SelectTest extends SpecTestsuiteBase ); } - #[Depends('testAssertInvalid119')] public function testAssertInvalid120(): void { $this->runAssertInvalidCommand( @@ -1219,7 +1098,6 @@ final class SelectTest extends SpecTestsuiteBase ); } - #[Depends('testAssertInvalid120')] public function testAssertInvalid121(): void { $this->runAssertInvalidCommand( @@ -1229,7 +1107,6 @@ final class SelectTest extends SpecTestsuiteBase ); } - #[Depends('testAssertInvalid121')] public function testAssertInvalid122(): void { $this->runAssertInvalidCommand( @@ -1239,7 +1116,6 @@ final class SelectTest extends SpecTestsuiteBase ); } - #[Depends('testAssertInvalid122')] public function testAssertInvalid123(): void { $this->runAssertInvalidCommand( @@ -1249,7 +1125,6 @@ final class SelectTest extends SpecTestsuiteBase ); } - #[Depends('testAssertInvalid123')] public function testAssertInvalid124(): void { $this->runAssertInvalidCommand( @@ -1259,7 +1134,6 @@ final class SelectTest extends SpecTestsuiteBase ); } - #[Depends('testAssertInvalid124')] public function testAssertInvalid125(): void { $this->runAssertInvalidCommand( @@ -1269,7 +1143,6 @@ final class SelectTest extends SpecTestsuiteBase ); } - #[Depends('testAssertInvalid125')] public function testAssertInvalid126(): void { $this->runAssertInvalidCommand( @@ -1279,7 +1152,6 @@ final class SelectTest extends SpecTestsuiteBase ); } - #[Depends('testAssertInvalid126')] public function testAssertInvalid127(): void { $this->runAssertInvalidCommand( @@ -1289,7 +1161,6 @@ final class SelectTest extends SpecTestsuiteBase ); } - #[Depends('testAssertInvalid127')] public function testAssertInvalid128(): void { $this->runAssertInvalidCommand( @@ -1299,7 +1170,6 @@ final class SelectTest extends SpecTestsuiteBase ); } - #[Depends('testAssertInvalid128')] public function testAssertInvalid129(): void { $this->runAssertInvalidCommand( @@ -1309,7 +1179,6 @@ final class SelectTest extends SpecTestsuiteBase ); } - #[Depends('testAssertInvalid129')] public function testAssertInvalid130(): void { $this->runAssertInvalidCommand( @@ -1319,7 +1188,6 @@ final class SelectTest extends SpecTestsuiteBase ); } - #[Depends('testAssertInvalid130')] public function testAssertInvalid131(): void { $this->runAssertInvalidCommand( @@ -1329,7 +1197,6 @@ final class SelectTest extends SpecTestsuiteBase ); } - #[Depends('testAssertInvalid131')] public function testAssertInvalid132(): void { $this->runAssertInvalidCommand( @@ -1339,7 +1206,6 @@ final class SelectTest extends SpecTestsuiteBase ); } - #[Depends('testAssertInvalid132')] public function testAssertInvalid133(): void { $this->runAssertInvalidCommand( @@ -1349,7 +1215,6 @@ final class SelectTest extends SpecTestsuiteBase ); } - #[Depends('testAssertInvalid133')] public function testAssertInvalid134(): void { $this->runAssertInvalidCommand( @@ -1359,7 +1224,6 @@ final class SelectTest extends SpecTestsuiteBase ); } - #[Depends('testAssertInvalid134')] public function testAssertInvalid135(): void { $this->runAssertInvalidCommand( @@ -1369,7 +1233,6 @@ final class SelectTest extends SpecTestsuiteBase ); } - #[Depends('testAssertInvalid135')] public function testAssertInvalid136(): void { $this->runAssertInvalidCommand( @@ -1379,7 +1242,6 @@ final class SelectTest extends SpecTestsuiteBase ); } - #[Depends('testAssertInvalid136')] public function testAssertInvalid137(): void { $this->runAssertInvalidCommand( @@ -1389,7 +1251,6 @@ final class SelectTest extends SpecTestsuiteBase ); } - #[Depends('testAssertInvalid137')] public function testAssertInvalid138(): void { $this->runAssertInvalidCommand( @@ -1399,7 +1260,6 @@ final class SelectTest extends SpecTestsuiteBase ); } - #[Depends('testAssertInvalid138')] public function testAssertInvalid139(): void { $this->runAssertInvalidCommand( @@ -1409,7 +1269,6 @@ final class SelectTest extends SpecTestsuiteBase ); } - #[Depends('testAssertInvalid139')] public function testAssertInvalid140(): void { $this->runAssertInvalidCommand( @@ -1419,7 +1278,6 @@ final class SelectTest extends SpecTestsuiteBase ); } - #[Depends('testAssertInvalid140')] public function testAssertInvalid141(): void { $this->runAssertInvalidCommand( @@ -1429,7 +1287,6 @@ final class SelectTest extends SpecTestsuiteBase ); } - #[Depends('testAssertInvalid141')] public function testAssertInvalid142(): void { $this->runAssertInvalidCommand( @@ -1439,7 +1296,6 @@ final class SelectTest extends SpecTestsuiteBase ); } - #[Depends('testAssertInvalid142')] public function testAssertInvalid143(): void { $this->runAssertInvalidCommand( @@ -1449,7 +1305,6 @@ final class SelectTest extends SpecTestsuiteBase ); } - #[Depends('testAssertInvalid143')] public function testAssertInvalid144(): void { $this->runAssertInvalidCommand( @@ -1459,7 +1314,6 @@ final class SelectTest extends SpecTestsuiteBase ); } - #[Depends('testAssertInvalid144')] public function testAssertInvalid145(): void { $this->runAssertInvalidCommand( @@ -1469,7 +1323,6 @@ final class SelectTest extends SpecTestsuiteBase ); } - #[Depends('testAssertInvalid145')] public function testAssertInvalid146(): void { $this->runAssertInvalidCommand( @@ -1479,7 +1332,6 @@ final class SelectTest extends SpecTestsuiteBase ); } - #[Depends('testAssertInvalid146')] public function testModule147(): void { $this->runModuleCommand( 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( diff --git a/tests/src/SpecTestsuites/Core/StackTest.php b/tests/src/SpecTestsuites/Core/StackTest.php index c719dae..be3dc8e 100644 --- a/tests/src/SpecTestsuites/Core/StackTest.php +++ b/tests/src/SpecTestsuites/Core/StackTest.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 StackTest extends SpecTestsuiteBase @@ -19,7 +18,6 @@ final class StackTest extends SpecTestsuiteBase ); } - #[Depends('testModule0')] public function testAssertReturn1(): void { $this->runAssertReturnCommand( @@ -29,7 +27,6 @@ final class StackTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1')] public function testAssertReturn2(): void { $this->runAssertReturnCommand( @@ -39,7 +36,6 @@ final class StackTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2')] public function testAssertReturn3(): void { $this->runAssertReturnCommand( @@ -49,7 +45,6 @@ final class StackTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn3')] public function testAssertReturn4(): void { $this->runAssertReturnCommand( @@ -59,7 +54,6 @@ final class StackTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn4')] public function testAssertReturn5(): void { $this->runAssertReturnCommand( @@ -69,7 +63,6 @@ final class StackTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn5')] public function testModule6(): void { $this->runModuleCommand( diff --git a/tests/src/SpecTestsuites/Core/StartTest.php b/tests/src/SpecTestsuites/Core/StartTest.php index 3e16c27..cbed4f3 100644 --- a/tests/src/SpecTestsuites/Core/StartTest.php +++ b/tests/src/SpecTestsuites/Core/StartTest.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 StartTest extends SpecTestsuiteBase @@ -19,7 +18,6 @@ final class StartTest extends SpecTestsuiteBase ); } - #[Depends('testAssertInvalid0')] public function testAssertInvalid1(): void { $this->runAssertInvalidCommand( @@ -29,7 +27,6 @@ final class StartTest extends SpecTestsuiteBase ); } - #[Depends('testAssertInvalid1')] public function testAssertInvalid2(): void { $this->runAssertInvalidCommand( @@ -39,7 +36,6 @@ final class StartTest extends SpecTestsuiteBase ); } - #[Depends('testAssertInvalid2')] public function testModule3(): void { $this->runModuleCommand( @@ -49,7 +45,6 @@ final class StartTest extends SpecTestsuiteBase ); } - #[Depends('testModule3')] public function testAssertReturn4(): void { $this->runAssertReturnCommand( @@ -59,7 +54,6 @@ final class StartTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn4')] public function testAction5(): void { $this->runActionCommand( @@ -68,7 +62,6 @@ final class StartTest extends SpecTestsuiteBase ); } - #[Depends('testAction5')] public function testAssertReturn6(): void { $this->runAssertReturnCommand( @@ -78,7 +71,6 @@ final class StartTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn6')] public function testAction7(): void { $this->runActionCommand( @@ -87,7 +79,6 @@ final class StartTest extends SpecTestsuiteBase ); } - #[Depends('testAction7')] public function testAssertReturn8(): void { $this->runAssertReturnCommand( @@ -97,7 +88,6 @@ final class StartTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn8')] public function testModule9(): void { $this->runModuleCommand( @@ -107,7 +97,6 @@ final class StartTest extends SpecTestsuiteBase ); } - #[Depends('testModule9')] public function testAssertReturn10(): void { $this->runAssertReturnCommand( @@ -117,7 +106,6 @@ final class StartTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn10')] public function testAction11(): void { $this->runActionCommand( @@ -126,7 +114,6 @@ final class StartTest extends SpecTestsuiteBase ); } - #[Depends('testAction11')] public function testAssertReturn12(): void { $this->runAssertReturnCommand( @@ -136,7 +123,6 @@ final class StartTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn12')] public function testAction13(): void { $this->runActionCommand( @@ -145,7 +131,6 @@ final class StartTest extends SpecTestsuiteBase ); } - #[Depends('testAction13')] public function testAssertReturn14(): void { $this->runAssertReturnCommand( @@ -155,7 +140,6 @@ final class StartTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn14')] public function testModule15(): void { $this->runModuleCommand( @@ -165,7 +149,6 @@ final class StartTest extends SpecTestsuiteBase ); } - #[Depends('testModule15')] public function testModule16(): void { $this->runModuleCommand( @@ -175,7 +158,6 @@ final class StartTest extends SpecTestsuiteBase ); } - #[Depends('testModule16')] public function testModule17(): void { $this->runModuleCommand( @@ -185,7 +167,6 @@ final class StartTest extends SpecTestsuiteBase ); } - #[Depends('testModule17')] public function testAssertUninstantiable18(): void { $this->runAssertUninstantiableCommand( @@ -196,7 +177,6 @@ final class StartTest extends SpecTestsuiteBase } #[DoesNotPerformAssertions] - #[Depends('testAssertUninstantiable18')] public function testAssertMalformed19(): void { } diff --git a/tests/src/SpecTestsuites/Core/StoreTest.php b/tests/src/SpecTestsuites/Core/StoreTest.php index 248cb64..395a9d3 100644 --- a/tests/src/SpecTestsuites/Core/StoreTest.php +++ b/tests/src/SpecTestsuites/Core/StoreTest.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 StoreTest extends SpecTestsuiteBase @@ -19,7 +18,6 @@ final class StoreTest extends SpecTestsuiteBase ); } - #[Depends('testModule0')] public function testAssertReturn1(): void { $this->runAssertReturnCommand( @@ -29,7 +27,6 @@ final class StoreTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1')] public function testAssertReturn2(): void { $this->runAssertReturnCommand( @@ -39,7 +36,6 @@ final class StoreTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2')] public function testAssertReturn3(): void { $this->runAssertReturnCommand( @@ -49,7 +45,6 @@ final class StoreTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn3')] public function testAssertReturn4(): void { $this->runAssertReturnCommand( @@ -59,7 +54,6 @@ final class StoreTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn4')] public function testAssertReturn5(): void { $this->runAssertReturnCommand( @@ -69,7 +63,6 @@ final class StoreTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn5')] public function testAssertReturn6(): void { $this->runAssertReturnCommand( @@ -79,7 +72,6 @@ final class StoreTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn6')] public function testAssertReturn7(): void { $this->runAssertReturnCommand( @@ -89,7 +81,6 @@ final class StoreTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn7')] public function testAssertReturn8(): void { $this->runAssertReturnCommand( @@ -99,7 +90,6 @@ final class StoreTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn8')] public function testAssertReturn9(): void { $this->runAssertReturnCommand( @@ -110,48 +100,40 @@ final class StoreTest extends SpecTestsuiteBase } #[DoesNotPerformAssertions] - #[Depends('testAssertReturn9')] public function testAssertMalformed10(): void { } #[DoesNotPerformAssertions] - #[Depends('testAssertMalformed10')] public function testAssertMalformed11(): void { } #[DoesNotPerformAssertions] - #[Depends('testAssertMalformed11')] public function testAssertMalformed12(): void { } #[DoesNotPerformAssertions] - #[Depends('testAssertMalformed12')] public function testAssertMalformed13(): void { } #[DoesNotPerformAssertions] - #[Depends('testAssertMalformed13')] public function testAssertMalformed14(): void { } #[DoesNotPerformAssertions] - #[Depends('testAssertMalformed14')] public function testAssertMalformed15(): void { } #[DoesNotPerformAssertions] - #[Depends('testAssertMalformed15')] public function testAssertMalformed16(): void { } - #[Depends('testAssertMalformed16')] public function testAssertInvalid17(): void { $this->runAssertInvalidCommand( @@ -161,7 +143,6 @@ final class StoreTest extends SpecTestsuiteBase ); } - #[Depends('testAssertInvalid17')] public function testAssertInvalid18(): void { $this->runAssertInvalidCommand( @@ -171,7 +152,6 @@ final class StoreTest extends SpecTestsuiteBase ); } - #[Depends('testAssertInvalid18')] public function testAssertInvalid19(): void { $this->runAssertInvalidCommand( @@ -181,7 +161,6 @@ final class StoreTest extends SpecTestsuiteBase ); } - #[Depends('testAssertInvalid19')] public function testAssertInvalid20(): void { $this->runAssertInvalidCommand( @@ -191,7 +170,6 @@ final class StoreTest extends SpecTestsuiteBase ); } - #[Depends('testAssertInvalid20')] public function testAssertInvalid21(): void { $this->runAssertInvalidCommand( @@ -201,7 +179,6 @@ final class StoreTest extends SpecTestsuiteBase ); } - #[Depends('testAssertInvalid21')] public function testAssertInvalid22(): void { $this->runAssertInvalidCommand( @@ -211,7 +188,6 @@ final class StoreTest extends SpecTestsuiteBase ); } - #[Depends('testAssertInvalid22')] public function testAssertInvalid23(): void { $this->runAssertInvalidCommand( @@ -221,7 +197,6 @@ final class StoreTest extends SpecTestsuiteBase ); } - #[Depends('testAssertInvalid23')] public function testAssertInvalid24(): void { $this->runAssertInvalidCommand( @@ -231,7 +206,6 @@ final class StoreTest extends SpecTestsuiteBase ); } - #[Depends('testAssertInvalid24')] public function testAssertInvalid25(): void { $this->runAssertInvalidCommand( @@ -241,7 +215,6 @@ final class StoreTest extends SpecTestsuiteBase ); } - #[Depends('testAssertInvalid25')] public function testAssertInvalid26(): void { $this->runAssertInvalidCommand( @@ -251,7 +224,6 @@ final class StoreTest extends SpecTestsuiteBase ); } - #[Depends('testAssertInvalid26')] public function testAssertInvalid27(): void { $this->runAssertInvalidCommand( @@ -261,7 +233,6 @@ final class StoreTest extends SpecTestsuiteBase ); } - #[Depends('testAssertInvalid27')] public function testAssertInvalid28(): void { $this->runAssertInvalidCommand( @@ -271,7 +242,6 @@ final class StoreTest extends SpecTestsuiteBase ); } - #[Depends('testAssertInvalid28')] public function testAssertInvalid29(): void { $this->runAssertInvalidCommand( @@ -281,7 +251,6 @@ final class StoreTest extends SpecTestsuiteBase ); } - #[Depends('testAssertInvalid29')] public function testAssertInvalid30(): void { $this->runAssertInvalidCommand( @@ -291,7 +260,6 @@ final class StoreTest extends SpecTestsuiteBase ); } - #[Depends('testAssertInvalid30')] public function testAssertInvalid31(): void { $this->runAssertInvalidCommand( @@ -301,7 +269,6 @@ final class StoreTest extends SpecTestsuiteBase ); } - #[Depends('testAssertInvalid31')] public function testAssertInvalid32(): void { $this->runAssertInvalidCommand( @@ -311,7 +278,6 @@ final class StoreTest extends SpecTestsuiteBase ); } - #[Depends('testAssertInvalid32')] public function testAssertInvalid33(): void { $this->runAssertInvalidCommand( @@ -321,7 +287,6 @@ final class StoreTest extends SpecTestsuiteBase ); } - #[Depends('testAssertInvalid33')] public function testAssertInvalid34(): void { $this->runAssertInvalidCommand( @@ -331,7 +296,6 @@ final class StoreTest extends SpecTestsuiteBase ); } - #[Depends('testAssertInvalid34')] public function testAssertInvalid35(): void { $this->runAssertInvalidCommand( @@ -341,7 +305,6 @@ final class StoreTest extends SpecTestsuiteBase ); } - #[Depends('testAssertInvalid35')] public function testAssertInvalid36(): void { $this->runAssertInvalidCommand( @@ -351,7 +314,6 @@ final class StoreTest extends SpecTestsuiteBase ); } - #[Depends('testAssertInvalid36')] public function testAssertInvalid37(): void { $this->runAssertInvalidCommand( @@ -361,7 +323,6 @@ final class StoreTest extends SpecTestsuiteBase ); } - #[Depends('testAssertInvalid37')] public function testAssertInvalid38(): void { $this->runAssertInvalidCommand( @@ -371,7 +332,6 @@ final class StoreTest extends SpecTestsuiteBase ); } - #[Depends('testAssertInvalid38')] public function testAssertInvalid39(): void { $this->runAssertInvalidCommand( @@ -381,7 +341,6 @@ final class StoreTest extends SpecTestsuiteBase ); } - #[Depends('testAssertInvalid39')] public function testAssertInvalid40(): void { $this->runAssertInvalidCommand( @@ -391,7 +350,6 @@ final class StoreTest extends SpecTestsuiteBase ); } - #[Depends('testAssertInvalid40')] public function testAssertInvalid41(): void { $this->runAssertInvalidCommand( @@ -401,7 +359,6 @@ final class StoreTest extends SpecTestsuiteBase ); } - #[Depends('testAssertInvalid41')] public function testAssertInvalid42(): void { $this->runAssertInvalidCommand( @@ -411,7 +368,6 @@ final class StoreTest extends SpecTestsuiteBase ); } - #[Depends('testAssertInvalid42')] public function testAssertInvalid43(): void { $this->runAssertInvalidCommand( @@ -421,7 +377,6 @@ final class StoreTest extends SpecTestsuiteBase ); } - #[Depends('testAssertInvalid43')] public function testAssertInvalid44(): void { $this->runAssertInvalidCommand( @@ -431,7 +386,6 @@ final class StoreTest extends SpecTestsuiteBase ); } - #[Depends('testAssertInvalid44')] public function testAssertInvalid45(): void { $this->runAssertInvalidCommand( @@ -441,7 +395,6 @@ final class StoreTest extends SpecTestsuiteBase ); } - #[Depends('testAssertInvalid45')] public function testAssertInvalid46(): void { $this->runAssertInvalidCommand( @@ -451,7 +404,6 @@ final class StoreTest extends SpecTestsuiteBase ); } - #[Depends('testAssertInvalid46')] public function testAssertInvalid47(): void { $this->runAssertInvalidCommand( @@ -461,7 +413,6 @@ final class StoreTest extends SpecTestsuiteBase ); } - #[Depends('testAssertInvalid47')] public function testAssertInvalid48(): void { $this->runAssertInvalidCommand( @@ -471,7 +422,6 @@ final class StoreTest extends SpecTestsuiteBase ); } - #[Depends('testAssertInvalid48')] public function testAssertInvalid49(): void { $this->runAssertInvalidCommand( @@ -481,7 +431,6 @@ final class StoreTest extends SpecTestsuiteBase ); } - #[Depends('testAssertInvalid49')] public function testAssertInvalid50(): void { $this->runAssertInvalidCommand( @@ -491,7 +440,6 @@ final class StoreTest extends SpecTestsuiteBase ); } - #[Depends('testAssertInvalid50')] public function testAssertInvalid51(): void { $this->runAssertInvalidCommand( @@ -501,7 +449,6 @@ final class StoreTest extends SpecTestsuiteBase ); } - #[Depends('testAssertInvalid51')] public function testAssertInvalid52(): void { $this->runAssertInvalidCommand( @@ -511,7 +458,6 @@ final class StoreTest extends SpecTestsuiteBase ); } - #[Depends('testAssertInvalid52')] public function testAssertInvalid53(): void { $this->runAssertInvalidCommand( @@ -521,7 +467,6 @@ final class StoreTest extends SpecTestsuiteBase ); } - #[Depends('testAssertInvalid53')] public function testAssertInvalid54(): void { $this->runAssertInvalidCommand( @@ -531,7 +476,6 @@ final class StoreTest extends SpecTestsuiteBase ); } - #[Depends('testAssertInvalid54')] public function testAssertInvalid55(): void { $this->runAssertInvalidCommand( @@ -541,7 +485,6 @@ final class StoreTest extends SpecTestsuiteBase ); } - #[Depends('testAssertInvalid55')] public function testAssertInvalid56(): void { $this->runAssertInvalidCommand( @@ -551,7 +494,6 @@ final class StoreTest extends SpecTestsuiteBase ); } - #[Depends('testAssertInvalid56')] public function testAssertInvalid57(): void { $this->runAssertInvalidCommand( @@ -561,7 +503,6 @@ final class StoreTest extends SpecTestsuiteBase ); } - #[Depends('testAssertInvalid57')] public function testAssertInvalid58(): void { $this->runAssertInvalidCommand( @@ -571,7 +512,6 @@ final class StoreTest extends SpecTestsuiteBase ); } - #[Depends('testAssertInvalid58')] public function testAssertInvalid59(): void { $this->runAssertInvalidCommand( @@ -581,7 +521,6 @@ final class StoreTest extends SpecTestsuiteBase ); } - #[Depends('testAssertInvalid59')] public function testAssertInvalid60(): void { $this->runAssertInvalidCommand( @@ -591,7 +530,6 @@ final class StoreTest extends SpecTestsuiteBase ); } - #[Depends('testAssertInvalid60')] public function testAssertInvalid61(): void { $this->runAssertInvalidCommand( @@ -601,7 +539,6 @@ final class StoreTest extends SpecTestsuiteBase ); } - #[Depends('testAssertInvalid61')] public function testAssertInvalid62(): void { $this->runAssertInvalidCommand( @@ -611,7 +548,6 @@ final class StoreTest extends SpecTestsuiteBase ); } - #[Depends('testAssertInvalid62')] public function testAssertInvalid63(): void { $this->runAssertInvalidCommand( @@ -621,7 +557,6 @@ final class StoreTest extends SpecTestsuiteBase ); } - #[Depends('testAssertInvalid63')] public function testAssertInvalid64(): void { $this->runAssertInvalidCommand( @@ -631,7 +566,6 @@ final class StoreTest extends SpecTestsuiteBase ); } - #[Depends('testAssertInvalid64')] public function testAssertInvalid65(): void { $this->runAssertInvalidCommand( @@ -641,7 +575,6 @@ final class StoreTest extends SpecTestsuiteBase ); } - #[Depends('testAssertInvalid65')] public function testAssertInvalid66(): void { $this->runAssertInvalidCommand( @@ -651,7 +584,6 @@ final class StoreTest extends SpecTestsuiteBase ); } - #[Depends('testAssertInvalid66')] public function testAssertInvalid67(): void { $this->runAssertInvalidCommand( diff --git a/tests/src/SpecTestsuites/Core/SwitchTest.php b/tests/src/SpecTestsuites/Core/SwitchTest.php index 22fa32c..aad9a15 100644 --- a/tests/src/SpecTestsuites/Core/SwitchTest.php +++ b/tests/src/SpecTestsuites/Core/SwitchTest.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 SwitchTest extends SpecTestsuiteBase @@ -19,7 +18,6 @@ final class SwitchTest extends SpecTestsuiteBase ); } - #[Depends('testModule0')] public function testAssertReturn1(): void { $this->runAssertReturnCommand( @@ -29,7 +27,6 @@ final class SwitchTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1')] public function testAssertReturn2(): void { $this->runAssertReturnCommand( @@ -39,7 +36,6 @@ final class SwitchTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2')] public function testAssertReturn3(): void { $this->runAssertReturnCommand( @@ -49,7 +45,6 @@ final class SwitchTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn3')] public function testAssertReturn4(): void { $this->runAssertReturnCommand( @@ -59,7 +54,6 @@ final class SwitchTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn4')] public function testAssertReturn5(): void { $this->runAssertReturnCommand( @@ -69,7 +63,6 @@ final class SwitchTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn5')] public function testAssertReturn6(): void { $this->runAssertReturnCommand( @@ -79,7 +72,6 @@ final class SwitchTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn6')] public function testAssertReturn7(): void { $this->runAssertReturnCommand( @@ -89,7 +81,6 @@ final class SwitchTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn7')] public function testAssertReturn8(): void { $this->runAssertReturnCommand( @@ -99,7 +90,6 @@ final class SwitchTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn8')] public function testAssertReturn9(): void { $this->runAssertReturnCommand( @@ -109,7 +99,6 @@ final class SwitchTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn9')] public function testAssertReturn10(): void { $this->runAssertReturnCommand( @@ -119,7 +108,6 @@ final class SwitchTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn10')] public function testAssertReturn11(): void { $this->runAssertReturnCommand( @@ -129,7 +117,6 @@ final class SwitchTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn11')] public function testAssertReturn12(): void { $this->runAssertReturnCommand( @@ -139,7 +126,6 @@ final class SwitchTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn12')] public function testAssertReturn13(): void { $this->runAssertReturnCommand( @@ -149,7 +135,6 @@ final class SwitchTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn13')] public function testAssertReturn14(): void { $this->runAssertReturnCommand( @@ -159,7 +144,6 @@ final class SwitchTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn14')] public function testAssertReturn15(): void { $this->runAssertReturnCommand( @@ -169,7 +153,6 @@ final class SwitchTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn15')] public function testAssertReturn16(): void { $this->runAssertReturnCommand( @@ -179,7 +162,6 @@ final class SwitchTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn16')] public function testAssertReturn17(): void { $this->runAssertReturnCommand( @@ -189,7 +171,6 @@ final class SwitchTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn17')] public function testAssertReturn18(): void { $this->runAssertReturnCommand( @@ -199,7 +180,6 @@ final class SwitchTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn18')] public function testAssertReturn19(): void { $this->runAssertReturnCommand( @@ -209,7 +189,6 @@ final class SwitchTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn19')] public function testAssertReturn20(): void { $this->runAssertReturnCommand( @@ -219,7 +198,6 @@ final class SwitchTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn20')] public function testAssertReturn21(): void { $this->runAssertReturnCommand( @@ -229,7 +207,6 @@ final class SwitchTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn21')] public function testAssertReturn22(): void { $this->runAssertReturnCommand( @@ -239,7 +216,6 @@ final class SwitchTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn22')] public function testAssertReturn23(): void { $this->runAssertReturnCommand( @@ -249,7 +225,6 @@ final class SwitchTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn23')] public function testAssertReturn24(): void { $this->runAssertReturnCommand( @@ -259,7 +234,6 @@ final class SwitchTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn24')] public function testAssertReturn25(): void { $this->runAssertReturnCommand( @@ -269,7 +243,6 @@ final class SwitchTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn25')] public function testAssertReturn26(): void { $this->runAssertReturnCommand( @@ -279,7 +252,6 @@ final class SwitchTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn26')] public function testAssertInvalid27(): void { $this->runAssertInvalidCommand( diff --git a/tests/src/SpecTestsuites/Core/TableCopyTest.php b/tests/src/SpecTestsuites/Core/TableCopyTest.php index 621055b..a029a07 100644 --- a/tests/src/SpecTestsuites/Core/TableCopyTest.php +++ b/tests/src/SpecTestsuites/Core/TableCopyTest.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 TableCopyTest extends SpecTestsuiteBase @@ -19,7 +18,6 @@ final class TableCopyTest extends SpecTestsuiteBase ); } - #[Depends('testModule0')] public function testRegister1(): void { $this->runRegisterCommand( @@ -29,7 +27,6 @@ final class TableCopyTest extends SpecTestsuiteBase ); } - #[Depends('testRegister1')] public function testModule2(): void { $this->runModuleCommand( @@ -39,7 +36,6 @@ final class TableCopyTest extends SpecTestsuiteBase ); } - #[Depends('testModule2')] public function testAction3(): void { $this->runActionCommand( @@ -48,7 +44,6 @@ final class TableCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAction3')] public function testAssertTrap4(): void { $this->runAssertTrapCommand( @@ -58,7 +53,6 @@ final class TableCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap4')] public function testAssertTrap5(): void { $this->runAssertTrapCommand( @@ -68,7 +62,6 @@ final class TableCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap5')] public function testAssertReturn6(): void { $this->runAssertReturnCommand( @@ -78,7 +71,6 @@ final class TableCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn6')] public function testAssertReturn7(): void { $this->runAssertReturnCommand( @@ -88,7 +80,6 @@ final class TableCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn7')] public function testAssertReturn8(): void { $this->runAssertReturnCommand( @@ -98,7 +89,6 @@ final class TableCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn8')] public function testAssertReturn9(): void { $this->runAssertReturnCommand( @@ -108,7 +98,6 @@ final class TableCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn9')] public function testAssertTrap10(): void { $this->runAssertTrapCommand( @@ -118,7 +107,6 @@ final class TableCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap10')] public function testAssertTrap11(): void { $this->runAssertTrapCommand( @@ -128,7 +116,6 @@ final class TableCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap11')] public function testAssertTrap12(): void { $this->runAssertTrapCommand( @@ -138,7 +125,6 @@ final class TableCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap12')] public function testAssertTrap13(): void { $this->runAssertTrapCommand( @@ -148,7 +134,6 @@ final class TableCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap13')] public function testAssertTrap14(): void { $this->runAssertTrapCommand( @@ -158,7 +143,6 @@ final class TableCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap14')] public function testAssertTrap15(): void { $this->runAssertTrapCommand( @@ -168,7 +152,6 @@ final class TableCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap15')] public function testAssertReturn16(): void { $this->runAssertReturnCommand( @@ -178,7 +161,6 @@ final class TableCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn16')] public function testAssertReturn17(): void { $this->runAssertReturnCommand( @@ -188,7 +170,6 @@ final class TableCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn17')] public function testAssertReturn18(): void { $this->runAssertReturnCommand( @@ -198,7 +179,6 @@ final class TableCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn18')] public function testAssertReturn19(): void { $this->runAssertReturnCommand( @@ -208,7 +188,6 @@ final class TableCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn19')] public function testAssertReturn20(): void { $this->runAssertReturnCommand( @@ -218,7 +197,6 @@ final class TableCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn20')] public function testAssertTrap21(): void { $this->runAssertTrapCommand( @@ -228,7 +206,6 @@ final class TableCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap21')] public function testAssertTrap22(): void { $this->runAssertTrapCommand( @@ -238,7 +215,6 @@ final class TableCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap22')] public function testAssertTrap23(): void { $this->runAssertTrapCommand( @@ -248,7 +224,6 @@ final class TableCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap23')] public function testAssertTrap24(): void { $this->runAssertTrapCommand( @@ -258,7 +233,6 @@ final class TableCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap24')] public function testAssertTrap25(): void { $this->runAssertTrapCommand( @@ -268,7 +242,6 @@ final class TableCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap25')] public function testAssertTrap26(): void { $this->runAssertTrapCommand( @@ -278,7 +251,6 @@ final class TableCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap26')] public function testAssertTrap27(): void { $this->runAssertTrapCommand( @@ -288,7 +260,6 @@ final class TableCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap27')] public function testAssertTrap28(): void { $this->runAssertTrapCommand( @@ -298,7 +269,6 @@ final class TableCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap28')] public function testAssertTrap29(): void { $this->runAssertTrapCommand( @@ -308,7 +278,6 @@ final class TableCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap29')] public function testAssertTrap30(): void { $this->runAssertTrapCommand( @@ -318,7 +287,6 @@ final class TableCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap30')] public function testAssertTrap31(): void { $this->runAssertTrapCommand( @@ -328,7 +296,6 @@ final class TableCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap31')] public function testAssertTrap32(): void { $this->runAssertTrapCommand( @@ -338,7 +305,6 @@ final class TableCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap32')] public function testAssertTrap33(): void { $this->runAssertTrapCommand( @@ -348,7 +314,6 @@ final class TableCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap33')] public function testAssertTrap34(): void { $this->runAssertTrapCommand( @@ -358,7 +323,6 @@ final class TableCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap34')] public function testAssertTrap35(): void { $this->runAssertTrapCommand( @@ -368,7 +332,6 @@ final class TableCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap35')] public function testAssertTrap36(): void { $this->runAssertTrapCommand( @@ -378,7 +341,6 @@ final class TableCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap36')] public function testAssertReturn37(): void { $this->runAssertReturnCommand( @@ -388,7 +350,6 @@ final class TableCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn37')] public function testAssertReturn38(): void { $this->runAssertReturnCommand( @@ -398,7 +359,6 @@ final class TableCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn38')] public function testAssertReturn39(): void { $this->runAssertReturnCommand( @@ -408,7 +368,6 @@ final class TableCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn39')] public function testAssertReturn40(): void { $this->runAssertReturnCommand( @@ -418,7 +377,6 @@ final class TableCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn40')] public function testAssertTrap41(): void { $this->runAssertTrapCommand( @@ -428,7 +386,6 @@ final class TableCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap41')] public function testAssertTrap42(): void { $this->runAssertTrapCommand( @@ -438,7 +395,6 @@ final class TableCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap42')] public function testAssertTrap43(): void { $this->runAssertTrapCommand( @@ -448,7 +404,6 @@ final class TableCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap43')] public function testAssertTrap44(): void { $this->runAssertTrapCommand( @@ -458,7 +413,6 @@ final class TableCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap44')] public function testAssertReturn45(): void { $this->runAssertReturnCommand( @@ -468,7 +422,6 @@ final class TableCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn45')] public function testAssertReturn46(): void { $this->runAssertReturnCommand( @@ -478,7 +431,6 @@ final class TableCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn46')] public function testAssertReturn47(): void { $this->runAssertReturnCommand( @@ -488,7 +440,6 @@ final class TableCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn47')] public function testAssertReturn48(): void { $this->runAssertReturnCommand( @@ -498,7 +449,6 @@ final class TableCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn48')] public function testAssertReturn49(): void { $this->runAssertReturnCommand( @@ -508,7 +458,6 @@ final class TableCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn49')] public function testAssertTrap50(): void { $this->runAssertTrapCommand( @@ -518,7 +467,6 @@ final class TableCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap50')] public function testAssertTrap51(): void { $this->runAssertTrapCommand( @@ -528,7 +476,6 @@ final class TableCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap51')] public function testAssertTrap52(): void { $this->runAssertTrapCommand( @@ -538,7 +485,6 @@ final class TableCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap52')] public function testAssertTrap53(): void { $this->runAssertTrapCommand( @@ -548,7 +494,6 @@ final class TableCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap53')] public function testAssertTrap54(): void { $this->runAssertTrapCommand( @@ -558,7 +503,6 @@ final class TableCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap54')] public function testAssertTrap55(): void { $this->runAssertTrapCommand( @@ -568,7 +512,6 @@ final class TableCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap55')] public function testAssertTrap56(): void { $this->runAssertTrapCommand( @@ -578,7 +521,6 @@ final class TableCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap56')] public function testAssertTrap57(): void { $this->runAssertTrapCommand( @@ -588,7 +530,6 @@ final class TableCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap57')] public function testAssertTrap58(): void { $this->runAssertTrapCommand( @@ -598,7 +539,6 @@ final class TableCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap58')] public function testAssertTrap59(): void { $this->runAssertTrapCommand( @@ -608,7 +548,6 @@ final class TableCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap59')] public function testAssertTrap60(): void { $this->runAssertTrapCommand( @@ -618,7 +557,6 @@ final class TableCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap60')] public function testAssertTrap61(): void { $this->runAssertTrapCommand( @@ -628,7 +566,6 @@ final class TableCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap61')] public function testAssertTrap62(): void { $this->runAssertTrapCommand( @@ -638,7 +575,6 @@ final class TableCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap62')] public function testAssertTrap63(): void { $this->runAssertTrapCommand( @@ -648,7 +584,6 @@ final class TableCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap63')] public function testModule64(): void { $this->runModuleCommand( @@ -658,7 +593,6 @@ final class TableCopyTest extends SpecTestsuiteBase ); } - #[Depends('testModule64')] public function testAction65(): void { $this->runActionCommand( @@ -667,7 +601,6 @@ final class TableCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAction65')] public function testAssertTrap66(): void { $this->runAssertTrapCommand( @@ -677,7 +610,6 @@ final class TableCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap66')] public function testAssertTrap67(): void { $this->runAssertTrapCommand( @@ -687,7 +619,6 @@ final class TableCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap67')] public function testAssertReturn68(): void { $this->runAssertReturnCommand( @@ -697,7 +628,6 @@ final class TableCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn68')] public function testAssertReturn69(): void { $this->runAssertReturnCommand( @@ -707,7 +637,6 @@ final class TableCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn69')] public function testAssertReturn70(): void { $this->runAssertReturnCommand( @@ -717,7 +646,6 @@ final class TableCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn70')] public function testAssertReturn71(): void { $this->runAssertReturnCommand( @@ -727,7 +655,6 @@ final class TableCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn71')] public function testAssertTrap72(): void { $this->runAssertTrapCommand( @@ -737,7 +664,6 @@ final class TableCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap72')] public function testAssertTrap73(): void { $this->runAssertTrapCommand( @@ -747,7 +673,6 @@ final class TableCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap73')] public function testAssertTrap74(): void { $this->runAssertTrapCommand( @@ -757,7 +682,6 @@ final class TableCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap74')] public function testAssertTrap75(): void { $this->runAssertTrapCommand( @@ -767,7 +691,6 @@ final class TableCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap75')] public function testAssertTrap76(): void { $this->runAssertTrapCommand( @@ -777,7 +700,6 @@ final class TableCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap76')] public function testAssertTrap77(): void { $this->runAssertTrapCommand( @@ -787,7 +709,6 @@ final class TableCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap77')] public function testAssertReturn78(): void { $this->runAssertReturnCommand( @@ -797,7 +718,6 @@ final class TableCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn78')] public function testAssertReturn79(): void { $this->runAssertReturnCommand( @@ -807,7 +727,6 @@ final class TableCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn79')] public function testAssertReturn80(): void { $this->runAssertReturnCommand( @@ -817,7 +736,6 @@ final class TableCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn80')] public function testAssertReturn81(): void { $this->runAssertReturnCommand( @@ -827,7 +745,6 @@ final class TableCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn81')] public function testAssertReturn82(): void { $this->runAssertReturnCommand( @@ -837,7 +754,6 @@ final class TableCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn82')] public function testAssertTrap83(): void { $this->runAssertTrapCommand( @@ -847,7 +763,6 @@ final class TableCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap83')] public function testAssertTrap84(): void { $this->runAssertTrapCommand( @@ -857,7 +772,6 @@ final class TableCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap84')] public function testAssertTrap85(): void { $this->runAssertTrapCommand( @@ -867,7 +781,6 @@ final class TableCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap85')] public function testAssertTrap86(): void { $this->runAssertTrapCommand( @@ -877,7 +790,6 @@ final class TableCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap86')] public function testAssertTrap87(): void { $this->runAssertTrapCommand( @@ -887,7 +799,6 @@ final class TableCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap87')] public function testAssertTrap88(): void { $this->runAssertTrapCommand( @@ -897,7 +808,6 @@ final class TableCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap88')] public function testAssertTrap89(): void { $this->runAssertTrapCommand( @@ -907,7 +817,6 @@ final class TableCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap89')] public function testAssertTrap90(): void { $this->runAssertTrapCommand( @@ -917,7 +826,6 @@ final class TableCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap90')] public function testAssertTrap91(): void { $this->runAssertTrapCommand( @@ -927,7 +835,6 @@ final class TableCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap91')] public function testAssertTrap92(): void { $this->runAssertTrapCommand( @@ -937,7 +844,6 @@ final class TableCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap92')] public function testAssertTrap93(): void { $this->runAssertTrapCommand( @@ -947,7 +853,6 @@ final class TableCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap93')] public function testAssertTrap94(): void { $this->runAssertTrapCommand( @@ -957,7 +862,6 @@ final class TableCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap94')] public function testAssertTrap95(): void { $this->runAssertTrapCommand( @@ -967,7 +871,6 @@ final class TableCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap95')] public function testAssertTrap96(): void { $this->runAssertTrapCommand( @@ -977,7 +880,6 @@ final class TableCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap96')] public function testAssertTrap97(): void { $this->runAssertTrapCommand( @@ -987,7 +889,6 @@ final class TableCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap97')] public function testAssertTrap98(): void { $this->runAssertTrapCommand( @@ -997,7 +898,6 @@ final class TableCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap98')] public function testAssertReturn99(): void { $this->runAssertReturnCommand( @@ -1007,7 +907,6 @@ final class TableCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn99')] public function testAssertReturn100(): void { $this->runAssertReturnCommand( @@ -1017,7 +916,6 @@ final class TableCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn100')] public function testAssertReturn101(): void { $this->runAssertReturnCommand( @@ -1027,7 +925,6 @@ final class TableCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn101')] public function testAssertReturn102(): void { $this->runAssertReturnCommand( @@ -1037,7 +934,6 @@ final class TableCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn102')] public function testAssertTrap103(): void { $this->runAssertTrapCommand( @@ -1047,7 +943,6 @@ final class TableCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap103')] public function testAssertTrap104(): void { $this->runAssertTrapCommand( @@ -1057,7 +952,6 @@ final class TableCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap104')] public function testAssertTrap105(): void { $this->runAssertTrapCommand( @@ -1067,7 +961,6 @@ final class TableCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap105')] public function testAssertTrap106(): void { $this->runAssertTrapCommand( @@ -1077,7 +970,6 @@ final class TableCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap106')] public function testAssertReturn107(): void { $this->runAssertReturnCommand( @@ -1087,7 +979,6 @@ final class TableCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn107')] public function testAssertReturn108(): void { $this->runAssertReturnCommand( @@ -1097,7 +988,6 @@ final class TableCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn108')] public function testAssertReturn109(): void { $this->runAssertReturnCommand( @@ -1107,7 +997,6 @@ final class TableCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn109')] public function testAssertReturn110(): void { $this->runAssertReturnCommand( @@ -1117,7 +1006,6 @@ final class TableCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn110')] public function testAssertReturn111(): void { $this->runAssertReturnCommand( @@ -1127,7 +1015,6 @@ final class TableCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn111')] public function testAssertTrap112(): void { $this->runAssertTrapCommand( @@ -1137,7 +1024,6 @@ final class TableCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap112')] public function testAssertTrap113(): void { $this->runAssertTrapCommand( @@ -1147,7 +1033,6 @@ final class TableCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap113')] public function testAssertTrap114(): void { $this->runAssertTrapCommand( @@ -1157,7 +1042,6 @@ final class TableCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap114')] public function testAssertTrap115(): void { $this->runAssertTrapCommand( @@ -1167,7 +1051,6 @@ final class TableCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap115')] public function testAssertTrap116(): void { $this->runAssertTrapCommand( @@ -1177,7 +1060,6 @@ final class TableCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap116')] public function testAssertTrap117(): void { $this->runAssertTrapCommand( @@ -1187,7 +1069,6 @@ final class TableCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap117')] public function testAssertTrap118(): void { $this->runAssertTrapCommand( @@ -1197,7 +1078,6 @@ final class TableCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap118')] public function testAssertTrap119(): void { $this->runAssertTrapCommand( @@ -1207,7 +1087,6 @@ final class TableCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap119')] public function testAssertTrap120(): void { $this->runAssertTrapCommand( @@ -1217,7 +1096,6 @@ final class TableCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap120')] public function testAssertTrap121(): void { $this->runAssertTrapCommand( @@ -1227,7 +1105,6 @@ final class TableCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap121')] public function testAssertTrap122(): void { $this->runAssertTrapCommand( @@ -1237,7 +1114,6 @@ final class TableCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap122')] public function testAssertTrap123(): void { $this->runAssertTrapCommand( @@ -1247,7 +1123,6 @@ final class TableCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap123')] public function testAssertTrap124(): void { $this->runAssertTrapCommand( @@ -1257,7 +1132,6 @@ final class TableCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap124')] public function testAssertTrap125(): void { $this->runAssertTrapCommand( @@ -1267,7 +1141,6 @@ final class TableCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap125')] public function testModule126(): void { $this->runModuleCommand( @@ -1277,7 +1150,6 @@ final class TableCopyTest extends SpecTestsuiteBase ); } - #[Depends('testModule126')] public function testAction127(): void { $this->runActionCommand( @@ -1286,7 +1158,6 @@ final class TableCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAction127')] public function testAssertTrap128(): void { $this->runAssertTrapCommand( @@ -1296,7 +1167,6 @@ final class TableCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap128')] public function testAssertTrap129(): void { $this->runAssertTrapCommand( @@ -1306,7 +1176,6 @@ final class TableCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap129')] public function testAssertReturn130(): void { $this->runAssertReturnCommand( @@ -1316,7 +1185,6 @@ final class TableCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn130')] public function testAssertReturn131(): void { $this->runAssertReturnCommand( @@ -1326,7 +1194,6 @@ final class TableCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn131')] public function testAssertReturn132(): void { $this->runAssertReturnCommand( @@ -1336,7 +1203,6 @@ final class TableCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn132')] public function testAssertReturn133(): void { $this->runAssertReturnCommand( @@ -1346,7 +1212,6 @@ final class TableCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn133')] public function testAssertTrap134(): void { $this->runAssertTrapCommand( @@ -1356,7 +1221,6 @@ final class TableCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap134')] public function testAssertTrap135(): void { $this->runAssertTrapCommand( @@ -1366,7 +1230,6 @@ final class TableCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap135')] public function testAssertTrap136(): void { $this->runAssertTrapCommand( @@ -1376,7 +1239,6 @@ final class TableCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap136')] public function testAssertTrap137(): void { $this->runAssertTrapCommand( @@ -1386,7 +1248,6 @@ final class TableCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap137')] public function testAssertTrap138(): void { $this->runAssertTrapCommand( @@ -1396,7 +1257,6 @@ final class TableCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap138')] public function testAssertTrap139(): void { $this->runAssertTrapCommand( @@ -1406,7 +1266,6 @@ final class TableCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap139')] public function testAssertReturn140(): void { $this->runAssertReturnCommand( @@ -1416,7 +1275,6 @@ final class TableCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn140')] public function testAssertReturn141(): void { $this->runAssertReturnCommand( @@ -1426,7 +1284,6 @@ final class TableCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn141')] public function testAssertReturn142(): void { $this->runAssertReturnCommand( @@ -1436,7 +1293,6 @@ final class TableCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn142')] public function testAssertReturn143(): void { $this->runAssertReturnCommand( @@ -1446,7 +1302,6 @@ final class TableCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn143')] public function testAssertReturn144(): void { $this->runAssertReturnCommand( @@ -1456,7 +1311,6 @@ final class TableCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn144')] public function testAssertTrap145(): void { $this->runAssertTrapCommand( @@ -1466,7 +1320,6 @@ final class TableCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap145')] public function testAssertTrap146(): void { $this->runAssertTrapCommand( @@ -1476,7 +1329,6 @@ final class TableCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap146')] public function testAssertTrap147(): void { $this->runAssertTrapCommand( @@ -1486,7 +1338,6 @@ final class TableCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap147')] public function testAssertTrap148(): void { $this->runAssertTrapCommand( @@ -1496,7 +1347,6 @@ final class TableCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap148')] public function testAssertTrap149(): void { $this->runAssertTrapCommand( @@ -1506,7 +1356,6 @@ final class TableCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap149')] public function testAssertTrap150(): void { $this->runAssertTrapCommand( @@ -1516,7 +1365,6 @@ final class TableCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap150')] public function testAssertTrap151(): void { $this->runAssertTrapCommand( @@ -1526,7 +1374,6 @@ final class TableCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap151')] public function testAssertTrap152(): void { $this->runAssertTrapCommand( @@ -1536,7 +1383,6 @@ final class TableCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap152')] public function testAssertReturn153(): void { $this->runAssertReturnCommand( @@ -1546,7 +1392,6 @@ final class TableCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn153')] public function testAssertReturn154(): void { $this->runAssertReturnCommand( @@ -1556,7 +1401,6 @@ final class TableCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn154')] public function testAssertTrap155(): void { $this->runAssertTrapCommand( @@ -1566,7 +1410,6 @@ final class TableCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap155')] public function testAssertTrap156(): void { $this->runAssertTrapCommand( @@ -1576,7 +1419,6 @@ final class TableCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap156')] public function testAssertTrap157(): void { $this->runAssertTrapCommand( @@ -1586,7 +1428,6 @@ final class TableCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap157')] public function testAssertTrap158(): void { $this->runAssertTrapCommand( @@ -1596,7 +1437,6 @@ final class TableCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap158')] public function testAssertTrap159(): void { $this->runAssertTrapCommand( @@ -1606,7 +1446,6 @@ final class TableCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap159')] public function testAssertTrap160(): void { $this->runAssertTrapCommand( @@ -1616,7 +1455,6 @@ final class TableCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap160')] public function testAssertReturn161(): void { $this->runAssertReturnCommand( @@ -1626,7 +1464,6 @@ final class TableCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn161')] public function testAssertReturn162(): void { $this->runAssertReturnCommand( @@ -1636,7 +1473,6 @@ final class TableCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn162')] public function testAssertReturn163(): void { $this->runAssertReturnCommand( @@ -1646,7 +1482,6 @@ final class TableCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn163')] public function testAssertReturn164(): void { $this->runAssertReturnCommand( @@ -1656,7 +1491,6 @@ final class TableCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn164')] public function testAssertTrap165(): void { $this->runAssertTrapCommand( @@ -1666,7 +1500,6 @@ final class TableCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap165')] public function testAssertTrap166(): void { $this->runAssertTrapCommand( @@ -1676,7 +1509,6 @@ final class TableCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap166')] public function testAssertTrap167(): void { $this->runAssertTrapCommand( @@ -1686,7 +1518,6 @@ final class TableCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap167')] public function testAssertTrap168(): void { $this->runAssertTrapCommand( @@ -1696,7 +1527,6 @@ final class TableCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap168')] public function testAssertReturn169(): void { $this->runAssertReturnCommand( @@ -1706,7 +1536,6 @@ final class TableCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn169')] public function testAssertReturn170(): void { $this->runAssertReturnCommand( @@ -1716,7 +1545,6 @@ final class TableCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn170')] public function testAssertReturn171(): void { $this->runAssertReturnCommand( @@ -1726,7 +1554,6 @@ final class TableCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn171')] public function testAssertReturn172(): void { $this->runAssertReturnCommand( @@ -1736,7 +1563,6 @@ final class TableCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn172')] public function testAssertReturn173(): void { $this->runAssertReturnCommand( @@ -1746,7 +1572,6 @@ final class TableCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn173')] public function testAssertTrap174(): void { $this->runAssertTrapCommand( @@ -1756,7 +1581,6 @@ final class TableCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap174')] public function testAssertTrap175(): void { $this->runAssertTrapCommand( @@ -1766,7 +1590,6 @@ final class TableCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap175')] public function testAssertTrap176(): void { $this->runAssertTrapCommand( @@ -1776,7 +1599,6 @@ final class TableCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap176')] public function testAssertTrap177(): void { $this->runAssertTrapCommand( @@ -1786,7 +1608,6 @@ final class TableCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap177')] public function testAssertTrap178(): void { $this->runAssertTrapCommand( @@ -1796,7 +1617,6 @@ final class TableCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap178')] public function testAssertTrap179(): void { $this->runAssertTrapCommand( @@ -1806,7 +1626,6 @@ final class TableCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap179')] public function testAssertTrap180(): void { $this->runAssertTrapCommand( @@ -1816,7 +1635,6 @@ final class TableCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap180')] public function testAssertTrap181(): void { $this->runAssertTrapCommand( @@ -1826,7 +1644,6 @@ final class TableCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap181')] public function testAssertTrap182(): void { $this->runAssertTrapCommand( @@ -1836,7 +1653,6 @@ final class TableCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap182')] public function testAssertTrap183(): void { $this->runAssertTrapCommand( @@ -1846,7 +1662,6 @@ final class TableCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap183')] public function testAssertTrap184(): void { $this->runAssertTrapCommand( @@ -1856,7 +1671,6 @@ final class TableCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap184')] public function testAssertTrap185(): void { $this->runAssertTrapCommand( @@ -1866,7 +1680,6 @@ final class TableCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap185')] public function testAssertTrap186(): void { $this->runAssertTrapCommand( @@ -1876,7 +1689,6 @@ final class TableCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap186')] public function testAssertTrap187(): void { $this->runAssertTrapCommand( @@ -1886,7 +1698,6 @@ final class TableCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap187')] public function testModule188(): void { $this->runModuleCommand( @@ -1896,7 +1707,6 @@ final class TableCopyTest extends SpecTestsuiteBase ); } - #[Depends('testModule188')] public function testAction189(): void { $this->runActionCommand( @@ -1905,7 +1715,6 @@ final class TableCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAction189')] public function testAssertTrap190(): void { $this->runAssertTrapCommand( @@ -1915,7 +1724,6 @@ final class TableCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap190')] public function testAssertTrap191(): void { $this->runAssertTrapCommand( @@ -1925,7 +1733,6 @@ final class TableCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap191')] public function testAssertReturn192(): void { $this->runAssertReturnCommand( @@ -1935,7 +1742,6 @@ final class TableCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn192')] public function testAssertReturn193(): void { $this->runAssertReturnCommand( @@ -1945,7 +1751,6 @@ final class TableCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn193')] public function testAssertReturn194(): void { $this->runAssertReturnCommand( @@ -1955,7 +1760,6 @@ final class TableCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn194')] public function testAssertReturn195(): void { $this->runAssertReturnCommand( @@ -1965,7 +1769,6 @@ final class TableCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn195')] public function testAssertTrap196(): void { $this->runAssertTrapCommand( @@ -1975,7 +1778,6 @@ final class TableCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap196')] public function testAssertTrap197(): void { $this->runAssertTrapCommand( @@ -1985,7 +1787,6 @@ final class TableCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap197')] public function testAssertTrap198(): void { $this->runAssertTrapCommand( @@ -1995,7 +1796,6 @@ final class TableCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap198')] public function testAssertTrap199(): void { $this->runAssertTrapCommand( @@ -2005,7 +1805,6 @@ final class TableCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap199')] public function testAssertTrap200(): void { $this->runAssertTrapCommand( @@ -2015,7 +1814,6 @@ final class TableCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap200')] public function testAssertTrap201(): void { $this->runAssertTrapCommand( @@ -2025,7 +1823,6 @@ final class TableCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap201')] public function testAssertReturn202(): void { $this->runAssertReturnCommand( @@ -2035,7 +1832,6 @@ final class TableCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn202')] public function testAssertTrap203(): void { $this->runAssertTrapCommand( @@ -2045,7 +1841,6 @@ final class TableCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap203')] public function testAssertTrap204(): void { $this->runAssertTrapCommand( @@ -2055,7 +1850,6 @@ final class TableCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap204')] public function testAssertTrap205(): void { $this->runAssertTrapCommand( @@ -2065,7 +1859,6 @@ final class TableCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap205')] public function testAssertReturn206(): void { $this->runAssertReturnCommand( @@ -2075,7 +1868,6 @@ final class TableCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn206')] public function testAssertTrap207(): void { $this->runAssertTrapCommand( @@ -2085,7 +1877,6 @@ final class TableCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap207')] public function testAssertTrap208(): void { $this->runAssertTrapCommand( @@ -2095,7 +1886,6 @@ final class TableCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap208')] public function testAssertTrap209(): void { $this->runAssertTrapCommand( @@ -2105,7 +1895,6 @@ final class TableCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap209')] public function testAssertTrap210(): void { $this->runAssertTrapCommand( @@ -2115,7 +1904,6 @@ final class TableCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap210')] public function testAssertTrap211(): void { $this->runAssertTrapCommand( @@ -2125,7 +1913,6 @@ final class TableCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap211')] public function testAssertTrap212(): void { $this->runAssertTrapCommand( @@ -2135,7 +1922,6 @@ final class TableCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap212')] public function testAssertTrap213(): void { $this->runAssertTrapCommand( @@ -2145,7 +1931,6 @@ final class TableCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap213')] public function testAssertTrap214(): void { $this->runAssertTrapCommand( @@ -2155,7 +1940,6 @@ final class TableCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap214')] public function testAssertTrap215(): void { $this->runAssertTrapCommand( @@ -2165,7 +1949,6 @@ final class TableCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap215')] public function testAssertTrap216(): void { $this->runAssertTrapCommand( @@ -2175,7 +1958,6 @@ final class TableCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap216')] public function testAssertTrap217(): void { $this->runAssertTrapCommand( @@ -2185,7 +1967,6 @@ final class TableCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap217')] public function testAssertTrap218(): void { $this->runAssertTrapCommand( @@ -2195,7 +1976,6 @@ final class TableCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap218')] public function testAssertTrap219(): void { $this->runAssertTrapCommand( @@ -2205,7 +1985,6 @@ final class TableCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap219')] public function testAssertTrap220(): void { $this->runAssertTrapCommand( @@ -2215,7 +1994,6 @@ final class TableCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap220')] public function testAssertTrap221(): void { $this->runAssertTrapCommand( @@ -2225,7 +2003,6 @@ final class TableCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap221')] public function testAssertTrap222(): void { $this->runAssertTrapCommand( @@ -2235,7 +2012,6 @@ final class TableCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap222')] public function testAssertReturn223(): void { $this->runAssertReturnCommand( @@ -2245,7 +2021,6 @@ final class TableCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn223')] public function testAssertReturn224(): void { $this->runAssertReturnCommand( @@ -2255,7 +2030,6 @@ final class TableCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn224')] public function testAssertReturn225(): void { $this->runAssertReturnCommand( @@ -2265,7 +2039,6 @@ final class TableCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn225')] public function testAssertReturn226(): void { $this->runAssertReturnCommand( @@ -2275,7 +2048,6 @@ final class TableCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn226')] public function testAssertTrap227(): void { $this->runAssertTrapCommand( @@ -2285,7 +2057,6 @@ final class TableCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap227')] public function testAssertTrap228(): void { $this->runAssertTrapCommand( @@ -2295,7 +2066,6 @@ final class TableCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap228')] public function testAssertTrap229(): void { $this->runAssertTrapCommand( @@ -2305,7 +2075,6 @@ final class TableCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap229')] public function testAssertTrap230(): void { $this->runAssertTrapCommand( @@ -2315,7 +2084,6 @@ final class TableCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap230')] public function testAssertReturn231(): void { $this->runAssertReturnCommand( @@ -2325,7 +2093,6 @@ final class TableCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn231')] public function testAssertReturn232(): void { $this->runAssertReturnCommand( @@ -2335,7 +2102,6 @@ final class TableCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn232')] public function testAssertReturn233(): void { $this->runAssertReturnCommand( @@ -2345,7 +2111,6 @@ final class TableCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn233')] public function testAssertReturn234(): void { $this->runAssertReturnCommand( @@ -2355,7 +2120,6 @@ final class TableCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn234')] public function testAssertReturn235(): void { $this->runAssertReturnCommand( @@ -2365,7 +2129,6 @@ final class TableCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn235')] public function testAssertTrap236(): void { $this->runAssertTrapCommand( @@ -2375,7 +2138,6 @@ final class TableCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap236')] public function testAssertTrap237(): void { $this->runAssertTrapCommand( @@ -2385,7 +2147,6 @@ final class TableCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap237')] public function testAssertTrap238(): void { $this->runAssertTrapCommand( @@ -2395,7 +2156,6 @@ final class TableCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap238')] public function testAssertTrap239(): void { $this->runAssertTrapCommand( @@ -2405,7 +2165,6 @@ final class TableCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap239')] public function testAssertTrap240(): void { $this->runAssertTrapCommand( @@ -2415,7 +2174,6 @@ final class TableCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap240')] public function testAssertTrap241(): void { $this->runAssertTrapCommand( @@ -2425,7 +2183,6 @@ final class TableCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap241')] public function testAssertTrap242(): void { $this->runAssertTrapCommand( @@ -2435,7 +2192,6 @@ final class TableCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap242')] public function testAssertTrap243(): void { $this->runAssertTrapCommand( @@ -2445,7 +2201,6 @@ final class TableCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap243')] public function testAssertTrap244(): void { $this->runAssertTrapCommand( @@ -2455,7 +2210,6 @@ final class TableCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap244')] public function testAssertTrap245(): void { $this->runAssertTrapCommand( @@ -2465,7 +2219,6 @@ final class TableCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap245')] public function testAssertTrap246(): void { $this->runAssertTrapCommand( @@ -2475,7 +2228,6 @@ final class TableCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap246')] public function testAssertTrap247(): void { $this->runAssertTrapCommand( @@ -2485,7 +2237,6 @@ final class TableCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap247')] public function testAssertTrap248(): void { $this->runAssertTrapCommand( @@ -2495,7 +2246,6 @@ final class TableCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap248')] public function testAssertTrap249(): void { $this->runAssertTrapCommand( @@ -2505,7 +2255,6 @@ final class TableCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap249')] public function testModule250(): void { $this->runModuleCommand( @@ -2515,7 +2264,6 @@ final class TableCopyTest extends SpecTestsuiteBase ); } - #[Depends('testModule250')] public function testAction251(): void { $this->runActionCommand( @@ -2524,7 +2272,6 @@ final class TableCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAction251')] public function testAssertTrap252(): void { $this->runAssertTrapCommand( @@ -2534,7 +2281,6 @@ final class TableCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap252')] public function testAssertTrap253(): void { $this->runAssertTrapCommand( @@ -2544,7 +2290,6 @@ final class TableCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap253')] public function testAssertReturn254(): void { $this->runAssertReturnCommand( @@ -2554,7 +2299,6 @@ final class TableCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn254')] public function testAssertReturn255(): void { $this->runAssertReturnCommand( @@ -2564,7 +2308,6 @@ final class TableCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn255')] public function testAssertReturn256(): void { $this->runAssertReturnCommand( @@ -2574,7 +2317,6 @@ final class TableCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn256')] public function testAssertReturn257(): void { $this->runAssertReturnCommand( @@ -2584,7 +2326,6 @@ final class TableCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn257')] public function testAssertTrap258(): void { $this->runAssertTrapCommand( @@ -2594,7 +2335,6 @@ final class TableCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap258')] public function testAssertTrap259(): void { $this->runAssertTrapCommand( @@ -2604,7 +2344,6 @@ final class TableCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap259')] public function testAssertTrap260(): void { $this->runAssertTrapCommand( @@ -2614,7 +2353,6 @@ final class TableCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap260')] public function testAssertTrap261(): void { $this->runAssertTrapCommand( @@ -2624,7 +2362,6 @@ final class TableCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap261')] public function testAssertTrap262(): void { $this->runAssertTrapCommand( @@ -2634,7 +2371,6 @@ final class TableCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap262')] public function testAssertTrap263(): void { $this->runAssertTrapCommand( @@ -2644,7 +2380,6 @@ final class TableCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap263')] public function testAssertReturn264(): void { $this->runAssertReturnCommand( @@ -2654,7 +2389,6 @@ final class TableCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn264')] public function testAssertReturn265(): void { $this->runAssertReturnCommand( @@ -2664,7 +2398,6 @@ final class TableCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn265')] public function testAssertReturn266(): void { $this->runAssertReturnCommand( @@ -2674,7 +2407,6 @@ final class TableCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn266')] public function testAssertReturn267(): void { $this->runAssertReturnCommand( @@ -2684,7 +2416,6 @@ final class TableCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn267')] public function testAssertReturn268(): void { $this->runAssertReturnCommand( @@ -2694,7 +2425,6 @@ final class TableCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn268')] public function testAssertTrap269(): void { $this->runAssertTrapCommand( @@ -2704,7 +2434,6 @@ final class TableCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap269')] public function testAssertTrap270(): void { $this->runAssertTrapCommand( @@ -2714,7 +2443,6 @@ final class TableCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap270')] public function testAssertTrap271(): void { $this->runAssertTrapCommand( @@ -2724,7 +2452,6 @@ final class TableCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap271')] public function testAssertTrap272(): void { $this->runAssertTrapCommand( @@ -2734,7 +2461,6 @@ final class TableCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap272')] public function testAssertTrap273(): void { $this->runAssertTrapCommand( @@ -2744,7 +2470,6 @@ final class TableCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap273')] public function testAssertTrap274(): void { $this->runAssertTrapCommand( @@ -2754,7 +2479,6 @@ final class TableCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap274')] public function testAssertTrap275(): void { $this->runAssertTrapCommand( @@ -2764,7 +2488,6 @@ final class TableCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap275')] public function testAssertTrap276(): void { $this->runAssertTrapCommand( @@ -2774,7 +2497,6 @@ final class TableCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap276')] public function testAssertTrap277(): void { $this->runAssertTrapCommand( @@ -2784,7 +2506,6 @@ final class TableCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap277')] public function testAssertTrap278(): void { $this->runAssertTrapCommand( @@ -2794,7 +2515,6 @@ final class TableCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap278')] public function testAssertTrap279(): void { $this->runAssertTrapCommand( @@ -2804,7 +2524,6 @@ final class TableCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap279')] public function testAssertTrap280(): void { $this->runAssertTrapCommand( @@ -2814,7 +2533,6 @@ final class TableCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap280')] public function testAssertTrap281(): void { $this->runAssertTrapCommand( @@ -2824,7 +2542,6 @@ final class TableCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap281')] public function testAssertTrap282(): void { $this->runAssertTrapCommand( @@ -2834,7 +2551,6 @@ final class TableCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap282')] public function testAssertTrap283(): void { $this->runAssertTrapCommand( @@ -2844,7 +2560,6 @@ final class TableCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap283')] public function testAssertTrap284(): void { $this->runAssertTrapCommand( @@ -2854,7 +2569,6 @@ final class TableCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap284')] public function testAssertReturn285(): void { $this->runAssertReturnCommand( @@ -2864,7 +2578,6 @@ final class TableCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn285')] public function testAssertReturn286(): void { $this->runAssertReturnCommand( @@ -2874,7 +2587,6 @@ final class TableCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn286')] public function testAssertReturn287(): void { $this->runAssertReturnCommand( @@ -2884,7 +2596,6 @@ final class TableCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn287')] public function testAssertReturn288(): void { $this->runAssertReturnCommand( @@ -2894,7 +2605,6 @@ final class TableCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn288')] public function testAssertTrap289(): void { $this->runAssertTrapCommand( @@ -2904,7 +2614,6 @@ final class TableCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap289')] public function testAssertTrap290(): void { $this->runAssertTrapCommand( @@ -2914,7 +2623,6 @@ final class TableCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap290')] public function testAssertTrap291(): void { $this->runAssertTrapCommand( @@ -2924,7 +2632,6 @@ final class TableCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap291')] public function testAssertTrap292(): void { $this->runAssertTrapCommand( @@ -2934,7 +2641,6 @@ final class TableCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap292')] public function testAssertReturn293(): void { $this->runAssertReturnCommand( @@ -2944,7 +2650,6 @@ final class TableCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn293')] public function testAssertReturn294(): void { $this->runAssertReturnCommand( @@ -2954,7 +2659,6 @@ final class TableCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn294')] public function testAssertReturn295(): void { $this->runAssertReturnCommand( @@ -2964,7 +2668,6 @@ final class TableCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn295')] public function testAssertReturn296(): void { $this->runAssertReturnCommand( @@ -2974,7 +2677,6 @@ final class TableCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn296')] public function testAssertReturn297(): void { $this->runAssertReturnCommand( @@ -2984,7 +2686,6 @@ final class TableCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn297')] public function testAssertTrap298(): void { $this->runAssertTrapCommand( @@ -2994,7 +2695,6 @@ final class TableCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap298')] public function testAssertTrap299(): void { $this->runAssertTrapCommand( @@ -3004,7 +2704,6 @@ final class TableCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap299')] public function testAssertTrap300(): void { $this->runAssertTrapCommand( @@ -3014,7 +2713,6 @@ final class TableCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap300')] public function testAssertTrap301(): void { $this->runAssertTrapCommand( @@ -3024,7 +2722,6 @@ final class TableCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap301')] public function testAssertTrap302(): void { $this->runAssertTrapCommand( @@ -3034,7 +2731,6 @@ final class TableCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap302')] public function testAssertTrap303(): void { $this->runAssertTrapCommand( @@ -3044,7 +2740,6 @@ final class TableCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap303')] public function testAssertTrap304(): void { $this->runAssertTrapCommand( @@ -3054,7 +2749,6 @@ final class TableCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap304')] public function testAssertTrap305(): void { $this->runAssertTrapCommand( @@ -3064,7 +2758,6 @@ final class TableCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap305')] public function testAssertTrap306(): void { $this->runAssertTrapCommand( @@ -3074,7 +2767,6 @@ final class TableCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap306')] public function testAssertTrap307(): void { $this->runAssertTrapCommand( @@ -3084,7 +2776,6 @@ final class TableCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap307')] public function testAssertTrap308(): void { $this->runAssertTrapCommand( @@ -3094,7 +2785,6 @@ final class TableCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap308')] public function testAssertTrap309(): void { $this->runAssertTrapCommand( @@ -3104,7 +2794,6 @@ final class TableCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap309')] public function testAssertTrap310(): void { $this->runAssertTrapCommand( @@ -3114,7 +2803,6 @@ final class TableCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap310')] public function testAssertTrap311(): void { $this->runAssertTrapCommand( @@ -3124,7 +2812,6 @@ final class TableCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap311')] public function testModule312(): void { $this->runModuleCommand( @@ -3134,7 +2821,6 @@ final class TableCopyTest extends SpecTestsuiteBase ); } - #[Depends('testModule312')] public function testAction313(): void { $this->runActionCommand( @@ -3143,7 +2829,6 @@ final class TableCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAction313')] public function testAssertTrap314(): void { $this->runAssertTrapCommand( @@ -3153,7 +2838,6 @@ final class TableCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap314')] public function testAssertTrap315(): void { $this->runAssertTrapCommand( @@ -3163,7 +2847,6 @@ final class TableCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap315')] public function testAssertReturn316(): void { $this->runAssertReturnCommand( @@ -3173,7 +2856,6 @@ final class TableCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn316')] public function testAssertReturn317(): void { $this->runAssertReturnCommand( @@ -3183,7 +2865,6 @@ final class TableCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn317')] public function testAssertReturn318(): void { $this->runAssertReturnCommand( @@ -3193,7 +2874,6 @@ final class TableCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn318')] public function testAssertReturn319(): void { $this->runAssertReturnCommand( @@ -3203,7 +2883,6 @@ final class TableCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn319')] public function testAssertTrap320(): void { $this->runAssertTrapCommand( @@ -3213,7 +2892,6 @@ final class TableCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap320')] public function testAssertTrap321(): void { $this->runAssertTrapCommand( @@ -3223,7 +2901,6 @@ final class TableCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap321')] public function testAssertTrap322(): void { $this->runAssertTrapCommand( @@ -3233,7 +2910,6 @@ final class TableCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap322')] public function testAssertTrap323(): void { $this->runAssertTrapCommand( @@ -3243,7 +2919,6 @@ final class TableCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap323')] public function testAssertTrap324(): void { $this->runAssertTrapCommand( @@ -3253,7 +2928,6 @@ final class TableCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap324')] public function testAssertTrap325(): void { $this->runAssertTrapCommand( @@ -3263,7 +2937,6 @@ final class TableCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap325')] public function testAssertReturn326(): void { $this->runAssertReturnCommand( @@ -3273,7 +2946,6 @@ final class TableCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn326')] public function testAssertReturn327(): void { $this->runAssertReturnCommand( @@ -3283,7 +2955,6 @@ final class TableCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn327')] public function testAssertReturn328(): void { $this->runAssertReturnCommand( @@ -3293,7 +2964,6 @@ final class TableCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn328')] public function testAssertReturn329(): void { $this->runAssertReturnCommand( @@ -3303,7 +2973,6 @@ final class TableCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn329')] public function testAssertReturn330(): void { $this->runAssertReturnCommand( @@ -3313,7 +2982,6 @@ final class TableCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn330')] public function testAssertTrap331(): void { $this->runAssertTrapCommand( @@ -3323,7 +2991,6 @@ final class TableCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap331')] public function testAssertTrap332(): void { $this->runAssertTrapCommand( @@ -3333,7 +3000,6 @@ final class TableCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap332')] public function testAssertTrap333(): void { $this->runAssertTrapCommand( @@ -3343,7 +3009,6 @@ final class TableCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap333')] public function testAssertTrap334(): void { $this->runAssertTrapCommand( @@ -3353,7 +3018,6 @@ final class TableCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap334')] public function testAssertTrap335(): void { $this->runAssertTrapCommand( @@ -3363,7 +3027,6 @@ final class TableCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap335')] public function testAssertTrap336(): void { $this->runAssertTrapCommand( @@ -3373,7 +3036,6 @@ final class TableCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap336')] public function testAssertTrap337(): void { $this->runAssertTrapCommand( @@ -3383,7 +3045,6 @@ final class TableCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap337')] public function testAssertTrap338(): void { $this->runAssertTrapCommand( @@ -3393,7 +3054,6 @@ final class TableCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap338')] public function testAssertTrap339(): void { $this->runAssertTrapCommand( @@ -3403,7 +3063,6 @@ final class TableCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap339')] public function testAssertReturn340(): void { $this->runAssertReturnCommand( @@ -3413,7 +3072,6 @@ final class TableCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn340')] public function testAssertReturn341(): void { $this->runAssertReturnCommand( @@ -3423,7 +3081,6 @@ final class TableCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn341')] public function testAssertTrap342(): void { $this->runAssertTrapCommand( @@ -3433,7 +3090,6 @@ final class TableCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap342')] public function testAssertTrap343(): void { $this->runAssertTrapCommand( @@ -3443,7 +3099,6 @@ final class TableCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap343')] public function testAssertTrap344(): void { $this->runAssertTrapCommand( @@ -3453,7 +3108,6 @@ final class TableCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap344')] public function testAssertTrap345(): void { $this->runAssertTrapCommand( @@ -3463,7 +3117,6 @@ final class TableCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap345')] public function testAssertTrap346(): void { $this->runAssertTrapCommand( @@ -3473,7 +3126,6 @@ final class TableCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap346')] public function testAssertReturn347(): void { $this->runAssertReturnCommand( @@ -3483,7 +3135,6 @@ final class TableCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn347')] public function testAssertReturn348(): void { $this->runAssertReturnCommand( @@ -3493,7 +3144,6 @@ final class TableCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn348')] public function testAssertReturn349(): void { $this->runAssertReturnCommand( @@ -3503,7 +3153,6 @@ final class TableCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn349')] public function testAssertReturn350(): void { $this->runAssertReturnCommand( @@ -3513,7 +3162,6 @@ final class TableCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn350')] public function testAssertTrap351(): void { $this->runAssertTrapCommand( @@ -3523,7 +3171,6 @@ final class TableCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap351')] public function testAssertTrap352(): void { $this->runAssertTrapCommand( @@ -3533,7 +3180,6 @@ final class TableCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap352')] public function testAssertTrap353(): void { $this->runAssertTrapCommand( @@ -3543,7 +3189,6 @@ final class TableCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap353')] public function testAssertTrap354(): void { $this->runAssertTrapCommand( @@ -3553,7 +3198,6 @@ final class TableCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap354')] public function testAssertReturn355(): void { $this->runAssertReturnCommand( @@ -3563,7 +3207,6 @@ final class TableCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn355')] public function testAssertReturn356(): void { $this->runAssertReturnCommand( @@ -3573,7 +3216,6 @@ final class TableCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn356')] public function testAssertReturn357(): void { $this->runAssertReturnCommand( @@ -3583,7 +3225,6 @@ final class TableCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn357')] public function testAssertReturn358(): void { $this->runAssertReturnCommand( @@ -3593,7 +3234,6 @@ final class TableCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn358')] public function testAssertReturn359(): void { $this->runAssertReturnCommand( @@ -3603,7 +3243,6 @@ final class TableCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn359')] public function testAssertTrap360(): void { $this->runAssertTrapCommand( @@ -3613,7 +3252,6 @@ final class TableCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap360')] public function testAssertTrap361(): void { $this->runAssertTrapCommand( @@ -3623,7 +3261,6 @@ final class TableCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap361')] public function testAssertTrap362(): void { $this->runAssertTrapCommand( @@ -3633,7 +3270,6 @@ final class TableCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap362')] public function testAssertTrap363(): void { $this->runAssertTrapCommand( @@ -3643,7 +3279,6 @@ final class TableCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap363')] public function testAssertTrap364(): void { $this->runAssertTrapCommand( @@ -3653,7 +3288,6 @@ final class TableCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap364')] public function testAssertTrap365(): void { $this->runAssertTrapCommand( @@ -3663,7 +3297,6 @@ final class TableCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap365')] public function testAssertTrap366(): void { $this->runAssertTrapCommand( @@ -3673,7 +3306,6 @@ final class TableCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap366')] public function testAssertTrap367(): void { $this->runAssertTrapCommand( @@ -3683,7 +3315,6 @@ final class TableCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap367')] public function testAssertTrap368(): void { $this->runAssertTrapCommand( @@ -3693,7 +3324,6 @@ final class TableCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap368')] public function testAssertTrap369(): void { $this->runAssertTrapCommand( @@ -3703,7 +3333,6 @@ final class TableCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap369')] public function testAssertTrap370(): void { $this->runAssertTrapCommand( @@ -3713,7 +3342,6 @@ final class TableCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap370')] public function testAssertTrap371(): void { $this->runAssertTrapCommand( @@ -3723,7 +3351,6 @@ final class TableCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap371')] public function testAssertTrap372(): void { $this->runAssertTrapCommand( @@ -3733,7 +3360,6 @@ final class TableCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap372')] public function testAssertTrap373(): void { $this->runAssertTrapCommand( @@ -3743,7 +3369,6 @@ final class TableCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap373')] public function testModule374(): void { $this->runModuleCommand( @@ -3753,7 +3378,6 @@ final class TableCopyTest extends SpecTestsuiteBase ); } - #[Depends('testModule374')] public function testAction375(): void { $this->runActionCommand( @@ -3762,7 +3386,6 @@ final class TableCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAction375')] public function testAssertTrap376(): void { $this->runAssertTrapCommand( @@ -3772,7 +3395,6 @@ final class TableCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap376')] public function testAssertTrap377(): void { $this->runAssertTrapCommand( @@ -3782,7 +3404,6 @@ final class TableCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap377')] public function testAssertReturn378(): void { $this->runAssertReturnCommand( @@ -3792,7 +3413,6 @@ final class TableCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn378')] public function testAssertReturn379(): void { $this->runAssertReturnCommand( @@ -3802,7 +3422,6 @@ final class TableCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn379')] public function testAssertReturn380(): void { $this->runAssertReturnCommand( @@ -3812,7 +3431,6 @@ final class TableCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn380')] public function testAssertReturn381(): void { $this->runAssertReturnCommand( @@ -3822,7 +3440,6 @@ final class TableCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn381')] public function testAssertTrap382(): void { $this->runAssertTrapCommand( @@ -3832,7 +3449,6 @@ final class TableCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap382')] public function testAssertTrap383(): void { $this->runAssertTrapCommand( @@ -3842,7 +3458,6 @@ final class TableCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap383')] public function testAssertTrap384(): void { $this->runAssertTrapCommand( @@ -3852,7 +3467,6 @@ final class TableCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap384')] public function testAssertTrap385(): void { $this->runAssertTrapCommand( @@ -3862,7 +3476,6 @@ final class TableCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap385')] public function testAssertReturn386(): void { $this->runAssertReturnCommand( @@ -3872,7 +3485,6 @@ final class TableCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn386')] public function testAssertReturn387(): void { $this->runAssertReturnCommand( @@ -3882,7 +3494,6 @@ final class TableCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn387')] public function testAssertReturn388(): void { $this->runAssertReturnCommand( @@ -3892,7 +3503,6 @@ final class TableCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn388')] public function testAssertReturn389(): void { $this->runAssertReturnCommand( @@ -3902,7 +3512,6 @@ final class TableCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn389')] public function testAssertReturn390(): void { $this->runAssertReturnCommand( @@ -3912,7 +3521,6 @@ final class TableCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn390')] public function testAssertTrap391(): void { $this->runAssertTrapCommand( @@ -3922,7 +3530,6 @@ final class TableCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap391')] public function testAssertTrap392(): void { $this->runAssertTrapCommand( @@ -3932,7 +3539,6 @@ final class TableCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap392')] public function testAssertTrap393(): void { $this->runAssertTrapCommand( @@ -3942,7 +3548,6 @@ final class TableCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap393')] public function testAssertTrap394(): void { $this->runAssertTrapCommand( @@ -3952,7 +3557,6 @@ final class TableCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap394')] public function testAssertTrap395(): void { $this->runAssertTrapCommand( @@ -3962,7 +3566,6 @@ final class TableCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap395')] public function testAssertTrap396(): void { $this->runAssertTrapCommand( @@ -3972,7 +3575,6 @@ final class TableCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap396')] public function testAssertTrap397(): void { $this->runAssertTrapCommand( @@ -3982,7 +3584,6 @@ final class TableCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap397')] public function testAssertTrap398(): void { $this->runAssertTrapCommand( @@ -3992,7 +3593,6 @@ final class TableCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap398')] public function testAssertTrap399(): void { $this->runAssertTrapCommand( @@ -4002,7 +3602,6 @@ final class TableCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap399')] public function testAssertTrap400(): void { $this->runAssertTrapCommand( @@ -4012,7 +3611,6 @@ final class TableCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap400')] public function testAssertTrap401(): void { $this->runAssertTrapCommand( @@ -4022,7 +3620,6 @@ final class TableCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap401')] public function testAssertTrap402(): void { $this->runAssertTrapCommand( @@ -4032,7 +3629,6 @@ final class TableCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap402')] public function testAssertTrap403(): void { $this->runAssertTrapCommand( @@ -4042,7 +3638,6 @@ final class TableCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap403')] public function testAssertTrap404(): void { $this->runAssertTrapCommand( @@ -4052,7 +3647,6 @@ final class TableCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap404')] public function testAssertTrap405(): void { $this->runAssertTrapCommand( @@ -4062,7 +3656,6 @@ final class TableCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap405')] public function testAssertTrap406(): void { $this->runAssertTrapCommand( @@ -4072,7 +3665,6 @@ final class TableCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap406')] public function testAssertTrap407(): void { $this->runAssertTrapCommand( @@ -4082,7 +3674,6 @@ final class TableCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap407')] public function testAssertTrap408(): void { $this->runAssertTrapCommand( @@ -4092,7 +3683,6 @@ final class TableCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap408')] public function testAssertReturn409(): void { $this->runAssertReturnCommand( @@ -4102,7 +3692,6 @@ final class TableCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn409')] public function testAssertReturn410(): void { $this->runAssertReturnCommand( @@ -4112,7 +3701,6 @@ final class TableCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn410')] public function testAssertReturn411(): void { $this->runAssertReturnCommand( @@ -4122,7 +3710,6 @@ final class TableCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn411')] public function testAssertReturn412(): void { $this->runAssertReturnCommand( @@ -4132,7 +3719,6 @@ final class TableCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn412')] public function testAssertTrap413(): void { $this->runAssertTrapCommand( @@ -4142,7 +3728,6 @@ final class TableCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap413')] public function testAssertTrap414(): void { $this->runAssertTrapCommand( @@ -4152,7 +3737,6 @@ final class TableCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap414')] public function testAssertTrap415(): void { $this->runAssertTrapCommand( @@ -4162,7 +3746,6 @@ final class TableCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap415')] public function testAssertTrap416(): void { $this->runAssertTrapCommand( @@ -4172,7 +3755,6 @@ final class TableCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap416')] public function testAssertReturn417(): void { $this->runAssertReturnCommand( @@ -4182,7 +3764,6 @@ final class TableCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn417')] public function testAssertReturn418(): void { $this->runAssertReturnCommand( @@ -4192,7 +3773,6 @@ final class TableCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn418')] public function testAssertReturn419(): void { $this->runAssertReturnCommand( @@ -4202,7 +3782,6 @@ final class TableCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn419')] public function testAssertReturn420(): void { $this->runAssertReturnCommand( @@ -4212,7 +3791,6 @@ final class TableCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn420')] public function testAssertReturn421(): void { $this->runAssertReturnCommand( @@ -4222,7 +3800,6 @@ final class TableCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn421')] public function testAssertTrap422(): void { $this->runAssertTrapCommand( @@ -4232,7 +3809,6 @@ final class TableCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap422')] public function testAssertTrap423(): void { $this->runAssertTrapCommand( @@ -4242,7 +3818,6 @@ final class TableCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap423')] public function testAssertTrap424(): void { $this->runAssertTrapCommand( @@ -4252,7 +3827,6 @@ final class TableCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap424')] public function testAssertTrap425(): void { $this->runAssertTrapCommand( @@ -4262,7 +3836,6 @@ final class TableCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap425')] public function testAssertTrap426(): void { $this->runAssertTrapCommand( @@ -4272,7 +3845,6 @@ final class TableCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap426')] public function testAssertTrap427(): void { $this->runAssertTrapCommand( @@ -4282,7 +3854,6 @@ final class TableCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap427')] public function testAssertTrap428(): void { $this->runAssertTrapCommand( @@ -4292,7 +3863,6 @@ final class TableCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap428')] public function testAssertTrap429(): void { $this->runAssertTrapCommand( @@ -4302,7 +3872,6 @@ final class TableCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap429')] public function testAssertTrap430(): void { $this->runAssertTrapCommand( @@ -4312,7 +3881,6 @@ final class TableCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap430')] public function testAssertTrap431(): void { $this->runAssertTrapCommand( @@ -4322,7 +3890,6 @@ final class TableCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap431')] public function testAssertTrap432(): void { $this->runAssertTrapCommand( @@ -4332,7 +3899,6 @@ final class TableCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap432')] public function testAssertTrap433(): void { $this->runAssertTrapCommand( @@ -4342,7 +3908,6 @@ final class TableCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap433')] public function testAssertTrap434(): void { $this->runAssertTrapCommand( @@ -4352,7 +3917,6 @@ final class TableCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap434')] public function testAssertTrap435(): void { $this->runAssertTrapCommand( @@ -4362,7 +3926,6 @@ final class TableCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap435')] public function testModule436(): void { $this->runModuleCommand( @@ -4372,7 +3935,6 @@ final class TableCopyTest extends SpecTestsuiteBase ); } - #[Depends('testModule436')] public function testAction437(): void { $this->runActionCommand( @@ -4381,7 +3943,6 @@ final class TableCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAction437')] public function testAssertTrap438(): void { $this->runAssertTrapCommand( @@ -4391,7 +3952,6 @@ final class TableCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap438')] public function testAssertTrap439(): void { $this->runAssertTrapCommand( @@ -4401,7 +3961,6 @@ final class TableCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap439')] public function testAssertReturn440(): void { $this->runAssertReturnCommand( @@ -4411,7 +3970,6 @@ final class TableCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn440')] public function testAssertReturn441(): void { $this->runAssertReturnCommand( @@ -4421,7 +3979,6 @@ final class TableCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn441')] public function testAssertReturn442(): void { $this->runAssertReturnCommand( @@ -4431,7 +3988,6 @@ final class TableCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn442')] public function testAssertReturn443(): void { $this->runAssertReturnCommand( @@ -4441,7 +3997,6 @@ final class TableCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn443')] public function testAssertTrap444(): void { $this->runAssertTrapCommand( @@ -4451,7 +4006,6 @@ final class TableCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap444')] public function testAssertTrap445(): void { $this->runAssertTrapCommand( @@ -4461,7 +4015,6 @@ final class TableCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap445')] public function testAssertTrap446(): void { $this->runAssertTrapCommand( @@ -4471,7 +4024,6 @@ final class TableCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap446')] public function testAssertTrap447(): void { $this->runAssertTrapCommand( @@ -4481,7 +4033,6 @@ final class TableCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap447')] public function testAssertTrap448(): void { $this->runAssertTrapCommand( @@ -4491,7 +4042,6 @@ final class TableCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap448')] public function testAssertTrap449(): void { $this->runAssertTrapCommand( @@ -4501,7 +4051,6 @@ final class TableCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap449')] public function testAssertTrap450(): void { $this->runAssertTrapCommand( @@ -4511,7 +4060,6 @@ final class TableCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap450')] public function testAssertTrap451(): void { $this->runAssertTrapCommand( @@ -4521,7 +4069,6 @@ final class TableCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap451')] public function testAssertReturn452(): void { $this->runAssertReturnCommand( @@ -4531,7 +4078,6 @@ final class TableCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn452')] public function testAssertReturn453(): void { $this->runAssertReturnCommand( @@ -4541,7 +4087,6 @@ final class TableCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn453')] public function testAssertReturn454(): void { $this->runAssertReturnCommand( @@ -4551,7 +4096,6 @@ final class TableCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn454')] public function testAssertReturn455(): void { $this->runAssertReturnCommand( @@ -4561,7 +4105,6 @@ final class TableCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn455')] public function testAssertReturn456(): void { $this->runAssertReturnCommand( @@ -4571,7 +4114,6 @@ final class TableCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn456')] public function testAssertTrap457(): void { $this->runAssertTrapCommand( @@ -4581,7 +4123,6 @@ final class TableCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap457')] public function testAssertTrap458(): void { $this->runAssertTrapCommand( @@ -4591,7 +4132,6 @@ final class TableCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap458')] public function testAssertTrap459(): void { $this->runAssertTrapCommand( @@ -4601,7 +4141,6 @@ final class TableCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap459')] public function testAssertTrap460(): void { $this->runAssertTrapCommand( @@ -4611,7 +4150,6 @@ final class TableCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap460')] public function testAssertTrap461(): void { $this->runAssertTrapCommand( @@ -4621,7 +4159,6 @@ final class TableCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap461')] public function testAssertTrap462(): void { $this->runAssertTrapCommand( @@ -4631,7 +4168,6 @@ final class TableCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap462')] public function testAssertTrap463(): void { $this->runAssertTrapCommand( @@ -4641,7 +4177,6 @@ final class TableCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap463')] public function testAssertTrap464(): void { $this->runAssertTrapCommand( @@ -4651,7 +4186,6 @@ final class TableCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap464')] public function testAssertTrap465(): void { $this->runAssertTrapCommand( @@ -4661,7 +4195,6 @@ final class TableCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap465')] public function testAssertTrap466(): void { $this->runAssertTrapCommand( @@ -4671,7 +4204,6 @@ final class TableCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap466')] public function testAssertTrap467(): void { $this->runAssertTrapCommand( @@ -4681,7 +4213,6 @@ final class TableCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap467')] public function testAssertTrap468(): void { $this->runAssertTrapCommand( @@ -4691,7 +4222,6 @@ final class TableCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap468')] public function testAssertTrap469(): void { $this->runAssertTrapCommand( @@ -4701,7 +4231,6 @@ final class TableCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap469')] public function testAssertTrap470(): void { $this->runAssertTrapCommand( @@ -4711,7 +4240,6 @@ final class TableCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap470')] public function testAssertReturn471(): void { $this->runAssertReturnCommand( @@ -4721,7 +4249,6 @@ final class TableCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn471')] public function testAssertReturn472(): void { $this->runAssertReturnCommand( @@ -4731,7 +4258,6 @@ final class TableCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn472')] public function testAssertReturn473(): void { $this->runAssertReturnCommand( @@ -4741,7 +4267,6 @@ final class TableCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn473')] public function testAssertReturn474(): void { $this->runAssertReturnCommand( @@ -4751,7 +4276,6 @@ final class TableCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn474')] public function testAssertTrap475(): void { $this->runAssertTrapCommand( @@ -4761,7 +4285,6 @@ final class TableCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap475')] public function testAssertTrap476(): void { $this->runAssertTrapCommand( @@ -4771,7 +4294,6 @@ final class TableCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap476')] public function testAssertTrap477(): void { $this->runAssertTrapCommand( @@ -4781,7 +4303,6 @@ final class TableCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap477')] public function testAssertTrap478(): void { $this->runAssertTrapCommand( @@ -4791,7 +4312,6 @@ final class TableCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap478')] public function testAssertReturn479(): void { $this->runAssertReturnCommand( @@ -4801,7 +4321,6 @@ final class TableCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn479')] public function testAssertReturn480(): void { $this->runAssertReturnCommand( @@ -4811,7 +4330,6 @@ final class TableCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn480')] public function testAssertReturn481(): void { $this->runAssertReturnCommand( @@ -4821,7 +4339,6 @@ final class TableCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn481')] public function testAssertReturn482(): void { $this->runAssertReturnCommand( @@ -4831,7 +4348,6 @@ final class TableCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn482')] public function testAssertReturn483(): void { $this->runAssertReturnCommand( @@ -4841,7 +4357,6 @@ final class TableCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn483')] public function testAssertTrap484(): void { $this->runAssertTrapCommand( @@ -4851,7 +4366,6 @@ final class TableCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap484')] public function testAssertTrap485(): void { $this->runAssertTrapCommand( @@ -4861,7 +4375,6 @@ final class TableCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap485')] public function testAssertTrap486(): void { $this->runAssertTrapCommand( @@ -4871,7 +4384,6 @@ final class TableCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap486')] public function testAssertTrap487(): void { $this->runAssertTrapCommand( @@ -4881,7 +4393,6 @@ final class TableCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap487')] public function testAssertTrap488(): void { $this->runAssertTrapCommand( @@ -4891,7 +4402,6 @@ final class TableCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap488')] public function testAssertTrap489(): void { $this->runAssertTrapCommand( @@ -4901,7 +4411,6 @@ final class TableCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap489')] public function testAssertTrap490(): void { $this->runAssertTrapCommand( @@ -4911,7 +4420,6 @@ final class TableCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap490')] public function testAssertTrap491(): void { $this->runAssertTrapCommand( @@ -4921,7 +4429,6 @@ final class TableCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap491')] public function testAssertTrap492(): void { $this->runAssertTrapCommand( @@ -4931,7 +4438,6 @@ final class TableCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap492')] public function testAssertTrap493(): void { $this->runAssertTrapCommand( @@ -4941,7 +4447,6 @@ final class TableCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap493')] public function testAssertTrap494(): void { $this->runAssertTrapCommand( @@ -4951,7 +4456,6 @@ final class TableCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap494')] public function testAssertTrap495(): void { $this->runAssertTrapCommand( @@ -4961,7 +4465,6 @@ final class TableCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap495')] public function testAssertTrap496(): void { $this->runAssertTrapCommand( @@ -4971,7 +4474,6 @@ final class TableCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap496')] public function testAssertTrap497(): void { $this->runAssertTrapCommand( @@ -4981,7 +4483,6 @@ final class TableCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap497')] public function testModule498(): void { $this->runModuleCommand( @@ -4991,7 +4492,6 @@ final class TableCopyTest extends SpecTestsuiteBase ); } - #[Depends('testModule498')] public function testAction499(): void { $this->runActionCommand( @@ -5000,7 +4500,6 @@ final class TableCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAction499')] public function testAssertTrap500(): void { $this->runAssertTrapCommand( @@ -5010,7 +4509,6 @@ final class TableCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap500')] public function testAssertTrap501(): void { $this->runAssertTrapCommand( @@ -5020,7 +4518,6 @@ final class TableCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap501')] public function testAssertReturn502(): void { $this->runAssertReturnCommand( @@ -5030,7 +4527,6 @@ final class TableCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn502')] public function testAssertReturn503(): void { $this->runAssertReturnCommand( @@ -5040,7 +4536,6 @@ final class TableCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn503')] public function testAssertReturn504(): void { $this->runAssertReturnCommand( @@ -5050,7 +4545,6 @@ final class TableCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn504')] public function testAssertReturn505(): void { $this->runAssertReturnCommand( @@ -5060,7 +4554,6 @@ final class TableCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn505')] public function testAssertTrap506(): void { $this->runAssertTrapCommand( @@ -5070,7 +4563,6 @@ final class TableCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap506')] public function testAssertTrap507(): void { $this->runAssertTrapCommand( @@ -5080,7 +4572,6 @@ final class TableCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap507')] public function testAssertTrap508(): void { $this->runAssertTrapCommand( @@ -5090,7 +4581,6 @@ final class TableCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap508')] public function testAssertTrap509(): void { $this->runAssertTrapCommand( @@ -5100,7 +4590,6 @@ final class TableCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap509')] public function testAssertTrap510(): void { $this->runAssertTrapCommand( @@ -5110,7 +4599,6 @@ final class TableCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap510')] public function testAssertTrap511(): void { $this->runAssertTrapCommand( @@ -5120,7 +4608,6 @@ final class TableCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap511')] public function testAssertReturn512(): void { $this->runAssertReturnCommand( @@ -5130,7 +4617,6 @@ final class TableCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn512')] public function testAssertReturn513(): void { $this->runAssertReturnCommand( @@ -5140,7 +4626,6 @@ final class TableCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn513')] public function testAssertReturn514(): void { $this->runAssertReturnCommand( @@ -5150,7 +4635,6 @@ final class TableCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn514')] public function testAssertReturn515(): void { $this->runAssertReturnCommand( @@ -5160,7 +4644,6 @@ final class TableCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn515')] public function testAssertReturn516(): void { $this->runAssertReturnCommand( @@ -5170,7 +4653,6 @@ final class TableCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn516')] public function testAssertTrap517(): void { $this->runAssertTrapCommand( @@ -5180,7 +4662,6 @@ final class TableCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap517')] public function testAssertTrap518(): void { $this->runAssertTrapCommand( @@ -5190,7 +4671,6 @@ final class TableCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap518')] public function testAssertTrap519(): void { $this->runAssertTrapCommand( @@ -5200,7 +4680,6 @@ final class TableCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap519')] public function testAssertTrap520(): void { $this->runAssertTrapCommand( @@ -5210,7 +4689,6 @@ final class TableCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap520')] public function testAssertTrap521(): void { $this->runAssertTrapCommand( @@ -5220,7 +4698,6 @@ final class TableCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap521')] public function testAssertTrap522(): void { $this->runAssertTrapCommand( @@ -5230,7 +4707,6 @@ final class TableCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap522')] public function testAssertTrap523(): void { $this->runAssertTrapCommand( @@ -5240,7 +4716,6 @@ final class TableCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap523')] public function testAssertTrap524(): void { $this->runAssertTrapCommand( @@ -5250,7 +4725,6 @@ final class TableCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap524')] public function testAssertTrap525(): void { $this->runAssertTrapCommand( @@ -5260,7 +4734,6 @@ final class TableCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap525')] public function testAssertTrap526(): void { $this->runAssertTrapCommand( @@ -5270,7 +4743,6 @@ final class TableCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap526')] public function testAssertTrap527(): void { $this->runAssertTrapCommand( @@ -5280,7 +4752,6 @@ final class TableCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap527')] public function testAssertTrap528(): void { $this->runAssertTrapCommand( @@ -5290,7 +4761,6 @@ final class TableCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap528')] public function testAssertTrap529(): void { $this->runAssertTrapCommand( @@ -5300,7 +4770,6 @@ final class TableCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap529')] public function testAssertTrap530(): void { $this->runAssertTrapCommand( @@ -5310,7 +4779,6 @@ final class TableCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap530')] public function testAssertTrap531(): void { $this->runAssertTrapCommand( @@ -5320,7 +4788,6 @@ final class TableCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap531')] public function testAssertTrap532(): void { $this->runAssertTrapCommand( @@ -5330,7 +4797,6 @@ final class TableCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap532')] public function testAssertReturn533(): void { $this->runAssertReturnCommand( @@ -5340,7 +4806,6 @@ final class TableCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn533')] public function testAssertReturn534(): void { $this->runAssertReturnCommand( @@ -5350,7 +4815,6 @@ final class TableCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn534')] public function testAssertReturn535(): void { $this->runAssertReturnCommand( @@ -5360,7 +4824,6 @@ final class TableCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn535')] public function testAssertReturn536(): void { $this->runAssertReturnCommand( @@ -5370,7 +4833,6 @@ final class TableCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn536')] public function testAssertTrap537(): void { $this->runAssertTrapCommand( @@ -5380,7 +4842,6 @@ final class TableCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap537')] public function testAssertTrap538(): void { $this->runAssertTrapCommand( @@ -5390,7 +4851,6 @@ final class TableCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap538')] public function testAssertTrap539(): void { $this->runAssertTrapCommand( @@ -5400,7 +4860,6 @@ final class TableCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap539')] public function testAssertTrap540(): void { $this->runAssertTrapCommand( @@ -5410,7 +4869,6 @@ final class TableCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap540')] public function testAssertTrap541(): void { $this->runAssertTrapCommand( @@ -5420,7 +4878,6 @@ final class TableCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap541')] public function testAssertReturn542(): void { $this->runAssertReturnCommand( @@ -5430,7 +4887,6 @@ final class TableCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn542')] public function testAssertReturn543(): void { $this->runAssertReturnCommand( @@ -5440,7 +4896,6 @@ final class TableCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn543')] public function testAssertReturn544(): void { $this->runAssertReturnCommand( @@ -5450,7 +4905,6 @@ final class TableCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn544')] public function testAssertReturn545(): void { $this->runAssertReturnCommand( @@ -5460,7 +4914,6 @@ final class TableCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn545')] public function testAssertTrap546(): void { $this->runAssertTrapCommand( @@ -5470,7 +4923,6 @@ final class TableCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap546')] public function testAssertTrap547(): void { $this->runAssertTrapCommand( @@ -5480,7 +4932,6 @@ final class TableCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap547')] public function testAssertTrap548(): void { $this->runAssertTrapCommand( @@ -5490,7 +4941,6 @@ final class TableCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap548')] public function testAssertTrap549(): void { $this->runAssertTrapCommand( @@ -5500,7 +4950,6 @@ final class TableCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap549')] public function testAssertTrap550(): void { $this->runAssertTrapCommand( @@ -5510,7 +4959,6 @@ final class TableCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap550')] public function testAssertTrap551(): void { $this->runAssertTrapCommand( @@ -5520,7 +4968,6 @@ final class TableCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap551')] public function testAssertReturn552(): void { $this->runAssertReturnCommand( @@ -5530,7 +4977,6 @@ final class TableCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn552')] public function testAssertReturn553(): void { $this->runAssertReturnCommand( @@ -5540,7 +4986,6 @@ final class TableCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn553')] public function testAssertReturn554(): void { $this->runAssertReturnCommand( @@ -5550,7 +4995,6 @@ final class TableCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn554')] public function testAssertReturn555(): void { $this->runAssertReturnCommand( @@ -5560,7 +5004,6 @@ final class TableCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn555')] public function testAssertReturn556(): void { $this->runAssertReturnCommand( @@ -5570,7 +5013,6 @@ final class TableCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn556')] public function testAssertTrap557(): void { $this->runAssertTrapCommand( @@ -5580,7 +5022,6 @@ final class TableCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap557')] public function testAssertTrap558(): void { $this->runAssertTrapCommand( @@ -5590,7 +5031,6 @@ final class TableCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap558')] public function testAssertTrap559(): void { $this->runAssertTrapCommand( @@ -5600,7 +5040,6 @@ final class TableCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap559')] public function testModule560(): void { $this->runModuleCommand( @@ -5610,7 +5049,6 @@ final class TableCopyTest extends SpecTestsuiteBase ); } - #[Depends('testModule560')] public function testAction561(): void { $this->runActionCommand( @@ -5619,7 +5057,6 @@ final class TableCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAction561')] public function testAssertTrap562(): void { $this->runAssertTrapCommand( @@ -5629,7 +5066,6 @@ final class TableCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap562')] public function testAssertTrap563(): void { $this->runAssertTrapCommand( @@ -5639,7 +5075,6 @@ final class TableCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap563')] public function testAssertReturn564(): void { $this->runAssertReturnCommand( @@ -5649,7 +5084,6 @@ final class TableCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn564')] public function testAssertReturn565(): void { $this->runAssertReturnCommand( @@ -5659,7 +5093,6 @@ final class TableCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn565')] public function testAssertReturn566(): void { $this->runAssertReturnCommand( @@ -5669,7 +5102,6 @@ final class TableCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn566')] public function testAssertReturn567(): void { $this->runAssertReturnCommand( @@ -5679,7 +5111,6 @@ final class TableCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn567')] public function testAssertTrap568(): void { $this->runAssertTrapCommand( @@ -5689,7 +5120,6 @@ final class TableCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap568')] public function testAssertTrap569(): void { $this->runAssertTrapCommand( @@ -5699,7 +5129,6 @@ final class TableCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap569')] public function testAssertTrap570(): void { $this->runAssertTrapCommand( @@ -5709,7 +5138,6 @@ final class TableCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap570')] public function testAssertTrap571(): void { $this->runAssertTrapCommand( @@ -5719,7 +5147,6 @@ final class TableCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap571')] public function testAssertTrap572(): void { $this->runAssertTrapCommand( @@ -5729,7 +5156,6 @@ final class TableCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap572')] public function testAssertTrap573(): void { $this->runAssertTrapCommand( @@ -5739,7 +5165,6 @@ final class TableCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap573')] public function testAssertReturn574(): void { $this->runAssertReturnCommand( @@ -5749,7 +5174,6 @@ final class TableCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn574')] public function testAssertReturn575(): void { $this->runAssertReturnCommand( @@ -5759,7 +5183,6 @@ final class TableCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn575')] public function testAssertReturn576(): void { $this->runAssertReturnCommand( @@ -5769,7 +5192,6 @@ final class TableCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn576')] public function testAssertReturn577(): void { $this->runAssertReturnCommand( @@ -5779,7 +5201,6 @@ final class TableCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn577')] public function testAssertReturn578(): void { $this->runAssertReturnCommand( @@ -5789,7 +5210,6 @@ final class TableCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn578')] public function testAssertTrap579(): void { $this->runAssertTrapCommand( @@ -5799,7 +5219,6 @@ final class TableCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap579')] public function testAssertTrap580(): void { $this->runAssertTrapCommand( @@ -5809,7 +5228,6 @@ final class TableCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap580')] public function testAssertTrap581(): void { $this->runAssertTrapCommand( @@ -5819,7 +5237,6 @@ final class TableCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap581')] public function testAssertTrap582(): void { $this->runAssertTrapCommand( @@ -5829,7 +5246,6 @@ final class TableCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap582')] public function testAssertTrap583(): void { $this->runAssertTrapCommand( @@ -5839,7 +5255,6 @@ final class TableCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap583')] public function testAssertTrap584(): void { $this->runAssertTrapCommand( @@ -5849,7 +5264,6 @@ final class TableCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap584')] public function testAssertTrap585(): void { $this->runAssertTrapCommand( @@ -5859,7 +5273,6 @@ final class TableCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap585')] public function testAssertTrap586(): void { $this->runAssertTrapCommand( @@ -5869,7 +5282,6 @@ final class TableCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap586')] public function testAssertTrap587(): void { $this->runAssertTrapCommand( @@ -5879,7 +5291,6 @@ final class TableCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap587')] public function testAssertTrap588(): void { $this->runAssertTrapCommand( @@ -5889,7 +5300,6 @@ final class TableCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap588')] public function testAssertTrap589(): void { $this->runAssertTrapCommand( @@ -5899,7 +5309,6 @@ final class TableCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap589')] public function testAssertTrap590(): void { $this->runAssertTrapCommand( @@ -5909,7 +5318,6 @@ final class TableCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap590')] public function testAssertTrap591(): void { $this->runAssertTrapCommand( @@ -5919,7 +5327,6 @@ final class TableCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap591')] public function testAssertTrap592(): void { $this->runAssertTrapCommand( @@ -5929,7 +5336,6 @@ final class TableCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap592')] public function testAssertTrap593(): void { $this->runAssertTrapCommand( @@ -5939,7 +5345,6 @@ final class TableCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap593')] public function testAssertTrap594(): void { $this->runAssertTrapCommand( @@ -5949,7 +5354,6 @@ final class TableCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap594')] public function testAssertReturn595(): void { $this->runAssertReturnCommand( @@ -5959,7 +5363,6 @@ final class TableCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn595')] public function testAssertReturn596(): void { $this->runAssertReturnCommand( @@ -5969,7 +5372,6 @@ final class TableCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn596')] public function testAssertReturn597(): void { $this->runAssertReturnCommand( @@ -5979,7 +5381,6 @@ final class TableCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn597')] public function testAssertReturn598(): void { $this->runAssertReturnCommand( @@ -5989,7 +5390,6 @@ final class TableCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn598')] public function testAssertTrap599(): void { $this->runAssertTrapCommand( @@ -5999,7 +5399,6 @@ final class TableCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap599')] public function testAssertTrap600(): void { $this->runAssertTrapCommand( @@ -6009,7 +5408,6 @@ final class TableCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap600')] public function testAssertTrap601(): void { $this->runAssertTrapCommand( @@ -6019,7 +5417,6 @@ final class TableCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap601')] public function testAssertTrap602(): void { $this->runAssertTrapCommand( @@ -6029,7 +5426,6 @@ final class TableCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap602')] public function testAssertReturn603(): void { $this->runAssertReturnCommand( @@ -6039,7 +5435,6 @@ final class TableCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn603')] public function testAssertReturn604(): void { $this->runAssertReturnCommand( @@ -6049,7 +5444,6 @@ final class TableCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn604')] public function testAssertReturn605(): void { $this->runAssertReturnCommand( @@ -6059,7 +5453,6 @@ final class TableCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn605')] public function testAssertReturn606(): void { $this->runAssertReturnCommand( @@ -6069,7 +5462,6 @@ final class TableCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn606')] public function testAssertReturn607(): void { $this->runAssertReturnCommand( @@ -6079,7 +5471,6 @@ final class TableCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn607')] public function testAssertTrap608(): void { $this->runAssertTrapCommand( @@ -6089,7 +5480,6 @@ final class TableCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap608')] public function testAssertTrap609(): void { $this->runAssertTrapCommand( @@ -6099,7 +5489,6 @@ final class TableCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap609')] public function testAssertTrap610(): void { $this->runAssertTrapCommand( @@ -6109,7 +5498,6 @@ final class TableCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap610')] public function testAssertTrap611(): void { $this->runAssertTrapCommand( @@ -6119,7 +5507,6 @@ final class TableCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap611')] public function testAssertTrap612(): void { $this->runAssertTrapCommand( @@ -6129,7 +5516,6 @@ final class TableCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap612')] public function testAssertTrap613(): void { $this->runAssertTrapCommand( @@ -6139,7 +5525,6 @@ final class TableCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap613')] public function testAssertTrap614(): void { $this->runAssertTrapCommand( @@ -6149,7 +5534,6 @@ final class TableCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap614')] public function testAssertTrap615(): void { $this->runAssertTrapCommand( @@ -6159,7 +5543,6 @@ final class TableCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap615')] public function testAssertTrap616(): void { $this->runAssertTrapCommand( @@ -6169,7 +5552,6 @@ final class TableCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap616')] public function testAssertTrap617(): void { $this->runAssertTrapCommand( @@ -6179,7 +5561,6 @@ final class TableCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap617')] public function testAssertTrap618(): void { $this->runAssertTrapCommand( @@ -6189,7 +5570,6 @@ final class TableCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap618')] public function testAssertTrap619(): void { $this->runAssertTrapCommand( @@ -6199,7 +5579,6 @@ final class TableCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap619')] public function testAssertTrap620(): void { $this->runAssertTrapCommand( @@ -6209,7 +5588,6 @@ final class TableCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap620')] public function testAssertTrap621(): void { $this->runAssertTrapCommand( @@ -6219,7 +5597,6 @@ final class TableCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap621')] public function testModule622(): void { $this->runModuleCommand( @@ -6229,7 +5606,6 @@ final class TableCopyTest extends SpecTestsuiteBase ); } - #[Depends('testModule622')] public function testAction623(): void { $this->runActionCommand( @@ -6238,7 +5614,6 @@ final class TableCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAction623')] public function testAssertTrap624(): void { $this->runAssertTrapCommand( @@ -6248,7 +5623,6 @@ final class TableCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap624')] public function testAssertTrap625(): void { $this->runAssertTrapCommand( @@ -6258,7 +5632,6 @@ final class TableCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap625')] public function testAssertReturn626(): void { $this->runAssertReturnCommand( @@ -6268,7 +5641,6 @@ final class TableCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn626')] public function testAssertReturn627(): void { $this->runAssertReturnCommand( @@ -6278,7 +5650,6 @@ final class TableCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn627')] public function testAssertReturn628(): void { $this->runAssertReturnCommand( @@ -6288,7 +5659,6 @@ final class TableCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn628')] public function testAssertReturn629(): void { $this->runAssertReturnCommand( @@ -6298,7 +5668,6 @@ final class TableCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn629')] public function testAssertTrap630(): void { $this->runAssertTrapCommand( @@ -6308,7 +5677,6 @@ final class TableCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap630')] public function testAssertTrap631(): void { $this->runAssertTrapCommand( @@ -6318,7 +5686,6 @@ final class TableCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap631')] public function testAssertTrap632(): void { $this->runAssertTrapCommand( @@ -6328,7 +5695,6 @@ final class TableCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap632')] public function testAssertTrap633(): void { $this->runAssertTrapCommand( @@ -6338,7 +5704,6 @@ final class TableCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap633')] public function testAssertTrap634(): void { $this->runAssertTrapCommand( @@ -6348,7 +5713,6 @@ final class TableCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap634')] public function testAssertTrap635(): void { $this->runAssertTrapCommand( @@ -6358,7 +5722,6 @@ final class TableCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap635')] public function testAssertReturn636(): void { $this->runAssertReturnCommand( @@ -6368,7 +5731,6 @@ final class TableCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn636')] public function testAssertReturn637(): void { $this->runAssertReturnCommand( @@ -6378,7 +5740,6 @@ final class TableCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn637')] public function testAssertReturn638(): void { $this->runAssertReturnCommand( @@ -6388,7 +5749,6 @@ final class TableCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn638')] public function testAssertReturn639(): void { $this->runAssertReturnCommand( @@ -6398,7 +5758,6 @@ final class TableCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn639')] public function testAssertReturn640(): void { $this->runAssertReturnCommand( @@ -6408,7 +5767,6 @@ final class TableCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn640')] public function testAssertTrap641(): void { $this->runAssertTrapCommand( @@ -6418,7 +5776,6 @@ final class TableCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap641')] public function testAssertTrap642(): void { $this->runAssertTrapCommand( @@ -6428,7 +5785,6 @@ final class TableCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap642')] public function testAssertTrap643(): void { $this->runAssertTrapCommand( @@ -6438,7 +5794,6 @@ final class TableCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap643')] public function testAssertTrap644(): void { $this->runAssertTrapCommand( @@ -6448,7 +5803,6 @@ final class TableCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap644')] public function testAssertTrap645(): void { $this->runAssertTrapCommand( @@ -6458,7 +5812,6 @@ final class TableCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap645')] public function testAssertTrap646(): void { $this->runAssertTrapCommand( @@ -6468,7 +5821,6 @@ final class TableCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap646')] public function testAssertTrap647(): void { $this->runAssertTrapCommand( @@ -6478,7 +5830,6 @@ final class TableCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap647')] public function testAssertTrap648(): void { $this->runAssertTrapCommand( @@ -6488,7 +5839,6 @@ final class TableCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap648')] public function testAssertTrap649(): void { $this->runAssertTrapCommand( @@ -6498,7 +5848,6 @@ final class TableCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap649')] public function testAssertTrap650(): void { $this->runAssertTrapCommand( @@ -6508,7 +5857,6 @@ final class TableCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap650')] public function testAssertTrap651(): void { $this->runAssertTrapCommand( @@ -6518,7 +5866,6 @@ final class TableCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap651')] public function testAssertTrap652(): void { $this->runAssertTrapCommand( @@ -6528,7 +5875,6 @@ final class TableCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap652')] public function testAssertTrap653(): void { $this->runAssertTrapCommand( @@ -6538,7 +5884,6 @@ final class TableCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap653')] public function testAssertTrap654(): void { $this->runAssertTrapCommand( @@ -6548,7 +5893,6 @@ final class TableCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap654')] public function testAssertTrap655(): void { $this->runAssertTrapCommand( @@ -6558,7 +5902,6 @@ final class TableCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap655')] public function testAssertTrap656(): void { $this->runAssertTrapCommand( @@ -6568,7 +5911,6 @@ final class TableCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap656')] public function testAssertReturn657(): void { $this->runAssertReturnCommand( @@ -6578,7 +5920,6 @@ final class TableCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn657')] public function testAssertReturn658(): void { $this->runAssertReturnCommand( @@ -6588,7 +5929,6 @@ final class TableCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn658')] public function testAssertReturn659(): void { $this->runAssertReturnCommand( @@ -6598,7 +5938,6 @@ final class TableCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn659')] public function testAssertReturn660(): void { $this->runAssertReturnCommand( @@ -6608,7 +5947,6 @@ final class TableCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn660')] public function testAssertTrap661(): void { $this->runAssertTrapCommand( @@ -6618,7 +5956,6 @@ final class TableCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap661')] public function testAssertTrap662(): void { $this->runAssertTrapCommand( @@ -6628,7 +5965,6 @@ final class TableCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap662')] public function testAssertTrap663(): void { $this->runAssertTrapCommand( @@ -6638,7 +5974,6 @@ final class TableCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap663')] public function testAssertTrap664(): void { $this->runAssertTrapCommand( @@ -6648,7 +5983,6 @@ final class TableCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap664')] public function testAssertReturn665(): void { $this->runAssertReturnCommand( @@ -6658,7 +5992,6 @@ final class TableCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn665')] public function testAssertReturn666(): void { $this->runAssertReturnCommand( @@ -6668,7 +6001,6 @@ final class TableCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn666')] public function testAssertReturn667(): void { $this->runAssertReturnCommand( @@ -6678,7 +6010,6 @@ final class TableCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn667')] public function testAssertReturn668(): void { $this->runAssertReturnCommand( @@ -6688,7 +6019,6 @@ final class TableCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn668')] public function testAssertReturn669(): void { $this->runAssertReturnCommand( @@ -6698,7 +6028,6 @@ final class TableCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn669')] public function testAssertTrap670(): void { $this->runAssertTrapCommand( @@ -6708,7 +6037,6 @@ final class TableCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap670')] public function testAssertTrap671(): void { $this->runAssertTrapCommand( @@ -6718,7 +6046,6 @@ final class TableCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap671')] public function testAssertTrap672(): void { $this->runAssertTrapCommand( @@ -6728,7 +6055,6 @@ final class TableCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap672')] public function testAssertTrap673(): void { $this->runAssertTrapCommand( @@ -6738,7 +6064,6 @@ final class TableCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap673')] public function testAssertTrap674(): void { $this->runAssertTrapCommand( @@ -6748,7 +6073,6 @@ final class TableCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap674')] public function testAssertTrap675(): void { $this->runAssertTrapCommand( @@ -6758,7 +6082,6 @@ final class TableCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap675')] public function testAssertTrap676(): void { $this->runAssertTrapCommand( @@ -6768,7 +6091,6 @@ final class TableCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap676')] public function testAssertTrap677(): void { $this->runAssertTrapCommand( @@ -6778,7 +6100,6 @@ final class TableCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap677')] public function testAssertTrap678(): void { $this->runAssertTrapCommand( @@ -6788,7 +6109,6 @@ final class TableCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap678')] public function testAssertTrap679(): void { $this->runAssertTrapCommand( @@ -6798,7 +6118,6 @@ final class TableCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap679')] public function testAssertTrap680(): void { $this->runAssertTrapCommand( @@ -6808,7 +6127,6 @@ final class TableCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap680')] public function testAssertTrap681(): void { $this->runAssertTrapCommand( @@ -6818,7 +6136,6 @@ final class TableCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap681')] public function testAssertTrap682(): void { $this->runAssertTrapCommand( @@ -6828,7 +6145,6 @@ final class TableCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap682')] public function testAssertTrap683(): void { $this->runAssertTrapCommand( @@ -6838,7 +6154,6 @@ final class TableCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap683')] public function testModule684(): void { $this->runModuleCommand( @@ -6848,7 +6163,6 @@ final class TableCopyTest extends SpecTestsuiteBase ); } - #[Depends('testModule684')] public function testAction685(): void { $this->runActionCommand( @@ -6857,7 +6171,6 @@ final class TableCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAction685')] public function testAssertTrap686(): void { $this->runAssertTrapCommand( @@ -6867,7 +6180,6 @@ final class TableCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap686')] public function testAssertTrap687(): void { $this->runAssertTrapCommand( @@ -6877,7 +6189,6 @@ final class TableCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap687')] public function testAssertReturn688(): void { $this->runAssertReturnCommand( @@ -6887,7 +6198,6 @@ final class TableCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn688')] public function testAssertReturn689(): void { $this->runAssertReturnCommand( @@ -6897,7 +6207,6 @@ final class TableCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn689')] public function testAssertReturn690(): void { $this->runAssertReturnCommand( @@ -6907,7 +6216,6 @@ final class TableCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn690')] public function testAssertReturn691(): void { $this->runAssertReturnCommand( @@ -6917,7 +6225,6 @@ final class TableCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn691')] public function testAssertTrap692(): void { $this->runAssertTrapCommand( @@ -6927,7 +6234,6 @@ final class TableCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap692')] public function testAssertTrap693(): void { $this->runAssertTrapCommand( @@ -6937,7 +6243,6 @@ final class TableCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap693')] public function testAssertTrap694(): void { $this->runAssertTrapCommand( @@ -6947,7 +6252,6 @@ final class TableCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap694')] public function testAssertTrap695(): void { $this->runAssertTrapCommand( @@ -6957,7 +6261,6 @@ final class TableCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap695')] public function testAssertTrap696(): void { $this->runAssertTrapCommand( @@ -6967,7 +6270,6 @@ final class TableCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap696')] public function testAssertTrap697(): void { $this->runAssertTrapCommand( @@ -6977,7 +6279,6 @@ final class TableCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap697')] public function testAssertReturn698(): void { $this->runAssertReturnCommand( @@ -6987,7 +6288,6 @@ final class TableCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn698')] public function testAssertReturn699(): void { $this->runAssertReturnCommand( @@ -6997,7 +6297,6 @@ final class TableCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn699')] public function testAssertReturn700(): void { $this->runAssertReturnCommand( @@ -7007,7 +6306,6 @@ final class TableCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn700')] public function testAssertReturn701(): void { $this->runAssertReturnCommand( @@ -7017,7 +6315,6 @@ final class TableCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn701')] public function testAssertReturn702(): void { $this->runAssertReturnCommand( @@ -7027,7 +6324,6 @@ final class TableCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn702')] public function testAssertTrap703(): void { $this->runAssertTrapCommand( @@ -7037,7 +6333,6 @@ final class TableCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap703')] public function testAssertTrap704(): void { $this->runAssertTrapCommand( @@ -7047,7 +6342,6 @@ final class TableCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap704')] public function testAssertTrap705(): void { $this->runAssertTrapCommand( @@ -7057,7 +6351,6 @@ final class TableCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap705')] public function testAssertTrap706(): void { $this->runAssertTrapCommand( @@ -7067,7 +6360,6 @@ final class TableCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap706')] public function testAssertTrap707(): void { $this->runAssertTrapCommand( @@ -7077,7 +6369,6 @@ final class TableCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap707')] public function testAssertTrap708(): void { $this->runAssertTrapCommand( @@ -7087,7 +6378,6 @@ final class TableCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap708')] public function testAssertTrap709(): void { $this->runAssertTrapCommand( @@ -7097,7 +6387,6 @@ final class TableCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap709')] public function testAssertTrap710(): void { $this->runAssertTrapCommand( @@ -7107,7 +6396,6 @@ final class TableCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap710')] public function testAssertReturn711(): void { $this->runAssertReturnCommand( @@ -7117,7 +6405,6 @@ final class TableCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn711')] public function testAssertReturn712(): void { $this->runAssertReturnCommand( @@ -7127,7 +6414,6 @@ final class TableCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn712')] public function testAssertTrap713(): void { $this->runAssertTrapCommand( @@ -7137,7 +6423,6 @@ final class TableCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap713')] public function testAssertTrap714(): void { $this->runAssertTrapCommand( @@ -7147,7 +6432,6 @@ final class TableCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap714')] public function testAssertTrap715(): void { $this->runAssertTrapCommand( @@ -7157,7 +6441,6 @@ final class TableCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap715')] public function testAssertTrap716(): void { $this->runAssertTrapCommand( @@ -7167,7 +6450,6 @@ final class TableCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap716')] public function testAssertTrap717(): void { $this->runAssertTrapCommand( @@ -7177,7 +6459,6 @@ final class TableCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap717')] public function testAssertTrap718(): void { $this->runAssertTrapCommand( @@ -7187,7 +6468,6 @@ final class TableCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap718')] public function testAssertReturn719(): void { $this->runAssertReturnCommand( @@ -7197,7 +6477,6 @@ final class TableCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn719')] public function testAssertReturn720(): void { $this->runAssertReturnCommand( @@ -7207,7 +6486,6 @@ final class TableCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn720')] public function testAssertReturn721(): void { $this->runAssertReturnCommand( @@ -7217,7 +6495,6 @@ final class TableCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn721')] public function testAssertReturn722(): void { $this->runAssertReturnCommand( @@ -7227,7 +6504,6 @@ final class TableCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn722')] public function testAssertTrap723(): void { $this->runAssertTrapCommand( @@ -7237,7 +6513,6 @@ final class TableCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap723')] public function testAssertTrap724(): void { $this->runAssertTrapCommand( @@ -7247,7 +6522,6 @@ final class TableCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap724')] public function testAssertTrap725(): void { $this->runAssertTrapCommand( @@ -7257,7 +6531,6 @@ final class TableCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap725')] public function testAssertTrap726(): void { $this->runAssertTrapCommand( @@ -7267,7 +6540,6 @@ final class TableCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap726')] public function testAssertReturn727(): void { $this->runAssertReturnCommand( @@ -7277,7 +6549,6 @@ final class TableCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn727')] public function testAssertReturn728(): void { $this->runAssertReturnCommand( @@ -7287,7 +6558,6 @@ final class TableCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn728')] public function testAssertReturn729(): void { $this->runAssertReturnCommand( @@ -7297,7 +6567,6 @@ final class TableCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn729')] public function testAssertReturn730(): void { $this->runAssertReturnCommand( @@ -7307,7 +6576,6 @@ final class TableCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn730')] public function testAssertReturn731(): void { $this->runAssertReturnCommand( @@ -7317,7 +6585,6 @@ final class TableCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn731')] public function testAssertTrap732(): void { $this->runAssertTrapCommand( @@ -7327,7 +6594,6 @@ final class TableCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap732')] public function testAssertTrap733(): void { $this->runAssertTrapCommand( @@ -7337,7 +6603,6 @@ final class TableCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap733')] public function testAssertTrap734(): void { $this->runAssertTrapCommand( @@ -7347,7 +6612,6 @@ final class TableCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap734')] public function testAssertTrap735(): void { $this->runAssertTrapCommand( @@ -7357,7 +6621,6 @@ final class TableCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap735')] public function testAssertTrap736(): void { $this->runAssertTrapCommand( @@ -7367,7 +6630,6 @@ final class TableCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap736')] public function testAssertTrap737(): void { $this->runAssertTrapCommand( @@ -7377,7 +6639,6 @@ final class TableCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap737')] public function testAssertTrap738(): void { $this->runAssertTrapCommand( @@ -7387,7 +6648,6 @@ final class TableCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap738')] public function testAssertTrap739(): void { $this->runAssertTrapCommand( @@ -7397,7 +6657,6 @@ final class TableCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap739')] public function testAssertTrap740(): void { $this->runAssertTrapCommand( @@ -7407,7 +6666,6 @@ final class TableCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap740')] public function testAssertTrap741(): void { $this->runAssertTrapCommand( @@ -7417,7 +6675,6 @@ final class TableCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap741')] public function testAssertTrap742(): void { $this->runAssertTrapCommand( @@ -7427,7 +6684,6 @@ final class TableCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap742')] public function testAssertTrap743(): void { $this->runAssertTrapCommand( @@ -7437,7 +6693,6 @@ final class TableCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap743')] public function testAssertTrap744(): void { $this->runAssertTrapCommand( @@ -7447,7 +6702,6 @@ final class TableCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap744')] public function testAssertTrap745(): void { $this->runAssertTrapCommand( @@ -7457,7 +6711,6 @@ final class TableCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap745')] public function testModule746(): void { $this->runModuleCommand( @@ -7467,7 +6720,6 @@ final class TableCopyTest extends SpecTestsuiteBase ); } - #[Depends('testModule746')] public function testAction747(): void { $this->runActionCommand( @@ -7476,7 +6728,6 @@ final class TableCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAction747')] public function testAssertTrap748(): void { $this->runAssertTrapCommand( @@ -7486,7 +6737,6 @@ final class TableCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap748')] public function testAssertTrap749(): void { $this->runAssertTrapCommand( @@ -7496,7 +6746,6 @@ final class TableCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap749')] public function testAssertReturn750(): void { $this->runAssertReturnCommand( @@ -7506,7 +6755,6 @@ final class TableCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn750')] public function testAssertReturn751(): void { $this->runAssertReturnCommand( @@ -7516,7 +6764,6 @@ final class TableCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn751')] public function testAssertReturn752(): void { $this->runAssertReturnCommand( @@ -7526,7 +6773,6 @@ final class TableCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn752')] public function testAssertReturn753(): void { $this->runAssertReturnCommand( @@ -7536,7 +6782,6 @@ final class TableCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn753')] public function testAssertTrap754(): void { $this->runAssertTrapCommand( @@ -7546,7 +6791,6 @@ final class TableCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap754')] public function testAssertTrap755(): void { $this->runAssertTrapCommand( @@ -7556,7 +6800,6 @@ final class TableCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap755')] public function testAssertTrap756(): void { $this->runAssertTrapCommand( @@ -7566,7 +6809,6 @@ final class TableCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap756')] public function testAssertTrap757(): void { $this->runAssertTrapCommand( @@ -7576,7 +6818,6 @@ final class TableCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap757')] public function testAssertTrap758(): void { $this->runAssertTrapCommand( @@ -7586,7 +6827,6 @@ final class TableCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap758')] public function testAssertTrap759(): void { $this->runAssertTrapCommand( @@ -7596,7 +6836,6 @@ final class TableCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap759')] public function testAssertReturn760(): void { $this->runAssertReturnCommand( @@ -7606,7 +6845,6 @@ final class TableCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn760')] public function testAssertTrap761(): void { $this->runAssertTrapCommand( @@ -7616,7 +6854,6 @@ final class TableCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap761')] public function testAssertTrap762(): void { $this->runAssertTrapCommand( @@ -7626,7 +6863,6 @@ final class TableCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap762')] public function testAssertTrap763(): void { $this->runAssertTrapCommand( @@ -7636,7 +6872,6 @@ final class TableCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap763')] public function testAssertReturn764(): void { $this->runAssertReturnCommand( @@ -7646,7 +6881,6 @@ final class TableCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn764')] public function testAssertTrap765(): void { $this->runAssertTrapCommand( @@ -7656,7 +6890,6 @@ final class TableCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap765')] public function testAssertTrap766(): void { $this->runAssertTrapCommand( @@ -7666,7 +6899,6 @@ final class TableCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap766')] public function testAssertTrap767(): void { $this->runAssertTrapCommand( @@ -7676,7 +6908,6 @@ final class TableCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap767')] public function testAssertTrap768(): void { $this->runAssertTrapCommand( @@ -7686,7 +6917,6 @@ final class TableCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap768')] public function testAssertTrap769(): void { $this->runAssertTrapCommand( @@ -7696,7 +6926,6 @@ final class TableCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap769')] public function testAssertTrap770(): void { $this->runAssertTrapCommand( @@ -7706,7 +6935,6 @@ final class TableCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap770')] public function testAssertTrap771(): void { $this->runAssertTrapCommand( @@ -7716,7 +6944,6 @@ final class TableCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap771')] public function testAssertTrap772(): void { $this->runAssertTrapCommand( @@ -7726,7 +6953,6 @@ final class TableCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap772')] public function testAssertTrap773(): void { $this->runAssertTrapCommand( @@ -7736,7 +6962,6 @@ final class TableCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap773')] public function testAssertTrap774(): void { $this->runAssertTrapCommand( @@ -7746,7 +6971,6 @@ final class TableCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap774')] public function testAssertTrap775(): void { $this->runAssertTrapCommand( @@ -7756,7 +6980,6 @@ final class TableCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap775')] public function testAssertTrap776(): void { $this->runAssertTrapCommand( @@ -7766,7 +6989,6 @@ final class TableCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap776')] public function testAssertTrap777(): void { $this->runAssertTrapCommand( @@ -7776,7 +6998,6 @@ final class TableCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap777')] public function testAssertTrap778(): void { $this->runAssertTrapCommand( @@ -7786,7 +7007,6 @@ final class TableCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap778')] public function testAssertTrap779(): void { $this->runAssertTrapCommand( @@ -7796,7 +7016,6 @@ final class TableCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap779')] public function testAssertTrap780(): void { $this->runAssertTrapCommand( @@ -7806,7 +7025,6 @@ final class TableCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap780')] public function testAssertReturn781(): void { $this->runAssertReturnCommand( @@ -7816,7 +7034,6 @@ final class TableCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn781')] public function testAssertReturn782(): void { $this->runAssertReturnCommand( @@ -7826,7 +7043,6 @@ final class TableCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn782')] public function testAssertReturn783(): void { $this->runAssertReturnCommand( @@ -7836,7 +7052,6 @@ final class TableCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn783')] public function testAssertReturn784(): void { $this->runAssertReturnCommand( @@ -7846,7 +7061,6 @@ final class TableCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn784')] public function testAssertTrap785(): void { $this->runAssertTrapCommand( @@ -7856,7 +7070,6 @@ final class TableCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap785')] public function testAssertTrap786(): void { $this->runAssertTrapCommand( @@ -7866,7 +7079,6 @@ final class TableCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap786')] public function testAssertTrap787(): void { $this->runAssertTrapCommand( @@ -7876,7 +7088,6 @@ final class TableCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap787')] public function testAssertTrap788(): void { $this->runAssertTrapCommand( @@ -7886,7 +7097,6 @@ final class TableCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap788')] public function testAssertReturn789(): void { $this->runAssertReturnCommand( @@ -7896,7 +7106,6 @@ final class TableCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn789')] public function testAssertReturn790(): void { $this->runAssertReturnCommand( @@ -7906,7 +7115,6 @@ final class TableCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn790')] public function testAssertReturn791(): void { $this->runAssertReturnCommand( @@ -7916,7 +7124,6 @@ final class TableCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn791')] public function testAssertReturn792(): void { $this->runAssertReturnCommand( @@ -7926,7 +7133,6 @@ final class TableCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn792')] public function testAssertReturn793(): void { $this->runAssertReturnCommand( @@ -7936,7 +7142,6 @@ final class TableCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn793')] public function testAssertTrap794(): void { $this->runAssertTrapCommand( @@ -7946,7 +7151,6 @@ final class TableCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap794')] public function testAssertTrap795(): void { $this->runAssertTrapCommand( @@ -7956,7 +7160,6 @@ final class TableCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap795')] public function testAssertTrap796(): void { $this->runAssertTrapCommand( @@ -7966,7 +7169,6 @@ final class TableCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap796')] public function testAssertTrap797(): void { $this->runAssertTrapCommand( @@ -7976,7 +7178,6 @@ final class TableCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap797')] public function testAssertTrap798(): void { $this->runAssertTrapCommand( @@ -7986,7 +7187,6 @@ final class TableCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap798')] public function testAssertTrap799(): void { $this->runAssertTrapCommand( @@ -7996,7 +7196,6 @@ final class TableCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap799')] public function testAssertTrap800(): void { $this->runAssertTrapCommand( @@ -8006,7 +7205,6 @@ final class TableCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap800')] public function testAssertTrap801(): void { $this->runAssertTrapCommand( @@ -8016,7 +7214,6 @@ final class TableCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap801')] public function testAssertTrap802(): void { $this->runAssertTrapCommand( @@ -8026,7 +7223,6 @@ final class TableCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap802')] public function testAssertTrap803(): void { $this->runAssertTrapCommand( @@ -8036,7 +7232,6 @@ final class TableCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap803')] public function testAssertTrap804(): void { $this->runAssertTrapCommand( @@ -8046,7 +7241,6 @@ final class TableCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap804')] public function testAssertTrap805(): void { $this->runAssertTrapCommand( @@ -8056,7 +7250,6 @@ final class TableCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap805')] public function testAssertTrap806(): void { $this->runAssertTrapCommand( @@ -8066,7 +7259,6 @@ final class TableCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap806')] public function testAssertTrap807(): void { $this->runAssertTrapCommand( @@ -8076,7 +7268,6 @@ final class TableCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap807')] public function testModule808(): void { $this->runModuleCommand( @@ -8086,7 +7277,6 @@ final class TableCopyTest extends SpecTestsuiteBase ); } - #[Depends('testModule808')] public function testAction809(): void { $this->runActionCommand( @@ -8095,7 +7285,6 @@ final class TableCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAction809')] public function testAssertTrap810(): void { $this->runAssertTrapCommand( @@ -8105,7 +7294,6 @@ final class TableCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap810')] public function testAssertTrap811(): void { $this->runAssertTrapCommand( @@ -8115,7 +7303,6 @@ final class TableCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap811')] public function testAssertReturn812(): void { $this->runAssertReturnCommand( @@ -8125,7 +7312,6 @@ final class TableCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn812')] public function testAssertReturn813(): void { $this->runAssertReturnCommand( @@ -8135,7 +7321,6 @@ final class TableCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn813')] public function testAssertReturn814(): void { $this->runAssertReturnCommand( @@ -8145,7 +7330,6 @@ final class TableCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn814')] public function testAssertReturn815(): void { $this->runAssertReturnCommand( @@ -8155,7 +7339,6 @@ final class TableCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn815')] public function testAssertTrap816(): void { $this->runAssertTrapCommand( @@ -8165,7 +7348,6 @@ final class TableCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap816')] public function testAssertTrap817(): void { $this->runAssertTrapCommand( @@ -8175,7 +7357,6 @@ final class TableCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap817')] public function testAssertTrap818(): void { $this->runAssertTrapCommand( @@ -8185,7 +7366,6 @@ final class TableCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap818')] public function testAssertTrap819(): void { $this->runAssertTrapCommand( @@ -8195,7 +7375,6 @@ final class TableCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap819')] public function testAssertTrap820(): void { $this->runAssertTrapCommand( @@ -8205,7 +7384,6 @@ final class TableCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap820')] public function testAssertTrap821(): void { $this->runAssertTrapCommand( @@ -8215,7 +7393,6 @@ final class TableCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap821')] public function testAssertReturn822(): void { $this->runAssertReturnCommand( @@ -8225,7 +7402,6 @@ final class TableCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn822')] public function testAssertReturn823(): void { $this->runAssertReturnCommand( @@ -8235,7 +7411,6 @@ final class TableCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn823')] public function testAssertReturn824(): void { $this->runAssertReturnCommand( @@ -8245,7 +7420,6 @@ final class TableCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn824')] public function testAssertReturn825(): void { $this->runAssertReturnCommand( @@ -8255,7 +7429,6 @@ final class TableCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn825')] public function testAssertReturn826(): void { $this->runAssertReturnCommand( @@ -8265,7 +7438,6 @@ final class TableCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn826')] public function testAssertTrap827(): void { $this->runAssertTrapCommand( @@ -8275,7 +7447,6 @@ final class TableCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap827')] public function testAssertTrap828(): void { $this->runAssertTrapCommand( @@ -8285,7 +7456,6 @@ final class TableCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap828')] public function testAssertTrap829(): void { $this->runAssertTrapCommand( @@ -8295,7 +7465,6 @@ final class TableCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap829')] public function testAssertTrap830(): void { $this->runAssertTrapCommand( @@ -8305,7 +7474,6 @@ final class TableCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap830')] public function testAssertTrap831(): void { $this->runAssertTrapCommand( @@ -8315,7 +7483,6 @@ final class TableCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap831')] public function testAssertTrap832(): void { $this->runAssertTrapCommand( @@ -8325,7 +7492,6 @@ final class TableCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap832')] public function testAssertTrap833(): void { $this->runAssertTrapCommand( @@ -8335,7 +7501,6 @@ final class TableCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap833')] public function testAssertTrap834(): void { $this->runAssertTrapCommand( @@ -8345,7 +7510,6 @@ final class TableCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap834')] public function testAssertTrap835(): void { $this->runAssertTrapCommand( @@ -8355,7 +7519,6 @@ final class TableCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap835')] public function testAssertTrap836(): void { $this->runAssertTrapCommand( @@ -8365,7 +7528,6 @@ final class TableCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap836')] public function testAssertTrap837(): void { $this->runAssertTrapCommand( @@ -8375,7 +7537,6 @@ final class TableCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap837')] public function testAssertTrap838(): void { $this->runAssertTrapCommand( @@ -8385,7 +7546,6 @@ final class TableCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap838')] public function testAssertTrap839(): void { $this->runAssertTrapCommand( @@ -8395,7 +7555,6 @@ final class TableCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap839')] public function testAssertTrap840(): void { $this->runAssertTrapCommand( @@ -8405,7 +7564,6 @@ final class TableCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap840')] public function testAssertTrap841(): void { $this->runAssertTrapCommand( @@ -8415,7 +7573,6 @@ final class TableCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap841')] public function testAssertTrap842(): void { $this->runAssertTrapCommand( @@ -8425,7 +7582,6 @@ final class TableCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap842')] public function testAssertReturn843(): void { $this->runAssertReturnCommand( @@ -8435,7 +7591,6 @@ final class TableCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn843')] public function testAssertReturn844(): void { $this->runAssertReturnCommand( @@ -8445,7 +7600,6 @@ final class TableCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn844')] public function testAssertReturn845(): void { $this->runAssertReturnCommand( @@ -8455,7 +7609,6 @@ final class TableCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn845')] public function testAssertReturn846(): void { $this->runAssertReturnCommand( @@ -8465,7 +7618,6 @@ final class TableCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn846')] public function testAssertTrap847(): void { $this->runAssertTrapCommand( @@ -8475,7 +7627,6 @@ final class TableCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap847')] public function testAssertTrap848(): void { $this->runAssertTrapCommand( @@ -8485,7 +7636,6 @@ final class TableCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap848')] public function testAssertTrap849(): void { $this->runAssertTrapCommand( @@ -8495,7 +7645,6 @@ final class TableCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap849')] public function testAssertTrap850(): void { $this->runAssertTrapCommand( @@ -8505,7 +7654,6 @@ final class TableCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap850')] public function testAssertReturn851(): void { $this->runAssertReturnCommand( @@ -8515,7 +7663,6 @@ final class TableCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn851')] public function testAssertReturn852(): void { $this->runAssertReturnCommand( @@ -8525,7 +7672,6 @@ final class TableCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn852')] public function testAssertReturn853(): void { $this->runAssertReturnCommand( @@ -8535,7 +7681,6 @@ final class TableCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn853')] public function testAssertReturn854(): void { $this->runAssertReturnCommand( @@ -8545,7 +7690,6 @@ final class TableCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn854')] public function testAssertReturn855(): void { $this->runAssertReturnCommand( @@ -8555,7 +7699,6 @@ final class TableCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn855')] public function testAssertTrap856(): void { $this->runAssertTrapCommand( @@ -8565,7 +7708,6 @@ final class TableCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap856')] public function testAssertTrap857(): void { $this->runAssertTrapCommand( @@ -8575,7 +7717,6 @@ final class TableCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap857')] public function testAssertTrap858(): void { $this->runAssertTrapCommand( @@ -8585,7 +7726,6 @@ final class TableCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap858')] public function testAssertTrap859(): void { $this->runAssertTrapCommand( @@ -8595,7 +7735,6 @@ final class TableCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap859')] public function testAssertTrap860(): void { $this->runAssertTrapCommand( @@ -8605,7 +7744,6 @@ final class TableCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap860')] public function testAssertTrap861(): void { $this->runAssertTrapCommand( @@ -8615,7 +7753,6 @@ final class TableCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap861')] public function testAssertTrap862(): void { $this->runAssertTrapCommand( @@ -8625,7 +7762,6 @@ final class TableCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap862')] public function testAssertTrap863(): void { $this->runAssertTrapCommand( @@ -8635,7 +7771,6 @@ final class TableCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap863')] public function testAssertTrap864(): void { $this->runAssertTrapCommand( @@ -8645,7 +7780,6 @@ final class TableCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap864')] public function testAssertTrap865(): void { $this->runAssertTrapCommand( @@ -8655,7 +7789,6 @@ final class TableCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap865')] public function testAssertTrap866(): void { $this->runAssertTrapCommand( @@ -8665,7 +7798,6 @@ final class TableCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap866')] public function testAssertTrap867(): void { $this->runAssertTrapCommand( @@ -8675,7 +7807,6 @@ final class TableCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap867')] public function testAssertTrap868(): void { $this->runAssertTrapCommand( @@ -8685,7 +7816,6 @@ final class TableCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap868')] public function testAssertTrap869(): void { $this->runAssertTrapCommand( @@ -8695,7 +7825,6 @@ final class TableCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap869')] public function testModule870(): void { $this->runModuleCommand( @@ -8705,7 +7834,6 @@ final class TableCopyTest extends SpecTestsuiteBase ); } - #[Depends('testModule870')] public function testAction871(): void { $this->runActionCommand( @@ -8714,7 +7842,6 @@ final class TableCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAction871')] public function testAssertTrap872(): void { $this->runAssertTrapCommand( @@ -8724,7 +7851,6 @@ final class TableCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap872')] public function testAssertTrap873(): void { $this->runAssertTrapCommand( @@ -8734,7 +7860,6 @@ final class TableCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap873')] public function testAssertReturn874(): void { $this->runAssertReturnCommand( @@ -8744,7 +7869,6 @@ final class TableCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn874')] public function testAssertReturn875(): void { $this->runAssertReturnCommand( @@ -8754,7 +7878,6 @@ final class TableCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn875')] public function testAssertReturn876(): void { $this->runAssertReturnCommand( @@ -8764,7 +7887,6 @@ final class TableCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn876')] public function testAssertReturn877(): void { $this->runAssertReturnCommand( @@ -8774,7 +7896,6 @@ final class TableCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn877')] public function testAssertTrap878(): void { $this->runAssertTrapCommand( @@ -8784,7 +7905,6 @@ final class TableCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap878')] public function testAssertTrap879(): void { $this->runAssertTrapCommand( @@ -8794,7 +7914,6 @@ final class TableCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap879')] public function testAssertTrap880(): void { $this->runAssertTrapCommand( @@ -8804,7 +7923,6 @@ final class TableCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap880')] public function testAssertTrap881(): void { $this->runAssertTrapCommand( @@ -8814,7 +7932,6 @@ final class TableCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap881')] public function testAssertTrap882(): void { $this->runAssertTrapCommand( @@ -8824,7 +7941,6 @@ final class TableCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap882')] public function testAssertTrap883(): void { $this->runAssertTrapCommand( @@ -8834,7 +7950,6 @@ final class TableCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap883')] public function testAssertReturn884(): void { $this->runAssertReturnCommand( @@ -8844,7 +7959,6 @@ final class TableCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn884')] public function testAssertReturn885(): void { $this->runAssertReturnCommand( @@ -8854,7 +7968,6 @@ final class TableCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn885')] public function testAssertReturn886(): void { $this->runAssertReturnCommand( @@ -8864,7 +7977,6 @@ final class TableCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn886')] public function testAssertReturn887(): void { $this->runAssertReturnCommand( @@ -8874,7 +7986,6 @@ final class TableCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn887')] public function testAssertReturn888(): void { $this->runAssertReturnCommand( @@ -8884,7 +7995,6 @@ final class TableCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn888')] public function testAssertTrap889(): void { $this->runAssertTrapCommand( @@ -8894,7 +8004,6 @@ final class TableCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap889')] public function testAssertTrap890(): void { $this->runAssertTrapCommand( @@ -8904,7 +8013,6 @@ final class TableCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap890')] public function testAssertTrap891(): void { $this->runAssertTrapCommand( @@ -8914,7 +8022,6 @@ final class TableCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap891')] public function testAssertTrap892(): void { $this->runAssertTrapCommand( @@ -8924,7 +8031,6 @@ final class TableCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap892')] public function testAssertTrap893(): void { $this->runAssertTrapCommand( @@ -8934,7 +8040,6 @@ final class TableCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap893')] public function testAssertTrap894(): void { $this->runAssertTrapCommand( @@ -8944,7 +8049,6 @@ final class TableCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap894')] public function testAssertTrap895(): void { $this->runAssertTrapCommand( @@ -8954,7 +8058,6 @@ final class TableCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap895')] public function testAssertTrap896(): void { $this->runAssertTrapCommand( @@ -8964,7 +8067,6 @@ final class TableCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap896')] public function testAssertTrap897(): void { $this->runAssertTrapCommand( @@ -8974,7 +8076,6 @@ final class TableCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap897')] public function testAssertReturn898(): void { $this->runAssertReturnCommand( @@ -8984,7 +8085,6 @@ final class TableCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn898')] public function testAssertReturn899(): void { $this->runAssertReturnCommand( @@ -8994,7 +8094,6 @@ final class TableCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn899')] public function testAssertTrap900(): void { $this->runAssertTrapCommand( @@ -9004,7 +8103,6 @@ final class TableCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap900')] public function testAssertTrap901(): void { $this->runAssertTrapCommand( @@ -9014,7 +8112,6 @@ final class TableCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap901')] public function testAssertTrap902(): void { $this->runAssertTrapCommand( @@ -9024,7 +8121,6 @@ final class TableCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap902')] public function testAssertTrap903(): void { $this->runAssertTrapCommand( @@ -9034,7 +8130,6 @@ final class TableCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap903')] public function testAssertTrap904(): void { $this->runAssertTrapCommand( @@ -9044,7 +8139,6 @@ final class TableCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap904')] public function testAssertReturn905(): void { $this->runAssertReturnCommand( @@ -9054,7 +8148,6 @@ final class TableCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn905')] public function testAssertReturn906(): void { $this->runAssertReturnCommand( @@ -9064,7 +8157,6 @@ final class TableCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn906')] public function testAssertReturn907(): void { $this->runAssertReturnCommand( @@ -9074,7 +8166,6 @@ final class TableCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn907')] public function testAssertReturn908(): void { $this->runAssertReturnCommand( @@ -9084,7 +8175,6 @@ final class TableCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn908')] public function testAssertTrap909(): void { $this->runAssertTrapCommand( @@ -9094,7 +8184,6 @@ final class TableCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap909')] public function testAssertTrap910(): void { $this->runAssertTrapCommand( @@ -9104,7 +8193,6 @@ final class TableCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap910')] public function testAssertTrap911(): void { $this->runAssertTrapCommand( @@ -9114,7 +8202,6 @@ final class TableCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap911')] public function testAssertTrap912(): void { $this->runAssertTrapCommand( @@ -9124,7 +8211,6 @@ final class TableCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap912')] public function testAssertReturn913(): void { $this->runAssertReturnCommand( @@ -9134,7 +8220,6 @@ final class TableCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn913')] public function testAssertReturn914(): void { $this->runAssertReturnCommand( @@ -9144,7 +8229,6 @@ final class TableCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn914')] public function testAssertReturn915(): void { $this->runAssertReturnCommand( @@ -9154,7 +8238,6 @@ final class TableCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn915')] public function testAssertReturn916(): void { $this->runAssertReturnCommand( @@ -9164,7 +8247,6 @@ final class TableCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn916')] public function testAssertReturn917(): void { $this->runAssertReturnCommand( @@ -9174,7 +8256,6 @@ final class TableCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn917')] public function testAssertTrap918(): void { $this->runAssertTrapCommand( @@ -9184,7 +8265,6 @@ final class TableCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap918')] public function testAssertTrap919(): void { $this->runAssertTrapCommand( @@ -9194,7 +8274,6 @@ final class TableCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap919')] public function testAssertTrap920(): void { $this->runAssertTrapCommand( @@ -9204,7 +8283,6 @@ final class TableCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap920')] public function testAssertTrap921(): void { $this->runAssertTrapCommand( @@ -9214,7 +8292,6 @@ final class TableCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap921')] public function testAssertTrap922(): void { $this->runAssertTrapCommand( @@ -9224,7 +8301,6 @@ final class TableCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap922')] public function testAssertTrap923(): void { $this->runAssertTrapCommand( @@ -9234,7 +8310,6 @@ final class TableCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap923')] public function testAssertTrap924(): void { $this->runAssertTrapCommand( @@ -9244,7 +8319,6 @@ final class TableCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap924')] public function testAssertTrap925(): void { $this->runAssertTrapCommand( @@ -9254,7 +8328,6 @@ final class TableCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap925')] public function testAssertTrap926(): void { $this->runAssertTrapCommand( @@ -9264,7 +8337,6 @@ final class TableCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap926')] public function testAssertTrap927(): void { $this->runAssertTrapCommand( @@ -9274,7 +8346,6 @@ final class TableCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap927')] public function testAssertTrap928(): void { $this->runAssertTrapCommand( @@ -9284,7 +8355,6 @@ final class TableCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap928')] public function testAssertTrap929(): void { $this->runAssertTrapCommand( @@ -9294,7 +8364,6 @@ final class TableCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap929')] public function testAssertTrap930(): void { $this->runAssertTrapCommand( @@ -9304,7 +8373,6 @@ final class TableCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap930')] public function testAssertTrap931(): void { $this->runAssertTrapCommand( @@ -9314,7 +8382,6 @@ final class TableCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap931')] public function testModule932(): void { $this->runModuleCommand( @@ -9324,7 +8391,6 @@ final class TableCopyTest extends SpecTestsuiteBase ); } - #[Depends('testModule932')] public function testAction933(): void { $this->runActionCommand( @@ -9333,7 +8399,6 @@ final class TableCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAction933')] public function testAssertTrap934(): void { $this->runAssertTrapCommand( @@ -9343,7 +8408,6 @@ final class TableCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap934')] public function testAssertTrap935(): void { $this->runAssertTrapCommand( @@ -9353,7 +8417,6 @@ final class TableCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap935')] public function testAssertReturn936(): void { $this->runAssertReturnCommand( @@ -9363,7 +8426,6 @@ final class TableCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn936')] public function testAssertReturn937(): void { $this->runAssertReturnCommand( @@ -9373,7 +8435,6 @@ final class TableCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn937')] public function testAssertReturn938(): void { $this->runAssertReturnCommand( @@ -9383,7 +8444,6 @@ final class TableCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn938')] public function testAssertReturn939(): void { $this->runAssertReturnCommand( @@ -9393,7 +8453,6 @@ final class TableCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn939')] public function testAssertTrap940(): void { $this->runAssertTrapCommand( @@ -9403,7 +8462,6 @@ final class TableCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap940')] public function testAssertTrap941(): void { $this->runAssertTrapCommand( @@ -9413,7 +8471,6 @@ final class TableCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap941')] public function testAssertTrap942(): void { $this->runAssertTrapCommand( @@ -9423,7 +8480,6 @@ final class TableCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap942')] public function testAssertTrap943(): void { $this->runAssertTrapCommand( @@ -9433,7 +8489,6 @@ final class TableCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap943')] public function testAssertReturn944(): void { $this->runAssertReturnCommand( @@ -9443,7 +8498,6 @@ final class TableCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn944')] public function testAssertReturn945(): void { $this->runAssertReturnCommand( @@ -9453,7 +8507,6 @@ final class TableCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn945')] public function testAssertReturn946(): void { $this->runAssertReturnCommand( @@ -9463,7 +8516,6 @@ final class TableCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn946')] public function testAssertReturn947(): void { $this->runAssertReturnCommand( @@ -9473,7 +8525,6 @@ final class TableCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn947')] public function testAssertReturn948(): void { $this->runAssertReturnCommand( @@ -9483,7 +8534,6 @@ final class TableCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn948')] public function testAssertTrap949(): void { $this->runAssertTrapCommand( @@ -9493,7 +8543,6 @@ final class TableCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap949')] public function testAssertTrap950(): void { $this->runAssertTrapCommand( @@ -9503,7 +8552,6 @@ final class TableCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap950')] public function testAssertTrap951(): void { $this->runAssertTrapCommand( @@ -9513,7 +8561,6 @@ final class TableCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap951')] public function testAssertTrap952(): void { $this->runAssertTrapCommand( @@ -9523,7 +8570,6 @@ final class TableCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap952')] public function testAssertTrap953(): void { $this->runAssertTrapCommand( @@ -9533,7 +8579,6 @@ final class TableCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap953')] public function testAssertTrap954(): void { $this->runAssertTrapCommand( @@ -9543,7 +8588,6 @@ final class TableCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap954')] public function testAssertTrap955(): void { $this->runAssertTrapCommand( @@ -9553,7 +8597,6 @@ final class TableCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap955')] public function testAssertTrap956(): void { $this->runAssertTrapCommand( @@ -9563,7 +8606,6 @@ final class TableCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap956')] public function testAssertTrap957(): void { $this->runAssertTrapCommand( @@ -9573,7 +8615,6 @@ final class TableCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap957')] public function testAssertTrap958(): void { $this->runAssertTrapCommand( @@ -9583,7 +8624,6 @@ final class TableCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap958')] public function testAssertTrap959(): void { $this->runAssertTrapCommand( @@ -9593,7 +8633,6 @@ final class TableCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap959')] public function testAssertTrap960(): void { $this->runAssertTrapCommand( @@ -9603,7 +8642,6 @@ final class TableCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap960')] public function testAssertTrap961(): void { $this->runAssertTrapCommand( @@ -9613,7 +8651,6 @@ final class TableCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap961')] public function testAssertTrap962(): void { $this->runAssertTrapCommand( @@ -9623,7 +8660,6 @@ final class TableCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap962')] public function testAssertTrap963(): void { $this->runAssertTrapCommand( @@ -9633,7 +8669,6 @@ final class TableCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap963')] public function testAssertTrap964(): void { $this->runAssertTrapCommand( @@ -9643,7 +8678,6 @@ final class TableCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap964')] public function testAssertTrap965(): void { $this->runAssertTrapCommand( @@ -9653,7 +8687,6 @@ final class TableCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap965')] public function testAssertTrap966(): void { $this->runAssertTrapCommand( @@ -9663,7 +8696,6 @@ final class TableCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap966')] public function testAssertReturn967(): void { $this->runAssertReturnCommand( @@ -9673,7 +8705,6 @@ final class TableCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn967')] public function testAssertReturn968(): void { $this->runAssertReturnCommand( @@ -9683,7 +8714,6 @@ final class TableCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn968')] public function testAssertReturn969(): void { $this->runAssertReturnCommand( @@ -9693,7 +8723,6 @@ final class TableCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn969')] public function testAssertReturn970(): void { $this->runAssertReturnCommand( @@ -9703,7 +8732,6 @@ final class TableCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn970')] public function testAssertTrap971(): void { $this->runAssertTrapCommand( @@ -9713,7 +8741,6 @@ final class TableCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap971')] public function testAssertTrap972(): void { $this->runAssertTrapCommand( @@ -9723,7 +8750,6 @@ final class TableCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap972')] public function testAssertTrap973(): void { $this->runAssertTrapCommand( @@ -9733,7 +8759,6 @@ final class TableCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap973')] public function testAssertTrap974(): void { $this->runAssertTrapCommand( @@ -9743,7 +8768,6 @@ final class TableCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap974')] public function testAssertReturn975(): void { $this->runAssertReturnCommand( @@ -9753,7 +8777,6 @@ final class TableCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn975')] public function testAssertReturn976(): void { $this->runAssertReturnCommand( @@ -9763,7 +8786,6 @@ final class TableCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn976')] public function testAssertReturn977(): void { $this->runAssertReturnCommand( @@ -9773,7 +8795,6 @@ final class TableCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn977')] public function testAssertReturn978(): void { $this->runAssertReturnCommand( @@ -9783,7 +8804,6 @@ final class TableCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn978')] public function testAssertReturn979(): void { $this->runAssertReturnCommand( @@ -9793,7 +8813,6 @@ final class TableCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn979')] public function testAssertTrap980(): void { $this->runAssertTrapCommand( @@ -9803,7 +8822,6 @@ final class TableCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap980')] public function testAssertTrap981(): void { $this->runAssertTrapCommand( @@ -9813,7 +8831,6 @@ final class TableCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap981')] public function testAssertTrap982(): void { $this->runAssertTrapCommand( @@ -9823,7 +8840,6 @@ final class TableCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap982')] public function testAssertTrap983(): void { $this->runAssertTrapCommand( @@ -9833,7 +8849,6 @@ final class TableCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap983')] public function testAssertTrap984(): void { $this->runAssertTrapCommand( @@ -9843,7 +8858,6 @@ final class TableCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap984')] public function testAssertTrap985(): void { $this->runAssertTrapCommand( @@ -9853,7 +8867,6 @@ final class TableCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap985')] public function testAssertTrap986(): void { $this->runAssertTrapCommand( @@ -9863,7 +8876,6 @@ final class TableCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap986')] public function testAssertTrap987(): void { $this->runAssertTrapCommand( @@ -9873,7 +8885,6 @@ final class TableCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap987')] public function testAssertTrap988(): void { $this->runAssertTrapCommand( @@ -9883,7 +8894,6 @@ final class TableCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap988')] public function testAssertTrap989(): void { $this->runAssertTrapCommand( @@ -9893,7 +8903,6 @@ final class TableCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap989')] public function testAssertTrap990(): void { $this->runAssertTrapCommand( @@ -9903,7 +8912,6 @@ final class TableCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap990')] public function testAssertTrap991(): void { $this->runAssertTrapCommand( @@ -9913,7 +8921,6 @@ final class TableCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap991')] public function testAssertTrap992(): void { $this->runAssertTrapCommand( @@ -9923,7 +8930,6 @@ final class TableCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap992')] public function testAssertTrap993(): void { $this->runAssertTrapCommand( @@ -9933,7 +8939,6 @@ final class TableCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap993')] public function testModule994(): void { $this->runModuleCommand( @@ -9943,7 +8948,6 @@ final class TableCopyTest extends SpecTestsuiteBase ); } - #[Depends('testModule994')] public function testAction995(): void { $this->runActionCommand( @@ -9952,7 +8956,6 @@ final class TableCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAction995')] public function testAssertTrap996(): void { $this->runAssertTrapCommand( @@ -9962,7 +8965,6 @@ final class TableCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap996')] public function testAssertTrap997(): void { $this->runAssertTrapCommand( @@ -9972,7 +8974,6 @@ final class TableCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap997')] public function testAssertReturn998(): void { $this->runAssertReturnCommand( @@ -9982,7 +8983,6 @@ final class TableCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn998')] public function testAssertReturn999(): void { $this->runAssertReturnCommand( @@ -9992,7 +8992,6 @@ final class TableCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn999')] public function testAssertReturn1000(): void { $this->runAssertReturnCommand( @@ -10002,7 +9001,6 @@ final class TableCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1000')] public function testAssertReturn1001(): void { $this->runAssertReturnCommand( @@ -10012,7 +9010,6 @@ final class TableCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1001')] public function testAssertTrap1002(): void { $this->runAssertTrapCommand( @@ -10022,7 +9019,6 @@ final class TableCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap1002')] public function testAssertTrap1003(): void { $this->runAssertTrapCommand( @@ -10032,7 +9028,6 @@ final class TableCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap1003')] public function testAssertTrap1004(): void { $this->runAssertTrapCommand( @@ -10042,7 +9037,6 @@ final class TableCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap1004')] public function testAssertTrap1005(): void { $this->runAssertTrapCommand( @@ -10052,7 +9046,6 @@ final class TableCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap1005')] public function testAssertTrap1006(): void { $this->runAssertTrapCommand( @@ -10062,7 +9055,6 @@ final class TableCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap1006')] public function testAssertTrap1007(): void { $this->runAssertTrapCommand( @@ -10072,7 +9064,6 @@ final class TableCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap1007')] public function testAssertTrap1008(): void { $this->runAssertTrapCommand( @@ -10082,7 +9073,6 @@ final class TableCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap1008')] public function testAssertTrap1009(): void { $this->runAssertTrapCommand( @@ -10092,7 +9082,6 @@ final class TableCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap1009')] public function testAssertReturn1010(): void { $this->runAssertReturnCommand( @@ -10102,7 +9091,6 @@ final class TableCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1010')] public function testAssertReturn1011(): void { $this->runAssertReturnCommand( @@ -10112,7 +9100,6 @@ final class TableCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1011')] public function testAssertReturn1012(): void { $this->runAssertReturnCommand( @@ -10122,7 +9109,6 @@ final class TableCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1012')] public function testAssertReturn1013(): void { $this->runAssertReturnCommand( @@ -10132,7 +9118,6 @@ final class TableCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1013')] public function testAssertReturn1014(): void { $this->runAssertReturnCommand( @@ -10142,7 +9127,6 @@ final class TableCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1014')] public function testAssertTrap1015(): void { $this->runAssertTrapCommand( @@ -10152,7 +9136,6 @@ final class TableCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap1015')] public function testAssertTrap1016(): void { $this->runAssertTrapCommand( @@ -10162,7 +9145,6 @@ final class TableCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap1016')] public function testAssertTrap1017(): void { $this->runAssertTrapCommand( @@ -10172,7 +9154,6 @@ final class TableCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap1017')] public function testAssertTrap1018(): void { $this->runAssertTrapCommand( @@ -10182,7 +9163,6 @@ final class TableCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap1018')] public function testAssertTrap1019(): void { $this->runAssertTrapCommand( @@ -10192,7 +9172,6 @@ final class TableCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap1019')] public function testAssertTrap1020(): void { $this->runAssertTrapCommand( @@ -10202,7 +9181,6 @@ final class TableCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap1020')] public function testAssertTrap1021(): void { $this->runAssertTrapCommand( @@ -10212,7 +9190,6 @@ final class TableCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap1021')] public function testAssertTrap1022(): void { $this->runAssertTrapCommand( @@ -10222,7 +9199,6 @@ final class TableCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap1022')] public function testAssertTrap1023(): void { $this->runAssertTrapCommand( @@ -10232,7 +9208,6 @@ final class TableCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap1023')] public function testAssertTrap1024(): void { $this->runAssertTrapCommand( @@ -10242,7 +9217,6 @@ final class TableCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap1024')] public function testAssertTrap1025(): void { $this->runAssertTrapCommand( @@ -10252,7 +9226,6 @@ final class TableCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap1025')] public function testAssertTrap1026(): void { $this->runAssertTrapCommand( @@ -10262,7 +9235,6 @@ final class TableCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap1026')] public function testAssertTrap1027(): void { $this->runAssertTrapCommand( @@ -10272,7 +9244,6 @@ final class TableCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap1027')] public function testAssertTrap1028(): void { $this->runAssertTrapCommand( @@ -10282,7 +9253,6 @@ final class TableCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap1028')] public function testAssertReturn1029(): void { $this->runAssertReturnCommand( @@ -10292,7 +9262,6 @@ final class TableCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1029')] public function testAssertReturn1030(): void { $this->runAssertReturnCommand( @@ -10302,7 +9271,6 @@ final class TableCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1030')] public function testAssertReturn1031(): void { $this->runAssertReturnCommand( @@ -10312,7 +9280,6 @@ final class TableCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1031')] public function testAssertReturn1032(): void { $this->runAssertReturnCommand( @@ -10322,7 +9289,6 @@ final class TableCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1032')] public function testAssertTrap1033(): void { $this->runAssertTrapCommand( @@ -10332,7 +9298,6 @@ final class TableCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap1033')] public function testAssertTrap1034(): void { $this->runAssertTrapCommand( @@ -10342,7 +9307,6 @@ final class TableCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap1034')] public function testAssertTrap1035(): void { $this->runAssertTrapCommand( @@ -10352,7 +9316,6 @@ final class TableCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap1035')] public function testAssertTrap1036(): void { $this->runAssertTrapCommand( @@ -10362,7 +9325,6 @@ final class TableCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap1036')] public function testAssertReturn1037(): void { $this->runAssertReturnCommand( @@ -10372,7 +9334,6 @@ final class TableCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1037')] public function testAssertReturn1038(): void { $this->runAssertReturnCommand( @@ -10382,7 +9343,6 @@ final class TableCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1038')] public function testAssertReturn1039(): void { $this->runAssertReturnCommand( @@ -10392,7 +9352,6 @@ final class TableCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1039')] public function testAssertReturn1040(): void { $this->runAssertReturnCommand( @@ -10402,7 +9361,6 @@ final class TableCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1040')] public function testAssertReturn1041(): void { $this->runAssertReturnCommand( @@ -10412,7 +9370,6 @@ final class TableCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1041')] public function testAssertTrap1042(): void { $this->runAssertTrapCommand( @@ -10422,7 +9379,6 @@ final class TableCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap1042')] public function testAssertTrap1043(): void { $this->runAssertTrapCommand( @@ -10432,7 +9388,6 @@ final class TableCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap1043')] public function testAssertTrap1044(): void { $this->runAssertTrapCommand( @@ -10442,7 +9397,6 @@ final class TableCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap1044')] public function testAssertTrap1045(): void { $this->runAssertTrapCommand( @@ -10452,7 +9406,6 @@ final class TableCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap1045')] public function testAssertTrap1046(): void { $this->runAssertTrapCommand( @@ -10462,7 +9415,6 @@ final class TableCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap1046')] public function testAssertTrap1047(): void { $this->runAssertTrapCommand( @@ -10472,7 +9424,6 @@ final class TableCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap1047')] public function testAssertTrap1048(): void { $this->runAssertTrapCommand( @@ -10482,7 +9433,6 @@ final class TableCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap1048')] public function testAssertTrap1049(): void { $this->runAssertTrapCommand( @@ -10492,7 +9442,6 @@ final class TableCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap1049')] public function testAssertTrap1050(): void { $this->runAssertTrapCommand( @@ -10502,7 +9451,6 @@ final class TableCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap1050')] public function testAssertTrap1051(): void { $this->runAssertTrapCommand( @@ -10512,7 +9460,6 @@ final class TableCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap1051')] public function testAssertTrap1052(): void { $this->runAssertTrapCommand( @@ -10522,7 +9469,6 @@ final class TableCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap1052')] public function testAssertTrap1053(): void { $this->runAssertTrapCommand( @@ -10532,7 +9478,6 @@ final class TableCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap1053')] public function testAssertTrap1054(): void { $this->runAssertTrapCommand( @@ -10542,7 +9487,6 @@ final class TableCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap1054')] public function testAssertTrap1055(): void { $this->runAssertTrapCommand( @@ -10552,7 +9496,6 @@ final class TableCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap1055')] public function testModule1056(): void { $this->runModuleCommand( @@ -10562,7 +9505,6 @@ final class TableCopyTest extends SpecTestsuiteBase ); } - #[Depends('testModule1056')] public function testAction1057(): void { $this->runActionCommand( @@ -10571,7 +9513,6 @@ final class TableCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAction1057')] public function testAssertTrap1058(): void { $this->runAssertTrapCommand( @@ -10581,7 +9522,6 @@ final class TableCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap1058')] public function testAssertTrap1059(): void { $this->runAssertTrapCommand( @@ -10591,7 +9531,6 @@ final class TableCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap1059')] public function testAssertReturn1060(): void { $this->runAssertReturnCommand( @@ -10601,7 +9540,6 @@ final class TableCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1060')] public function testAssertReturn1061(): void { $this->runAssertReturnCommand( @@ -10611,7 +9549,6 @@ final class TableCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1061')] public function testAssertReturn1062(): void { $this->runAssertReturnCommand( @@ -10621,7 +9558,6 @@ final class TableCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1062')] public function testAssertReturn1063(): void { $this->runAssertReturnCommand( @@ -10631,7 +9567,6 @@ final class TableCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1063')] public function testAssertTrap1064(): void { $this->runAssertTrapCommand( @@ -10641,7 +9576,6 @@ final class TableCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap1064')] public function testAssertTrap1065(): void { $this->runAssertTrapCommand( @@ -10651,7 +9585,6 @@ final class TableCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap1065')] public function testAssertTrap1066(): void { $this->runAssertTrapCommand( @@ -10661,7 +9594,6 @@ final class TableCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap1066')] public function testAssertTrap1067(): void { $this->runAssertTrapCommand( @@ -10671,7 +9603,6 @@ final class TableCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap1067')] public function testAssertTrap1068(): void { $this->runAssertTrapCommand( @@ -10681,7 +9612,6 @@ final class TableCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap1068')] public function testAssertTrap1069(): void { $this->runAssertTrapCommand( @@ -10691,7 +9621,6 @@ final class TableCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap1069')] public function testAssertReturn1070(): void { $this->runAssertReturnCommand( @@ -10701,7 +9630,6 @@ final class TableCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1070')] public function testAssertReturn1071(): void { $this->runAssertReturnCommand( @@ -10711,7 +9639,6 @@ final class TableCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1071')] public function testAssertReturn1072(): void { $this->runAssertReturnCommand( @@ -10721,7 +9648,6 @@ final class TableCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1072')] public function testAssertReturn1073(): void { $this->runAssertReturnCommand( @@ -10731,7 +9657,6 @@ final class TableCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1073')] public function testAssertReturn1074(): void { $this->runAssertReturnCommand( @@ -10741,7 +9666,6 @@ final class TableCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1074')] public function testAssertTrap1075(): void { $this->runAssertTrapCommand( @@ -10751,7 +9675,6 @@ final class TableCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap1075')] public function testAssertTrap1076(): void { $this->runAssertTrapCommand( @@ -10761,7 +9684,6 @@ final class TableCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap1076')] public function testAssertTrap1077(): void { $this->runAssertTrapCommand( @@ -10771,7 +9693,6 @@ final class TableCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap1077')] public function testAssertTrap1078(): void { $this->runAssertTrapCommand( @@ -10781,7 +9702,6 @@ final class TableCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap1078')] public function testAssertTrap1079(): void { $this->runAssertTrapCommand( @@ -10791,7 +9711,6 @@ final class TableCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap1079')] public function testAssertTrap1080(): void { $this->runAssertTrapCommand( @@ -10801,7 +9720,6 @@ final class TableCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap1080')] public function testAssertTrap1081(): void { $this->runAssertTrapCommand( @@ -10811,7 +9729,6 @@ final class TableCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap1081')] public function testAssertTrap1082(): void { $this->runAssertTrapCommand( @@ -10821,7 +9738,6 @@ final class TableCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap1082')] public function testAssertTrap1083(): void { $this->runAssertTrapCommand( @@ -10831,7 +9747,6 @@ final class TableCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap1083')] public function testAssertTrap1084(): void { $this->runAssertTrapCommand( @@ -10841,7 +9756,6 @@ final class TableCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap1084')] public function testAssertTrap1085(): void { $this->runAssertTrapCommand( @@ -10851,7 +9765,6 @@ final class TableCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap1085')] public function testAssertTrap1086(): void { $this->runAssertTrapCommand( @@ -10861,7 +9774,6 @@ final class TableCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap1086')] public function testAssertTrap1087(): void { $this->runAssertTrapCommand( @@ -10871,7 +9783,6 @@ final class TableCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap1087')] public function testAssertTrap1088(): void { $this->runAssertTrapCommand( @@ -10881,7 +9792,6 @@ final class TableCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap1088')] public function testAssertTrap1089(): void { $this->runAssertTrapCommand( @@ -10891,7 +9801,6 @@ final class TableCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap1089')] public function testAssertTrap1090(): void { $this->runAssertTrapCommand( @@ -10901,7 +9810,6 @@ final class TableCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap1090')] public function testAssertReturn1091(): void { $this->runAssertReturnCommand( @@ -10911,7 +9819,6 @@ final class TableCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1091')] public function testAssertReturn1092(): void { $this->runAssertReturnCommand( @@ -10921,7 +9828,6 @@ final class TableCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1092')] public function testAssertReturn1093(): void { $this->runAssertReturnCommand( @@ -10931,7 +9837,6 @@ final class TableCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1093')] public function testAssertReturn1094(): void { $this->runAssertReturnCommand( @@ -10941,7 +9846,6 @@ final class TableCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1094')] public function testAssertTrap1095(): void { $this->runAssertTrapCommand( @@ -10951,7 +9855,6 @@ final class TableCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap1095')] public function testAssertTrap1096(): void { $this->runAssertTrapCommand( @@ -10961,7 +9864,6 @@ final class TableCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap1096')] public function testAssertTrap1097(): void { $this->runAssertTrapCommand( @@ -10971,7 +9873,6 @@ final class TableCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap1097')] public function testAssertTrap1098(): void { $this->runAssertTrapCommand( @@ -10981,7 +9882,6 @@ final class TableCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap1098')] public function testAssertTrap1099(): void { $this->runAssertTrapCommand( @@ -10991,7 +9891,6 @@ final class TableCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap1099')] public function testAssertReturn1100(): void { $this->runAssertReturnCommand( @@ -11001,7 +9900,6 @@ final class TableCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1100')] public function testAssertReturn1101(): void { $this->runAssertReturnCommand( @@ -11011,7 +9909,6 @@ final class TableCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1101')] public function testAssertReturn1102(): void { $this->runAssertReturnCommand( @@ -11021,7 +9918,6 @@ final class TableCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1102')] public function testAssertReturn1103(): void { $this->runAssertReturnCommand( @@ -11031,7 +9927,6 @@ final class TableCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1103')] public function testAssertTrap1104(): void { $this->runAssertTrapCommand( @@ -11041,7 +9936,6 @@ final class TableCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap1104')] public function testAssertTrap1105(): void { $this->runAssertTrapCommand( @@ -11051,7 +9945,6 @@ final class TableCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap1105')] public function testAssertTrap1106(): void { $this->runAssertTrapCommand( @@ -11061,7 +9954,6 @@ final class TableCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap1106')] public function testAssertTrap1107(): void { $this->runAssertTrapCommand( @@ -11071,7 +9963,6 @@ final class TableCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap1107')] public function testAssertTrap1108(): void { $this->runAssertTrapCommand( @@ -11081,7 +9972,6 @@ final class TableCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap1108')] public function testAssertTrap1109(): void { $this->runAssertTrapCommand( @@ -11091,7 +9981,6 @@ final class TableCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap1109')] public function testAssertReturn1110(): void { $this->runAssertReturnCommand( @@ -11101,7 +9990,6 @@ final class TableCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1110')] public function testAssertReturn1111(): void { $this->runAssertReturnCommand( @@ -11111,7 +9999,6 @@ final class TableCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1111')] public function testAssertReturn1112(): void { $this->runAssertReturnCommand( @@ -11121,7 +10008,6 @@ final class TableCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1112')] public function testAssertReturn1113(): void { $this->runAssertReturnCommand( @@ -11131,7 +10017,6 @@ final class TableCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1113')] public function testAssertReturn1114(): void { $this->runAssertReturnCommand( @@ -11141,7 +10026,6 @@ final class TableCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1114')] public function testAssertTrap1115(): void { $this->runAssertTrapCommand( @@ -11151,7 +10035,6 @@ final class TableCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap1115')] public function testAssertTrap1116(): void { $this->runAssertTrapCommand( @@ -11161,7 +10044,6 @@ final class TableCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap1116')] public function testAssertTrap1117(): void { $this->runAssertTrapCommand( @@ -11171,7 +10053,6 @@ final class TableCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap1117')] public function testModule1118(): void { $this->runModuleCommand( @@ -11181,7 +10062,6 @@ final class TableCopyTest extends SpecTestsuiteBase ); } - #[Depends('testModule1118')] public function testAssertTrap1119(): void { $this->runAssertTrapCommand( @@ -11191,7 +10071,6 @@ final class TableCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap1119')] public function testModule1120(): void { $this->runModuleCommand( @@ -11201,7 +10080,6 @@ final class TableCopyTest extends SpecTestsuiteBase ); } - #[Depends('testModule1120')] public function testAssertTrap1121(): void { $this->runAssertTrapCommand( @@ -11211,7 +10089,6 @@ final class TableCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap1121')] public function testModule1122(): void { $this->runModuleCommand( @@ -11221,7 +10098,6 @@ final class TableCopyTest extends SpecTestsuiteBase ); } - #[Depends('testModule1122')] public function testAssertTrap1123(): void { $this->runAssertTrapCommand( @@ -11231,7 +10107,6 @@ final class TableCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap1123')] public function testModule1124(): void { $this->runModuleCommand( @@ -11241,7 +10116,6 @@ final class TableCopyTest extends SpecTestsuiteBase ); } - #[Depends('testModule1124')] public function testAssertTrap1125(): void { $this->runAssertTrapCommand( @@ -11251,7 +10125,6 @@ final class TableCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap1125')] public function testModule1126(): void { $this->runModuleCommand( @@ -11261,7 +10134,6 @@ final class TableCopyTest extends SpecTestsuiteBase ); } - #[Depends('testModule1126')] public function testAction1127(): void { $this->runActionCommand( @@ -11270,7 +10142,6 @@ final class TableCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAction1127')] public function testModule1128(): void { $this->runModuleCommand( @@ -11280,7 +10151,6 @@ final class TableCopyTest extends SpecTestsuiteBase ); } - #[Depends('testModule1128')] public function testAction1129(): void { $this->runActionCommand( @@ -11289,7 +10159,6 @@ final class TableCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAction1129')] public function testModule1130(): void { $this->runModuleCommand( @@ -11299,7 +10168,6 @@ final class TableCopyTest extends SpecTestsuiteBase ); } - #[Depends('testModule1130')] public function testAssertTrap1131(): void { $this->runAssertTrapCommand( @@ -11309,7 +10177,6 @@ final class TableCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap1131')] public function testModule1132(): void { $this->runModuleCommand( @@ -11319,7 +10186,6 @@ final class TableCopyTest extends SpecTestsuiteBase ); } - #[Depends('testModule1132')] public function testAction1133(): void { $this->runActionCommand( @@ -11328,7 +10194,6 @@ final class TableCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAction1133')] public function testModule1134(): void { $this->runModuleCommand( @@ -11338,7 +10203,6 @@ final class TableCopyTest extends SpecTestsuiteBase ); } - #[Depends('testModule1134')] public function testAssertTrap1135(): void { $this->runAssertTrapCommand( @@ -11348,7 +10212,6 @@ final class TableCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap1135')] public function testModule1136(): void { $this->runModuleCommand( @@ -11358,7 +10221,6 @@ final class TableCopyTest extends SpecTestsuiteBase ); } - #[Depends('testModule1136')] public function testAction1137(): void { $this->runActionCommand( @@ -11367,7 +10229,6 @@ final class TableCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAction1137')] public function testModule1138(): void { $this->runModuleCommand( @@ -11377,7 +10238,6 @@ final class TableCopyTest extends SpecTestsuiteBase ); } - #[Depends('testModule1138')] public function testAssertTrap1139(): void { $this->runAssertTrapCommand( @@ -11387,7 +10247,6 @@ final class TableCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap1139')] public function testModule1140(): void { $this->runModuleCommand( @@ -11397,7 +10256,6 @@ final class TableCopyTest extends SpecTestsuiteBase ); } - #[Depends('testModule1140')] public function testAssertTrap1141(): void { $this->runAssertTrapCommand( @@ -11407,7 +10265,6 @@ final class TableCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap1141')] public function testModule1142(): void { $this->runModuleCommand( @@ -11417,7 +10274,6 @@ final class TableCopyTest extends SpecTestsuiteBase ); } - #[Depends('testModule1142')] public function testAssertTrap1143(): void { $this->runAssertTrapCommand( @@ -11427,7 +10283,6 @@ final class TableCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap1143')] public function testModule1144(): void { $this->runModuleCommand( @@ -11437,7 +10292,6 @@ final class TableCopyTest extends SpecTestsuiteBase ); } - #[Depends('testModule1144')] public function testAssertTrap1145(): void { $this->runAssertTrapCommand( @@ -11447,7 +10301,6 @@ final class TableCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap1145')] public function testModule1146(): void { $this->runModuleCommand( @@ -11457,7 +10310,6 @@ final class TableCopyTest extends SpecTestsuiteBase ); } - #[Depends('testModule1146')] public function testAssertTrap1147(): void { $this->runAssertTrapCommand( @@ -11467,7 +10319,6 @@ final class TableCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap1147')] public function testModule1148(): void { $this->runModuleCommand( @@ -11477,7 +10328,6 @@ final class TableCopyTest extends SpecTestsuiteBase ); } - #[Depends('testModule1148')] public function testAction1149(): void { $this->runActionCommand( @@ -11486,7 +10336,6 @@ final class TableCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAction1149')] public function testModule1150(): void { $this->runModuleCommand( @@ -11496,7 +10345,6 @@ final class TableCopyTest extends SpecTestsuiteBase ); } - #[Depends('testModule1150')] public function testAction1151(): void { $this->runActionCommand( @@ -11505,7 +10353,6 @@ final class TableCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAction1151')] public function testModule1152(): void { $this->runModuleCommand( @@ -11515,7 +10362,6 @@ final class TableCopyTest extends SpecTestsuiteBase ); } - #[Depends('testModule1152')] public function testAssertTrap1153(): void { $this->runAssertTrapCommand( @@ -11525,7 +10371,6 @@ final class TableCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap1153')] public function testModule1154(): void { $this->runModuleCommand( @@ -11535,7 +10380,6 @@ final class TableCopyTest extends SpecTestsuiteBase ); } - #[Depends('testModule1154')] public function testAction1155(): void { $this->runActionCommand( @@ -11544,7 +10388,6 @@ final class TableCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAction1155')] public function testModule1156(): void { $this->runModuleCommand( @@ -11554,7 +10397,6 @@ final class TableCopyTest extends SpecTestsuiteBase ); } - #[Depends('testModule1156')] public function testAssertTrap1157(): void { $this->runAssertTrapCommand( @@ -11564,7 +10406,6 @@ final class TableCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap1157')] public function testModule1158(): void { $this->runModuleCommand( @@ -11574,7 +10415,6 @@ final class TableCopyTest extends SpecTestsuiteBase ); } - #[Depends('testModule1158')] public function testAction1159(): void { $this->runActionCommand( @@ -11583,7 +10423,6 @@ final class TableCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAction1159')] public function testModule1160(): void { $this->runModuleCommand( @@ -11593,7 +10432,6 @@ final class TableCopyTest extends SpecTestsuiteBase ); } - #[Depends('testModule1160')] public function testAssertTrap1161(): void { $this->runAssertTrapCommand( @@ -11603,7 +10441,6 @@ final class TableCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap1161')] public function testModule1162(): void { $this->runModuleCommand( @@ -11613,7 +10450,6 @@ final class TableCopyTest extends SpecTestsuiteBase ); } - #[Depends('testModule1162')] public function testAssertTrap1163(): void { $this->runAssertTrapCommand( @@ -11623,7 +10459,6 @@ final class TableCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap1163')] public function testAssertReturn1164(): void { $this->runAssertReturnCommand( @@ -11633,7 +10468,6 @@ final class TableCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1164')] public function testAssertReturn1165(): void { $this->runAssertReturnCommand( @@ -11643,7 +10477,6 @@ final class TableCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1165')] public function testAssertReturn1166(): void { $this->runAssertReturnCommand( @@ -11653,7 +10486,6 @@ final class TableCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1166')] public function testAssertReturn1167(): void { $this->runAssertReturnCommand( @@ -11663,7 +10495,6 @@ final class TableCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1167')] public function testAssertReturn1168(): void { $this->runAssertReturnCommand( @@ -11673,7 +10504,6 @@ final class TableCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1168')] public function testAssertReturn1169(): void { $this->runAssertReturnCommand( @@ -11683,7 +10513,6 @@ final class TableCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1169')] public function testAssertReturn1170(): void { $this->runAssertReturnCommand( @@ -11693,7 +10522,6 @@ final class TableCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1170')] public function testAssertReturn1171(): void { $this->runAssertReturnCommand( @@ -11703,7 +10531,6 @@ final class TableCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1171')] public function testAssertTrap1172(): void { $this->runAssertTrapCommand( @@ -11713,7 +10540,6 @@ final class TableCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap1172')] public function testAssertTrap1173(): void { $this->runAssertTrapCommand( @@ -11723,7 +10549,6 @@ final class TableCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap1173')] public function testAssertTrap1174(): void { $this->runAssertTrapCommand( @@ -11733,7 +10558,6 @@ final class TableCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap1174')] public function testAssertTrap1175(): void { $this->runAssertTrapCommand( @@ -11743,7 +10567,6 @@ final class TableCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap1175')] public function testAssertTrap1176(): void { $this->runAssertTrapCommand( @@ -11753,7 +10576,6 @@ final class TableCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap1176')] public function testAssertTrap1177(): void { $this->runAssertTrapCommand( @@ -11763,7 +10585,6 @@ final class TableCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap1177')] public function testAssertTrap1178(): void { $this->runAssertTrapCommand( @@ -11773,7 +10594,6 @@ final class TableCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap1178')] public function testAssertTrap1179(): void { $this->runAssertTrapCommand( @@ -11783,7 +10603,6 @@ final class TableCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap1179')] public function testAssertTrap1180(): void { $this->runAssertTrapCommand( @@ -11793,7 +10612,6 @@ final class TableCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap1180')] public function testAssertTrap1181(): void { $this->runAssertTrapCommand( @@ -11803,7 +10621,6 @@ final class TableCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap1181')] public function testAssertTrap1182(): void { $this->runAssertTrapCommand( @@ -11813,7 +10630,6 @@ final class TableCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap1182')] public function testAssertTrap1183(): void { $this->runAssertTrapCommand( @@ -11823,7 +10639,6 @@ final class TableCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap1183')] public function testAssertTrap1184(): void { $this->runAssertTrapCommand( @@ -11833,7 +10648,6 @@ final class TableCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap1184')] public function testAssertTrap1185(): void { $this->runAssertTrapCommand( @@ -11843,7 +10657,6 @@ final class TableCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap1185')] public function testAssertTrap1186(): void { $this->runAssertTrapCommand( @@ -11853,7 +10666,6 @@ final class TableCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap1186')] public function testAssertTrap1187(): void { $this->runAssertTrapCommand( @@ -11863,7 +10675,6 @@ final class TableCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap1187')] public function testAssertTrap1188(): void { $this->runAssertTrapCommand( @@ -11873,7 +10684,6 @@ final class TableCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap1188')] public function testAssertTrap1189(): void { $this->runAssertTrapCommand( @@ -11883,7 +10693,6 @@ final class TableCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap1189')] public function testAssertTrap1190(): void { $this->runAssertTrapCommand( @@ -11893,7 +10702,6 @@ final class TableCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap1190')] public function testAssertTrap1191(): void { $this->runAssertTrapCommand( @@ -11903,7 +10711,6 @@ final class TableCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap1191')] public function testAssertTrap1192(): void { $this->runAssertTrapCommand( @@ -11913,7 +10720,6 @@ final class TableCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap1192')] public function testAssertTrap1193(): void { $this->runAssertTrapCommand( @@ -11923,7 +10729,6 @@ final class TableCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap1193')] public function testAssertTrap1194(): void { $this->runAssertTrapCommand( @@ -11933,7 +10738,6 @@ final class TableCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap1194')] public function testAssertTrap1195(): void { $this->runAssertTrapCommand( @@ -11943,7 +10747,6 @@ final class TableCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap1195')] public function testModule1196(): void { $this->runModuleCommand( @@ -11953,7 +10756,6 @@ final class TableCopyTest extends SpecTestsuiteBase ); } - #[Depends('testModule1196')] public function testAssertTrap1197(): void { $this->runAssertTrapCommand( @@ -11963,7 +10765,6 @@ final class TableCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap1197')] public function testAssertReturn1198(): void { $this->runAssertReturnCommand( @@ -11973,7 +10774,6 @@ final class TableCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1198')] public function testAssertReturn1199(): void { $this->runAssertReturnCommand( @@ -11983,7 +10783,6 @@ final class TableCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1199')] public function testAssertReturn1200(): void { $this->runAssertReturnCommand( @@ -11993,7 +10792,6 @@ final class TableCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1200')] public function testAssertReturn1201(): void { $this->runAssertReturnCommand( @@ -12003,7 +10801,6 @@ final class TableCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1201')] public function testAssertReturn1202(): void { $this->runAssertReturnCommand( @@ -12013,7 +10810,6 @@ final class TableCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1202')] public function testAssertReturn1203(): void { $this->runAssertReturnCommand( @@ -12023,7 +10819,6 @@ final class TableCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1203')] public function testAssertReturn1204(): void { $this->runAssertReturnCommand( @@ -12033,7 +10828,6 @@ final class TableCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1204')] public function testAssertReturn1205(): void { $this->runAssertReturnCommand( @@ -12043,7 +10837,6 @@ final class TableCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1205')] public function testAssertReturn1206(): void { $this->runAssertReturnCommand( @@ -12053,7 +10846,6 @@ final class TableCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1206')] public function testAssertTrap1207(): void { $this->runAssertTrapCommand( @@ -12063,7 +10855,6 @@ final class TableCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap1207')] public function testAssertTrap1208(): void { $this->runAssertTrapCommand( @@ -12073,7 +10864,6 @@ final class TableCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap1208')] public function testAssertTrap1209(): void { $this->runAssertTrapCommand( @@ -12083,7 +10873,6 @@ final class TableCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap1209')] public function testAssertTrap1210(): void { $this->runAssertTrapCommand( @@ -12093,7 +10882,6 @@ final class TableCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap1210')] public function testAssertTrap1211(): void { $this->runAssertTrapCommand( @@ -12103,7 +10891,6 @@ final class TableCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap1211')] public function testAssertTrap1212(): void { $this->runAssertTrapCommand( @@ -12113,7 +10900,6 @@ final class TableCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap1212')] public function testAssertTrap1213(): void { $this->runAssertTrapCommand( @@ -12123,7 +10909,6 @@ final class TableCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap1213')] public function testAssertTrap1214(): void { $this->runAssertTrapCommand( @@ -12133,7 +10918,6 @@ final class TableCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap1214')] public function testAssertTrap1215(): void { $this->runAssertTrapCommand( @@ -12143,7 +10927,6 @@ final class TableCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap1215')] public function testAssertTrap1216(): void { $this->runAssertTrapCommand( @@ -12153,7 +10936,6 @@ final class TableCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap1216')] public function testAssertTrap1217(): void { $this->runAssertTrapCommand( @@ -12163,7 +10945,6 @@ final class TableCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap1217')] public function testAssertTrap1218(): void { $this->runAssertTrapCommand( @@ -12173,7 +10954,6 @@ final class TableCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap1218')] public function testAssertTrap1219(): void { $this->runAssertTrapCommand( @@ -12183,7 +10963,6 @@ final class TableCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap1219')] public function testAssertTrap1220(): void { $this->runAssertTrapCommand( @@ -12193,7 +10972,6 @@ final class TableCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap1220')] public function testAssertTrap1221(): void { $this->runAssertTrapCommand( @@ -12203,7 +10981,6 @@ final class TableCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap1221')] public function testAssertTrap1222(): void { $this->runAssertTrapCommand( @@ -12213,7 +10990,6 @@ final class TableCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap1222')] public function testAssertTrap1223(): void { $this->runAssertTrapCommand( @@ -12223,7 +10999,6 @@ final class TableCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap1223')] public function testAssertTrap1224(): void { $this->runAssertTrapCommand( @@ -12233,7 +11008,6 @@ final class TableCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap1224')] public function testAssertTrap1225(): void { $this->runAssertTrapCommand( @@ -12243,7 +11017,6 @@ final class TableCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap1225')] public function testAssertTrap1226(): void { $this->runAssertTrapCommand( @@ -12253,7 +11026,6 @@ final class TableCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap1226')] public function testAssertTrap1227(): void { $this->runAssertTrapCommand( @@ -12263,7 +11035,6 @@ final class TableCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap1227')] public function testAssertTrap1228(): void { $this->runAssertTrapCommand( @@ -12273,7 +11044,6 @@ final class TableCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap1228')] public function testAssertTrap1229(): void { $this->runAssertTrapCommand( @@ -12283,7 +11053,6 @@ final class TableCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap1229')] public function testModule1230(): void { $this->runModuleCommand( @@ -12293,7 +11062,6 @@ final class TableCopyTest extends SpecTestsuiteBase ); } - #[Depends('testModule1230')] public function testAssertTrap1231(): void { $this->runAssertTrapCommand( @@ -12303,7 +11071,6 @@ final class TableCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap1231')] public function testAssertTrap1232(): void { $this->runAssertTrapCommand( @@ -12313,7 +11080,6 @@ final class TableCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap1232')] public function testAssertTrap1233(): void { $this->runAssertTrapCommand( @@ -12323,7 +11089,6 @@ final class TableCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap1233')] public function testAssertTrap1234(): void { $this->runAssertTrapCommand( @@ -12333,7 +11098,6 @@ final class TableCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap1234')] public function testAssertTrap1235(): void { $this->runAssertTrapCommand( @@ -12343,7 +11107,6 @@ final class TableCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap1235')] public function testAssertTrap1236(): void { $this->runAssertTrapCommand( @@ -12353,7 +11116,6 @@ final class TableCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap1236')] public function testAssertTrap1237(): void { $this->runAssertTrapCommand( @@ -12363,7 +11125,6 @@ final class TableCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap1237')] public function testAssertTrap1238(): void { $this->runAssertTrapCommand( @@ -12373,7 +11134,6 @@ final class TableCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap1238')] public function testAssertTrap1239(): void { $this->runAssertTrapCommand( @@ -12383,7 +11143,6 @@ final class TableCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap1239')] public function testAssertTrap1240(): void { $this->runAssertTrapCommand( @@ -12393,7 +11152,6 @@ final class TableCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap1240')] public function testAssertTrap1241(): void { $this->runAssertTrapCommand( @@ -12403,7 +11161,6 @@ final class TableCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap1241')] public function testAssertTrap1242(): void { $this->runAssertTrapCommand( @@ -12413,7 +11170,6 @@ final class TableCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap1242')] public function testAssertTrap1243(): void { $this->runAssertTrapCommand( @@ -12423,7 +11179,6 @@ final class TableCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap1243')] public function testAssertTrap1244(): void { $this->runAssertTrapCommand( @@ -12433,7 +11188,6 @@ final class TableCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap1244')] public function testAssertTrap1245(): void { $this->runAssertTrapCommand( @@ -12443,7 +11197,6 @@ final class TableCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap1245')] public function testAssertTrap1246(): void { $this->runAssertTrapCommand( @@ -12453,7 +11206,6 @@ final class TableCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap1246')] public function testAssertTrap1247(): void { $this->runAssertTrapCommand( @@ -12463,7 +11215,6 @@ final class TableCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap1247')] public function testAssertTrap1248(): void { $this->runAssertTrapCommand( @@ -12473,7 +11224,6 @@ final class TableCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap1248')] public function testAssertTrap1249(): void { $this->runAssertTrapCommand( @@ -12483,7 +11233,6 @@ final class TableCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap1249')] public function testAssertTrap1250(): void { $this->runAssertTrapCommand( @@ -12493,7 +11242,6 @@ final class TableCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap1250')] public function testAssertTrap1251(): void { $this->runAssertTrapCommand( @@ -12503,7 +11251,6 @@ final class TableCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap1251')] public function testAssertTrap1252(): void { $this->runAssertTrapCommand( @@ -12513,7 +11260,6 @@ final class TableCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap1252')] public function testAssertTrap1253(): void { $this->runAssertTrapCommand( @@ -12523,7 +11269,6 @@ final class TableCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap1253')] public function testAssertTrap1254(): void { $this->runAssertTrapCommand( @@ -12533,7 +11278,6 @@ final class TableCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap1254')] public function testAssertTrap1255(): void { $this->runAssertTrapCommand( @@ -12543,7 +11287,6 @@ final class TableCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap1255')] public function testAssertReturn1256(): void { $this->runAssertReturnCommand( @@ -12553,7 +11296,6 @@ final class TableCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1256')] public function testAssertReturn1257(): void { $this->runAssertReturnCommand( @@ -12563,7 +11305,6 @@ final class TableCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1257')] public function testAssertReturn1258(): void { $this->runAssertReturnCommand( @@ -12573,7 +11314,6 @@ final class TableCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1258')] public function testAssertReturn1259(): void { $this->runAssertReturnCommand( @@ -12583,7 +11323,6 @@ final class TableCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1259')] public function testAssertReturn1260(): void { $this->runAssertReturnCommand( @@ -12593,7 +11332,6 @@ final class TableCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1260')] public function testAssertReturn1261(): void { $this->runAssertReturnCommand( @@ -12603,7 +11341,6 @@ final class TableCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1261')] public function testAssertReturn1262(): void { $this->runAssertReturnCommand( @@ -12613,7 +11350,6 @@ final class TableCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1262')] public function testAssertReturn1263(): void { $this->runAssertReturnCommand( @@ -12623,7 +11359,6 @@ final class TableCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1263')] public function testModule1264(): void { $this->runModuleCommand( @@ -12633,7 +11368,6 @@ final class TableCopyTest extends SpecTestsuiteBase ); } - #[Depends('testModule1264')] public function testAssertTrap1265(): void { $this->runAssertTrapCommand( @@ -12643,7 +11377,6 @@ final class TableCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap1265')] public function testAssertTrap1266(): void { $this->runAssertTrapCommand( @@ -12653,7 +11386,6 @@ final class TableCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap1266')] public function testAssertTrap1267(): void { $this->runAssertTrapCommand( @@ -12663,7 +11395,6 @@ final class TableCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap1267')] public function testAssertTrap1268(): void { $this->runAssertTrapCommand( @@ -12673,7 +11404,6 @@ final class TableCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap1268')] public function testAssertTrap1269(): void { $this->runAssertTrapCommand( @@ -12683,7 +11413,6 @@ final class TableCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap1269')] public function testAssertTrap1270(): void { $this->runAssertTrapCommand( @@ -12693,7 +11422,6 @@ final class TableCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap1270')] public function testAssertTrap1271(): void { $this->runAssertTrapCommand( @@ -12703,7 +11431,6 @@ final class TableCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap1271')] public function testAssertTrap1272(): void { $this->runAssertTrapCommand( @@ -12713,7 +11440,6 @@ final class TableCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap1272')] public function testAssertTrap1273(): void { $this->runAssertTrapCommand( @@ -12723,7 +11449,6 @@ final class TableCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap1273')] public function testAssertTrap1274(): void { $this->runAssertTrapCommand( @@ -12733,7 +11458,6 @@ final class TableCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap1274')] public function testAssertTrap1275(): void { $this->runAssertTrapCommand( @@ -12743,7 +11467,6 @@ final class TableCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap1275')] public function testAssertTrap1276(): void { $this->runAssertTrapCommand( @@ -12753,7 +11476,6 @@ final class TableCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap1276')] public function testAssertTrap1277(): void { $this->runAssertTrapCommand( @@ -12763,7 +11485,6 @@ final class TableCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap1277')] public function testAssertTrap1278(): void { $this->runAssertTrapCommand( @@ -12773,7 +11494,6 @@ final class TableCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap1278')] public function testAssertTrap1279(): void { $this->runAssertTrapCommand( @@ -12783,7 +11503,6 @@ final class TableCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap1279')] public function testAssertTrap1280(): void { $this->runAssertTrapCommand( @@ -12793,7 +11512,6 @@ final class TableCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap1280')] public function testAssertTrap1281(): void { $this->runAssertTrapCommand( @@ -12803,7 +11521,6 @@ final class TableCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap1281')] public function testAssertTrap1282(): void { $this->runAssertTrapCommand( @@ -12813,7 +11530,6 @@ final class TableCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap1282')] public function testAssertTrap1283(): void { $this->runAssertTrapCommand( @@ -12823,7 +11539,6 @@ final class TableCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap1283')] public function testAssertTrap1284(): void { $this->runAssertTrapCommand( @@ -12833,7 +11548,6 @@ final class TableCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap1284')] public function testAssertTrap1285(): void { $this->runAssertTrapCommand( @@ -12843,7 +11557,6 @@ final class TableCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap1285')] public function testAssertTrap1286(): void { $this->runAssertTrapCommand( @@ -12853,7 +11566,6 @@ final class TableCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap1286')] public function testAssertTrap1287(): void { $this->runAssertTrapCommand( @@ -12863,7 +11575,6 @@ final class TableCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap1287')] public function testAssertTrap1288(): void { $this->runAssertTrapCommand( @@ -12873,7 +11584,6 @@ final class TableCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap1288')] public function testAssertReturn1289(): void { $this->runAssertReturnCommand( @@ -12883,7 +11593,6 @@ final class TableCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1289')] public function testAssertReturn1290(): void { $this->runAssertReturnCommand( @@ -12893,7 +11602,6 @@ final class TableCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1290')] public function testAssertReturn1291(): void { $this->runAssertReturnCommand( @@ -12903,7 +11611,6 @@ final class TableCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1291')] public function testAssertReturn1292(): void { $this->runAssertReturnCommand( @@ -12913,7 +11620,6 @@ final class TableCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1292')] public function testAssertReturn1293(): void { $this->runAssertReturnCommand( @@ -12923,7 +11629,6 @@ final class TableCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1293')] public function testAssertReturn1294(): void { $this->runAssertReturnCommand( @@ -12933,7 +11638,6 @@ final class TableCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1294')] public function testAssertReturn1295(): void { $this->runAssertReturnCommand( @@ -12943,7 +11647,6 @@ final class TableCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1295')] public function testAssertReturn1296(): void { $this->runAssertReturnCommand( @@ -12953,7 +11656,6 @@ final class TableCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1296')] public function testAssertReturn1297(): void { $this->runAssertReturnCommand( @@ -12963,7 +11665,6 @@ final class TableCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1297')] public function testModule1298(): void { $this->runModuleCommand( @@ -12973,7 +11674,6 @@ final class TableCopyTest extends SpecTestsuiteBase ); } - #[Depends('testModule1298')] public function testAssertTrap1299(): void { $this->runAssertTrapCommand( @@ -12983,7 +11683,6 @@ final class TableCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap1299')] public function testAssertTrap1300(): void { $this->runAssertTrapCommand( @@ -12993,7 +11692,6 @@ final class TableCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap1300')] public function testAssertTrap1301(): void { $this->runAssertTrapCommand( @@ -13003,7 +11701,6 @@ final class TableCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap1301')] public function testAssertTrap1302(): void { $this->runAssertTrapCommand( @@ -13013,7 +11710,6 @@ final class TableCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap1302')] public function testAssertTrap1303(): void { $this->runAssertTrapCommand( @@ -13023,7 +11719,6 @@ final class TableCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap1303')] public function testAssertTrap1304(): void { $this->runAssertTrapCommand( @@ -13033,7 +11728,6 @@ final class TableCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap1304')] public function testAssertTrap1305(): void { $this->runAssertTrapCommand( @@ -13043,7 +11737,6 @@ final class TableCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap1305')] public function testAssertTrap1306(): void { $this->runAssertTrapCommand( @@ -13053,7 +11746,6 @@ final class TableCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap1306')] public function testAssertTrap1307(): void { $this->runAssertTrapCommand( @@ -13063,7 +11755,6 @@ final class TableCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap1307')] public function testAssertTrap1308(): void { $this->runAssertTrapCommand( @@ -13073,7 +11764,6 @@ final class TableCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap1308')] public function testAssertTrap1309(): void { $this->runAssertTrapCommand( @@ -13083,7 +11773,6 @@ final class TableCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap1309')] public function testAssertTrap1310(): void { $this->runAssertTrapCommand( @@ -13093,7 +11782,6 @@ final class TableCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap1310')] public function testAssertReturn1311(): void { $this->runAssertReturnCommand( @@ -13103,7 +11791,6 @@ final class TableCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1311')] public function testAssertReturn1312(): void { $this->runAssertReturnCommand( @@ -13113,7 +11800,6 @@ final class TableCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1312')] public function testAssertReturn1313(): void { $this->runAssertReturnCommand( @@ -13123,7 +11809,6 @@ final class TableCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1313')] public function testAssertReturn1314(): void { $this->runAssertReturnCommand( @@ -13133,7 +11818,6 @@ final class TableCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1314')] public function testAssertReturn1315(): void { $this->runAssertReturnCommand( @@ -13143,7 +11827,6 @@ final class TableCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1315')] public function testAssertReturn1316(): void { $this->runAssertReturnCommand( @@ -13153,7 +11836,6 @@ final class TableCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1316')] public function testAssertReturn1317(): void { $this->runAssertReturnCommand( @@ -13163,7 +11845,6 @@ final class TableCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1317')] public function testAssertReturn1318(): void { $this->runAssertReturnCommand( @@ -13173,7 +11854,6 @@ final class TableCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1318')] public function testAssertTrap1319(): void { $this->runAssertTrapCommand( @@ -13183,7 +11863,6 @@ final class TableCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap1319')] public function testAssertTrap1320(): void { $this->runAssertTrapCommand( @@ -13193,7 +11872,6 @@ final class TableCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap1320')] public function testAssertTrap1321(): void { $this->runAssertTrapCommand( @@ -13203,7 +11881,6 @@ final class TableCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap1321')] public function testAssertTrap1322(): void { $this->runAssertTrapCommand( @@ -13213,7 +11890,6 @@ final class TableCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap1322')] public function testAssertTrap1323(): void { $this->runAssertTrapCommand( @@ -13223,7 +11899,6 @@ final class TableCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap1323')] public function testAssertTrap1324(): void { $this->runAssertTrapCommand( @@ -13233,7 +11908,6 @@ final class TableCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap1324')] public function testAssertTrap1325(): void { $this->runAssertTrapCommand( @@ -13243,7 +11917,6 @@ final class TableCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap1325')] public function testAssertTrap1326(): void { $this->runAssertTrapCommand( @@ -13253,7 +11926,6 @@ final class TableCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap1326')] public function testAssertTrap1327(): void { $this->runAssertTrapCommand( @@ -13263,7 +11935,6 @@ final class TableCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap1327')] public function testAssertTrap1328(): void { $this->runAssertTrapCommand( @@ -13273,7 +11944,6 @@ final class TableCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap1328')] public function testAssertTrap1329(): void { $this->runAssertTrapCommand( @@ -13283,7 +11953,6 @@ final class TableCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap1329')] public function testAssertTrap1330(): void { $this->runAssertTrapCommand( @@ -13293,7 +11962,6 @@ final class TableCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap1330')] public function testAssertTrap1331(): void { $this->runAssertTrapCommand( @@ -13303,7 +11971,6 @@ final class TableCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap1331')] public function testModule1332(): void { $this->runModuleCommand( @@ -13313,7 +11980,6 @@ final class TableCopyTest extends SpecTestsuiteBase ); } - #[Depends('testModule1332')] public function testAssertTrap1333(): void { $this->runAssertTrapCommand( @@ -13323,7 +11989,6 @@ final class TableCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap1333')] public function testAssertTrap1334(): void { $this->runAssertTrapCommand( @@ -13333,7 +11998,6 @@ final class TableCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap1334')] public function testAssertTrap1335(): void { $this->runAssertTrapCommand( @@ -13343,7 +12007,6 @@ final class TableCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap1335')] public function testAssertTrap1336(): void { $this->runAssertTrapCommand( @@ -13353,7 +12016,6 @@ final class TableCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap1336')] public function testAssertTrap1337(): void { $this->runAssertTrapCommand( @@ -13363,7 +12025,6 @@ final class TableCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap1337')] public function testAssertTrap1338(): void { $this->runAssertTrapCommand( @@ -13373,7 +12034,6 @@ final class TableCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap1338')] public function testAssertTrap1339(): void { $this->runAssertTrapCommand( @@ -13383,7 +12043,6 @@ final class TableCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap1339')] public function testAssertTrap1340(): void { $this->runAssertTrapCommand( @@ -13393,7 +12052,6 @@ final class TableCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap1340')] public function testAssertTrap1341(): void { $this->runAssertTrapCommand( @@ -13403,7 +12061,6 @@ final class TableCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap1341')] public function testAssertTrap1342(): void { $this->runAssertTrapCommand( @@ -13413,7 +12070,6 @@ final class TableCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap1342')] public function testAssertTrap1343(): void { $this->runAssertTrapCommand( @@ -13423,7 +12079,6 @@ final class TableCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap1343')] public function testAssertTrap1344(): void { $this->runAssertTrapCommand( @@ -13433,7 +12088,6 @@ final class TableCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap1344')] public function testAssertTrap1345(): void { $this->runAssertTrapCommand( @@ -13443,7 +12097,6 @@ final class TableCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap1345')] public function testAssertTrap1346(): void { $this->runAssertTrapCommand( @@ -13453,7 +12106,6 @@ final class TableCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap1346')] public function testAssertTrap1347(): void { $this->runAssertTrapCommand( @@ -13463,7 +12115,6 @@ final class TableCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap1347')] public function testAssertTrap1348(): void { $this->runAssertTrapCommand( @@ -13473,7 +12124,6 @@ final class TableCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap1348')] public function testAssertTrap1349(): void { $this->runAssertTrapCommand( @@ -13483,7 +12133,6 @@ final class TableCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap1349')] public function testAssertTrap1350(): void { $this->runAssertTrapCommand( @@ -13493,7 +12142,6 @@ final class TableCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap1350')] public function testAssertTrap1351(): void { $this->runAssertTrapCommand( @@ -13503,7 +12151,6 @@ final class TableCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap1351')] public function testAssertTrap1352(): void { $this->runAssertTrapCommand( @@ -13513,7 +12160,6 @@ final class TableCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap1352')] public function testAssertTrap1353(): void { $this->runAssertTrapCommand( @@ -13523,7 +12169,6 @@ final class TableCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap1353')] public function testAssertTrap1354(): void { $this->runAssertTrapCommand( @@ -13533,7 +12178,6 @@ final class TableCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap1354')] public function testAssertTrap1355(): void { $this->runAssertTrapCommand( @@ -13543,7 +12187,6 @@ final class TableCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap1355')] public function testAssertTrap1356(): void { $this->runAssertTrapCommand( @@ -13553,7 +12196,6 @@ final class TableCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap1356')] public function testAssertTrap1357(): void { $this->runAssertTrapCommand( @@ -13563,7 +12205,6 @@ final class TableCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap1357')] public function testAssertReturn1358(): void { $this->runAssertReturnCommand( @@ -13573,7 +12214,6 @@ final class TableCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1358')] public function testAssertReturn1359(): void { $this->runAssertReturnCommand( @@ -13583,7 +12223,6 @@ final class TableCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1359')] public function testAssertReturn1360(): void { $this->runAssertReturnCommand( @@ -13593,7 +12232,6 @@ final class TableCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1360')] public function testAssertReturn1361(): void { $this->runAssertReturnCommand( @@ -13603,7 +12241,6 @@ final class TableCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1361')] public function testAssertReturn1362(): void { $this->runAssertReturnCommand( @@ -13613,7 +12250,6 @@ final class TableCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1362')] public function testAssertReturn1363(): void { $this->runAssertReturnCommand( @@ -13623,7 +12259,6 @@ final class TableCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1363')] public function testAssertReturn1364(): void { $this->runAssertReturnCommand( @@ -13633,7 +12268,6 @@ final class TableCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1364')] public function testAssertReturn1365(): void { $this->runAssertReturnCommand( @@ -13643,7 +12277,6 @@ final class TableCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1365')] public function testModule1366(): void { $this->runModuleCommand( @@ -13653,7 +12286,6 @@ final class TableCopyTest extends SpecTestsuiteBase ); } - #[Depends('testModule1366')] public function testAssertTrap1367(): void { $this->runAssertTrapCommand( @@ -13663,7 +12295,6 @@ final class TableCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap1367')] public function testAssertTrap1368(): void { $this->runAssertTrapCommand( @@ -13673,7 +12304,6 @@ final class TableCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap1368')] public function testAssertTrap1369(): void { $this->runAssertTrapCommand( @@ -13683,7 +12313,6 @@ final class TableCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap1369')] public function testAssertTrap1370(): void { $this->runAssertTrapCommand( @@ -13693,7 +12322,6 @@ final class TableCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap1370')] public function testAssertTrap1371(): void { $this->runAssertTrapCommand( @@ -13703,7 +12331,6 @@ final class TableCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap1371')] public function testAssertTrap1372(): void { $this->runAssertTrapCommand( @@ -13713,7 +12340,6 @@ final class TableCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap1372')] public function testAssertTrap1373(): void { $this->runAssertTrapCommand( @@ -13723,7 +12349,6 @@ final class TableCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap1373')] public function testAssertTrap1374(): void { $this->runAssertTrapCommand( @@ -13733,7 +12358,6 @@ final class TableCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap1374')] public function testAssertTrap1375(): void { $this->runAssertTrapCommand( @@ -13743,7 +12367,6 @@ final class TableCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap1375')] public function testAssertTrap1376(): void { $this->runAssertTrapCommand( @@ -13753,7 +12376,6 @@ final class TableCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap1376')] public function testAssertTrap1377(): void { $this->runAssertTrapCommand( @@ -13763,7 +12385,6 @@ final class TableCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap1377')] public function testAssertTrap1378(): void { $this->runAssertTrapCommand( @@ -13773,7 +12394,6 @@ final class TableCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap1378')] public function testAssertTrap1379(): void { $this->runAssertTrapCommand( @@ -13783,7 +12403,6 @@ final class TableCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap1379')] public function testAssertTrap1380(): void { $this->runAssertTrapCommand( @@ -13793,7 +12412,6 @@ final class TableCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap1380')] public function testAssertTrap1381(): void { $this->runAssertTrapCommand( @@ -13803,7 +12421,6 @@ final class TableCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap1381')] public function testAssertTrap1382(): void { $this->runAssertTrapCommand( @@ -13813,7 +12430,6 @@ final class TableCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap1382')] public function testAssertTrap1383(): void { $this->runAssertTrapCommand( @@ -13823,7 +12439,6 @@ final class TableCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap1383')] public function testAssertTrap1384(): void { $this->runAssertTrapCommand( @@ -13833,7 +12448,6 @@ final class TableCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap1384')] public function testAssertTrap1385(): void { $this->runAssertTrapCommand( @@ -13843,7 +12457,6 @@ final class TableCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap1385')] public function testAssertTrap1386(): void { $this->runAssertTrapCommand( @@ -13853,7 +12466,6 @@ final class TableCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap1386')] public function testAssertTrap1387(): void { $this->runAssertTrapCommand( @@ -13863,7 +12475,6 @@ final class TableCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap1387')] public function testAssertTrap1388(): void { $this->runAssertTrapCommand( @@ -13873,7 +12484,6 @@ final class TableCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap1388')] public function testAssertReturn1389(): void { $this->runAssertReturnCommand( @@ -13883,7 +12493,6 @@ final class TableCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1389')] public function testAssertReturn1390(): void { $this->runAssertReturnCommand( @@ -13893,7 +12502,6 @@ final class TableCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1390')] public function testAssertReturn1391(): void { $this->runAssertReturnCommand( @@ -13903,7 +12511,6 @@ final class TableCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1391')] public function testAssertReturn1392(): void { $this->runAssertReturnCommand( @@ -13913,7 +12520,6 @@ final class TableCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1392')] public function testAssertReturn1393(): void { $this->runAssertReturnCommand( @@ -13923,7 +12529,6 @@ final class TableCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1393')] public function testAssertReturn1394(): void { $this->runAssertReturnCommand( @@ -13933,7 +12538,6 @@ final class TableCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1394')] public function testAssertReturn1395(): void { $this->runAssertReturnCommand( @@ -13943,7 +12547,6 @@ final class TableCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1395')] public function testAssertReturn1396(): void { $this->runAssertReturnCommand( @@ -13953,7 +12556,6 @@ final class TableCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1396')] public function testAssertTrap1397(): void { $this->runAssertTrapCommand( @@ -13963,7 +12565,6 @@ final class TableCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap1397')] public function testAssertTrap1398(): void { $this->runAssertTrapCommand( @@ -13973,7 +12574,6 @@ final class TableCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap1398')] public function testAssertTrap1399(): void { $this->runAssertTrapCommand( @@ -13983,7 +12583,6 @@ final class TableCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap1399')] public function testModule1400(): void { $this->runModuleCommand( @@ -13993,7 +12592,6 @@ final class TableCopyTest extends SpecTestsuiteBase ); } - #[Depends('testModule1400')] public function testAssertTrap1401(): void { $this->runAssertTrapCommand( @@ -14003,7 +12601,6 @@ final class TableCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap1401')] public function testAssertTrap1402(): void { $this->runAssertTrapCommand( @@ -14013,7 +12610,6 @@ final class TableCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap1402')] public function testAssertTrap1403(): void { $this->runAssertTrapCommand( @@ -14023,7 +12619,6 @@ final class TableCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap1403')] public function testAssertTrap1404(): void { $this->runAssertTrapCommand( @@ -14033,7 +12628,6 @@ final class TableCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap1404')] public function testAssertTrap1405(): void { $this->runAssertTrapCommand( @@ -14043,7 +12637,6 @@ final class TableCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap1405')] public function testAssertTrap1406(): void { $this->runAssertTrapCommand( @@ -14053,7 +12646,6 @@ final class TableCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap1406')] public function testAssertTrap1407(): void { $this->runAssertTrapCommand( @@ -14063,7 +12655,6 @@ final class TableCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap1407')] public function testAssertTrap1408(): void { $this->runAssertTrapCommand( @@ -14073,7 +12664,6 @@ final class TableCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap1408')] public function testAssertTrap1409(): void { $this->runAssertTrapCommand( @@ -14083,7 +12673,6 @@ final class TableCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap1409')] public function testAssertTrap1410(): void { $this->runAssertTrapCommand( @@ -14093,7 +12682,6 @@ final class TableCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap1410')] public function testAssertTrap1411(): void { $this->runAssertTrapCommand( @@ -14103,7 +12691,6 @@ final class TableCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap1411')] public function testAssertTrap1412(): void { $this->runAssertTrapCommand( @@ -14113,7 +12700,6 @@ final class TableCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap1412')] public function testAssertTrap1413(): void { $this->runAssertTrapCommand( @@ -14123,7 +12709,6 @@ final class TableCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap1413')] public function testAssertTrap1414(): void { $this->runAssertTrapCommand( @@ -14133,7 +12718,6 @@ final class TableCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap1414')] public function testAssertTrap1415(): void { $this->runAssertTrapCommand( @@ -14143,7 +12727,6 @@ final class TableCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap1415')] public function testAssertTrap1416(): void { $this->runAssertTrapCommand( @@ -14153,7 +12736,6 @@ final class TableCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap1416')] public function testAssertTrap1417(): void { $this->runAssertTrapCommand( @@ -14163,7 +12745,6 @@ final class TableCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap1417')] public function testAssertTrap1418(): void { $this->runAssertTrapCommand( @@ -14173,7 +12754,6 @@ final class TableCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap1418')] public function testAssertTrap1419(): void { $this->runAssertTrapCommand( @@ -14183,7 +12763,6 @@ final class TableCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap1419')] public function testAssertTrap1420(): void { $this->runAssertTrapCommand( @@ -14193,7 +12772,6 @@ final class TableCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap1420')] public function testAssertTrap1421(): void { $this->runAssertTrapCommand( @@ -14203,7 +12781,6 @@ final class TableCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap1421')] public function testAssertTrap1422(): void { $this->runAssertTrapCommand( @@ -14213,7 +12790,6 @@ final class TableCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap1422')] public function testAssertTrap1423(): void { $this->runAssertTrapCommand( @@ -14223,7 +12799,6 @@ final class TableCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap1423')] public function testAssertTrap1424(): void { $this->runAssertTrapCommand( @@ -14233,7 +12808,6 @@ final class TableCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap1424')] public function testAssertTrap1425(): void { $this->runAssertTrapCommand( @@ -14243,7 +12817,6 @@ final class TableCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap1425')] public function testAssertReturn1426(): void { $this->runAssertReturnCommand( @@ -14253,7 +12826,6 @@ final class TableCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1426')] public function testAssertReturn1427(): void { $this->runAssertReturnCommand( @@ -14263,7 +12835,6 @@ final class TableCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1427')] public function testAssertReturn1428(): void { $this->runAssertReturnCommand( @@ -14273,7 +12844,6 @@ final class TableCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1428')] public function testAssertReturn1429(): void { $this->runAssertReturnCommand( @@ -14283,7 +12853,6 @@ final class TableCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1429')] public function testAssertReturn1430(): void { $this->runAssertReturnCommand( @@ -14293,7 +12862,6 @@ final class TableCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1430')] public function testAssertReturn1431(): void { $this->runAssertReturnCommand( @@ -14303,7 +12871,6 @@ final class TableCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1431')] public function testAssertReturn1432(): void { $this->runAssertReturnCommand( @@ -14313,7 +12880,6 @@ final class TableCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1432')] public function testAssertReturn1433(): void { $this->runAssertReturnCommand( @@ -14323,7 +12889,6 @@ final class TableCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1433')] public function testModule1434(): void { $this->runModuleCommand( @@ -14333,7 +12898,6 @@ final class TableCopyTest extends SpecTestsuiteBase ); } - #[Depends('testModule1434')] public function testAssertTrap1435(): void { $this->runAssertTrapCommand( @@ -14343,7 +12907,6 @@ final class TableCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap1435')] public function testAssertTrap1436(): void { $this->runAssertTrapCommand( @@ -14353,7 +12916,6 @@ final class TableCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap1436')] public function testAssertTrap1437(): void { $this->runAssertTrapCommand( @@ -14363,7 +12925,6 @@ final class TableCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap1437')] public function testAssertTrap1438(): void { $this->runAssertTrapCommand( @@ -14373,7 +12934,6 @@ final class TableCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap1438')] public function testAssertTrap1439(): void { $this->runAssertTrapCommand( @@ -14383,7 +12943,6 @@ final class TableCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap1439')] public function testAssertTrap1440(): void { $this->runAssertTrapCommand( @@ -14393,7 +12952,6 @@ final class TableCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap1440')] public function testAssertTrap1441(): void { $this->runAssertTrapCommand( @@ -14403,7 +12961,6 @@ final class TableCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap1441')] public function testAssertTrap1442(): void { $this->runAssertTrapCommand( @@ -14413,7 +12970,6 @@ final class TableCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap1442')] public function testAssertTrap1443(): void { $this->runAssertTrapCommand( @@ -14423,7 +12979,6 @@ final class TableCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap1443')] public function testAssertTrap1444(): void { $this->runAssertTrapCommand( @@ -14433,7 +12988,6 @@ final class TableCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap1444')] public function testAssertTrap1445(): void { $this->runAssertTrapCommand( @@ -14443,7 +12997,6 @@ final class TableCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap1445')] public function testAssertTrap1446(): void { $this->runAssertTrapCommand( @@ -14453,7 +13006,6 @@ final class TableCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap1446')] public function testAssertTrap1447(): void { $this->runAssertTrapCommand( @@ -14463,7 +13015,6 @@ final class TableCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap1447')] public function testAssertTrap1448(): void { $this->runAssertTrapCommand( @@ -14473,7 +13024,6 @@ final class TableCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap1448')] public function testAssertTrap1449(): void { $this->runAssertTrapCommand( @@ -14483,7 +13033,6 @@ final class TableCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap1449')] public function testAssertTrap1450(): void { $this->runAssertTrapCommand( @@ -14493,7 +13042,6 @@ final class TableCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap1450')] public function testAssertTrap1451(): void { $this->runAssertTrapCommand( @@ -14503,7 +13051,6 @@ final class TableCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap1451')] public function testAssertTrap1452(): void { $this->runAssertTrapCommand( @@ -14513,7 +13060,6 @@ final class TableCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap1452')] public function testAssertTrap1453(): void { $this->runAssertTrapCommand( @@ -14523,7 +13069,6 @@ final class TableCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap1453')] public function testAssertTrap1454(): void { $this->runAssertTrapCommand( @@ -14533,7 +13078,6 @@ final class TableCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap1454')] public function testAssertTrap1455(): void { $this->runAssertTrapCommand( @@ -14543,7 +13087,6 @@ final class TableCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap1455')] public function testAssertTrap1456(): void { $this->runAssertTrapCommand( @@ -14553,7 +13096,6 @@ final class TableCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap1456')] public function testAssertReturn1457(): void { $this->runAssertReturnCommand( @@ -14563,7 +13105,6 @@ final class TableCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1457')] public function testAssertReturn1458(): void { $this->runAssertReturnCommand( @@ -14573,7 +13114,6 @@ final class TableCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1458')] public function testAssertReturn1459(): void { $this->runAssertReturnCommand( @@ -14583,7 +13123,6 @@ final class TableCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1459')] public function testAssertReturn1460(): void { $this->runAssertReturnCommand( @@ -14593,7 +13132,6 @@ final class TableCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1460')] public function testAssertReturn1461(): void { $this->runAssertReturnCommand( @@ -14603,7 +13141,6 @@ final class TableCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1461')] public function testAssertReturn1462(): void { $this->runAssertReturnCommand( @@ -14613,7 +13150,6 @@ final class TableCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1462')] public function testAssertReturn1463(): void { $this->runAssertReturnCommand( @@ -14623,7 +13159,6 @@ final class TableCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1463')] public function testAssertReturn1464(): void { $this->runAssertReturnCommand( @@ -14633,7 +13168,6 @@ final class TableCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1464')] public function testAssertReturn1465(): void { $this->runAssertReturnCommand( @@ -14643,7 +13177,6 @@ final class TableCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1465')] public function testAssertReturn1466(): void { $this->runAssertReturnCommand( @@ -14653,7 +13186,6 @@ final class TableCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1466')] public function testAssertReturn1467(): void { $this->runAssertReturnCommand( @@ -14663,7 +13195,6 @@ final class TableCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1467')] public function testModule1468(): void { $this->runModuleCommand( @@ -14673,7 +13204,6 @@ final class TableCopyTest extends SpecTestsuiteBase ); } - #[Depends('testModule1468')] public function testAssertTrap1469(): void { $this->runAssertTrapCommand( @@ -14683,7 +13213,6 @@ final class TableCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap1469')] public function testAssertTrap1470(): void { $this->runAssertTrapCommand( @@ -14693,7 +13222,6 @@ final class TableCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap1470')] public function testAssertTrap1471(): void { $this->runAssertTrapCommand( @@ -14703,7 +13231,6 @@ final class TableCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap1471')] public function testAssertTrap1472(): void { $this->runAssertTrapCommand( @@ -14713,7 +13240,6 @@ final class TableCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap1472')] public function testAssertTrap1473(): void { $this->runAssertTrapCommand( @@ -14723,7 +13249,6 @@ final class TableCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap1473')] public function testAssertTrap1474(): void { $this->runAssertTrapCommand( @@ -14733,7 +13258,6 @@ final class TableCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap1474')] public function testAssertTrap1475(): void { $this->runAssertTrapCommand( @@ -14743,7 +13267,6 @@ final class TableCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap1475')] public function testAssertTrap1476(): void { $this->runAssertTrapCommand( @@ -14753,7 +13276,6 @@ final class TableCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap1476')] public function testAssertTrap1477(): void { $this->runAssertTrapCommand( @@ -14763,7 +13285,6 @@ final class TableCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap1477')] public function testAssertTrap1478(): void { $this->runAssertTrapCommand( @@ -14773,7 +13294,6 @@ final class TableCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap1478')] public function testAssertTrap1479(): void { $this->runAssertTrapCommand( @@ -14783,7 +13303,6 @@ final class TableCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap1479')] public function testAssertTrap1480(): void { $this->runAssertTrapCommand( @@ -14793,7 +13312,6 @@ final class TableCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap1480')] public function testAssertTrap1481(): void { $this->runAssertTrapCommand( @@ -14803,7 +13321,6 @@ final class TableCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap1481')] public function testAssertTrap1482(): void { $this->runAssertTrapCommand( @@ -14813,7 +13330,6 @@ final class TableCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap1482')] public function testAssertTrap1483(): void { $this->runAssertTrapCommand( @@ -14823,7 +13339,6 @@ final class TableCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap1483')] public function testAssertTrap1484(): void { $this->runAssertTrapCommand( @@ -14833,7 +13348,6 @@ final class TableCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap1484')] public function testAssertTrap1485(): void { $this->runAssertTrapCommand( @@ -14843,7 +13357,6 @@ final class TableCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap1485')] public function testAssertTrap1486(): void { $this->runAssertTrapCommand( @@ -14853,7 +13366,6 @@ final class TableCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap1486')] public function testAssertTrap1487(): void { $this->runAssertTrapCommand( @@ -14863,7 +13375,6 @@ final class TableCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap1487')] public function testAssertTrap1488(): void { $this->runAssertTrapCommand( @@ -14873,7 +13384,6 @@ final class TableCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap1488')] public function testAssertTrap1489(): void { $this->runAssertTrapCommand( @@ -14883,7 +13393,6 @@ final class TableCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap1489')] public function testAssertTrap1490(): void { $this->runAssertTrapCommand( @@ -14893,7 +13402,6 @@ final class TableCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap1490')] public function testAssertTrap1491(): void { $this->runAssertTrapCommand( @@ -14903,7 +13411,6 @@ final class TableCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap1491')] public function testAssertTrap1492(): void { $this->runAssertTrapCommand( @@ -14913,7 +13420,6 @@ final class TableCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap1492')] public function testAssertTrap1493(): void { $this->runAssertTrapCommand( @@ -14923,7 +13429,6 @@ final class TableCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap1493')] public function testAssertTrap1494(): void { $this->runAssertTrapCommand( @@ -14933,7 +13438,6 @@ final class TableCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap1494')] public function testAssertTrap1495(): void { $this->runAssertTrapCommand( @@ -14943,7 +13447,6 @@ final class TableCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap1495')] public function testAssertTrap1496(): void { $this->runAssertTrapCommand( @@ -14953,7 +13456,6 @@ final class TableCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap1496')] public function testAssertTrap1497(): void { $this->runAssertTrapCommand( @@ -14963,7 +13465,6 @@ final class TableCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap1497')] public function testAssertTrap1498(): void { $this->runAssertTrapCommand( @@ -14973,7 +13474,6 @@ final class TableCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap1498')] public function testAssertTrap1499(): void { $this->runAssertTrapCommand( @@ -14983,7 +13483,6 @@ final class TableCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap1499')] public function testAssertTrap1500(): void { $this->runAssertTrapCommand( @@ -14993,7 +13492,6 @@ final class TableCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap1500')] public function testAssertTrap1501(): void { $this->runAssertTrapCommand( @@ -15003,7 +13501,6 @@ final class TableCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap1501')] public function testAssertTrap1502(): void { $this->runAssertTrapCommand( @@ -15013,7 +13510,6 @@ final class TableCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap1502')] public function testAssertTrap1503(): void { $this->runAssertTrapCommand( @@ -15023,7 +13519,6 @@ final class TableCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap1503')] public function testAssertTrap1504(): void { $this->runAssertTrapCommand( @@ -15033,7 +13528,6 @@ final class TableCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap1504')] public function testAssertTrap1505(): void { $this->runAssertTrapCommand( @@ -15043,7 +13537,6 @@ final class TableCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap1505')] public function testAssertTrap1506(): void { $this->runAssertTrapCommand( @@ -15053,7 +13546,6 @@ final class TableCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap1506')] public function testAssertTrap1507(): void { $this->runAssertTrapCommand( @@ -15063,7 +13555,6 @@ final class TableCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap1507')] public function testAssertTrap1508(): void { $this->runAssertTrapCommand( @@ -15073,7 +13564,6 @@ final class TableCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap1508')] public function testAssertTrap1509(): void { $this->runAssertTrapCommand( @@ -15083,7 +13573,6 @@ final class TableCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap1509')] public function testAssertTrap1510(): void { $this->runAssertTrapCommand( @@ -15093,7 +13582,6 @@ final class TableCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap1510')] public function testAssertTrap1511(): void { $this->runAssertTrapCommand( @@ -15103,7 +13591,6 @@ final class TableCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap1511')] public function testAssertTrap1512(): void { $this->runAssertTrapCommand( @@ -15113,7 +13600,6 @@ final class TableCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap1512')] public function testAssertTrap1513(): void { $this->runAssertTrapCommand( @@ -15123,7 +13609,6 @@ final class TableCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap1513')] public function testAssertTrap1514(): void { $this->runAssertTrapCommand( @@ -15133,7 +13618,6 @@ final class TableCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap1514')] public function testAssertTrap1515(): void { $this->runAssertTrapCommand( @@ -15143,7 +13627,6 @@ final class TableCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap1515')] public function testAssertTrap1516(): void { $this->runAssertTrapCommand( @@ -15153,7 +13636,6 @@ final class TableCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap1516')] public function testAssertTrap1517(): void { $this->runAssertTrapCommand( @@ -15163,7 +13645,6 @@ final class TableCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap1517')] public function testAssertTrap1518(): void { $this->runAssertTrapCommand( @@ -15173,7 +13654,6 @@ final class TableCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap1518')] public function testAssertTrap1519(): void { $this->runAssertTrapCommand( @@ -15183,7 +13663,6 @@ final class TableCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap1519')] public function testAssertTrap1520(): void { $this->runAssertTrapCommand( @@ -15193,7 +13672,6 @@ final class TableCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap1520')] public function testAssertTrap1521(): void { $this->runAssertTrapCommand( @@ -15203,7 +13681,6 @@ final class TableCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap1521')] public function testAssertTrap1522(): void { $this->runAssertTrapCommand( @@ -15213,7 +13690,6 @@ final class TableCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap1522')] public function testAssertTrap1523(): void { $this->runAssertTrapCommand( @@ -15223,7 +13699,6 @@ final class TableCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap1523')] public function testAssertTrap1524(): void { $this->runAssertTrapCommand( @@ -15233,7 +13708,6 @@ final class TableCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap1524')] public function testAssertTrap1525(): void { $this->runAssertTrapCommand( @@ -15243,7 +13717,6 @@ final class TableCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap1525')] public function testAssertTrap1526(): void { $this->runAssertTrapCommand( @@ -15253,7 +13726,6 @@ final class TableCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap1526')] public function testAssertTrap1527(): void { $this->runAssertTrapCommand( @@ -15263,7 +13735,6 @@ final class TableCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap1527')] public function testAssertTrap1528(): void { $this->runAssertTrapCommand( @@ -15273,7 +13744,6 @@ final class TableCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap1528')] public function testAssertTrap1529(): void { $this->runAssertTrapCommand( @@ -15283,7 +13753,6 @@ final class TableCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap1529')] public function testAssertTrap1530(): void { $this->runAssertTrapCommand( @@ -15293,7 +13762,6 @@ final class TableCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap1530')] public function testAssertTrap1531(): void { $this->runAssertTrapCommand( @@ -15303,7 +13771,6 @@ final class TableCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap1531')] public function testAssertTrap1532(): void { $this->runAssertTrapCommand( @@ -15313,7 +13780,6 @@ final class TableCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap1532')] public function testAssertTrap1533(): void { $this->runAssertTrapCommand( @@ -15323,7 +13789,6 @@ final class TableCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap1533')] public function testAssertTrap1534(): void { $this->runAssertTrapCommand( @@ -15333,7 +13798,6 @@ final class TableCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap1534')] public function testAssertTrap1535(): void { $this->runAssertTrapCommand( @@ -15343,7 +13807,6 @@ final class TableCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap1535')] public function testAssertTrap1536(): void { $this->runAssertTrapCommand( @@ -15353,7 +13816,6 @@ final class TableCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap1536')] public function testAssertTrap1537(): void { $this->runAssertTrapCommand( @@ -15363,7 +13825,6 @@ final class TableCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap1537')] public function testAssertTrap1538(): void { $this->runAssertTrapCommand( @@ -15373,7 +13834,6 @@ final class TableCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap1538')] public function testAssertTrap1539(): void { $this->runAssertTrapCommand( @@ -15383,7 +13843,6 @@ final class TableCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap1539')] public function testAssertTrap1540(): void { $this->runAssertTrapCommand( @@ -15393,7 +13852,6 @@ final class TableCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap1540')] public function testAssertTrap1541(): void { $this->runAssertTrapCommand( @@ -15403,7 +13861,6 @@ final class TableCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap1541')] public function testAssertTrap1542(): void { $this->runAssertTrapCommand( @@ -15413,7 +13870,6 @@ final class TableCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap1542')] public function testAssertTrap1543(): void { $this->runAssertTrapCommand( @@ -15423,7 +13879,6 @@ final class TableCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap1543')] public function testAssertTrap1544(): void { $this->runAssertTrapCommand( @@ -15433,7 +13888,6 @@ final class TableCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap1544')] public function testAssertTrap1545(): void { $this->runAssertTrapCommand( @@ -15443,7 +13897,6 @@ final class TableCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap1545')] public function testAssertTrap1546(): void { $this->runAssertTrapCommand( @@ -15453,7 +13906,6 @@ final class TableCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap1546')] public function testAssertTrap1547(): void { $this->runAssertTrapCommand( @@ -15463,7 +13915,6 @@ final class TableCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap1547')] public function testAssertTrap1548(): void { $this->runAssertTrapCommand( @@ -15473,7 +13924,6 @@ final class TableCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap1548')] public function testAssertTrap1549(): void { $this->runAssertTrapCommand( @@ -15483,7 +13933,6 @@ final class TableCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap1549')] public function testAssertTrap1550(): void { $this->runAssertTrapCommand( @@ -15493,7 +13942,6 @@ final class TableCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap1550')] public function testAssertTrap1551(): void { $this->runAssertTrapCommand( @@ -15503,7 +13951,6 @@ final class TableCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap1551')] public function testAssertTrap1552(): void { $this->runAssertTrapCommand( @@ -15513,7 +13960,6 @@ final class TableCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap1552')] public function testAssertTrap1553(): void { $this->runAssertTrapCommand( @@ -15523,7 +13969,6 @@ final class TableCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap1553')] public function testAssertTrap1554(): void { $this->runAssertTrapCommand( @@ -15533,7 +13978,6 @@ final class TableCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap1554')] public function testAssertTrap1555(): void { $this->runAssertTrapCommand( @@ -15543,7 +13987,6 @@ final class TableCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap1555')] public function testAssertTrap1556(): void { $this->runAssertTrapCommand( @@ -15553,7 +13996,6 @@ final class TableCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap1556')] public function testAssertTrap1557(): void { $this->runAssertTrapCommand( @@ -15563,7 +14005,6 @@ final class TableCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap1557')] public function testAssertTrap1558(): void { $this->runAssertTrapCommand( @@ -15573,7 +14014,6 @@ final class TableCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap1558')] public function testAssertTrap1559(): void { $this->runAssertTrapCommand( @@ -15583,7 +14023,6 @@ final class TableCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap1559')] public function testAssertTrap1560(): void { $this->runAssertTrapCommand( @@ -15593,7 +14032,6 @@ final class TableCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap1560')] public function testAssertTrap1561(): void { $this->runAssertTrapCommand( @@ -15603,7 +14041,6 @@ final class TableCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap1561')] public function testAssertTrap1562(): void { $this->runAssertTrapCommand( @@ -15613,7 +14050,6 @@ final class TableCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap1562')] public function testAssertTrap1563(): void { $this->runAssertTrapCommand( @@ -15623,7 +14059,6 @@ final class TableCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap1563')] public function testAssertTrap1564(): void { $this->runAssertTrapCommand( @@ -15633,7 +14068,6 @@ final class TableCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap1564')] public function testAssertTrap1565(): void { $this->runAssertTrapCommand( @@ -15643,7 +14077,6 @@ final class TableCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap1565')] public function testAssertTrap1566(): void { $this->runAssertTrapCommand( @@ -15653,7 +14086,6 @@ final class TableCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap1566')] public function testAssertTrap1567(): void { $this->runAssertTrapCommand( @@ -15663,7 +14095,6 @@ final class TableCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap1567')] public function testAssertTrap1568(): void { $this->runAssertTrapCommand( @@ -15673,7 +14104,6 @@ final class TableCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap1568')] public function testAssertTrap1569(): void { $this->runAssertTrapCommand( @@ -15683,7 +14113,6 @@ final class TableCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap1569')] public function testAssertTrap1570(): void { $this->runAssertTrapCommand( @@ -15693,7 +14122,6 @@ final class TableCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap1570')] public function testAssertTrap1571(): void { $this->runAssertTrapCommand( @@ -15703,7 +14131,6 @@ final class TableCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap1571')] public function testAssertTrap1572(): void { $this->runAssertTrapCommand( @@ -15713,7 +14140,6 @@ final class TableCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap1572')] public function testAssertTrap1573(): void { $this->runAssertTrapCommand( @@ -15723,7 +14149,6 @@ final class TableCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap1573')] public function testAssertTrap1574(): void { $this->runAssertTrapCommand( @@ -15733,7 +14158,6 @@ final class TableCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap1574')] public function testAssertTrap1575(): void { $this->runAssertTrapCommand( @@ -15743,7 +14167,6 @@ final class TableCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap1575')] public function testAssertTrap1576(): void { $this->runAssertTrapCommand( @@ -15753,7 +14176,6 @@ final class TableCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap1576')] public function testAssertTrap1577(): void { $this->runAssertTrapCommand( @@ -15763,7 +14185,6 @@ final class TableCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap1577')] public function testAssertTrap1578(): void { $this->runAssertTrapCommand( @@ -15773,7 +14194,6 @@ final class TableCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap1578')] public function testAssertTrap1579(): void { $this->runAssertTrapCommand( @@ -15783,7 +14203,6 @@ final class TableCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap1579')] public function testAssertTrap1580(): void { $this->runAssertTrapCommand( @@ -15793,7 +14212,6 @@ final class TableCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap1580')] public function testAssertTrap1581(): void { $this->runAssertTrapCommand( @@ -15803,7 +14221,6 @@ final class TableCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap1581')] public function testAssertReturn1582(): void { $this->runAssertReturnCommand( @@ -15813,7 +14230,6 @@ final class TableCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1582')] public function testAssertReturn1583(): void { $this->runAssertReturnCommand( @@ -15823,7 +14239,6 @@ final class TableCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1583')] public function testAssertReturn1584(): void { $this->runAssertReturnCommand( @@ -15833,7 +14248,6 @@ final class TableCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1584')] public function testAssertReturn1585(): void { $this->runAssertReturnCommand( @@ -15843,7 +14257,6 @@ final class TableCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1585')] public function testAssertReturn1586(): void { $this->runAssertReturnCommand( @@ -15853,7 +14266,6 @@ final class TableCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1586')] public function testAssertReturn1587(): void { $this->runAssertReturnCommand( @@ -15863,7 +14275,6 @@ final class TableCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1587')] public function testAssertReturn1588(): void { $this->runAssertReturnCommand( @@ -15873,7 +14284,6 @@ final class TableCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1588')] public function testAssertReturn1589(): void { $this->runAssertReturnCommand( @@ -15883,7 +14293,6 @@ final class TableCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1589')] public function testAssertReturn1590(): void { $this->runAssertReturnCommand( @@ -15893,7 +14302,6 @@ final class TableCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1590')] public function testAssertReturn1591(): void { $this->runAssertReturnCommand( @@ -15903,7 +14311,6 @@ final class TableCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1591')] public function testAssertReturn1592(): void { $this->runAssertReturnCommand( @@ -15913,7 +14320,6 @@ final class TableCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1592')] public function testAssertReturn1593(): void { $this->runAssertReturnCommand( @@ -15923,7 +14329,6 @@ final class TableCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1593')] public function testAssertReturn1594(): void { $this->runAssertReturnCommand( @@ -15933,7 +14338,6 @@ final class TableCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1594')] public function testAssertReturn1595(): void { $this->runAssertReturnCommand( @@ -15943,7 +14347,6 @@ final class TableCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1595')] public function testAssertReturn1596(): void { $this->runAssertReturnCommand( @@ -15953,7 +14356,6 @@ final class TableCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1596')] public function testAssertReturn1597(): void { $this->runAssertReturnCommand( @@ -15963,7 +14365,6 @@ final class TableCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1597')] public function testModule1598(): void { $this->runModuleCommand( @@ -15973,7 +14374,6 @@ final class TableCopyTest extends SpecTestsuiteBase ); } - #[Depends('testModule1598')] public function testAssertTrap1599(): void { $this->runAssertTrapCommand( @@ -15983,7 +14383,6 @@ final class TableCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap1599')] public function testAssertReturn1600(): void { $this->runAssertReturnCommand( @@ -15993,7 +14392,6 @@ final class TableCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1600')] public function testAssertReturn1601(): void { $this->runAssertReturnCommand( @@ -16003,7 +14401,6 @@ final class TableCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1601')] public function testAssertReturn1602(): void { $this->runAssertReturnCommand( @@ -16013,7 +14410,6 @@ final class TableCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1602')] public function testAssertReturn1603(): void { $this->runAssertReturnCommand( @@ -16023,7 +14419,6 @@ final class TableCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1603')] public function testAssertReturn1604(): void { $this->runAssertReturnCommand( @@ -16033,7 +14428,6 @@ final class TableCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1604')] public function testAssertReturn1605(): void { $this->runAssertReturnCommand( @@ -16043,7 +14437,6 @@ final class TableCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1605')] public function testAssertReturn1606(): void { $this->runAssertReturnCommand( @@ -16053,7 +14446,6 @@ final class TableCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1606')] public function testAssertReturn1607(): void { $this->runAssertReturnCommand( @@ -16063,7 +14455,6 @@ final class TableCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1607')] public function testAssertReturn1608(): void { $this->runAssertReturnCommand( @@ -16073,7 +14464,6 @@ final class TableCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1608')] public function testAssertReturn1609(): void { $this->runAssertReturnCommand( @@ -16083,7 +14473,6 @@ final class TableCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1609')] public function testAssertReturn1610(): void { $this->runAssertReturnCommand( @@ -16093,7 +14482,6 @@ final class TableCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1610')] public function testAssertReturn1611(): void { $this->runAssertReturnCommand( @@ -16103,7 +14491,6 @@ final class TableCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1611')] public function testAssertReturn1612(): void { $this->runAssertReturnCommand( @@ -16113,7 +14500,6 @@ final class TableCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1612')] public function testAssertReturn1613(): void { $this->runAssertReturnCommand( @@ -16123,7 +14509,6 @@ final class TableCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1613')] public function testAssertReturn1614(): void { $this->runAssertReturnCommand( @@ -16133,7 +14518,6 @@ final class TableCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1614')] public function testAssertReturn1615(): void { $this->runAssertReturnCommand( @@ -16143,7 +14527,6 @@ final class TableCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1615')] public function testAssertTrap1616(): void { $this->runAssertTrapCommand( @@ -16153,7 +14536,6 @@ final class TableCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap1616')] public function testAssertTrap1617(): void { $this->runAssertTrapCommand( @@ -16163,7 +14545,6 @@ final class TableCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap1617')] public function testAssertTrap1618(): void { $this->runAssertTrapCommand( @@ -16173,7 +14554,6 @@ final class TableCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap1618')] public function testAssertTrap1619(): void { $this->runAssertTrapCommand( @@ -16183,7 +14563,6 @@ final class TableCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap1619')] public function testAssertTrap1620(): void { $this->runAssertTrapCommand( @@ -16193,7 +14572,6 @@ final class TableCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap1620')] public function testAssertTrap1621(): void { $this->runAssertTrapCommand( @@ -16203,7 +14581,6 @@ final class TableCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap1621')] public function testAssertTrap1622(): void { $this->runAssertTrapCommand( @@ -16213,7 +14590,6 @@ final class TableCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap1622')] public function testAssertTrap1623(): void { $this->runAssertTrapCommand( @@ -16223,7 +14599,6 @@ final class TableCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap1623')] public function testAssertTrap1624(): void { $this->runAssertTrapCommand( @@ -16233,7 +14608,6 @@ final class TableCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap1624')] public function testAssertTrap1625(): void { $this->runAssertTrapCommand( @@ -16243,7 +14617,6 @@ final class TableCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap1625')] public function testAssertTrap1626(): void { $this->runAssertTrapCommand( @@ -16253,7 +14626,6 @@ final class TableCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap1626')] public function testAssertTrap1627(): void { $this->runAssertTrapCommand( @@ -16263,7 +14635,6 @@ final class TableCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap1627')] public function testAssertTrap1628(): void { $this->runAssertTrapCommand( @@ -16273,7 +14644,6 @@ final class TableCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap1628')] public function testAssertTrap1629(): void { $this->runAssertTrapCommand( @@ -16283,7 +14653,6 @@ final class TableCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap1629')] public function testAssertTrap1630(): void { $this->runAssertTrapCommand( @@ -16293,7 +14662,6 @@ final class TableCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap1630')] public function testAssertTrap1631(): void { $this->runAssertTrapCommand( @@ -16303,7 +14671,6 @@ final class TableCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap1631')] public function testAssertTrap1632(): void { $this->runAssertTrapCommand( @@ -16313,7 +14680,6 @@ final class TableCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap1632')] public function testAssertTrap1633(): void { $this->runAssertTrapCommand( @@ -16323,7 +14689,6 @@ final class TableCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap1633')] public function testAssertTrap1634(): void { $this->runAssertTrapCommand( @@ -16333,7 +14698,6 @@ final class TableCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap1634')] public function testAssertTrap1635(): void { $this->runAssertTrapCommand( @@ -16343,7 +14707,6 @@ final class TableCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap1635')] public function testAssertTrap1636(): void { $this->runAssertTrapCommand( @@ -16353,7 +14716,6 @@ final class TableCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap1636')] public function testAssertTrap1637(): void { $this->runAssertTrapCommand( @@ -16363,7 +14725,6 @@ final class TableCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap1637')] public function testAssertTrap1638(): void { $this->runAssertTrapCommand( @@ -16373,7 +14734,6 @@ final class TableCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap1638')] public function testAssertTrap1639(): void { $this->runAssertTrapCommand( @@ -16383,7 +14743,6 @@ final class TableCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap1639')] public function testAssertTrap1640(): void { $this->runAssertTrapCommand( @@ -16393,7 +14752,6 @@ final class TableCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap1640')] public function testAssertTrap1641(): void { $this->runAssertTrapCommand( @@ -16403,7 +14761,6 @@ final class TableCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap1641')] public function testAssertTrap1642(): void { $this->runAssertTrapCommand( @@ -16413,7 +14770,6 @@ final class TableCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap1642')] public function testAssertTrap1643(): void { $this->runAssertTrapCommand( @@ -16423,7 +14779,6 @@ final class TableCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap1643')] public function testAssertTrap1644(): void { $this->runAssertTrapCommand( @@ -16433,7 +14788,6 @@ final class TableCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap1644')] public function testAssertTrap1645(): void { $this->runAssertTrapCommand( @@ -16443,7 +14797,6 @@ final class TableCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap1645')] public function testAssertTrap1646(): void { $this->runAssertTrapCommand( @@ -16453,7 +14806,6 @@ final class TableCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap1646')] public function testAssertTrap1647(): void { $this->runAssertTrapCommand( @@ -16463,7 +14815,6 @@ final class TableCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap1647')] public function testAssertTrap1648(): void { $this->runAssertTrapCommand( @@ -16473,7 +14824,6 @@ final class TableCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap1648')] public function testAssertTrap1649(): void { $this->runAssertTrapCommand( @@ -16483,7 +14833,6 @@ final class TableCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap1649')] public function testAssertTrap1650(): void { $this->runAssertTrapCommand( @@ -16493,7 +14842,6 @@ final class TableCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap1650')] public function testAssertTrap1651(): void { $this->runAssertTrapCommand( @@ -16503,7 +14851,6 @@ final class TableCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap1651')] public function testAssertTrap1652(): void { $this->runAssertTrapCommand( @@ -16513,7 +14860,6 @@ final class TableCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap1652')] public function testAssertTrap1653(): void { $this->runAssertTrapCommand( @@ -16523,7 +14869,6 @@ final class TableCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap1653')] public function testAssertTrap1654(): void { $this->runAssertTrapCommand( @@ -16533,7 +14878,6 @@ final class TableCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap1654')] public function testAssertTrap1655(): void { $this->runAssertTrapCommand( @@ -16543,7 +14887,6 @@ final class TableCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap1655')] public function testAssertTrap1656(): void { $this->runAssertTrapCommand( @@ -16553,7 +14896,6 @@ final class TableCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap1656')] public function testAssertTrap1657(): void { $this->runAssertTrapCommand( @@ -16563,7 +14905,6 @@ final class TableCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap1657')] public function testAssertTrap1658(): void { $this->runAssertTrapCommand( @@ -16573,7 +14914,6 @@ final class TableCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap1658')] public function testAssertTrap1659(): void { $this->runAssertTrapCommand( @@ -16583,7 +14923,6 @@ final class TableCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap1659')] public function testAssertTrap1660(): void { $this->runAssertTrapCommand( @@ -16593,7 +14932,6 @@ final class TableCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap1660')] public function testAssertTrap1661(): void { $this->runAssertTrapCommand( @@ -16603,7 +14941,6 @@ final class TableCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap1661')] public function testAssertTrap1662(): void { $this->runAssertTrapCommand( @@ -16613,7 +14950,6 @@ final class TableCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap1662')] public function testAssertTrap1663(): void { $this->runAssertTrapCommand( @@ -16623,7 +14959,6 @@ final class TableCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap1663')] public function testAssertTrap1664(): void { $this->runAssertTrapCommand( @@ -16633,7 +14968,6 @@ final class TableCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap1664')] public function testAssertTrap1665(): void { $this->runAssertTrapCommand( @@ -16643,7 +14977,6 @@ final class TableCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap1665')] public function testAssertTrap1666(): void { $this->runAssertTrapCommand( @@ -16653,7 +14986,6 @@ final class TableCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap1666')] public function testAssertTrap1667(): void { $this->runAssertTrapCommand( @@ -16663,7 +14995,6 @@ final class TableCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap1667')] public function testAssertTrap1668(): void { $this->runAssertTrapCommand( @@ -16673,7 +15004,6 @@ final class TableCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap1668')] public function testAssertTrap1669(): void { $this->runAssertTrapCommand( @@ -16683,7 +15013,6 @@ final class TableCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap1669')] public function testAssertTrap1670(): void { $this->runAssertTrapCommand( @@ -16693,7 +15022,6 @@ final class TableCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap1670')] public function testAssertTrap1671(): void { $this->runAssertTrapCommand( @@ -16703,7 +15031,6 @@ final class TableCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap1671')] public function testAssertTrap1672(): void { $this->runAssertTrapCommand( @@ -16713,7 +15040,6 @@ final class TableCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap1672')] public function testAssertTrap1673(): void { $this->runAssertTrapCommand( @@ -16723,7 +15049,6 @@ final class TableCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap1673')] public function testAssertTrap1674(): void { $this->runAssertTrapCommand( @@ -16733,7 +15058,6 @@ final class TableCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap1674')] public function testAssertTrap1675(): void { $this->runAssertTrapCommand( @@ -16743,7 +15067,6 @@ final class TableCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap1675')] public function testAssertTrap1676(): void { $this->runAssertTrapCommand( @@ -16753,7 +15076,6 @@ final class TableCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap1676')] public function testAssertTrap1677(): void { $this->runAssertTrapCommand( @@ -16763,7 +15085,6 @@ final class TableCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap1677')] public function testAssertTrap1678(): void { $this->runAssertTrapCommand( @@ -16773,7 +15094,6 @@ final class TableCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap1678')] public function testAssertTrap1679(): void { $this->runAssertTrapCommand( @@ -16783,7 +15103,6 @@ final class TableCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap1679')] public function testAssertTrap1680(): void { $this->runAssertTrapCommand( @@ -16793,7 +15112,6 @@ final class TableCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap1680')] public function testAssertTrap1681(): void { $this->runAssertTrapCommand( @@ -16803,7 +15121,6 @@ final class TableCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap1681')] public function testAssertTrap1682(): void { $this->runAssertTrapCommand( @@ -16813,7 +15130,6 @@ final class TableCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap1682')] public function testAssertTrap1683(): void { $this->runAssertTrapCommand( @@ -16823,7 +15139,6 @@ final class TableCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap1683')] public function testAssertTrap1684(): void { $this->runAssertTrapCommand( @@ -16833,7 +15148,6 @@ final class TableCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap1684')] public function testAssertTrap1685(): void { $this->runAssertTrapCommand( @@ -16843,7 +15157,6 @@ final class TableCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap1685')] public function testAssertTrap1686(): void { $this->runAssertTrapCommand( @@ -16853,7 +15166,6 @@ final class TableCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap1686')] public function testAssertTrap1687(): void { $this->runAssertTrapCommand( @@ -16863,7 +15175,6 @@ final class TableCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap1687')] public function testAssertTrap1688(): void { $this->runAssertTrapCommand( @@ -16873,7 +15184,6 @@ final class TableCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap1688')] public function testAssertTrap1689(): void { $this->runAssertTrapCommand( @@ -16883,7 +15193,6 @@ final class TableCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap1689')] public function testAssertTrap1690(): void { $this->runAssertTrapCommand( @@ -16893,7 +15202,6 @@ final class TableCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap1690')] public function testAssertTrap1691(): void { $this->runAssertTrapCommand( @@ -16903,7 +15211,6 @@ final class TableCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap1691')] public function testAssertTrap1692(): void { $this->runAssertTrapCommand( @@ -16913,7 +15220,6 @@ final class TableCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap1692')] public function testAssertTrap1693(): void { $this->runAssertTrapCommand( @@ -16923,7 +15229,6 @@ final class TableCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap1693')] public function testAssertTrap1694(): void { $this->runAssertTrapCommand( @@ -16933,7 +15238,6 @@ final class TableCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap1694')] public function testAssertTrap1695(): void { $this->runAssertTrapCommand( @@ -16943,7 +15247,6 @@ final class TableCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap1695')] public function testAssertTrap1696(): void { $this->runAssertTrapCommand( @@ -16953,7 +15256,6 @@ final class TableCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap1696')] public function testAssertTrap1697(): void { $this->runAssertTrapCommand( @@ -16963,7 +15265,6 @@ final class TableCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap1697')] public function testAssertTrap1698(): void { $this->runAssertTrapCommand( @@ -16973,7 +15274,6 @@ final class TableCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap1698')] public function testAssertTrap1699(): void { $this->runAssertTrapCommand( @@ -16983,7 +15283,6 @@ final class TableCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap1699')] public function testAssertTrap1700(): void { $this->runAssertTrapCommand( @@ -16993,7 +15292,6 @@ final class TableCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap1700')] public function testAssertTrap1701(): void { $this->runAssertTrapCommand( @@ -17003,7 +15301,6 @@ final class TableCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap1701')] public function testAssertTrap1702(): void { $this->runAssertTrapCommand( @@ -17013,7 +15310,6 @@ final class TableCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap1702')] public function testAssertTrap1703(): void { $this->runAssertTrapCommand( @@ -17023,7 +15319,6 @@ final class TableCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap1703')] public function testAssertTrap1704(): void { $this->runAssertTrapCommand( @@ -17033,7 +15328,6 @@ final class TableCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap1704')] public function testAssertTrap1705(): void { $this->runAssertTrapCommand( @@ -17043,7 +15337,6 @@ final class TableCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap1705')] public function testAssertTrap1706(): void { $this->runAssertTrapCommand( @@ -17053,7 +15346,6 @@ final class TableCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap1706')] public function testAssertTrap1707(): void { $this->runAssertTrapCommand( @@ -17063,7 +15355,6 @@ final class TableCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap1707')] public function testAssertTrap1708(): void { $this->runAssertTrapCommand( @@ -17073,7 +15364,6 @@ final class TableCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap1708')] public function testAssertTrap1709(): void { $this->runAssertTrapCommand( @@ -17083,7 +15373,6 @@ final class TableCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap1709')] public function testAssertTrap1710(): void { $this->runAssertTrapCommand( @@ -17093,7 +15382,6 @@ final class TableCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap1710')] public function testAssertTrap1711(): void { $this->runAssertTrapCommand( @@ -17103,7 +15391,6 @@ final class TableCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap1711')] public function testAssertTrap1712(): void { $this->runAssertTrapCommand( @@ -17113,7 +15400,6 @@ final class TableCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap1712')] public function testAssertTrap1713(): void { $this->runAssertTrapCommand( @@ -17123,7 +15409,6 @@ final class TableCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap1713')] public function testAssertTrap1714(): void { $this->runAssertTrapCommand( @@ -17133,7 +15418,6 @@ final class TableCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap1714')] public function testAssertTrap1715(): void { $this->runAssertTrapCommand( @@ -17143,7 +15427,6 @@ final class TableCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap1715')] public function testAssertTrap1716(): void { $this->runAssertTrapCommand( @@ -17153,7 +15436,6 @@ final class TableCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap1716')] public function testAssertTrap1717(): void { $this->runAssertTrapCommand( @@ -17163,7 +15445,6 @@ final class TableCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap1717')] public function testAssertTrap1718(): void { $this->runAssertTrapCommand( @@ -17173,7 +15454,6 @@ final class TableCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap1718')] public function testAssertTrap1719(): void { $this->runAssertTrapCommand( @@ -17183,7 +15463,6 @@ final class TableCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap1719')] public function testAssertTrap1720(): void { $this->runAssertTrapCommand( @@ -17193,7 +15472,6 @@ final class TableCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap1720')] public function testAssertTrap1721(): void { $this->runAssertTrapCommand( @@ -17203,7 +15481,6 @@ final class TableCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap1721')] public function testAssertTrap1722(): void { $this->runAssertTrapCommand( @@ -17213,7 +15490,6 @@ final class TableCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap1722')] public function testAssertTrap1723(): void { $this->runAssertTrapCommand( @@ -17223,7 +15499,6 @@ final class TableCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap1723')] public function testAssertTrap1724(): void { $this->runAssertTrapCommand( @@ -17233,7 +15508,6 @@ final class TableCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap1724')] public function testAssertTrap1725(): void { $this->runAssertTrapCommand( @@ -17243,7 +15517,6 @@ final class TableCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap1725')] public function testAssertTrap1726(): void { $this->runAssertTrapCommand( @@ -17253,7 +15526,6 @@ final class TableCopyTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap1726')] public function testAssertTrap1727(): void { $this->runAssertTrapCommand( diff --git a/tests/src/SpecTestsuites/Core/TableFillTest.php b/tests/src/SpecTestsuites/Core/TableFillTest.php index 4a88a47..1703d87 100644 --- a/tests/src/SpecTestsuites/Core/TableFillTest.php +++ b/tests/src/SpecTestsuites/Core/TableFillTest.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 TableFillTest extends SpecTestsuiteBase @@ -19,7 +18,6 @@ final class TableFillTest extends SpecTestsuiteBase ); } - #[Depends('testModule0')] public function testAssertReturn1(): void { $this->runAssertReturnCommand( @@ -29,7 +27,6 @@ final class TableFillTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1')] public function testAssertReturn2(): void { $this->runAssertReturnCommand( @@ -39,7 +36,6 @@ final class TableFillTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2')] public function testAssertReturn3(): void { $this->runAssertReturnCommand( @@ -49,7 +45,6 @@ final class TableFillTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn3')] public function testAssertReturn4(): void { $this->runAssertReturnCommand( @@ -59,7 +54,6 @@ final class TableFillTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn4')] public function testAssertReturn5(): void { $this->runAssertReturnCommand( @@ -69,7 +63,6 @@ final class TableFillTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn5')] public function testAssertReturn6(): void { $this->runAssertReturnCommand( @@ -79,7 +72,6 @@ final class TableFillTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn6')] public function testAssertReturn7(): void { $this->runAssertReturnCommand( @@ -89,7 +81,6 @@ final class TableFillTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn7')] public function testAssertReturn8(): void { $this->runAssertReturnCommand( @@ -99,7 +90,6 @@ final class TableFillTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn8')] public function testAssertReturn9(): void { $this->runAssertReturnCommand( @@ -109,7 +99,6 @@ final class TableFillTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn9')] public function testAssertReturn10(): void { $this->runAssertReturnCommand( @@ -119,7 +108,6 @@ final class TableFillTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn10')] public function testAssertReturn11(): void { $this->runAssertReturnCommand( @@ -129,7 +117,6 @@ final class TableFillTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn11')] public function testAssertReturn12(): void { $this->runAssertReturnCommand( @@ -139,7 +126,6 @@ final class TableFillTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn12')] public function testAssertReturn13(): void { $this->runAssertReturnCommand( @@ -149,7 +135,6 @@ final class TableFillTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn13')] public function testAssertReturn14(): void { $this->runAssertReturnCommand( @@ -159,7 +144,6 @@ final class TableFillTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn14')] public function testAssertReturn15(): void { $this->runAssertReturnCommand( @@ -169,7 +153,6 @@ final class TableFillTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn15')] public function testAssertReturn16(): void { $this->runAssertReturnCommand( @@ -179,7 +162,6 @@ final class TableFillTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn16')] public function testAssertReturn17(): void { $this->runAssertReturnCommand( @@ -189,7 +171,6 @@ final class TableFillTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn17')] public function testAssertReturn18(): void { $this->runAssertReturnCommand( @@ -199,7 +180,6 @@ final class TableFillTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn18')] public function testAssertReturn19(): void { $this->runAssertReturnCommand( @@ -209,7 +189,6 @@ final class TableFillTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn19')] public function testAssertReturn20(): void { $this->runAssertReturnCommand( @@ -219,7 +198,6 @@ final class TableFillTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn20')] public function testAssertReturn21(): void { $this->runAssertReturnCommand( @@ -229,7 +207,6 @@ final class TableFillTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn21')] public function testAssertReturn22(): void { $this->runAssertReturnCommand( @@ -239,7 +216,6 @@ final class TableFillTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn22')] public function testAssertReturn23(): void { $this->runAssertReturnCommand( @@ -249,7 +225,6 @@ final class TableFillTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn23')] public function testAssertReturn24(): void { $this->runAssertReturnCommand( @@ -259,7 +234,6 @@ final class TableFillTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn24')] public function testAssertReturn25(): void { $this->runAssertReturnCommand( @@ -269,7 +243,6 @@ final class TableFillTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn25')] public function testAssertReturn26(): void { $this->runAssertReturnCommand( @@ -279,7 +252,6 @@ final class TableFillTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn26')] public function testAssertReturn27(): void { $this->runAssertReturnCommand( @@ -289,7 +261,6 @@ final class TableFillTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn27')] public function testAssertReturn28(): void { $this->runAssertReturnCommand( @@ -299,7 +270,6 @@ final class TableFillTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn28')] public function testAssertReturn29(): void { $this->runAssertReturnCommand( @@ -309,7 +279,6 @@ final class TableFillTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn29')] public function testAssertTrap30(): void { $this->runAssertTrapCommand( @@ -319,7 +288,6 @@ final class TableFillTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap30')] public function testAssertReturn31(): void { $this->runAssertReturnCommand( @@ -329,7 +297,6 @@ final class TableFillTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn31')] public function testAssertReturn32(): void { $this->runAssertReturnCommand( @@ -339,7 +306,6 @@ final class TableFillTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn32')] public function testAssertReturn33(): void { $this->runAssertReturnCommand( @@ -349,7 +315,6 @@ final class TableFillTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn33')] public function testAssertTrap34(): void { $this->runAssertTrapCommand( @@ -359,7 +324,6 @@ final class TableFillTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap34')] public function testAssertTrap35(): void { $this->runAssertTrapCommand( @@ -369,7 +333,6 @@ final class TableFillTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap35')] public function testAssertInvalid36(): void { $this->runAssertInvalidCommand( @@ -379,7 +342,6 @@ final class TableFillTest extends SpecTestsuiteBase ); } - #[Depends('testAssertInvalid36')] public function testAssertInvalid37(): void { $this->runAssertInvalidCommand( @@ -389,7 +351,6 @@ final class TableFillTest extends SpecTestsuiteBase ); } - #[Depends('testAssertInvalid37')] public function testAssertInvalid38(): void { $this->runAssertInvalidCommand( @@ -399,7 +360,6 @@ final class TableFillTest extends SpecTestsuiteBase ); } - #[Depends('testAssertInvalid38')] public function testAssertInvalid39(): void { $this->runAssertInvalidCommand( @@ -409,7 +369,6 @@ final class TableFillTest extends SpecTestsuiteBase ); } - #[Depends('testAssertInvalid39')] public function testAssertInvalid40(): void { $this->runAssertInvalidCommand( @@ -419,7 +378,6 @@ final class TableFillTest extends SpecTestsuiteBase ); } - #[Depends('testAssertInvalid40')] public function testAssertInvalid41(): void { $this->runAssertInvalidCommand( @@ -429,7 +387,6 @@ final class TableFillTest extends SpecTestsuiteBase ); } - #[Depends('testAssertInvalid41')] public function testAssertInvalid42(): void { $this->runAssertInvalidCommand( @@ -439,7 +396,6 @@ final class TableFillTest extends SpecTestsuiteBase ); } - #[Depends('testAssertInvalid42')] public function testAssertInvalid43(): void { $this->runAssertInvalidCommand( @@ -449,7 +405,6 @@ final class TableFillTest extends SpecTestsuiteBase ); } - #[Depends('testAssertInvalid43')] public function testAssertInvalid44(): void { $this->runAssertInvalidCommand( diff --git a/tests/src/SpecTestsuites/Core/TableGetTest.php b/tests/src/SpecTestsuites/Core/TableGetTest.php index 7aa7a69..8badf37 100644 --- a/tests/src/SpecTestsuites/Core/TableGetTest.php +++ b/tests/src/SpecTestsuites/Core/TableGetTest.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 TableGetTest extends SpecTestsuiteBase @@ -19,7 +18,6 @@ final class TableGetTest extends SpecTestsuiteBase ); } - #[Depends('testModule0')] public function testAction1(): void { $this->runActionCommand( @@ -28,7 +26,6 @@ final class TableGetTest extends SpecTestsuiteBase ); } - #[Depends('testAction1')] public function testAssertReturn2(): void { $this->runAssertReturnCommand( @@ -38,7 +35,6 @@ final class TableGetTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2')] public function testAssertReturn3(): void { $this->runAssertReturnCommand( @@ -48,7 +44,6 @@ final class TableGetTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn3')] public function testAssertReturn4(): void { $this->runAssertReturnCommand( @@ -58,7 +53,6 @@ final class TableGetTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn4')] public function testAssertReturn5(): void { $this->runAssertReturnCommand( @@ -68,7 +62,6 @@ final class TableGetTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn5')] public function testAssertReturn6(): void { $this->runAssertReturnCommand( @@ -78,7 +71,6 @@ final class TableGetTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn6')] public function testAssertTrap7(): void { $this->runAssertTrapCommand( @@ -88,7 +80,6 @@ final class TableGetTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap7')] public function testAssertTrap8(): void { $this->runAssertTrapCommand( @@ -98,7 +89,6 @@ final class TableGetTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap8')] public function testAssertTrap9(): void { $this->runAssertTrapCommand( @@ -108,7 +98,6 @@ final class TableGetTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap9')] public function testAssertTrap10(): void { $this->runAssertTrapCommand( @@ -118,7 +107,6 @@ final class TableGetTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap10')] public function testAssertInvalid11(): void { $this->runAssertInvalidCommand( @@ -128,7 +116,6 @@ final class TableGetTest extends SpecTestsuiteBase ); } - #[Depends('testAssertInvalid11')] public function testAssertInvalid12(): void { $this->runAssertInvalidCommand( @@ -138,7 +125,6 @@ final class TableGetTest extends SpecTestsuiteBase ); } - #[Depends('testAssertInvalid12')] public function testAssertInvalid13(): void { $this->runAssertInvalidCommand( @@ -148,7 +134,6 @@ final class TableGetTest extends SpecTestsuiteBase ); } - #[Depends('testAssertInvalid13')] public function testAssertInvalid14(): void { $this->runAssertInvalidCommand( @@ -158,7 +143,6 @@ final class TableGetTest extends SpecTestsuiteBase ); } - #[Depends('testAssertInvalid14')] public function testAssertInvalid15(): void { $this->runAssertInvalidCommand( 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( diff --git a/tests/src/SpecTestsuites/Core/TableInitTest.php b/tests/src/SpecTestsuites/Core/TableInitTest.php index b575086..3a7e642 100644 --- a/tests/src/SpecTestsuites/Core/TableInitTest.php +++ b/tests/src/SpecTestsuites/Core/TableInitTest.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 TableInitTest extends SpecTestsuiteBase @@ -19,7 +18,6 @@ final class TableInitTest extends SpecTestsuiteBase ); } - #[Depends('testModule0')] public function testRegister1(): void { $this->runRegisterCommand( @@ -29,7 +27,6 @@ final class TableInitTest extends SpecTestsuiteBase ); } - #[Depends('testRegister1')] public function testModule2(): void { $this->runModuleCommand( @@ -39,7 +36,6 @@ final class TableInitTest extends SpecTestsuiteBase ); } - #[Depends('testModule2')] public function testAction3(): void { $this->runActionCommand( @@ -48,7 +44,6 @@ final class TableInitTest extends SpecTestsuiteBase ); } - #[Depends('testAction3')] public function testAssertTrap4(): void { $this->runAssertTrapCommand( @@ -58,7 +53,6 @@ final class TableInitTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap4')] public function testAssertTrap5(): void { $this->runAssertTrapCommand( @@ -68,7 +62,6 @@ final class TableInitTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap5')] public function testAssertReturn6(): void { $this->runAssertReturnCommand( @@ -78,7 +71,6 @@ final class TableInitTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn6')] public function testAssertReturn7(): void { $this->runAssertReturnCommand( @@ -88,7 +80,6 @@ final class TableInitTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn7')] public function testAssertReturn8(): void { $this->runAssertReturnCommand( @@ -98,7 +89,6 @@ final class TableInitTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn8')] public function testAssertReturn9(): void { $this->runAssertReturnCommand( @@ -108,7 +98,6 @@ final class TableInitTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn9')] public function testAssertTrap10(): void { $this->runAssertTrapCommand( @@ -118,7 +107,6 @@ final class TableInitTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap10')] public function testAssertReturn11(): void { $this->runAssertReturnCommand( @@ -128,7 +116,6 @@ final class TableInitTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn11')] public function testAssertReturn12(): void { $this->runAssertReturnCommand( @@ -138,7 +125,6 @@ final class TableInitTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn12')] public function testAssertReturn13(): void { $this->runAssertReturnCommand( @@ -148,7 +134,6 @@ final class TableInitTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn13')] public function testAssertReturn14(): void { $this->runAssertReturnCommand( @@ -158,7 +143,6 @@ final class TableInitTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn14')] public function testAssertTrap15(): void { $this->runAssertTrapCommand( @@ -168,7 +152,6 @@ final class TableInitTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap15')] public function testAssertReturn16(): void { $this->runAssertReturnCommand( @@ -178,7 +161,6 @@ final class TableInitTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn16')] public function testAssertReturn17(): void { $this->runAssertReturnCommand( @@ -188,7 +170,6 @@ final class TableInitTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn17')] public function testAssertReturn18(): void { $this->runAssertReturnCommand( @@ -198,7 +179,6 @@ final class TableInitTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn18')] public function testAssertReturn19(): void { $this->runAssertReturnCommand( @@ -208,7 +188,6 @@ final class TableInitTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn19')] public function testAssertReturn20(): void { $this->runAssertReturnCommand( @@ -218,7 +197,6 @@ final class TableInitTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn20')] public function testAssertTrap21(): void { $this->runAssertTrapCommand( @@ -228,7 +206,6 @@ final class TableInitTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap21')] public function testAssertTrap22(): void { $this->runAssertTrapCommand( @@ -238,7 +215,6 @@ final class TableInitTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap22')] public function testAssertTrap23(): void { $this->runAssertTrapCommand( @@ -248,7 +224,6 @@ final class TableInitTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap23')] public function testAssertTrap24(): void { $this->runAssertTrapCommand( @@ -258,7 +233,6 @@ final class TableInitTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap24')] public function testAssertTrap25(): void { $this->runAssertTrapCommand( @@ -268,7 +242,6 @@ final class TableInitTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap25')] public function testAssertTrap26(): void { $this->runAssertTrapCommand( @@ -278,7 +251,6 @@ final class TableInitTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap26')] public function testAssertTrap27(): void { $this->runAssertTrapCommand( @@ -288,7 +260,6 @@ final class TableInitTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap27')] public function testAssertTrap28(): void { $this->runAssertTrapCommand( @@ -298,7 +269,6 @@ final class TableInitTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap28')] public function testAssertTrap29(): void { $this->runAssertTrapCommand( @@ -308,7 +278,6 @@ final class TableInitTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap29')] public function testAssertTrap30(): void { $this->runAssertTrapCommand( @@ -318,7 +287,6 @@ final class TableInitTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap30')] public function testAssertTrap31(): void { $this->runAssertTrapCommand( @@ -328,7 +296,6 @@ final class TableInitTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap31')] public function testAssertTrap32(): void { $this->runAssertTrapCommand( @@ -338,7 +305,6 @@ final class TableInitTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap32')] public function testAssertTrap33(): void { $this->runAssertTrapCommand( @@ -348,7 +314,6 @@ final class TableInitTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap33')] public function testModule34(): void { $this->runModuleCommand( @@ -358,7 +323,6 @@ final class TableInitTest extends SpecTestsuiteBase ); } - #[Depends('testModule34')] public function testAction35(): void { $this->runActionCommand( @@ -367,7 +331,6 @@ final class TableInitTest extends SpecTestsuiteBase ); } - #[Depends('testAction35')] public function testAssertTrap36(): void { $this->runAssertTrapCommand( @@ -377,7 +340,6 @@ final class TableInitTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap36')] public function testAssertTrap37(): void { $this->runAssertTrapCommand( @@ -387,7 +349,6 @@ final class TableInitTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap37')] public function testAssertReturn38(): void { $this->runAssertReturnCommand( @@ -397,7 +358,6 @@ final class TableInitTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn38')] public function testAssertReturn39(): void { $this->runAssertReturnCommand( @@ -407,7 +367,6 @@ final class TableInitTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn39')] public function testAssertReturn40(): void { $this->runAssertReturnCommand( @@ -417,7 +376,6 @@ final class TableInitTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn40')] public function testAssertReturn41(): void { $this->runAssertReturnCommand( @@ -427,7 +385,6 @@ final class TableInitTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn41')] public function testAssertTrap42(): void { $this->runAssertTrapCommand( @@ -437,7 +394,6 @@ final class TableInitTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap42')] public function testAssertTrap43(): void { $this->runAssertTrapCommand( @@ -447,7 +403,6 @@ final class TableInitTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap43')] public function testAssertTrap44(): void { $this->runAssertTrapCommand( @@ -457,7 +412,6 @@ final class TableInitTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap44')] public function testAssertTrap45(): void { $this->runAssertTrapCommand( @@ -467,7 +421,6 @@ final class TableInitTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap45')] public function testAssertTrap46(): void { $this->runAssertTrapCommand( @@ -477,7 +430,6 @@ final class TableInitTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap46')] public function testAssertTrap47(): void { $this->runAssertTrapCommand( @@ -487,7 +439,6 @@ final class TableInitTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap47')] public function testAssertReturn48(): void { $this->runAssertReturnCommand( @@ -497,7 +448,6 @@ final class TableInitTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn48')] public function testAssertReturn49(): void { $this->runAssertReturnCommand( @@ -507,7 +457,6 @@ final class TableInitTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn49')] public function testAssertReturn50(): void { $this->runAssertReturnCommand( @@ -517,7 +466,6 @@ final class TableInitTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn50')] public function testAssertReturn51(): void { $this->runAssertReturnCommand( @@ -527,7 +475,6 @@ final class TableInitTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn51')] public function testAssertReturn52(): void { $this->runAssertReturnCommand( @@ -537,7 +484,6 @@ final class TableInitTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn52')] public function testAssertReturn53(): void { $this->runAssertReturnCommand( @@ -547,7 +493,6 @@ final class TableInitTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn53')] public function testAssertTrap54(): void { $this->runAssertTrapCommand( @@ -557,7 +502,6 @@ final class TableInitTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap54')] public function testAssertTrap55(): void { $this->runAssertTrapCommand( @@ -567,7 +511,6 @@ final class TableInitTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap55')] public function testAssertTrap56(): void { $this->runAssertTrapCommand( @@ -577,7 +520,6 @@ final class TableInitTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap56')] public function testAssertTrap57(): void { $this->runAssertTrapCommand( @@ -587,7 +529,6 @@ final class TableInitTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap57')] public function testAssertTrap58(): void { $this->runAssertTrapCommand( @@ -597,7 +538,6 @@ final class TableInitTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap58')] public function testAssertTrap59(): void { $this->runAssertTrapCommand( @@ -607,7 +547,6 @@ final class TableInitTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap59')] public function testAssertTrap60(): void { $this->runAssertTrapCommand( @@ -617,7 +556,6 @@ final class TableInitTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap60')] public function testAssertTrap61(): void { $this->runAssertTrapCommand( @@ -627,7 +565,6 @@ final class TableInitTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap61')] public function testAssertTrap62(): void { $this->runAssertTrapCommand( @@ -637,7 +574,6 @@ final class TableInitTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap62')] public function testAssertTrap63(): void { $this->runAssertTrapCommand( @@ -647,7 +583,6 @@ final class TableInitTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap63')] public function testAssertTrap64(): void { $this->runAssertTrapCommand( @@ -657,7 +592,6 @@ final class TableInitTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap64')] public function testAssertTrap65(): void { $this->runAssertTrapCommand( @@ -667,7 +601,6 @@ final class TableInitTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap65')] public function testModule66(): void { $this->runModuleCommand( @@ -677,7 +610,6 @@ final class TableInitTest extends SpecTestsuiteBase ); } - #[Depends('testModule66')] public function testAction67(): void { $this->runActionCommand( @@ -686,7 +618,6 @@ final class TableInitTest extends SpecTestsuiteBase ); } - #[Depends('testAction67')] public function testAssertTrap68(): void { $this->runAssertTrapCommand( @@ -696,7 +627,6 @@ final class TableInitTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap68')] public function testAssertTrap69(): void { $this->runAssertTrapCommand( @@ -706,7 +636,6 @@ final class TableInitTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap69')] public function testAssertReturn70(): void { $this->runAssertReturnCommand( @@ -716,7 +645,6 @@ final class TableInitTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn70')] public function testAssertReturn71(): void { $this->runAssertReturnCommand( @@ -726,7 +654,6 @@ final class TableInitTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn71')] public function testAssertReturn72(): void { $this->runAssertReturnCommand( @@ -736,7 +663,6 @@ final class TableInitTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn72')] public function testAssertReturn73(): void { $this->runAssertReturnCommand( @@ -746,7 +672,6 @@ final class TableInitTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn73')] public function testAssertTrap74(): void { $this->runAssertTrapCommand( @@ -756,7 +681,6 @@ final class TableInitTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap74')] public function testAssertReturn75(): void { $this->runAssertReturnCommand( @@ -766,7 +690,6 @@ final class TableInitTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn75')] public function testAssertReturn76(): void { $this->runAssertReturnCommand( @@ -776,7 +699,6 @@ final class TableInitTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn76')] public function testAssertReturn77(): void { $this->runAssertReturnCommand( @@ -786,7 +708,6 @@ final class TableInitTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn77')] public function testAssertReturn78(): void { $this->runAssertReturnCommand( @@ -796,7 +717,6 @@ final class TableInitTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn78')] public function testAssertTrap79(): void { $this->runAssertTrapCommand( @@ -806,7 +726,6 @@ final class TableInitTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap79')] public function testAssertReturn80(): void { $this->runAssertReturnCommand( @@ -816,7 +735,6 @@ final class TableInitTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn80')] public function testAssertTrap81(): void { $this->runAssertTrapCommand( @@ -826,7 +744,6 @@ final class TableInitTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap81')] public function testAssertReturn82(): void { $this->runAssertReturnCommand( @@ -836,7 +753,6 @@ final class TableInitTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn82')] public function testAssertReturn83(): void { $this->runAssertReturnCommand( @@ -846,7 +762,6 @@ final class TableInitTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn83')] public function testAssertReturn84(): void { $this->runAssertReturnCommand( @@ -856,7 +771,6 @@ final class TableInitTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn84')] public function testAssertReturn85(): void { $this->runAssertReturnCommand( @@ -866,7 +780,6 @@ final class TableInitTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn85')] public function testAssertTrap86(): void { $this->runAssertTrapCommand( @@ -876,7 +789,6 @@ final class TableInitTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap86')] public function testAssertReturn87(): void { $this->runAssertReturnCommand( @@ -886,7 +798,6 @@ final class TableInitTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn87')] public function testAssertTrap88(): void { $this->runAssertTrapCommand( @@ -896,7 +807,6 @@ final class TableInitTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap88')] public function testAssertReturn89(): void { $this->runAssertReturnCommand( @@ -906,7 +816,6 @@ final class TableInitTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn89')] public function testAssertTrap90(): void { $this->runAssertTrapCommand( @@ -916,7 +825,6 @@ final class TableInitTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap90')] public function testAssertReturn91(): void { $this->runAssertReturnCommand( @@ -926,7 +834,6 @@ final class TableInitTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn91')] public function testAssertReturn92(): void { $this->runAssertReturnCommand( @@ -936,7 +843,6 @@ final class TableInitTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn92')] public function testAssertTrap93(): void { $this->runAssertTrapCommand( @@ -946,7 +852,6 @@ final class TableInitTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap93')] public function testAssertTrap94(): void { $this->runAssertTrapCommand( @@ -956,7 +861,6 @@ final class TableInitTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap94')] public function testAssertTrap95(): void { $this->runAssertTrapCommand( @@ -966,7 +870,6 @@ final class TableInitTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap95')] public function testAssertTrap96(): void { $this->runAssertTrapCommand( @@ -976,7 +879,6 @@ final class TableInitTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap96')] public function testAssertTrap97(): void { $this->runAssertTrapCommand( @@ -986,7 +888,6 @@ final class TableInitTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap97')] public function testModule98(): void { $this->runModuleCommand( @@ -996,7 +897,6 @@ final class TableInitTest extends SpecTestsuiteBase ); } - #[Depends('testModule98')] public function testAction99(): void { $this->runActionCommand( @@ -1005,7 +905,6 @@ final class TableInitTest extends SpecTestsuiteBase ); } - #[Depends('testAction99')] public function testAssertTrap100(): void { $this->runAssertTrapCommand( @@ -1015,7 +914,6 @@ final class TableInitTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap100')] public function testAssertTrap101(): void { $this->runAssertTrapCommand( @@ -1025,7 +923,6 @@ final class TableInitTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap101')] public function testAssertReturn102(): void { $this->runAssertReturnCommand( @@ -1035,7 +932,6 @@ final class TableInitTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn102')] public function testAssertReturn103(): void { $this->runAssertReturnCommand( @@ -1045,7 +941,6 @@ final class TableInitTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn103')] public function testAssertReturn104(): void { $this->runAssertReturnCommand( @@ -1055,7 +950,6 @@ final class TableInitTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn104')] public function testAssertReturn105(): void { $this->runAssertReturnCommand( @@ -1065,7 +959,6 @@ final class TableInitTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn105')] public function testAssertTrap106(): void { $this->runAssertTrapCommand( @@ -1075,7 +968,6 @@ final class TableInitTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap106')] public function testAssertReturn107(): void { $this->runAssertReturnCommand( @@ -1085,7 +977,6 @@ final class TableInitTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn107')] public function testAssertReturn108(): void { $this->runAssertReturnCommand( @@ -1095,7 +986,6 @@ final class TableInitTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn108')] public function testAssertReturn109(): void { $this->runAssertReturnCommand( @@ -1105,7 +995,6 @@ final class TableInitTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn109')] public function testAssertReturn110(): void { $this->runAssertReturnCommand( @@ -1115,7 +1004,6 @@ final class TableInitTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn110')] public function testAssertTrap111(): void { $this->runAssertTrapCommand( @@ -1125,7 +1013,6 @@ final class TableInitTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap111')] public function testAssertReturn112(): void { $this->runAssertReturnCommand( @@ -1135,7 +1022,6 @@ final class TableInitTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn112')] public function testAssertReturn113(): void { $this->runAssertReturnCommand( @@ -1145,7 +1031,6 @@ final class TableInitTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn113')] public function testAssertReturn114(): void { $this->runAssertReturnCommand( @@ -1155,7 +1040,6 @@ final class TableInitTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn114')] public function testAssertReturn115(): void { $this->runAssertReturnCommand( @@ -1165,7 +1049,6 @@ final class TableInitTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn115')] public function testAssertReturn116(): void { $this->runAssertReturnCommand( @@ -1175,7 +1058,6 @@ final class TableInitTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn116')] public function testAssertTrap117(): void { $this->runAssertTrapCommand( @@ -1185,7 +1067,6 @@ final class TableInitTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap117')] public function testAssertTrap118(): void { $this->runAssertTrapCommand( @@ -1195,7 +1076,6 @@ final class TableInitTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap118')] public function testAssertTrap119(): void { $this->runAssertTrapCommand( @@ -1205,7 +1085,6 @@ final class TableInitTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap119')] public function testAssertTrap120(): void { $this->runAssertTrapCommand( @@ -1215,7 +1094,6 @@ final class TableInitTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap120')] public function testAssertTrap121(): void { $this->runAssertTrapCommand( @@ -1225,7 +1103,6 @@ final class TableInitTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap121')] public function testAssertTrap122(): void { $this->runAssertTrapCommand( @@ -1235,7 +1112,6 @@ final class TableInitTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap122')] public function testAssertTrap123(): void { $this->runAssertTrapCommand( @@ -1245,7 +1121,6 @@ final class TableInitTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap123')] public function testAssertTrap124(): void { $this->runAssertTrapCommand( @@ -1255,7 +1130,6 @@ final class TableInitTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap124')] public function testAssertTrap125(): void { $this->runAssertTrapCommand( @@ -1265,7 +1139,6 @@ final class TableInitTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap125')] public function testAssertTrap126(): void { $this->runAssertTrapCommand( @@ -1275,7 +1148,6 @@ final class TableInitTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap126')] public function testAssertTrap127(): void { $this->runAssertTrapCommand( @@ -1285,7 +1157,6 @@ final class TableInitTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap127')] public function testAssertTrap128(): void { $this->runAssertTrapCommand( @@ -1295,7 +1166,6 @@ final class TableInitTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap128')] public function testAssertTrap129(): void { $this->runAssertTrapCommand( @@ -1305,7 +1175,6 @@ final class TableInitTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap129')] public function testModule130(): void { $this->runModuleCommand( @@ -1315,7 +1184,6 @@ final class TableInitTest extends SpecTestsuiteBase ); } - #[Depends('testModule130')] public function testAction131(): void { $this->runActionCommand( @@ -1324,7 +1192,6 @@ final class TableInitTest extends SpecTestsuiteBase ); } - #[Depends('testAction131')] public function testAssertTrap132(): void { $this->runAssertTrapCommand( @@ -1334,7 +1201,6 @@ final class TableInitTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap132')] public function testAssertTrap133(): void { $this->runAssertTrapCommand( @@ -1344,7 +1210,6 @@ final class TableInitTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap133')] public function testAssertReturn134(): void { $this->runAssertReturnCommand( @@ -1354,7 +1219,6 @@ final class TableInitTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn134')] public function testAssertReturn135(): void { $this->runAssertReturnCommand( @@ -1364,7 +1228,6 @@ final class TableInitTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn135')] public function testAssertReturn136(): void { $this->runAssertReturnCommand( @@ -1374,7 +1237,6 @@ final class TableInitTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn136')] public function testAssertReturn137(): void { $this->runAssertReturnCommand( @@ -1384,7 +1246,6 @@ final class TableInitTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn137')] public function testAssertTrap138(): void { $this->runAssertTrapCommand( @@ -1394,7 +1255,6 @@ final class TableInitTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap138')] public function testAssertTrap139(): void { $this->runAssertTrapCommand( @@ -1404,7 +1264,6 @@ final class TableInitTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap139')] public function testAssertTrap140(): void { $this->runAssertTrapCommand( @@ -1414,7 +1273,6 @@ final class TableInitTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap140')] public function testAssertTrap141(): void { $this->runAssertTrapCommand( @@ -1424,7 +1282,6 @@ final class TableInitTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap141')] public function testAssertTrap142(): void { $this->runAssertTrapCommand( @@ -1434,7 +1291,6 @@ final class TableInitTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap142')] public function testAssertTrap143(): void { $this->runAssertTrapCommand( @@ -1444,7 +1300,6 @@ final class TableInitTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap143')] public function testAssertReturn144(): void { $this->runAssertReturnCommand( @@ -1454,7 +1309,6 @@ final class TableInitTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn144')] public function testAssertReturn145(): void { $this->runAssertReturnCommand( @@ -1464,7 +1318,6 @@ final class TableInitTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn145')] public function testAssertReturn146(): void { $this->runAssertReturnCommand( @@ -1474,7 +1327,6 @@ final class TableInitTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn146')] public function testAssertReturn147(): void { $this->runAssertReturnCommand( @@ -1484,7 +1336,6 @@ final class TableInitTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn147')] public function testAssertReturn148(): void { $this->runAssertReturnCommand( @@ -1494,7 +1345,6 @@ final class TableInitTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn148')] public function testAssertReturn149(): void { $this->runAssertReturnCommand( @@ -1504,7 +1354,6 @@ final class TableInitTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn149')] public function testAssertTrap150(): void { $this->runAssertTrapCommand( @@ -1514,7 +1363,6 @@ final class TableInitTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap150')] public function testAssertTrap151(): void { $this->runAssertTrapCommand( @@ -1524,7 +1372,6 @@ final class TableInitTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap151')] public function testAssertTrap152(): void { $this->runAssertTrapCommand( @@ -1534,7 +1381,6 @@ final class TableInitTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap152')] public function testAssertTrap153(): void { $this->runAssertTrapCommand( @@ -1544,7 +1390,6 @@ final class TableInitTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap153')] public function testAssertTrap154(): void { $this->runAssertTrapCommand( @@ -1554,7 +1399,6 @@ final class TableInitTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap154')] public function testAssertTrap155(): void { $this->runAssertTrapCommand( @@ -1564,7 +1408,6 @@ final class TableInitTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap155')] public function testAssertTrap156(): void { $this->runAssertTrapCommand( @@ -1574,7 +1417,6 @@ final class TableInitTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap156')] public function testAssertTrap157(): void { $this->runAssertTrapCommand( @@ -1584,7 +1426,6 @@ final class TableInitTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap157')] public function testAssertTrap158(): void { $this->runAssertTrapCommand( @@ -1594,7 +1435,6 @@ final class TableInitTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap158')] public function testAssertTrap159(): void { $this->runAssertTrapCommand( @@ -1604,7 +1444,6 @@ final class TableInitTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap159')] public function testAssertTrap160(): void { $this->runAssertTrapCommand( @@ -1614,7 +1453,6 @@ final class TableInitTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap160')] public function testAssertTrap161(): void { $this->runAssertTrapCommand( @@ -1624,7 +1462,6 @@ final class TableInitTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap161')] public function testModule162(): void { $this->runModuleCommand( @@ -1634,7 +1471,6 @@ final class TableInitTest extends SpecTestsuiteBase ); } - #[Depends('testModule162')] public function testAction163(): void { $this->runActionCommand( @@ -1643,7 +1479,6 @@ final class TableInitTest extends SpecTestsuiteBase ); } - #[Depends('testAction163')] public function testAssertTrap164(): void { $this->runAssertTrapCommand( @@ -1653,7 +1488,6 @@ final class TableInitTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap164')] public function testAssertTrap165(): void { $this->runAssertTrapCommand( @@ -1663,7 +1497,6 @@ final class TableInitTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap165')] public function testAssertReturn166(): void { $this->runAssertReturnCommand( @@ -1673,7 +1506,6 @@ final class TableInitTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn166')] public function testAssertReturn167(): void { $this->runAssertReturnCommand( @@ -1683,7 +1515,6 @@ final class TableInitTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn167')] public function testAssertReturn168(): void { $this->runAssertReturnCommand( @@ -1693,7 +1524,6 @@ final class TableInitTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn168')] public function testAssertReturn169(): void { $this->runAssertReturnCommand( @@ -1703,7 +1533,6 @@ final class TableInitTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn169')] public function testAssertTrap170(): void { $this->runAssertTrapCommand( @@ -1713,7 +1542,6 @@ final class TableInitTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap170')] public function testAssertReturn171(): void { $this->runAssertReturnCommand( @@ -1723,7 +1551,6 @@ final class TableInitTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn171')] public function testAssertReturn172(): void { $this->runAssertReturnCommand( @@ -1733,7 +1560,6 @@ final class TableInitTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn172')] public function testAssertReturn173(): void { $this->runAssertReturnCommand( @@ -1743,7 +1569,6 @@ final class TableInitTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn173')] public function testAssertReturn174(): void { $this->runAssertReturnCommand( @@ -1753,7 +1578,6 @@ final class TableInitTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn174')] public function testAssertTrap175(): void { $this->runAssertTrapCommand( @@ -1763,7 +1587,6 @@ final class TableInitTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap175')] public function testAssertReturn176(): void { $this->runAssertReturnCommand( @@ -1773,7 +1596,6 @@ final class TableInitTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn176')] public function testAssertTrap177(): void { $this->runAssertTrapCommand( @@ -1783,7 +1605,6 @@ final class TableInitTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap177')] public function testAssertReturn178(): void { $this->runAssertReturnCommand( @@ -1793,7 +1614,6 @@ final class TableInitTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn178')] public function testAssertReturn179(): void { $this->runAssertReturnCommand( @@ -1803,7 +1623,6 @@ final class TableInitTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn179')] public function testAssertReturn180(): void { $this->runAssertReturnCommand( @@ -1813,7 +1632,6 @@ final class TableInitTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn180')] public function testAssertReturn181(): void { $this->runAssertReturnCommand( @@ -1823,7 +1641,6 @@ final class TableInitTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn181')] public function testAssertTrap182(): void { $this->runAssertTrapCommand( @@ -1833,7 +1650,6 @@ final class TableInitTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap182')] public function testAssertReturn183(): void { $this->runAssertReturnCommand( @@ -1843,7 +1659,6 @@ final class TableInitTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn183')] public function testAssertTrap184(): void { $this->runAssertTrapCommand( @@ -1853,7 +1668,6 @@ final class TableInitTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap184')] public function testAssertReturn185(): void { $this->runAssertReturnCommand( @@ -1863,7 +1677,6 @@ final class TableInitTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn185')] public function testAssertTrap186(): void { $this->runAssertTrapCommand( @@ -1873,7 +1686,6 @@ final class TableInitTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap186')] public function testAssertReturn187(): void { $this->runAssertReturnCommand( @@ -1883,7 +1695,6 @@ final class TableInitTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn187')] public function testAssertReturn188(): void { $this->runAssertReturnCommand( @@ -1893,7 +1704,6 @@ final class TableInitTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn188')] public function testAssertTrap189(): void { $this->runAssertTrapCommand( @@ -1903,7 +1713,6 @@ final class TableInitTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap189')] public function testAssertTrap190(): void { $this->runAssertTrapCommand( @@ -1913,7 +1722,6 @@ final class TableInitTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap190')] public function testAssertTrap191(): void { $this->runAssertTrapCommand( @@ -1923,7 +1731,6 @@ final class TableInitTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap191')] public function testAssertTrap192(): void { $this->runAssertTrapCommand( @@ -1933,7 +1740,6 @@ final class TableInitTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap192')] public function testAssertTrap193(): void { $this->runAssertTrapCommand( @@ -1943,7 +1749,6 @@ final class TableInitTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap193')] public function testAssertInvalid194(): void { $this->runAssertInvalidCommand( @@ -1953,7 +1758,6 @@ final class TableInitTest extends SpecTestsuiteBase ); } - #[Depends('testAssertInvalid194')] public function testAssertInvalid195(): void { $this->runAssertInvalidCommand( @@ -1963,7 +1767,6 @@ final class TableInitTest extends SpecTestsuiteBase ); } - #[Depends('testAssertInvalid195')] public function testAssertInvalid196(): void { $this->runAssertInvalidCommand( @@ -1973,7 +1776,6 @@ final class TableInitTest extends SpecTestsuiteBase ); } - #[Depends('testAssertInvalid196')] public function testAssertInvalid197(): void { $this->runAssertInvalidCommand( @@ -1983,7 +1785,6 @@ final class TableInitTest extends SpecTestsuiteBase ); } - #[Depends('testAssertInvalid197')] public function testModule198(): void { $this->runModuleCommand( @@ -1993,7 +1794,6 @@ final class TableInitTest extends SpecTestsuiteBase ); } - #[Depends('testModule198')] public function testAction199(): void { $this->runActionCommand( @@ -2002,7 +1802,6 @@ final class TableInitTest extends SpecTestsuiteBase ); } - #[Depends('testAction199')] public function testModule200(): void { $this->runModuleCommand( @@ -2012,7 +1811,6 @@ final class TableInitTest extends SpecTestsuiteBase ); } - #[Depends('testModule200')] public function testAssertTrap201(): void { $this->runAssertTrapCommand( @@ -2022,7 +1820,6 @@ final class TableInitTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap201')] public function testModule202(): void { $this->runModuleCommand( @@ -2032,7 +1829,6 @@ final class TableInitTest extends SpecTestsuiteBase ); } - #[Depends('testModule202')] public function testAction203(): void { $this->runActionCommand( @@ -2041,7 +1837,6 @@ final class TableInitTest extends SpecTestsuiteBase ); } - #[Depends('testAction203')] public function testModule204(): void { $this->runModuleCommand( @@ -2051,7 +1846,6 @@ final class TableInitTest extends SpecTestsuiteBase ); } - #[Depends('testModule204')] public function testAction205(): void { $this->runActionCommand( @@ -2060,7 +1854,6 @@ final class TableInitTest extends SpecTestsuiteBase ); } - #[Depends('testAction205')] public function testModule206(): void { $this->runModuleCommand( @@ -2070,7 +1863,6 @@ final class TableInitTest extends SpecTestsuiteBase ); } - #[Depends('testModule206')] public function testAssertTrap207(): void { $this->runAssertTrapCommand( @@ -2080,7 +1872,6 @@ final class TableInitTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap207')] public function testModule208(): void { $this->runModuleCommand( @@ -2090,7 +1881,6 @@ final class TableInitTest extends SpecTestsuiteBase ); } - #[Depends('testModule208')] public function testAssertTrap209(): void { $this->runAssertTrapCommand( @@ -2100,7 +1890,6 @@ final class TableInitTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap209')] public function testModule210(): void { $this->runModuleCommand( @@ -2110,7 +1899,6 @@ final class TableInitTest extends SpecTestsuiteBase ); } - #[Depends('testModule210')] public function testAssertTrap211(): void { $this->runAssertTrapCommand( @@ -2120,7 +1908,6 @@ final class TableInitTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap211')] public function testModule212(): void { $this->runModuleCommand( @@ -2130,7 +1917,6 @@ final class TableInitTest extends SpecTestsuiteBase ); } - #[Depends('testModule212')] public function testAssertTrap213(): void { $this->runAssertTrapCommand( @@ -2140,7 +1926,6 @@ final class TableInitTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap213')] public function testModule214(): void { $this->runModuleCommand( @@ -2150,7 +1935,6 @@ final class TableInitTest extends SpecTestsuiteBase ); } - #[Depends('testModule214')] public function testAction215(): void { $this->runActionCommand( @@ -2159,7 +1943,6 @@ final class TableInitTest extends SpecTestsuiteBase ); } - #[Depends('testAction215')] public function testModule216(): void { $this->runModuleCommand( @@ -2169,7 +1952,6 @@ final class TableInitTest extends SpecTestsuiteBase ); } - #[Depends('testModule216')] public function testAssertTrap217(): void { $this->runAssertTrapCommand( @@ -2179,7 +1961,6 @@ final class TableInitTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap217')] public function testModule218(): void { $this->runModuleCommand( @@ -2189,7 +1970,6 @@ final class TableInitTest extends SpecTestsuiteBase ); } - #[Depends('testModule218')] public function testAction219(): void { $this->runActionCommand( @@ -2198,7 +1978,6 @@ final class TableInitTest extends SpecTestsuiteBase ); } - #[Depends('testAction219')] public function testModule220(): void { $this->runModuleCommand( @@ -2208,7 +1987,6 @@ final class TableInitTest extends SpecTestsuiteBase ); } - #[Depends('testModule220')] public function testAssertTrap221(): void { $this->runAssertTrapCommand( @@ -2218,7 +1996,6 @@ final class TableInitTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap221')] public function testModule222(): void { $this->runModuleCommand( @@ -2228,7 +2005,6 @@ final class TableInitTest extends SpecTestsuiteBase ); } - #[Depends('testModule222')] public function testAction223(): void { $this->runActionCommand( @@ -2237,7 +2013,6 @@ final class TableInitTest extends SpecTestsuiteBase ); } - #[Depends('testAction223')] public function testModule224(): void { $this->runModuleCommand( @@ -2247,7 +2022,6 @@ final class TableInitTest extends SpecTestsuiteBase ); } - #[Depends('testModule224')] public function testAssertTrap225(): void { $this->runAssertTrapCommand( @@ -2257,7 +2031,6 @@ final class TableInitTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap225')] public function testModule226(): void { $this->runModuleCommand( @@ -2267,7 +2040,6 @@ final class TableInitTest extends SpecTestsuiteBase ); } - #[Depends('testModule226')] public function testAssertTrap227(): void { $this->runAssertTrapCommand( @@ -2277,7 +2049,6 @@ final class TableInitTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap227')] public function testModule228(): void { $this->runModuleCommand( @@ -2287,7 +2058,6 @@ final class TableInitTest extends SpecTestsuiteBase ); } - #[Depends('testModule228')] public function testAction229(): void { $this->runActionCommand( @@ -2296,7 +2066,6 @@ final class TableInitTest extends SpecTestsuiteBase ); } - #[Depends('testAction229')] public function testModule230(): void { $this->runModuleCommand( @@ -2306,7 +2075,6 @@ final class TableInitTest extends SpecTestsuiteBase ); } - #[Depends('testModule230')] public function testAssertTrap231(): void { $this->runAssertTrapCommand( @@ -2316,7 +2084,6 @@ final class TableInitTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap231')] public function testModule232(): void { $this->runModuleCommand( @@ -2326,7 +2093,6 @@ final class TableInitTest extends SpecTestsuiteBase ); } - #[Depends('testModule232')] public function testAction233(): void { $this->runActionCommand( @@ -2335,7 +2101,6 @@ final class TableInitTest extends SpecTestsuiteBase ); } - #[Depends('testAction233')] public function testModule234(): void { $this->runModuleCommand( @@ -2345,7 +2110,6 @@ final class TableInitTest extends SpecTestsuiteBase ); } - #[Depends('testModule234')] public function testAssertTrap235(): void { $this->runAssertTrapCommand( @@ -2355,7 +2119,6 @@ final class TableInitTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap235')] public function testModule236(): void { $this->runModuleCommand( @@ -2365,7 +2128,6 @@ final class TableInitTest extends SpecTestsuiteBase ); } - #[Depends('testModule236')] public function testAction237(): void { $this->runActionCommand( @@ -2374,7 +2136,6 @@ final class TableInitTest extends SpecTestsuiteBase ); } - #[Depends('testAction237')] public function testModule238(): void { $this->runModuleCommand( @@ -2384,7 +2145,6 @@ final class TableInitTest extends SpecTestsuiteBase ); } - #[Depends('testModule238')] public function testAssertTrap239(): void { $this->runAssertTrapCommand( @@ -2394,7 +2154,6 @@ final class TableInitTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap239')] public function testAssertInvalid240(): void { $this->runAssertInvalidCommand( @@ -2404,7 +2163,6 @@ final class TableInitTest extends SpecTestsuiteBase ); } - #[Depends('testAssertInvalid240')] public function testAssertInvalid241(): void { $this->runAssertInvalidCommand( @@ -2414,7 +2172,6 @@ final class TableInitTest extends SpecTestsuiteBase ); } - #[Depends('testAssertInvalid241')] public function testAssertInvalid242(): void { $this->runAssertInvalidCommand( @@ -2424,7 +2181,6 @@ final class TableInitTest extends SpecTestsuiteBase ); } - #[Depends('testAssertInvalid242')] public function testAssertInvalid243(): void { $this->runAssertInvalidCommand( @@ -2434,7 +2190,6 @@ final class TableInitTest extends SpecTestsuiteBase ); } - #[Depends('testAssertInvalid243')] public function testAssertInvalid244(): void { $this->runAssertInvalidCommand( @@ -2444,7 +2199,6 @@ final class TableInitTest extends SpecTestsuiteBase ); } - #[Depends('testAssertInvalid244')] public function testAssertInvalid245(): void { $this->runAssertInvalidCommand( @@ -2454,7 +2208,6 @@ final class TableInitTest extends SpecTestsuiteBase ); } - #[Depends('testAssertInvalid245')] public function testAssertInvalid246(): void { $this->runAssertInvalidCommand( @@ -2464,7 +2217,6 @@ final class TableInitTest extends SpecTestsuiteBase ); } - #[Depends('testAssertInvalid246')] public function testAssertInvalid247(): void { $this->runAssertInvalidCommand( @@ -2474,7 +2226,6 @@ final class TableInitTest extends SpecTestsuiteBase ); } - #[Depends('testAssertInvalid247')] public function testAssertInvalid248(): void { $this->runAssertInvalidCommand( @@ -2484,7 +2235,6 @@ final class TableInitTest extends SpecTestsuiteBase ); } - #[Depends('testAssertInvalid248')] public function testAssertInvalid249(): void { $this->runAssertInvalidCommand( @@ -2494,7 +2244,6 @@ final class TableInitTest extends SpecTestsuiteBase ); } - #[Depends('testAssertInvalid249')] public function testAssertInvalid250(): void { $this->runAssertInvalidCommand( @@ -2504,7 +2253,6 @@ final class TableInitTest extends SpecTestsuiteBase ); } - #[Depends('testAssertInvalid250')] public function testAssertInvalid251(): void { $this->runAssertInvalidCommand( @@ -2514,7 +2262,6 @@ final class TableInitTest extends SpecTestsuiteBase ); } - #[Depends('testAssertInvalid251')] public function testAssertInvalid252(): void { $this->runAssertInvalidCommand( @@ -2524,7 +2271,6 @@ final class TableInitTest extends SpecTestsuiteBase ); } - #[Depends('testAssertInvalid252')] public function testAssertInvalid253(): void { $this->runAssertInvalidCommand( @@ -2534,7 +2280,6 @@ final class TableInitTest extends SpecTestsuiteBase ); } - #[Depends('testAssertInvalid253')] public function testAssertInvalid254(): void { $this->runAssertInvalidCommand( @@ -2544,7 +2289,6 @@ final class TableInitTest extends SpecTestsuiteBase ); } - #[Depends('testAssertInvalid254')] public function testAssertInvalid255(): void { $this->runAssertInvalidCommand( @@ -2554,7 +2298,6 @@ final class TableInitTest extends SpecTestsuiteBase ); } - #[Depends('testAssertInvalid255')] public function testAssertInvalid256(): void { $this->runAssertInvalidCommand( @@ -2564,7 +2307,6 @@ final class TableInitTest extends SpecTestsuiteBase ); } - #[Depends('testAssertInvalid256')] public function testAssertInvalid257(): void { $this->runAssertInvalidCommand( @@ -2574,7 +2316,6 @@ final class TableInitTest extends SpecTestsuiteBase ); } - #[Depends('testAssertInvalid257')] public function testAssertInvalid258(): void { $this->runAssertInvalidCommand( @@ -2584,7 +2325,6 @@ final class TableInitTest extends SpecTestsuiteBase ); } - #[Depends('testAssertInvalid258')] public function testAssertInvalid259(): void { $this->runAssertInvalidCommand( @@ -2594,7 +2334,6 @@ final class TableInitTest extends SpecTestsuiteBase ); } - #[Depends('testAssertInvalid259')] public function testAssertInvalid260(): void { $this->runAssertInvalidCommand( @@ -2604,7 +2343,6 @@ final class TableInitTest extends SpecTestsuiteBase ); } - #[Depends('testAssertInvalid260')] public function testAssertInvalid261(): void { $this->runAssertInvalidCommand( @@ -2614,7 +2352,6 @@ final class TableInitTest extends SpecTestsuiteBase ); } - #[Depends('testAssertInvalid261')] public function testAssertInvalid262(): void { $this->runAssertInvalidCommand( @@ -2624,7 +2361,6 @@ final class TableInitTest extends SpecTestsuiteBase ); } - #[Depends('testAssertInvalid262')] public function testAssertInvalid263(): void { $this->runAssertInvalidCommand( @@ -2634,7 +2370,6 @@ final class TableInitTest extends SpecTestsuiteBase ); } - #[Depends('testAssertInvalid263')] public function testAssertInvalid264(): void { $this->runAssertInvalidCommand( @@ -2644,7 +2379,6 @@ final class TableInitTest extends SpecTestsuiteBase ); } - #[Depends('testAssertInvalid264')] public function testAssertInvalid265(): void { $this->runAssertInvalidCommand( @@ -2654,7 +2388,6 @@ final class TableInitTest extends SpecTestsuiteBase ); } - #[Depends('testAssertInvalid265')] public function testAssertInvalid266(): void { $this->runAssertInvalidCommand( @@ -2664,7 +2397,6 @@ final class TableInitTest extends SpecTestsuiteBase ); } - #[Depends('testAssertInvalid266')] public function testAssertInvalid267(): void { $this->runAssertInvalidCommand( @@ -2674,7 +2406,6 @@ final class TableInitTest extends SpecTestsuiteBase ); } - #[Depends('testAssertInvalid267')] public function testAssertInvalid268(): void { $this->runAssertInvalidCommand( @@ -2684,7 +2415,6 @@ final class TableInitTest extends SpecTestsuiteBase ); } - #[Depends('testAssertInvalid268')] public function testAssertInvalid269(): void { $this->runAssertInvalidCommand( @@ -2694,7 +2424,6 @@ final class TableInitTest extends SpecTestsuiteBase ); } - #[Depends('testAssertInvalid269')] public function testAssertInvalid270(): void { $this->runAssertInvalidCommand( @@ -2704,7 +2433,6 @@ final class TableInitTest extends SpecTestsuiteBase ); } - #[Depends('testAssertInvalid270')] public function testAssertInvalid271(): void { $this->runAssertInvalidCommand( @@ -2714,7 +2442,6 @@ final class TableInitTest extends SpecTestsuiteBase ); } - #[Depends('testAssertInvalid271')] public function testAssertInvalid272(): void { $this->runAssertInvalidCommand( @@ -2724,7 +2451,6 @@ final class TableInitTest extends SpecTestsuiteBase ); } - #[Depends('testAssertInvalid272')] public function testAssertInvalid273(): void { $this->runAssertInvalidCommand( @@ -2734,7 +2460,6 @@ final class TableInitTest extends SpecTestsuiteBase ); } - #[Depends('testAssertInvalid273')] public function testAssertInvalid274(): void { $this->runAssertInvalidCommand( @@ -2744,7 +2469,6 @@ final class TableInitTest extends SpecTestsuiteBase ); } - #[Depends('testAssertInvalid274')] public function testAssertInvalid275(): void { $this->runAssertInvalidCommand( @@ -2754,7 +2478,6 @@ final class TableInitTest extends SpecTestsuiteBase ); } - #[Depends('testAssertInvalid275')] public function testAssertInvalid276(): void { $this->runAssertInvalidCommand( @@ -2764,7 +2487,6 @@ final class TableInitTest extends SpecTestsuiteBase ); } - #[Depends('testAssertInvalid276')] public function testAssertInvalid277(): void { $this->runAssertInvalidCommand( @@ -2774,7 +2496,6 @@ final class TableInitTest extends SpecTestsuiteBase ); } - #[Depends('testAssertInvalid277')] public function testAssertInvalid278(): void { $this->runAssertInvalidCommand( @@ -2784,7 +2505,6 @@ final class TableInitTest extends SpecTestsuiteBase ); } - #[Depends('testAssertInvalid278')] public function testAssertInvalid279(): void { $this->runAssertInvalidCommand( @@ -2794,7 +2514,6 @@ final class TableInitTest extends SpecTestsuiteBase ); } - #[Depends('testAssertInvalid279')] public function testAssertInvalid280(): void { $this->runAssertInvalidCommand( @@ -2804,7 +2523,6 @@ final class TableInitTest extends SpecTestsuiteBase ); } - #[Depends('testAssertInvalid280')] public function testAssertInvalid281(): void { $this->runAssertInvalidCommand( @@ -2814,7 +2532,6 @@ final class TableInitTest extends SpecTestsuiteBase ); } - #[Depends('testAssertInvalid281')] public function testAssertInvalid282(): void { $this->runAssertInvalidCommand( @@ -2824,7 +2541,6 @@ final class TableInitTest extends SpecTestsuiteBase ); } - #[Depends('testAssertInvalid282')] public function testAssertInvalid283(): void { $this->runAssertInvalidCommand( @@ -2834,7 +2550,6 @@ final class TableInitTest extends SpecTestsuiteBase ); } - #[Depends('testAssertInvalid283')] public function testAssertInvalid284(): void { $this->runAssertInvalidCommand( @@ -2844,7 +2559,6 @@ final class TableInitTest extends SpecTestsuiteBase ); } - #[Depends('testAssertInvalid284')] public function testAssertInvalid285(): void { $this->runAssertInvalidCommand( @@ -2854,7 +2568,6 @@ final class TableInitTest extends SpecTestsuiteBase ); } - #[Depends('testAssertInvalid285')] public function testAssertInvalid286(): void { $this->runAssertInvalidCommand( @@ -2864,7 +2577,6 @@ final class TableInitTest extends SpecTestsuiteBase ); } - #[Depends('testAssertInvalid286')] public function testAssertInvalid287(): void { $this->runAssertInvalidCommand( @@ -2874,7 +2586,6 @@ final class TableInitTest extends SpecTestsuiteBase ); } - #[Depends('testAssertInvalid287')] public function testAssertInvalid288(): void { $this->runAssertInvalidCommand( @@ -2884,7 +2595,6 @@ final class TableInitTest extends SpecTestsuiteBase ); } - #[Depends('testAssertInvalid288')] public function testAssertInvalid289(): void { $this->runAssertInvalidCommand( @@ -2894,7 +2604,6 @@ final class TableInitTest extends SpecTestsuiteBase ); } - #[Depends('testAssertInvalid289')] public function testAssertInvalid290(): void { $this->runAssertInvalidCommand( @@ -2904,7 +2613,6 @@ final class TableInitTest extends SpecTestsuiteBase ); } - #[Depends('testAssertInvalid290')] public function testAssertInvalid291(): void { $this->runAssertInvalidCommand( @@ -2914,7 +2622,6 @@ final class TableInitTest extends SpecTestsuiteBase ); } - #[Depends('testAssertInvalid291')] public function testAssertInvalid292(): void { $this->runAssertInvalidCommand( @@ -2924,7 +2631,6 @@ final class TableInitTest extends SpecTestsuiteBase ); } - #[Depends('testAssertInvalid292')] public function testAssertInvalid293(): void { $this->runAssertInvalidCommand( @@ -2934,7 +2640,6 @@ final class TableInitTest extends SpecTestsuiteBase ); } - #[Depends('testAssertInvalid293')] public function testAssertInvalid294(): void { $this->runAssertInvalidCommand( @@ -2944,7 +2649,6 @@ final class TableInitTest extends SpecTestsuiteBase ); } - #[Depends('testAssertInvalid294')] public function testAssertInvalid295(): void { $this->runAssertInvalidCommand( @@ -2954,7 +2658,6 @@ final class TableInitTest extends SpecTestsuiteBase ); } - #[Depends('testAssertInvalid295')] public function testAssertInvalid296(): void { $this->runAssertInvalidCommand( @@ -2964,7 +2667,6 @@ final class TableInitTest extends SpecTestsuiteBase ); } - #[Depends('testAssertInvalid296')] public function testAssertInvalid297(): void { $this->runAssertInvalidCommand( @@ -2974,7 +2676,6 @@ final class TableInitTest extends SpecTestsuiteBase ); } - #[Depends('testAssertInvalid297')] public function testAssertInvalid298(): void { $this->runAssertInvalidCommand( @@ -2984,7 +2685,6 @@ final class TableInitTest extends SpecTestsuiteBase ); } - #[Depends('testAssertInvalid298')] public function testAssertInvalid299(): void { $this->runAssertInvalidCommand( @@ -2994,7 +2694,6 @@ final class TableInitTest extends SpecTestsuiteBase ); } - #[Depends('testAssertInvalid299')] public function testAssertInvalid300(): void { $this->runAssertInvalidCommand( @@ -3004,7 +2703,6 @@ final class TableInitTest extends SpecTestsuiteBase ); } - #[Depends('testAssertInvalid300')] public function testAssertInvalid301(): void { $this->runAssertInvalidCommand( @@ -3014,7 +2712,6 @@ final class TableInitTest extends SpecTestsuiteBase ); } - #[Depends('testAssertInvalid301')] public function testAssertInvalid302(): void { $this->runAssertInvalidCommand( @@ -3024,7 +2721,6 @@ final class TableInitTest extends SpecTestsuiteBase ); } - #[Depends('testAssertInvalid302')] public function testModule303(): void { $this->runModuleCommand( @@ -3034,7 +2730,6 @@ final class TableInitTest extends SpecTestsuiteBase ); } - #[Depends('testModule303')] public function testAssertTrap304(): void { $this->runAssertTrapCommand( @@ -3044,7 +2739,6 @@ final class TableInitTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap304')] public function testAssertTrap305(): void { $this->runAssertTrapCommand( @@ -3054,7 +2748,6 @@ final class TableInitTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap305')] public function testAssertTrap306(): void { $this->runAssertTrapCommand( @@ -3064,7 +2757,6 @@ final class TableInitTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap306')] public function testAssertTrap307(): void { $this->runAssertTrapCommand( @@ -3074,7 +2766,6 @@ final class TableInitTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap307')] public function testAssertTrap308(): void { $this->runAssertTrapCommand( @@ -3084,7 +2775,6 @@ final class TableInitTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap308')] public function testAssertTrap309(): void { $this->runAssertTrapCommand( @@ -3094,7 +2784,6 @@ final class TableInitTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap309')] public function testAssertTrap310(): void { $this->runAssertTrapCommand( @@ -3104,7 +2793,6 @@ final class TableInitTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap310')] public function testAssertTrap311(): void { $this->runAssertTrapCommand( @@ -3114,7 +2802,6 @@ final class TableInitTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap311')] public function testAssertTrap312(): void { $this->runAssertTrapCommand( @@ -3124,7 +2811,6 @@ final class TableInitTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap312')] public function testAssertTrap313(): void { $this->runAssertTrapCommand( @@ -3134,7 +2820,6 @@ final class TableInitTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap313')] public function testAssertTrap314(): void { $this->runAssertTrapCommand( @@ -3144,7 +2829,6 @@ final class TableInitTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap314')] public function testAssertTrap315(): void { $this->runAssertTrapCommand( @@ -3154,7 +2838,6 @@ final class TableInitTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap315')] public function testAssertTrap316(): void { $this->runAssertTrapCommand( @@ -3164,7 +2847,6 @@ final class TableInitTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap316')] public function testAssertTrap317(): void { $this->runAssertTrapCommand( @@ -3174,7 +2856,6 @@ final class TableInitTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap317')] public function testAssertTrap318(): void { $this->runAssertTrapCommand( @@ -3184,7 +2865,6 @@ final class TableInitTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap318')] public function testAssertTrap319(): void { $this->runAssertTrapCommand( @@ -3194,7 +2874,6 @@ final class TableInitTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap319')] public function testAssertTrap320(): void { $this->runAssertTrapCommand( @@ -3204,7 +2883,6 @@ final class TableInitTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap320')] public function testAssertTrap321(): void { $this->runAssertTrapCommand( @@ -3214,7 +2892,6 @@ final class TableInitTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap321')] public function testAssertTrap322(): void { $this->runAssertTrapCommand( @@ -3224,7 +2901,6 @@ final class TableInitTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap322')] public function testAssertTrap323(): void { $this->runAssertTrapCommand( @@ -3234,7 +2910,6 @@ final class TableInitTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap323')] public function testAssertTrap324(): void { $this->runAssertTrapCommand( @@ -3244,7 +2919,6 @@ final class TableInitTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap324')] public function testAssertTrap325(): void { $this->runAssertTrapCommand( @@ -3254,7 +2928,6 @@ final class TableInitTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap325')] public function testAssertTrap326(): void { $this->runAssertTrapCommand( @@ -3264,7 +2937,6 @@ final class TableInitTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap326')] public function testAssertTrap327(): void { $this->runAssertTrapCommand( @@ -3274,7 +2946,6 @@ final class TableInitTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap327')] public function testAssertTrap328(): void { $this->runAssertTrapCommand( @@ -3284,7 +2955,6 @@ final class TableInitTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap328')] public function testAssertTrap329(): void { $this->runAssertTrapCommand( @@ -3294,7 +2964,6 @@ final class TableInitTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap329')] public function testAssertTrap330(): void { $this->runAssertTrapCommand( @@ -3304,7 +2973,6 @@ final class TableInitTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap330')] public function testAssertTrap331(): void { $this->runAssertTrapCommand( @@ -3314,7 +2982,6 @@ final class TableInitTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap331')] public function testAssertTrap332(): void { $this->runAssertTrapCommand( @@ -3324,7 +2991,6 @@ final class TableInitTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap332')] public function testAssertTrap333(): void { $this->runAssertTrapCommand( @@ -3334,7 +3000,6 @@ final class TableInitTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap333')] public function testAssertTrap334(): void { $this->runAssertTrapCommand( @@ -3344,7 +3009,6 @@ final class TableInitTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap334')] public function testAssertTrap335(): void { $this->runAssertTrapCommand( @@ -3354,7 +3018,6 @@ final class TableInitTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap335')] public function testAssertTrap336(): void { $this->runAssertTrapCommand( @@ -3364,7 +3027,6 @@ final class TableInitTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap336')] public function testModule337(): void { $this->runModuleCommand( @@ -3374,7 +3036,6 @@ final class TableInitTest extends SpecTestsuiteBase ); } - #[Depends('testModule337')] public function testAssertTrap338(): void { $this->runAssertTrapCommand( @@ -3384,7 +3045,6 @@ final class TableInitTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap338')] public function testAssertTrap339(): void { $this->runAssertTrapCommand( @@ -3394,7 +3054,6 @@ final class TableInitTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap339')] public function testAssertTrap340(): void { $this->runAssertTrapCommand( @@ -3404,7 +3063,6 @@ final class TableInitTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap340')] public function testAssertTrap341(): void { $this->runAssertTrapCommand( @@ -3414,7 +3072,6 @@ final class TableInitTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap341')] public function testAssertTrap342(): void { $this->runAssertTrapCommand( @@ -3424,7 +3081,6 @@ final class TableInitTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap342')] public function testAssertTrap343(): void { $this->runAssertTrapCommand( @@ -3434,7 +3090,6 @@ final class TableInitTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap343')] public function testAssertTrap344(): void { $this->runAssertTrapCommand( @@ -3444,7 +3099,6 @@ final class TableInitTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap344')] public function testAssertTrap345(): void { $this->runAssertTrapCommand( @@ -3454,7 +3108,6 @@ final class TableInitTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap345')] public function testAssertTrap346(): void { $this->runAssertTrapCommand( @@ -3464,7 +3117,6 @@ final class TableInitTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap346')] public function testAssertTrap347(): void { $this->runAssertTrapCommand( @@ -3474,7 +3126,6 @@ final class TableInitTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap347')] public function testAssertTrap348(): void { $this->runAssertTrapCommand( @@ -3484,7 +3135,6 @@ final class TableInitTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap348')] public function testAssertTrap349(): void { $this->runAssertTrapCommand( @@ -3494,7 +3144,6 @@ final class TableInitTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap349')] public function testAssertTrap350(): void { $this->runAssertTrapCommand( @@ -3504,7 +3153,6 @@ final class TableInitTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap350')] public function testAssertTrap351(): void { $this->runAssertTrapCommand( @@ -3514,7 +3162,6 @@ final class TableInitTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap351')] public function testAssertTrap352(): void { $this->runAssertTrapCommand( @@ -3524,7 +3171,6 @@ final class TableInitTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap352')] public function testAssertTrap353(): void { $this->runAssertTrapCommand( @@ -3534,7 +3180,6 @@ final class TableInitTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap353')] public function testAssertTrap354(): void { $this->runAssertTrapCommand( @@ -3544,7 +3189,6 @@ final class TableInitTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap354')] public function testAssertTrap355(): void { $this->runAssertTrapCommand( @@ -3554,7 +3198,6 @@ final class TableInitTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap355')] public function testAssertTrap356(): void { $this->runAssertTrapCommand( @@ -3564,7 +3207,6 @@ final class TableInitTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap356')] public function testAssertTrap357(): void { $this->runAssertTrapCommand( @@ -3574,7 +3216,6 @@ final class TableInitTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap357')] public function testAssertTrap358(): void { $this->runAssertTrapCommand( @@ -3584,7 +3225,6 @@ final class TableInitTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap358')] public function testAssertTrap359(): void { $this->runAssertTrapCommand( @@ -3594,7 +3234,6 @@ final class TableInitTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap359')] public function testAssertTrap360(): void { $this->runAssertTrapCommand( @@ -3604,7 +3243,6 @@ final class TableInitTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap360')] public function testAssertTrap361(): void { $this->runAssertTrapCommand( @@ -3614,7 +3252,6 @@ final class TableInitTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap361')] public function testAssertTrap362(): void { $this->runAssertTrapCommand( @@ -3624,7 +3261,6 @@ final class TableInitTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap362')] public function testAssertTrap363(): void { $this->runAssertTrapCommand( @@ -3634,7 +3270,6 @@ final class TableInitTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap363')] public function testAssertTrap364(): void { $this->runAssertTrapCommand( @@ -3644,7 +3279,6 @@ final class TableInitTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap364')] public function testAssertTrap365(): void { $this->runAssertTrapCommand( @@ -3654,7 +3288,6 @@ final class TableInitTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap365')] public function testAssertTrap366(): void { $this->runAssertTrapCommand( @@ -3664,7 +3297,6 @@ final class TableInitTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap366')] public function testAssertTrap367(): void { $this->runAssertTrapCommand( @@ -3674,7 +3306,6 @@ final class TableInitTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap367')] public function testAssertTrap368(): void { $this->runAssertTrapCommand( @@ -3684,7 +3315,6 @@ final class TableInitTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap368')] public function testAssertTrap369(): void { $this->runAssertTrapCommand( @@ -3694,7 +3324,6 @@ final class TableInitTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap369')] public function testAssertTrap370(): void { $this->runAssertTrapCommand( @@ -3704,7 +3333,6 @@ final class TableInitTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap370')] public function testModule371(): void { $this->runModuleCommand( @@ -3714,7 +3342,6 @@ final class TableInitTest extends SpecTestsuiteBase ); } - #[Depends('testModule371')] public function testAssertTrap372(): void { $this->runAssertTrapCommand( @@ -3724,7 +3351,6 @@ final class TableInitTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap372')] public function testAssertTrap373(): void { $this->runAssertTrapCommand( @@ -3734,7 +3360,6 @@ final class TableInitTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap373')] public function testAssertTrap374(): void { $this->runAssertTrapCommand( @@ -3744,7 +3369,6 @@ final class TableInitTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap374')] public function testAssertTrap375(): void { $this->runAssertTrapCommand( @@ -3754,7 +3378,6 @@ final class TableInitTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap375')] public function testAssertTrap376(): void { $this->runAssertTrapCommand( @@ -3764,7 +3387,6 @@ final class TableInitTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap376')] public function testAssertTrap377(): void { $this->runAssertTrapCommand( @@ -3774,7 +3396,6 @@ final class TableInitTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap377')] public function testAssertTrap378(): void { $this->runAssertTrapCommand( @@ -3784,7 +3405,6 @@ final class TableInitTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap378')] public function testAssertTrap379(): void { $this->runAssertTrapCommand( @@ -3794,7 +3414,6 @@ final class TableInitTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap379')] public function testAssertTrap380(): void { $this->runAssertTrapCommand( @@ -3804,7 +3423,6 @@ final class TableInitTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap380')] public function testAssertTrap381(): void { $this->runAssertTrapCommand( @@ -3814,7 +3432,6 @@ final class TableInitTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap381')] public function testAssertTrap382(): void { $this->runAssertTrapCommand( @@ -3824,7 +3441,6 @@ final class TableInitTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap382')] public function testAssertTrap383(): void { $this->runAssertTrapCommand( @@ -3834,7 +3450,6 @@ final class TableInitTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap383')] public function testAssertTrap384(): void { $this->runAssertTrapCommand( @@ -3844,7 +3459,6 @@ final class TableInitTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap384')] public function testAssertTrap385(): void { $this->runAssertTrapCommand( @@ -3854,7 +3468,6 @@ final class TableInitTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap385')] public function testAssertTrap386(): void { $this->runAssertTrapCommand( @@ -3864,7 +3477,6 @@ final class TableInitTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap386')] public function testAssertTrap387(): void { $this->runAssertTrapCommand( @@ -3874,7 +3486,6 @@ final class TableInitTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap387')] public function testAssertTrap388(): void { $this->runAssertTrapCommand( @@ -3884,7 +3495,6 @@ final class TableInitTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap388')] public function testAssertTrap389(): void { $this->runAssertTrapCommand( @@ -3894,7 +3504,6 @@ final class TableInitTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap389')] public function testAssertTrap390(): void { $this->runAssertTrapCommand( @@ -3904,7 +3513,6 @@ final class TableInitTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap390')] public function testAssertTrap391(): void { $this->runAssertTrapCommand( @@ -3914,7 +3522,6 @@ final class TableInitTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap391')] public function testAssertTrap392(): void { $this->runAssertTrapCommand( @@ -3924,7 +3531,6 @@ final class TableInitTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap392')] public function testAssertTrap393(): void { $this->runAssertTrapCommand( @@ -3934,7 +3540,6 @@ final class TableInitTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap393')] public function testAssertTrap394(): void { $this->runAssertTrapCommand( @@ -3944,7 +3549,6 @@ final class TableInitTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap394')] public function testAssertTrap395(): void { $this->runAssertTrapCommand( @@ -3954,7 +3558,6 @@ final class TableInitTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap395')] public function testAssertTrap396(): void { $this->runAssertTrapCommand( @@ -3964,7 +3567,6 @@ final class TableInitTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap396')] public function testAssertTrap397(): void { $this->runAssertTrapCommand( @@ -3974,7 +3576,6 @@ final class TableInitTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap397')] public function testAssertTrap398(): void { $this->runAssertTrapCommand( @@ -3984,7 +3585,6 @@ final class TableInitTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap398')] public function testAssertTrap399(): void { $this->runAssertTrapCommand( @@ -3994,7 +3594,6 @@ final class TableInitTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap399')] public function testAssertTrap400(): void { $this->runAssertTrapCommand( @@ -4004,7 +3603,6 @@ final class TableInitTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap400')] public function testAssertTrap401(): void { $this->runAssertTrapCommand( @@ -4014,7 +3612,6 @@ final class TableInitTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap401')] public function testAssertTrap402(): void { $this->runAssertTrapCommand( @@ -4024,7 +3621,6 @@ final class TableInitTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap402')] public function testAssertTrap403(): void { $this->runAssertTrapCommand( @@ -4034,7 +3630,6 @@ final class TableInitTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap403')] public function testAssertTrap404(): void { $this->runAssertTrapCommand( @@ -4044,7 +3639,6 @@ final class TableInitTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap404')] public function testAssertTrap405(): void { $this->runAssertTrapCommand( @@ -4054,7 +3648,6 @@ final class TableInitTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap405')] public function testAssertTrap406(): void { $this->runAssertTrapCommand( @@ -4064,7 +3657,6 @@ final class TableInitTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap406')] public function testAssertTrap407(): void { $this->runAssertTrapCommand( @@ -4074,7 +3666,6 @@ final class TableInitTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap407')] public function testAssertTrap408(): void { $this->runAssertTrapCommand( @@ -4084,7 +3675,6 @@ final class TableInitTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap408')] public function testAssertTrap409(): void { $this->runAssertTrapCommand( @@ -4094,7 +3684,6 @@ final class TableInitTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap409')] public function testAssertTrap410(): void { $this->runAssertTrapCommand( @@ -4104,7 +3693,6 @@ final class TableInitTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap410')] public function testAssertTrap411(): void { $this->runAssertTrapCommand( @@ -4114,7 +3702,6 @@ final class TableInitTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap411')] public function testAssertTrap412(): void { $this->runAssertTrapCommand( @@ -4124,7 +3711,6 @@ final class TableInitTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap412')] public function testAssertTrap413(): void { $this->runAssertTrapCommand( @@ -4134,7 +3720,6 @@ final class TableInitTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap413')] public function testAssertTrap414(): void { $this->runAssertTrapCommand( @@ -4144,7 +3729,6 @@ final class TableInitTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap414')] public function testAssertTrap415(): void { $this->runAssertTrapCommand( @@ -4154,7 +3738,6 @@ final class TableInitTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap415')] public function testAssertTrap416(): void { $this->runAssertTrapCommand( @@ -4164,7 +3747,6 @@ final class TableInitTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap416')] public function testAssertTrap417(): void { $this->runAssertTrapCommand( @@ -4174,7 +3756,6 @@ final class TableInitTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap417')] public function testAssertTrap418(): void { $this->runAssertTrapCommand( @@ -4184,7 +3765,6 @@ final class TableInitTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap418')] public function testAssertTrap419(): void { $this->runAssertTrapCommand( @@ -4194,7 +3774,6 @@ final class TableInitTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap419')] public function testAssertTrap420(): void { $this->runAssertTrapCommand( @@ -4204,7 +3783,6 @@ final class TableInitTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap420')] public function testAssertTrap421(): void { $this->runAssertTrapCommand( @@ -4214,7 +3792,6 @@ final class TableInitTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap421')] public function testAssertTrap422(): void { $this->runAssertTrapCommand( @@ -4224,7 +3801,6 @@ final class TableInitTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap422')] public function testAssertTrap423(): void { $this->runAssertTrapCommand( @@ -4234,7 +3810,6 @@ final class TableInitTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap423')] public function testAssertTrap424(): void { $this->runAssertTrapCommand( @@ -4244,7 +3819,6 @@ final class TableInitTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap424')] public function testAssertTrap425(): void { $this->runAssertTrapCommand( @@ -4254,7 +3828,6 @@ final class TableInitTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap425')] public function testAssertTrap426(): void { $this->runAssertTrapCommand( @@ -4264,7 +3837,6 @@ final class TableInitTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap426')] public function testAssertTrap427(): void { $this->runAssertTrapCommand( @@ -4274,7 +3846,6 @@ final class TableInitTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap427')] public function testAssertTrap428(): void { $this->runAssertTrapCommand( @@ -4284,7 +3855,6 @@ final class TableInitTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap428')] public function testAssertTrap429(): void { $this->runAssertTrapCommand( @@ -4294,7 +3864,6 @@ final class TableInitTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap429')] public function testAssertTrap430(): void { $this->runAssertTrapCommand( @@ -4304,7 +3873,6 @@ final class TableInitTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap430')] public function testAssertTrap431(): void { $this->runAssertTrapCommand( @@ -4314,7 +3882,6 @@ final class TableInitTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap431')] public function testAssertTrap432(): void { $this->runAssertTrapCommand( @@ -4324,7 +3891,6 @@ final class TableInitTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap432')] public function testAssertTrap433(): void { $this->runAssertTrapCommand( @@ -4334,7 +3900,6 @@ final class TableInitTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap433')] public function testAssertTrap434(): void { $this->runAssertTrapCommand( @@ -4344,7 +3909,6 @@ final class TableInitTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap434')] public function testAssertTrap435(): void { $this->runAssertTrapCommand( @@ -4354,7 +3918,6 @@ final class TableInitTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap435')] public function testAssertTrap436(): void { $this->runAssertTrapCommand( @@ -4364,7 +3927,6 @@ final class TableInitTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap436')] public function testAssertTrap437(): void { $this->runAssertTrapCommand( @@ -4374,7 +3936,6 @@ final class TableInitTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap437')] public function testAssertTrap438(): void { $this->runAssertTrapCommand( @@ -4384,7 +3945,6 @@ final class TableInitTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap438')] public function testAssertTrap439(): void { $this->runAssertTrapCommand( @@ -4394,7 +3954,6 @@ final class TableInitTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap439')] public function testAssertTrap440(): void { $this->runAssertTrapCommand( @@ -4404,7 +3963,6 @@ final class TableInitTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap440')] public function testAssertTrap441(): void { $this->runAssertTrapCommand( @@ -4414,7 +3972,6 @@ final class TableInitTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap441')] public function testAssertTrap442(): void { $this->runAssertTrapCommand( @@ -4424,7 +3981,6 @@ final class TableInitTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap442')] public function testAssertTrap443(): void { $this->runAssertTrapCommand( @@ -4434,7 +3990,6 @@ final class TableInitTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap443')] public function testAssertTrap444(): void { $this->runAssertTrapCommand( @@ -4444,7 +3999,6 @@ final class TableInitTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap444')] public function testAssertTrap445(): void { $this->runAssertTrapCommand( @@ -4454,7 +4008,6 @@ final class TableInitTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap445')] public function testAssertTrap446(): void { $this->runAssertTrapCommand( @@ -4464,7 +4017,6 @@ final class TableInitTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap446')] public function testAssertTrap447(): void { $this->runAssertTrapCommand( @@ -4474,7 +4026,6 @@ final class TableInitTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap447')] public function testAssertTrap448(): void { $this->runAssertTrapCommand( @@ -4484,7 +4035,6 @@ final class TableInitTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap448')] public function testAssertTrap449(): void { $this->runAssertTrapCommand( @@ -4494,7 +4044,6 @@ final class TableInitTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap449')] public function testAssertTrap450(): void { $this->runAssertTrapCommand( @@ -4504,7 +4053,6 @@ final class TableInitTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap450')] public function testAssertTrap451(): void { $this->runAssertTrapCommand( @@ -4514,7 +4062,6 @@ final class TableInitTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap451')] public function testAssertTrap452(): void { $this->runAssertTrapCommand( @@ -4524,7 +4071,6 @@ final class TableInitTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap452')] public function testAssertTrap453(): void { $this->runAssertTrapCommand( @@ -4534,7 +4080,6 @@ final class TableInitTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap453')] public function testAssertTrap454(): void { $this->runAssertTrapCommand( @@ -4544,7 +4089,6 @@ final class TableInitTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap454')] public function testAssertTrap455(): void { $this->runAssertTrapCommand( @@ -4554,7 +4098,6 @@ final class TableInitTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap455')] public function testAssertTrap456(): void { $this->runAssertTrapCommand( @@ -4564,7 +4107,6 @@ final class TableInitTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap456')] public function testAssertTrap457(): void { $this->runAssertTrapCommand( @@ -4574,7 +4116,6 @@ final class TableInitTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap457')] public function testAssertTrap458(): void { $this->runAssertTrapCommand( @@ -4584,7 +4125,6 @@ final class TableInitTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap458')] public function testAssertTrap459(): void { $this->runAssertTrapCommand( @@ -4594,7 +4134,6 @@ final class TableInitTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap459')] public function testAssertTrap460(): void { $this->runAssertTrapCommand( @@ -4604,7 +4143,6 @@ final class TableInitTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap460')] public function testAssertTrap461(): void { $this->runAssertTrapCommand( @@ -4614,7 +4152,6 @@ final class TableInitTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap461')] public function testAssertTrap462(): void { $this->runAssertTrapCommand( @@ -4624,7 +4161,6 @@ final class TableInitTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap462')] public function testAssertTrap463(): void { $this->runAssertTrapCommand( @@ -4634,7 +4170,6 @@ final class TableInitTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap463')] public function testAssertTrap464(): void { $this->runAssertTrapCommand( @@ -4644,7 +4179,6 @@ final class TableInitTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap464')] public function testAssertTrap465(): void { $this->runAssertTrapCommand( @@ -4654,7 +4188,6 @@ final class TableInitTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap465')] public function testAssertTrap466(): void { $this->runAssertTrapCommand( @@ -4664,7 +4197,6 @@ final class TableInitTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap466')] public function testAssertTrap467(): void { $this->runAssertTrapCommand( @@ -4674,7 +4206,6 @@ final class TableInitTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap467')] public function testAssertTrap468(): void { $this->runAssertTrapCommand( @@ -4684,7 +4215,6 @@ final class TableInitTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap468')] public function testAssertTrap469(): void { $this->runAssertTrapCommand( @@ -4694,7 +4224,6 @@ final class TableInitTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap469')] public function testAssertTrap470(): void { $this->runAssertTrapCommand( @@ -4704,7 +4233,6 @@ final class TableInitTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap470')] public function testAssertTrap471(): void { $this->runAssertTrapCommand( @@ -4714,7 +4242,6 @@ final class TableInitTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap471')] public function testAssertTrap472(): void { $this->runAssertTrapCommand( @@ -4724,7 +4251,6 @@ final class TableInitTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap472')] public function testAssertTrap473(): void { $this->runAssertTrapCommand( @@ -4734,7 +4260,6 @@ final class TableInitTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap473')] public function testAssertTrap474(): void { $this->runAssertTrapCommand( @@ -4744,7 +4269,6 @@ final class TableInitTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap474')] public function testAssertTrap475(): void { $this->runAssertTrapCommand( @@ -4754,7 +4278,6 @@ final class TableInitTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap475')] public function testAssertTrap476(): void { $this->runAssertTrapCommand( @@ -4764,7 +4287,6 @@ final class TableInitTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap476')] public function testAssertTrap477(): void { $this->runAssertTrapCommand( @@ -4774,7 +4296,6 @@ final class TableInitTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap477')] public function testAssertTrap478(): void { $this->runAssertTrapCommand( @@ -4784,7 +4305,6 @@ final class TableInitTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap478')] public function testAssertTrap479(): void { $this->runAssertTrapCommand( @@ -4794,7 +4314,6 @@ final class TableInitTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap479')] public function testAssertTrap480(): void { $this->runAssertTrapCommand( @@ -4804,7 +4323,6 @@ final class TableInitTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap480')] public function testAssertTrap481(): void { $this->runAssertTrapCommand( @@ -4814,7 +4332,6 @@ final class TableInitTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap481')] public function testAssertTrap482(): void { $this->runAssertTrapCommand( @@ -4824,7 +4341,6 @@ final class TableInitTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap482')] public function testAssertTrap483(): void { $this->runAssertTrapCommand( @@ -4834,7 +4350,6 @@ final class TableInitTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap483')] public function testAssertTrap484(): void { $this->runAssertTrapCommand( @@ -4844,7 +4359,6 @@ final class TableInitTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap484')] public function testAssertTrap485(): void { $this->runAssertTrapCommand( @@ -4854,7 +4368,6 @@ final class TableInitTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap485')] public function testAssertTrap486(): void { $this->runAssertTrapCommand( @@ -4864,7 +4377,6 @@ final class TableInitTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap486')] public function testAssertTrap487(): void { $this->runAssertTrapCommand( @@ -4874,7 +4386,6 @@ final class TableInitTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap487')] public function testAssertTrap488(): void { $this->runAssertTrapCommand( @@ -4884,7 +4395,6 @@ final class TableInitTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap488')] public function testAssertTrap489(): void { $this->runAssertTrapCommand( @@ -4894,7 +4404,6 @@ final class TableInitTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap489')] public function testAssertTrap490(): void { $this->runAssertTrapCommand( @@ -4904,7 +4413,6 @@ final class TableInitTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap490')] public function testAssertTrap491(): void { $this->runAssertTrapCommand( @@ -4914,7 +4422,6 @@ final class TableInitTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap491')] public function testAssertTrap492(): void { $this->runAssertTrapCommand( @@ -4924,7 +4431,6 @@ final class TableInitTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap492')] public function testAssertTrap493(): void { $this->runAssertTrapCommand( @@ -4934,7 +4440,6 @@ final class TableInitTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap493')] public function testAssertTrap494(): void { $this->runAssertTrapCommand( @@ -4944,7 +4449,6 @@ final class TableInitTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap494')] public function testAssertTrap495(): void { $this->runAssertTrapCommand( @@ -4954,7 +4458,6 @@ final class TableInitTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap495')] public function testAssertTrap496(): void { $this->runAssertTrapCommand( @@ -4964,7 +4467,6 @@ final class TableInitTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap496')] public function testAssertTrap497(): void { $this->runAssertTrapCommand( @@ -4974,7 +4476,6 @@ final class TableInitTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap497')] public function testAssertTrap498(): void { $this->runAssertTrapCommand( @@ -4984,7 +4485,6 @@ final class TableInitTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap498')] public function testAssertTrap499(): void { $this->runAssertTrapCommand( @@ -4994,7 +4494,6 @@ final class TableInitTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap499')] public function testAssertTrap500(): void { $this->runAssertTrapCommand( @@ -5004,7 +4503,6 @@ final class TableInitTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap500')] public function testAssertTrap501(): void { $this->runAssertTrapCommand( @@ -5014,7 +4512,6 @@ final class TableInitTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap501')] public function testAssertTrap502(): void { $this->runAssertTrapCommand( @@ -5024,7 +4521,6 @@ final class TableInitTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap502')] public function testAssertTrap503(): void { $this->runAssertTrapCommand( @@ -5034,7 +4530,6 @@ final class TableInitTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap503')] public function testAssertTrap504(): void { $this->runAssertTrapCommand( @@ -5044,7 +4539,6 @@ final class TableInitTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap504')] public function testAssertTrap505(): void { $this->runAssertTrapCommand( @@ -5054,7 +4548,6 @@ final class TableInitTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap505')] public function testAssertTrap506(): void { $this->runAssertTrapCommand( @@ -5064,7 +4557,6 @@ final class TableInitTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap506')] public function testAssertTrap507(): void { $this->runAssertTrapCommand( @@ -5074,7 +4566,6 @@ final class TableInitTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap507')] public function testAssertTrap508(): void { $this->runAssertTrapCommand( @@ -5084,7 +4575,6 @@ final class TableInitTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap508')] public function testAssertTrap509(): void { $this->runAssertTrapCommand( @@ -5094,7 +4584,6 @@ final class TableInitTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap509')] public function testAssertTrap510(): void { $this->runAssertTrapCommand( @@ -5104,7 +4593,6 @@ final class TableInitTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap510')] public function testAssertTrap511(): void { $this->runAssertTrapCommand( @@ -5114,7 +4602,6 @@ final class TableInitTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap511')] public function testAssertTrap512(): void { $this->runAssertTrapCommand( @@ -5124,7 +4611,6 @@ final class TableInitTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap512')] public function testAssertTrap513(): void { $this->runAssertTrapCommand( @@ -5134,7 +4620,6 @@ final class TableInitTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap513')] public function testAssertTrap514(): void { $this->runAssertTrapCommand( @@ -5144,7 +4629,6 @@ final class TableInitTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap514')] public function testAssertTrap515(): void { $this->runAssertTrapCommand( @@ -5154,7 +4638,6 @@ final class TableInitTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap515')] public function testAssertTrap516(): void { $this->runAssertTrapCommand( @@ -5164,7 +4647,6 @@ final class TableInitTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap516')] public function testAssertTrap517(): void { $this->runAssertTrapCommand( @@ -5174,7 +4656,6 @@ final class TableInitTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap517')] public function testAssertTrap518(): void { $this->runAssertTrapCommand( @@ -5184,7 +4665,6 @@ final class TableInitTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap518')] public function testAssertTrap519(): void { $this->runAssertTrapCommand( @@ -5194,7 +4674,6 @@ final class TableInitTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap519')] public function testAssertTrap520(): void { $this->runAssertTrapCommand( @@ -5204,7 +4683,6 @@ final class TableInitTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap520')] public function testAssertTrap521(): void { $this->runAssertTrapCommand( @@ -5214,7 +4692,6 @@ final class TableInitTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap521')] public function testAssertTrap522(): void { $this->runAssertTrapCommand( @@ -5224,7 +4701,6 @@ final class TableInitTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap522')] public function testAssertTrap523(): void { $this->runAssertTrapCommand( @@ -5234,7 +4710,6 @@ final class TableInitTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap523')] public function testAssertTrap524(): void { $this->runAssertTrapCommand( @@ -5244,7 +4719,6 @@ final class TableInitTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap524')] public function testAssertTrap525(): void { $this->runAssertTrapCommand( @@ -5254,7 +4728,6 @@ final class TableInitTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap525')] public function testAssertTrap526(): void { $this->runAssertTrapCommand( @@ -5264,7 +4737,6 @@ final class TableInitTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap526')] public function testAssertTrap527(): void { $this->runAssertTrapCommand( @@ -5274,7 +4746,6 @@ final class TableInitTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap527')] public function testAssertTrap528(): void { $this->runAssertTrapCommand( @@ -5284,7 +4755,6 @@ final class TableInitTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap528')] public function testAssertTrap529(): void { $this->runAssertTrapCommand( @@ -5294,7 +4764,6 @@ final class TableInitTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap529')] public function testAssertTrap530(): void { $this->runAssertTrapCommand( @@ -5304,7 +4773,6 @@ final class TableInitTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap530')] public function testAssertTrap531(): void { $this->runAssertTrapCommand( @@ -5314,7 +4782,6 @@ final class TableInitTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap531')] public function testAssertTrap532(): void { $this->runAssertTrapCommand( @@ -5324,7 +4791,6 @@ final class TableInitTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap532')] public function testModule533(): void { $this->runModuleCommand( @@ -5334,7 +4800,6 @@ final class TableInitTest extends SpecTestsuiteBase ); } - #[Depends('testModule533')] public function testAssertTrap534(): void { $this->runAssertTrapCommand( @@ -5344,7 +4809,6 @@ final class TableInitTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap534')] public function testAssertTrap535(): void { $this->runAssertTrapCommand( @@ -5354,7 +4818,6 @@ final class TableInitTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap535')] public function testAssertTrap536(): void { $this->runAssertTrapCommand( @@ -5364,7 +4827,6 @@ final class TableInitTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap536')] public function testAssertTrap537(): void { $this->runAssertTrapCommand( @@ -5374,7 +4836,6 @@ final class TableInitTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap537')] public function testAssertTrap538(): void { $this->runAssertTrapCommand( @@ -5384,7 +4845,6 @@ final class TableInitTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap538')] public function testAssertTrap539(): void { $this->runAssertTrapCommand( @@ -5394,7 +4854,6 @@ final class TableInitTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap539')] public function testAssertTrap540(): void { $this->runAssertTrapCommand( @@ -5404,7 +4863,6 @@ final class TableInitTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap540')] public function testAssertTrap541(): void { $this->runAssertTrapCommand( @@ -5414,7 +4872,6 @@ final class TableInitTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap541')] public function testAssertTrap542(): void { $this->runAssertTrapCommand( @@ -5424,7 +4881,6 @@ final class TableInitTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap542')] public function testAssertTrap543(): void { $this->runAssertTrapCommand( @@ -5434,7 +4890,6 @@ final class TableInitTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap543')] public function testAssertTrap544(): void { $this->runAssertTrapCommand( @@ -5444,7 +4899,6 @@ final class TableInitTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap544')] public function testAssertTrap545(): void { $this->runAssertTrapCommand( @@ -5454,7 +4908,6 @@ final class TableInitTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap545')] public function testAssertTrap546(): void { $this->runAssertTrapCommand( @@ -5464,7 +4917,6 @@ final class TableInitTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap546')] public function testAssertTrap547(): void { $this->runAssertTrapCommand( @@ -5474,7 +4926,6 @@ final class TableInitTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap547')] public function testAssertTrap548(): void { $this->runAssertTrapCommand( @@ -5484,7 +4935,6 @@ final class TableInitTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap548')] public function testAssertTrap549(): void { $this->runAssertTrapCommand( @@ -5494,7 +4944,6 @@ final class TableInitTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap549')] public function testAssertTrap550(): void { $this->runAssertTrapCommand( @@ -5504,7 +4953,6 @@ final class TableInitTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap550')] public function testAssertTrap551(): void { $this->runAssertTrapCommand( @@ -5514,7 +4962,6 @@ final class TableInitTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap551')] public function testAssertTrap552(): void { $this->runAssertTrapCommand( @@ -5524,7 +4971,6 @@ final class TableInitTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap552')] public function testAssertTrap553(): void { $this->runAssertTrapCommand( @@ -5534,7 +4980,6 @@ final class TableInitTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap553')] public function testAssertTrap554(): void { $this->runAssertTrapCommand( @@ -5544,7 +4989,6 @@ final class TableInitTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap554')] public function testAssertTrap555(): void { $this->runAssertTrapCommand( @@ -5554,7 +4998,6 @@ final class TableInitTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap555')] public function testAssertTrap556(): void { $this->runAssertTrapCommand( @@ -5564,7 +5007,6 @@ final class TableInitTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap556')] public function testAssertTrap557(): void { $this->runAssertTrapCommand( @@ -5574,7 +5016,6 @@ final class TableInitTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap557')] public function testAssertTrap558(): void { $this->runAssertTrapCommand( @@ -5584,7 +5025,6 @@ final class TableInitTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap558')] public function testAssertTrap559(): void { $this->runAssertTrapCommand( @@ -5594,7 +5034,6 @@ final class TableInitTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap559')] public function testAssertTrap560(): void { $this->runAssertTrapCommand( @@ -5604,7 +5043,6 @@ final class TableInitTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap560')] public function testAssertTrap561(): void { $this->runAssertTrapCommand( @@ -5614,7 +5052,6 @@ final class TableInitTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap561')] public function testAssertTrap562(): void { $this->runAssertTrapCommand( @@ -5624,7 +5061,6 @@ final class TableInitTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap562')] public function testAssertTrap563(): void { $this->runAssertTrapCommand( @@ -5634,7 +5070,6 @@ final class TableInitTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap563')] public function testAssertTrap564(): void { $this->runAssertTrapCommand( @@ -5644,7 +5079,6 @@ final class TableInitTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap564')] public function testAssertTrap565(): void { $this->runAssertTrapCommand( @@ -5654,7 +5088,6 @@ final class TableInitTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap565')] public function testAssertTrap566(): void { $this->runAssertTrapCommand( @@ -5664,7 +5097,6 @@ final class TableInitTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap566')] public function testAssertTrap567(): void { $this->runAssertTrapCommand( @@ -5674,7 +5106,6 @@ final class TableInitTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap567')] public function testAssertTrap568(): void { $this->runAssertTrapCommand( @@ -5684,7 +5115,6 @@ final class TableInitTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap568')] public function testAssertTrap569(): void { $this->runAssertTrapCommand( @@ -5694,7 +5124,6 @@ final class TableInitTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap569')] public function testAssertTrap570(): void { $this->runAssertTrapCommand( @@ -5704,7 +5133,6 @@ final class TableInitTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap570')] public function testAssertTrap571(): void { $this->runAssertTrapCommand( @@ -5714,7 +5142,6 @@ final class TableInitTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap571')] public function testAssertTrap572(): void { $this->runAssertTrapCommand( @@ -5724,7 +5151,6 @@ final class TableInitTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap572')] public function testAssertTrap573(): void { $this->runAssertTrapCommand( @@ -5734,7 +5160,6 @@ final class TableInitTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap573')] public function testAssertTrap574(): void { $this->runAssertTrapCommand( @@ -5744,7 +5169,6 @@ final class TableInitTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap574')] public function testAssertTrap575(): void { $this->runAssertTrapCommand( @@ -5754,7 +5178,6 @@ final class TableInitTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap575')] public function testAssertTrap576(): void { $this->runAssertTrapCommand( @@ -5764,7 +5187,6 @@ final class TableInitTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap576')] public function testAssertTrap577(): void { $this->runAssertTrapCommand( @@ -5774,7 +5196,6 @@ final class TableInitTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap577')] public function testAssertTrap578(): void { $this->runAssertTrapCommand( @@ -5784,7 +5205,6 @@ final class TableInitTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap578')] public function testAssertTrap579(): void { $this->runAssertTrapCommand( @@ -5794,7 +5214,6 @@ final class TableInitTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap579')] public function testAssertTrap580(): void { $this->runAssertTrapCommand( @@ -5804,7 +5223,6 @@ final class TableInitTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap580')] public function testAssertTrap581(): void { $this->runAssertTrapCommand( @@ -5814,7 +5232,6 @@ final class TableInitTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap581')] public function testAssertTrap582(): void { $this->runAssertTrapCommand( @@ -5824,7 +5241,6 @@ final class TableInitTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap582')] public function testAssertTrap583(): void { $this->runAssertTrapCommand( @@ -5834,7 +5250,6 @@ final class TableInitTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap583')] public function testAssertTrap584(): void { $this->runAssertTrapCommand( @@ -5844,7 +5259,6 @@ final class TableInitTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap584')] public function testAssertTrap585(): void { $this->runAssertTrapCommand( @@ -5854,7 +5268,6 @@ final class TableInitTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap585')] public function testAssertTrap586(): void { $this->runAssertTrapCommand( @@ -5864,7 +5277,6 @@ final class TableInitTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap586')] public function testAssertTrap587(): void { $this->runAssertTrapCommand( @@ -5874,7 +5286,6 @@ final class TableInitTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap587')] public function testAssertTrap588(): void { $this->runAssertTrapCommand( @@ -5884,7 +5295,6 @@ final class TableInitTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap588')] public function testAssertTrap589(): void { $this->runAssertTrapCommand( @@ -5894,7 +5304,6 @@ final class TableInitTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap589')] public function testAssertTrap590(): void { $this->runAssertTrapCommand( @@ -5904,7 +5313,6 @@ final class TableInitTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap590')] public function testAssertTrap591(): void { $this->runAssertTrapCommand( @@ -5914,7 +5322,6 @@ final class TableInitTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap591')] public function testAssertTrap592(): void { $this->runAssertTrapCommand( @@ -5924,7 +5331,6 @@ final class TableInitTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap592')] public function testAssertTrap593(): void { $this->runAssertTrapCommand( @@ -5934,7 +5340,6 @@ final class TableInitTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap593')] public function testAssertTrap594(): void { $this->runAssertTrapCommand( @@ -5944,7 +5349,6 @@ final class TableInitTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap594')] public function testAssertTrap595(): void { $this->runAssertTrapCommand( @@ -5954,7 +5358,6 @@ final class TableInitTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap595')] public function testAssertTrap596(): void { $this->runAssertTrapCommand( @@ -5964,7 +5367,6 @@ final class TableInitTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap596')] public function testAssertTrap597(): void { $this->runAssertTrapCommand( @@ -5974,7 +5376,6 @@ final class TableInitTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap597')] public function testAssertTrap598(): void { $this->runAssertTrapCommand( @@ -5984,7 +5385,6 @@ final class TableInitTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap598')] public function testAssertTrap599(): void { $this->runAssertTrapCommand( @@ -5994,7 +5394,6 @@ final class TableInitTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap599')] public function testAssertTrap600(): void { $this->runAssertTrapCommand( @@ -6004,7 +5403,6 @@ final class TableInitTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap600')] public function testAssertTrap601(): void { $this->runAssertTrapCommand( @@ -6014,7 +5412,6 @@ final class TableInitTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap601')] public function testAssertTrap602(): void { $this->runAssertTrapCommand( @@ -6024,7 +5421,6 @@ final class TableInitTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap602')] public function testAssertTrap603(): void { $this->runAssertTrapCommand( @@ -6034,7 +5430,6 @@ final class TableInitTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap603')] public function testAssertTrap604(): void { $this->runAssertTrapCommand( @@ -6044,7 +5439,6 @@ final class TableInitTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap604')] public function testAssertTrap605(): void { $this->runAssertTrapCommand( @@ -6054,7 +5448,6 @@ final class TableInitTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap605')] public function testAssertTrap606(): void { $this->runAssertTrapCommand( @@ -6064,7 +5457,6 @@ final class TableInitTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap606')] public function testAssertTrap607(): void { $this->runAssertTrapCommand( @@ -6074,7 +5466,6 @@ final class TableInitTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap607')] public function testAssertTrap608(): void { $this->runAssertTrapCommand( @@ -6084,7 +5475,6 @@ final class TableInitTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap608')] public function testAssertTrap609(): void { $this->runAssertTrapCommand( @@ -6094,7 +5484,6 @@ final class TableInitTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap609')] public function testAssertTrap610(): void { $this->runAssertTrapCommand( @@ -6104,7 +5493,6 @@ final class TableInitTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap610')] public function testAssertTrap611(): void { $this->runAssertTrapCommand( @@ -6114,7 +5502,6 @@ final class TableInitTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap611')] public function testAssertTrap612(): void { $this->runAssertTrapCommand( @@ -6124,7 +5511,6 @@ final class TableInitTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap612')] public function testAssertTrap613(): void { $this->runAssertTrapCommand( @@ -6134,7 +5520,6 @@ final class TableInitTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap613')] public function testAssertTrap614(): void { $this->runAssertTrapCommand( @@ -6144,7 +5529,6 @@ final class TableInitTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap614')] public function testAssertTrap615(): void { $this->runAssertTrapCommand( @@ -6154,7 +5538,6 @@ final class TableInitTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap615')] public function testAssertTrap616(): void { $this->runAssertTrapCommand( @@ -6164,7 +5547,6 @@ final class TableInitTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap616')] public function testAssertTrap617(): void { $this->runAssertTrapCommand( @@ -6174,7 +5556,6 @@ final class TableInitTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap617')] public function testAssertTrap618(): void { $this->runAssertTrapCommand( @@ -6184,7 +5565,6 @@ final class TableInitTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap618')] public function testAssertTrap619(): void { $this->runAssertTrapCommand( @@ -6194,7 +5574,6 @@ final class TableInitTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap619')] public function testAssertTrap620(): void { $this->runAssertTrapCommand( @@ -6204,7 +5583,6 @@ final class TableInitTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap620')] public function testAssertTrap621(): void { $this->runAssertTrapCommand( @@ -6214,7 +5592,6 @@ final class TableInitTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap621')] public function testAssertTrap622(): void { $this->runAssertTrapCommand( @@ -6224,7 +5601,6 @@ final class TableInitTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap622')] public function testAssertTrap623(): void { $this->runAssertTrapCommand( @@ -6234,7 +5610,6 @@ final class TableInitTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap623')] public function testAssertTrap624(): void { $this->runAssertTrapCommand( @@ -6244,7 +5619,6 @@ final class TableInitTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap624')] public function testAssertTrap625(): void { $this->runAssertTrapCommand( @@ -6254,7 +5628,6 @@ final class TableInitTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap625')] public function testAssertTrap626(): void { $this->runAssertTrapCommand( @@ -6264,7 +5637,6 @@ final class TableInitTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap626')] public function testAssertTrap627(): void { $this->runAssertTrapCommand( @@ -6274,7 +5646,6 @@ final class TableInitTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap627')] public function testAssertTrap628(): void { $this->runAssertTrapCommand( @@ -6284,7 +5655,6 @@ final class TableInitTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap628')] public function testAssertTrap629(): void { $this->runAssertTrapCommand( @@ -6294,7 +5664,6 @@ final class TableInitTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap629')] public function testAssertTrap630(): void { $this->runAssertTrapCommand( @@ -6304,7 +5673,6 @@ final class TableInitTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap630')] public function testAssertTrap631(): void { $this->runAssertTrapCommand( @@ -6314,7 +5682,6 @@ final class TableInitTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap631')] public function testAssertTrap632(): void { $this->runAssertTrapCommand( @@ -6324,7 +5691,6 @@ final class TableInitTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap632')] public function testAssertTrap633(): void { $this->runAssertTrapCommand( @@ -6334,7 +5700,6 @@ final class TableInitTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap633')] public function testAssertTrap634(): void { $this->runAssertTrapCommand( @@ -6344,7 +5709,6 @@ final class TableInitTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap634')] public function testAssertTrap635(): void { $this->runAssertTrapCommand( @@ -6354,7 +5718,6 @@ final class TableInitTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap635')] public function testAssertTrap636(): void { $this->runAssertTrapCommand( @@ -6364,7 +5727,6 @@ final class TableInitTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap636')] public function testAssertTrap637(): void { $this->runAssertTrapCommand( @@ -6374,7 +5736,6 @@ final class TableInitTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap637')] public function testAssertTrap638(): void { $this->runAssertTrapCommand( @@ -6384,7 +5745,6 @@ final class TableInitTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap638')] public function testAssertTrap639(): void { $this->runAssertTrapCommand( @@ -6394,7 +5754,6 @@ final class TableInitTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap639')] public function testAssertTrap640(): void { $this->runAssertTrapCommand( @@ -6404,7 +5763,6 @@ final class TableInitTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap640')] public function testAssertTrap641(): void { $this->runAssertTrapCommand( @@ -6414,7 +5772,6 @@ final class TableInitTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap641')] public function testAssertTrap642(): void { $this->runAssertTrapCommand( @@ -6424,7 +5781,6 @@ final class TableInitTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap642')] public function testAssertTrap643(): void { $this->runAssertTrapCommand( @@ -6434,7 +5790,6 @@ final class TableInitTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap643')] public function testAssertTrap644(): void { $this->runAssertTrapCommand( @@ -6444,7 +5799,6 @@ final class TableInitTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap644')] public function testAssertTrap645(): void { $this->runAssertTrapCommand( @@ -6454,7 +5808,6 @@ final class TableInitTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap645')] public function testAssertTrap646(): void { $this->runAssertTrapCommand( @@ -6464,7 +5817,6 @@ final class TableInitTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap646')] public function testAssertTrap647(): void { $this->runAssertTrapCommand( @@ -6474,7 +5826,6 @@ final class TableInitTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap647')] public function testAssertTrap648(): void { $this->runAssertTrapCommand( @@ -6484,7 +5835,6 @@ final class TableInitTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap648')] public function testAssertTrap649(): void { $this->runAssertTrapCommand( @@ -6494,7 +5844,6 @@ final class TableInitTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap649')] public function testAssertTrap650(): void { $this->runAssertTrapCommand( @@ -6504,7 +5853,6 @@ final class TableInitTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap650')] public function testAssertTrap651(): void { $this->runAssertTrapCommand( @@ -6514,7 +5862,6 @@ final class TableInitTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap651')] public function testAssertTrap652(): void { $this->runAssertTrapCommand( @@ -6524,7 +5871,6 @@ final class TableInitTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap652')] public function testAssertTrap653(): void { $this->runAssertTrapCommand( @@ -6534,7 +5880,6 @@ final class TableInitTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap653')] public function testAssertTrap654(): void { $this->runAssertTrapCommand( @@ -6544,7 +5889,6 @@ final class TableInitTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap654')] public function testAssertTrap655(): void { $this->runAssertTrapCommand( @@ -6554,7 +5898,6 @@ final class TableInitTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap655')] public function testAssertTrap656(): void { $this->runAssertTrapCommand( @@ -6564,7 +5907,6 @@ final class TableInitTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap656')] public function testAssertTrap657(): void { $this->runAssertTrapCommand( @@ -6574,7 +5916,6 @@ final class TableInitTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap657')] public function testAssertTrap658(): void { $this->runAssertTrapCommand( @@ -6584,7 +5925,6 @@ final class TableInitTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap658')] public function testAssertTrap659(): void { $this->runAssertTrapCommand( @@ -6594,7 +5934,6 @@ final class TableInitTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap659')] public function testAssertTrap660(): void { $this->runAssertTrapCommand( @@ -6604,7 +5943,6 @@ final class TableInitTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap660')] public function testAssertTrap661(): void { $this->runAssertTrapCommand( @@ -6614,7 +5952,6 @@ final class TableInitTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap661')] public function testAssertTrap662(): void { $this->runAssertTrapCommand( @@ -6624,7 +5961,6 @@ final class TableInitTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap662')] public function testAssertTrap663(): void { $this->runAssertTrapCommand( @@ -6634,7 +5970,6 @@ final class TableInitTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap663')] public function testAssertTrap664(): void { $this->runAssertTrapCommand( @@ -6644,7 +5979,6 @@ final class TableInitTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap664')] public function testAssertTrap665(): void { $this->runAssertTrapCommand( @@ -6654,7 +5988,6 @@ final class TableInitTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap665')] public function testAssertTrap666(): void { $this->runAssertTrapCommand( @@ -6664,7 +5997,6 @@ final class TableInitTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap666')] public function testAssertTrap667(): void { $this->runAssertTrapCommand( @@ -6674,7 +6006,6 @@ final class TableInitTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap667')] public function testAssertTrap668(): void { $this->runAssertTrapCommand( @@ -6684,7 +6015,6 @@ final class TableInitTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap668')] public function testAssertTrap669(): void { $this->runAssertTrapCommand( @@ -6694,7 +6024,6 @@ final class TableInitTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap669')] public function testAssertTrap670(): void { $this->runAssertTrapCommand( @@ -6704,7 +6033,6 @@ final class TableInitTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap670')] public function testAssertTrap671(): void { $this->runAssertTrapCommand( @@ -6714,7 +6042,6 @@ final class TableInitTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap671')] public function testAssertTrap672(): void { $this->runAssertTrapCommand( @@ -6724,7 +6051,6 @@ final class TableInitTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap672')] public function testAssertTrap673(): void { $this->runAssertTrapCommand( @@ -6734,7 +6060,6 @@ final class TableInitTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap673')] public function testAssertTrap674(): void { $this->runAssertTrapCommand( @@ -6744,7 +6069,6 @@ final class TableInitTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap674')] public function testAssertTrap675(): void { $this->runAssertTrapCommand( @@ -6754,7 +6078,6 @@ final class TableInitTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap675')] public function testAssertTrap676(): void { $this->runAssertTrapCommand( @@ -6764,7 +6087,6 @@ final class TableInitTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap676')] public function testAssertTrap677(): void { $this->runAssertTrapCommand( @@ -6774,7 +6096,6 @@ final class TableInitTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap677')] public function testAssertTrap678(): void { $this->runAssertTrapCommand( @@ -6784,7 +6105,6 @@ final class TableInitTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap678')] public function testAssertTrap679(): void { $this->runAssertTrapCommand( @@ -6794,7 +6114,6 @@ final class TableInitTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap679')] public function testAssertTrap680(): void { $this->runAssertTrapCommand( @@ -6804,7 +6123,6 @@ final class TableInitTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap680')] public function testAssertTrap681(): void { $this->runAssertTrapCommand( @@ -6814,7 +6132,6 @@ final class TableInitTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap681')] public function testAssertTrap682(): void { $this->runAssertTrapCommand( @@ -6824,7 +6141,6 @@ final class TableInitTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap682')] public function testAssertTrap683(): void { $this->runAssertTrapCommand( @@ -6834,7 +6150,6 @@ final class TableInitTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap683')] public function testAssertTrap684(): void { $this->runAssertTrapCommand( @@ -6844,7 +6159,6 @@ final class TableInitTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap684')] public function testAssertTrap685(): void { $this->runAssertTrapCommand( @@ -6854,7 +6168,6 @@ final class TableInitTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap685')] public function testAssertTrap686(): void { $this->runAssertTrapCommand( @@ -6864,7 +6177,6 @@ final class TableInitTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap686')] public function testAssertTrap687(): void { $this->runAssertTrapCommand( @@ -6874,7 +6186,6 @@ final class TableInitTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap687')] public function testAssertTrap688(): void { $this->runAssertTrapCommand( @@ -6884,7 +6195,6 @@ final class TableInitTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap688')] public function testAssertTrap689(): void { $this->runAssertTrapCommand( @@ -6894,7 +6204,6 @@ final class TableInitTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap689')] public function testAssertTrap690(): void { $this->runAssertTrapCommand( @@ -6904,7 +6213,6 @@ final class TableInitTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap690')] public function testAssertTrap691(): void { $this->runAssertTrapCommand( @@ -6914,7 +6222,6 @@ final class TableInitTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap691')] public function testAssertTrap692(): void { $this->runAssertTrapCommand( @@ -6924,7 +6231,6 @@ final class TableInitTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap692')] public function testAssertTrap693(): void { $this->runAssertTrapCommand( @@ -6934,7 +6240,6 @@ final class TableInitTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap693')] public function testAssertTrap694(): void { $this->runAssertTrapCommand( @@ -6944,7 +6249,6 @@ final class TableInitTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap694')] public function testModule695(): void { $this->runModuleCommand( @@ -6954,7 +6258,6 @@ final class TableInitTest extends SpecTestsuiteBase ); } - #[Depends('testModule695')] public function testAssertTrap696(): void { $this->runAssertTrapCommand( @@ -6964,7 +6267,6 @@ final class TableInitTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap696')] public function testAssertTrap697(): void { $this->runAssertTrapCommand( @@ -6974,7 +6276,6 @@ final class TableInitTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap697')] public function testAssertTrap698(): void { $this->runAssertTrapCommand( @@ -6984,7 +6285,6 @@ final class TableInitTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap698')] public function testAssertTrap699(): void { $this->runAssertTrapCommand( @@ -6994,7 +6294,6 @@ final class TableInitTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap699')] public function testAssertTrap700(): void { $this->runAssertTrapCommand( @@ -7004,7 +6303,6 @@ final class TableInitTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap700')] public function testAssertTrap701(): void { $this->runAssertTrapCommand( @@ -7014,7 +6312,6 @@ final class TableInitTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap701')] public function testAssertTrap702(): void { $this->runAssertTrapCommand( @@ -7024,7 +6321,6 @@ final class TableInitTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap702')] public function testAssertTrap703(): void { $this->runAssertTrapCommand( @@ -7034,7 +6330,6 @@ final class TableInitTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap703')] public function testAssertTrap704(): void { $this->runAssertTrapCommand( @@ -7044,7 +6339,6 @@ final class TableInitTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap704')] public function testAssertTrap705(): void { $this->runAssertTrapCommand( @@ -7054,7 +6348,6 @@ final class TableInitTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap705')] public function testAssertTrap706(): void { $this->runAssertTrapCommand( @@ -7064,7 +6357,6 @@ final class TableInitTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap706')] public function testAssertTrap707(): void { $this->runAssertTrapCommand( @@ -7074,7 +6366,6 @@ final class TableInitTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap707')] public function testAssertTrap708(): void { $this->runAssertTrapCommand( @@ -7084,7 +6375,6 @@ final class TableInitTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap708')] public function testAssertTrap709(): void { $this->runAssertTrapCommand( @@ -7094,7 +6384,6 @@ final class TableInitTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap709')] public function testAssertTrap710(): void { $this->runAssertTrapCommand( @@ -7104,7 +6393,6 @@ final class TableInitTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap710')] public function testAssertTrap711(): void { $this->runAssertTrapCommand( @@ -7114,7 +6402,6 @@ final class TableInitTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap711')] public function testAssertTrap712(): void { $this->runAssertTrapCommand( @@ -7124,7 +6411,6 @@ final class TableInitTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap712')] public function testAssertTrap713(): void { $this->runAssertTrapCommand( @@ -7134,7 +6420,6 @@ final class TableInitTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap713')] public function testAssertTrap714(): void { $this->runAssertTrapCommand( @@ -7144,7 +6429,6 @@ final class TableInitTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap714')] public function testAssertTrap715(): void { $this->runAssertTrapCommand( @@ -7154,7 +6438,6 @@ final class TableInitTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap715')] public function testAssertTrap716(): void { $this->runAssertTrapCommand( @@ -7164,7 +6447,6 @@ final class TableInitTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap716')] public function testAssertTrap717(): void { $this->runAssertTrapCommand( @@ -7174,7 +6456,6 @@ final class TableInitTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap717')] public function testAssertTrap718(): void { $this->runAssertTrapCommand( @@ -7184,7 +6465,6 @@ final class TableInitTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap718')] public function testAssertTrap719(): void { $this->runAssertTrapCommand( @@ -7194,7 +6474,6 @@ final class TableInitTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap719')] public function testAssertTrap720(): void { $this->runAssertTrapCommand( @@ -7204,7 +6483,6 @@ final class TableInitTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap720')] public function testAssertTrap721(): void { $this->runAssertTrapCommand( @@ -7214,7 +6492,6 @@ final class TableInitTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap721')] public function testAssertTrap722(): void { $this->runAssertTrapCommand( @@ -7224,7 +6501,6 @@ final class TableInitTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap722')] public function testAssertTrap723(): void { $this->runAssertTrapCommand( @@ -7234,7 +6510,6 @@ final class TableInitTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap723')] public function testAssertTrap724(): void { $this->runAssertTrapCommand( @@ -7244,7 +6519,6 @@ final class TableInitTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap724')] public function testAssertTrap725(): void { $this->runAssertTrapCommand( @@ -7254,7 +6528,6 @@ final class TableInitTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap725')] public function testAssertTrap726(): void { $this->runAssertTrapCommand( @@ -7264,7 +6537,6 @@ final class TableInitTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap726')] public function testAssertTrap727(): void { $this->runAssertTrapCommand( @@ -7274,7 +6546,6 @@ final class TableInitTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap727')] public function testAssertTrap728(): void { $this->runAssertTrapCommand( @@ -7284,7 +6555,6 @@ final class TableInitTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap728')] public function testAssertTrap729(): void { $this->runAssertTrapCommand( @@ -7294,7 +6564,6 @@ final class TableInitTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap729')] public function testAssertTrap730(): void { $this->runAssertTrapCommand( @@ -7304,7 +6573,6 @@ final class TableInitTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap730')] public function testAssertTrap731(): void { $this->runAssertTrapCommand( @@ -7314,7 +6582,6 @@ final class TableInitTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap731')] public function testAssertTrap732(): void { $this->runAssertTrapCommand( @@ -7324,7 +6591,6 @@ final class TableInitTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap732')] public function testAssertTrap733(): void { $this->runAssertTrapCommand( @@ -7334,7 +6600,6 @@ final class TableInitTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap733')] public function testAssertTrap734(): void { $this->runAssertTrapCommand( @@ -7344,7 +6609,6 @@ final class TableInitTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap734')] public function testAssertTrap735(): void { $this->runAssertTrapCommand( @@ -7354,7 +6618,6 @@ final class TableInitTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap735')] public function testAssertTrap736(): void { $this->runAssertTrapCommand( @@ -7364,7 +6627,6 @@ final class TableInitTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap736')] public function testAssertTrap737(): void { $this->runAssertTrapCommand( @@ -7374,7 +6636,6 @@ final class TableInitTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap737')] public function testAssertTrap738(): void { $this->runAssertTrapCommand( @@ -7384,7 +6645,6 @@ final class TableInitTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap738')] public function testAssertTrap739(): void { $this->runAssertTrapCommand( @@ -7394,7 +6654,6 @@ final class TableInitTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap739')] public function testAssertTrap740(): void { $this->runAssertTrapCommand( @@ -7404,7 +6663,6 @@ final class TableInitTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap740')] public function testAssertTrap741(): void { $this->runAssertTrapCommand( @@ -7414,7 +6672,6 @@ final class TableInitTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap741')] public function testAssertTrap742(): void { $this->runAssertTrapCommand( @@ -7424,7 +6681,6 @@ final class TableInitTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap742')] public function testAssertTrap743(): void { $this->runAssertTrapCommand( @@ -7434,7 +6690,6 @@ final class TableInitTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap743')] public function testAssertTrap744(): void { $this->runAssertTrapCommand( @@ -7444,7 +6699,6 @@ final class TableInitTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap744')] public function testAssertTrap745(): void { $this->runAssertTrapCommand( @@ -7454,7 +6708,6 @@ final class TableInitTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap745')] public function testAssertTrap746(): void { $this->runAssertTrapCommand( @@ -7464,7 +6717,6 @@ final class TableInitTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap746')] public function testAssertTrap747(): void { $this->runAssertTrapCommand( @@ -7474,7 +6726,6 @@ final class TableInitTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap747')] public function testAssertTrap748(): void { $this->runAssertTrapCommand( @@ -7484,7 +6735,6 @@ final class TableInitTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap748')] public function testAssertTrap749(): void { $this->runAssertTrapCommand( @@ -7494,7 +6744,6 @@ final class TableInitTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap749')] public function testAssertTrap750(): void { $this->runAssertTrapCommand( @@ -7504,7 +6753,6 @@ final class TableInitTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap750')] public function testAssertTrap751(): void { $this->runAssertTrapCommand( @@ -7514,7 +6762,6 @@ final class TableInitTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap751')] public function testAssertTrap752(): void { $this->runAssertTrapCommand( @@ -7524,7 +6771,6 @@ final class TableInitTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap752')] public function testAssertTrap753(): void { $this->runAssertTrapCommand( @@ -7534,7 +6780,6 @@ final class TableInitTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap753')] public function testAssertTrap754(): void { $this->runAssertTrapCommand( @@ -7544,7 +6789,6 @@ final class TableInitTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap754')] public function testAssertTrap755(): void { $this->runAssertTrapCommand( @@ -7554,7 +6798,6 @@ final class TableInitTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap755')] public function testAssertTrap756(): void { $this->runAssertTrapCommand( @@ -7564,7 +6807,6 @@ final class TableInitTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap756')] public function testAssertTrap757(): void { $this->runAssertTrapCommand( @@ -7574,7 +6816,6 @@ final class TableInitTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap757')] public function testAssertTrap758(): void { $this->runAssertTrapCommand( @@ -7584,7 +6825,6 @@ final class TableInitTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap758')] public function testAssertTrap759(): void { $this->runAssertTrapCommand( @@ -7594,7 +6834,6 @@ final class TableInitTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap759')] public function testAssertTrap760(): void { $this->runAssertTrapCommand( @@ -7604,7 +6843,6 @@ final class TableInitTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap760')] public function testModule761(): void { $this->runModuleCommand( @@ -7614,7 +6852,6 @@ final class TableInitTest extends SpecTestsuiteBase ); } - #[Depends('testModule761')] public function testAssertTrap762(): void { $this->runAssertTrapCommand( @@ -7624,7 +6861,6 @@ final class TableInitTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap762')] public function testAssertTrap763(): void { $this->runAssertTrapCommand( @@ -7634,7 +6870,6 @@ final class TableInitTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap763')] public function testAssertTrap764(): void { $this->runAssertTrapCommand( @@ -7644,7 +6879,6 @@ final class TableInitTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap764')] public function testAssertTrap765(): void { $this->runAssertTrapCommand( @@ -7654,7 +6888,6 @@ final class TableInitTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap765')] public function testAssertTrap766(): void { $this->runAssertTrapCommand( @@ -7664,7 +6897,6 @@ final class TableInitTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap766')] public function testAssertTrap767(): void { $this->runAssertTrapCommand( @@ -7674,7 +6906,6 @@ final class TableInitTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap767')] public function testAssertTrap768(): void { $this->runAssertTrapCommand( @@ -7684,7 +6915,6 @@ final class TableInitTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap768')] public function testAssertTrap769(): void { $this->runAssertTrapCommand( @@ -7694,7 +6924,6 @@ final class TableInitTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap769')] public function testAssertTrap770(): void { $this->runAssertTrapCommand( @@ -7704,7 +6933,6 @@ final class TableInitTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap770')] public function testAssertTrap771(): void { $this->runAssertTrapCommand( @@ -7714,7 +6942,6 @@ final class TableInitTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap771')] public function testAssertTrap772(): void { $this->runAssertTrapCommand( @@ -7724,7 +6951,6 @@ final class TableInitTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap772')] public function testAssertTrap773(): void { $this->runAssertTrapCommand( @@ -7734,7 +6960,6 @@ final class TableInitTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap773')] public function testAssertTrap774(): void { $this->runAssertTrapCommand( @@ -7744,7 +6969,6 @@ final class TableInitTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap774')] public function testAssertTrap775(): void { $this->runAssertTrapCommand( @@ -7754,7 +6978,6 @@ final class TableInitTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap775')] public function testAssertTrap776(): void { $this->runAssertTrapCommand( @@ -7764,7 +6987,6 @@ final class TableInitTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap776')] public function testAssertTrap777(): void { $this->runAssertTrapCommand( @@ -7774,7 +6996,6 @@ final class TableInitTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap777')] public function testAssertTrap778(): void { $this->runAssertTrapCommand( @@ -7784,7 +7005,6 @@ final class TableInitTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap778')] public function testModule779(): void { $this->runModuleCommand( diff --git a/tests/src/SpecTestsuites/Core/TableSetTest.php b/tests/src/SpecTestsuites/Core/TableSetTest.php index d02e091..f8291fc 100644 --- a/tests/src/SpecTestsuites/Core/TableSetTest.php +++ b/tests/src/SpecTestsuites/Core/TableSetTest.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 TableSetTest extends SpecTestsuiteBase @@ -19,7 +18,6 @@ final class TableSetTest extends SpecTestsuiteBase ); } - #[Depends('testModule0')] public function testAssertReturn1(): void { $this->runAssertReturnCommand( @@ -29,7 +27,6 @@ final class TableSetTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1')] public function testAssertReturn2(): void { $this->runAssertReturnCommand( @@ -39,7 +36,6 @@ final class TableSetTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2')] public function testAssertReturn3(): void { $this->runAssertReturnCommand( @@ -49,7 +45,6 @@ final class TableSetTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn3')] public function testAssertReturn4(): void { $this->runAssertReturnCommand( @@ -59,7 +54,6 @@ final class TableSetTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn4')] public function testAssertReturn5(): void { $this->runAssertReturnCommand( @@ -69,7 +63,6 @@ final class TableSetTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn5')] public function testAssertReturn6(): void { $this->runAssertReturnCommand( @@ -79,7 +72,6 @@ final class TableSetTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn6')] public function testAssertReturn7(): void { $this->runAssertReturnCommand( @@ -89,7 +81,6 @@ final class TableSetTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn7')] public function testAssertReturn8(): void { $this->runAssertReturnCommand( @@ -99,7 +90,6 @@ final class TableSetTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn8')] public function testAssertReturn9(): void { $this->runAssertReturnCommand( @@ -109,7 +99,6 @@ final class TableSetTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn9')] public function testAssertReturn10(): void { $this->runAssertReturnCommand( @@ -119,7 +108,6 @@ final class TableSetTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn10')] public function testAssertTrap11(): void { $this->runAssertTrapCommand( @@ -129,7 +117,6 @@ final class TableSetTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap11')] public function testAssertTrap12(): void { $this->runAssertTrapCommand( @@ -139,7 +126,6 @@ final class TableSetTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap12')] public function testAssertTrap13(): void { $this->runAssertTrapCommand( @@ -149,7 +135,6 @@ final class TableSetTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap13')] public function testAssertTrap14(): void { $this->runAssertTrapCommand( @@ -159,7 +144,6 @@ final class TableSetTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap14')] public function testAssertTrap15(): void { $this->runAssertTrapCommand( @@ -169,7 +153,6 @@ final class TableSetTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap15')] public function testAssertTrap16(): void { $this->runAssertTrapCommand( @@ -179,7 +162,6 @@ final class TableSetTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap16')] public function testAssertTrap17(): void { $this->runAssertTrapCommand( @@ -189,7 +171,6 @@ final class TableSetTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap17')] public function testAssertTrap18(): void { $this->runAssertTrapCommand( @@ -199,7 +180,6 @@ final class TableSetTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap18')] public function testAssertInvalid19(): void { $this->runAssertInvalidCommand( @@ -209,7 +189,6 @@ final class TableSetTest extends SpecTestsuiteBase ); } - #[Depends('testAssertInvalid19')] public function testAssertInvalid20(): void { $this->runAssertInvalidCommand( @@ -219,7 +198,6 @@ final class TableSetTest extends SpecTestsuiteBase ); } - #[Depends('testAssertInvalid20')] public function testAssertInvalid21(): void { $this->runAssertInvalidCommand( @@ -229,7 +207,6 @@ final class TableSetTest extends SpecTestsuiteBase ); } - #[Depends('testAssertInvalid21')] public function testAssertInvalid22(): void { $this->runAssertInvalidCommand( @@ -239,7 +216,6 @@ final class TableSetTest extends SpecTestsuiteBase ); } - #[Depends('testAssertInvalid22')] public function testAssertInvalid23(): void { $this->runAssertInvalidCommand( @@ -249,7 +225,6 @@ final class TableSetTest extends SpecTestsuiteBase ); } - #[Depends('testAssertInvalid23')] public function testAssertInvalid24(): void { $this->runAssertInvalidCommand( @@ -259,7 +234,6 @@ final class TableSetTest extends SpecTestsuiteBase ); } - #[Depends('testAssertInvalid24')] public function testAssertInvalid25(): void { $this->runAssertInvalidCommand( diff --git a/tests/src/SpecTestsuites/Core/TableSizeTest.php b/tests/src/SpecTestsuites/Core/TableSizeTest.php index 799dca5..e336120 100644 --- a/tests/src/SpecTestsuites/Core/TableSizeTest.php +++ b/tests/src/SpecTestsuites/Core/TableSizeTest.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 TableSizeTest extends SpecTestsuiteBase @@ -19,7 +18,6 @@ final class TableSizeTest extends SpecTestsuiteBase ); } - #[Depends('testModule0')] public function testAssertReturn1(): void { $this->runAssertReturnCommand( @@ -29,7 +27,6 @@ final class TableSizeTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1')] public function testAssertReturn2(): void { $this->runAssertReturnCommand( @@ -39,7 +36,6 @@ final class TableSizeTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2')] public function testAssertReturn3(): void { $this->runAssertReturnCommand( @@ -49,7 +45,6 @@ final class TableSizeTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn3')] public function testAssertReturn4(): void { $this->runAssertReturnCommand( @@ -59,7 +54,6 @@ final class TableSizeTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn4')] public function testAssertReturn5(): void { $this->runAssertReturnCommand( @@ -69,7 +63,6 @@ final class TableSizeTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn5')] public function testAssertReturn6(): void { $this->runAssertReturnCommand( @@ -79,7 +72,6 @@ final class TableSizeTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn6')] public function testAssertReturn7(): void { $this->runAssertReturnCommand( @@ -89,7 +81,6 @@ final class TableSizeTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn7')] public function testAssertReturn8(): void { $this->runAssertReturnCommand( @@ -99,7 +90,6 @@ final class TableSizeTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn8')] public function testAssertReturn9(): void { $this->runAssertReturnCommand( @@ -109,7 +99,6 @@ final class TableSizeTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn9')] public function testAssertReturn10(): void { $this->runAssertReturnCommand( @@ -119,7 +108,6 @@ final class TableSizeTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn10')] public function testAssertReturn11(): void { $this->runAssertReturnCommand( @@ -129,7 +117,6 @@ final class TableSizeTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn11')] public function testAssertReturn12(): void { $this->runAssertReturnCommand( @@ -139,7 +126,6 @@ final class TableSizeTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn12')] public function testAssertReturn13(): void { $this->runAssertReturnCommand( @@ -149,7 +135,6 @@ final class TableSizeTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn13')] public function testAssertReturn14(): void { $this->runAssertReturnCommand( @@ -159,7 +144,6 @@ final class TableSizeTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn14')] public function testAssertReturn15(): void { $this->runAssertReturnCommand( @@ -169,7 +153,6 @@ final class TableSizeTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn15')] public function testAssertReturn16(): void { $this->runAssertReturnCommand( @@ -179,7 +162,6 @@ final class TableSizeTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn16')] public function testAssertReturn17(): void { $this->runAssertReturnCommand( @@ -189,7 +171,6 @@ final class TableSizeTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn17')] public function testAssertReturn18(): void { $this->runAssertReturnCommand( @@ -199,7 +180,6 @@ final class TableSizeTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn18')] public function testAssertReturn19(): void { $this->runAssertReturnCommand( @@ -209,7 +189,6 @@ final class TableSizeTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn19')] public function testAssertReturn20(): void { $this->runAssertReturnCommand( @@ -219,7 +198,6 @@ final class TableSizeTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn20')] public function testAssertReturn21(): void { $this->runAssertReturnCommand( @@ -229,7 +207,6 @@ final class TableSizeTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn21')] public function testAssertReturn22(): void { $this->runAssertReturnCommand( @@ -239,7 +216,6 @@ final class TableSizeTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn22')] public function testAssertReturn23(): void { $this->runAssertReturnCommand( @@ -249,7 +225,6 @@ final class TableSizeTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn23')] public function testAssertReturn24(): void { $this->runAssertReturnCommand( @@ -259,7 +234,6 @@ final class TableSizeTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn24')] public function testAssertReturn25(): void { $this->runAssertReturnCommand( @@ -269,7 +243,6 @@ final class TableSizeTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn25')] public function testAssertReturn26(): void { $this->runAssertReturnCommand( @@ -279,7 +252,6 @@ final class TableSizeTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn26')] public function testAssertReturn27(): void { $this->runAssertReturnCommand( @@ -289,7 +261,6 @@ final class TableSizeTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn27')] public function testAssertReturn28(): void { $this->runAssertReturnCommand( @@ -299,7 +270,6 @@ final class TableSizeTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn28')] public function testAssertReturn29(): void { $this->runAssertReturnCommand( @@ -309,7 +279,6 @@ final class TableSizeTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn29')] public function testAssertReturn30(): void { $this->runAssertReturnCommand( @@ -319,7 +288,6 @@ final class TableSizeTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn30')] public function testAssertReturn31(): void { $this->runAssertReturnCommand( @@ -329,7 +297,6 @@ final class TableSizeTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn31')] public function testAssertReturn32(): void { $this->runAssertReturnCommand( @@ -339,7 +306,6 @@ final class TableSizeTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn32')] public function testAssertReturn33(): void { $this->runAssertReturnCommand( @@ -349,7 +315,6 @@ final class TableSizeTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn33')] public function testAssertReturn34(): void { $this->runAssertReturnCommand( @@ -359,7 +324,6 @@ final class TableSizeTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn34')] public function testAssertReturn35(): void { $this->runAssertReturnCommand( @@ -369,7 +333,6 @@ final class TableSizeTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn35')] public function testAssertReturn36(): void { $this->runAssertReturnCommand( @@ -379,7 +342,6 @@ final class TableSizeTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn36')] public function testAssertInvalid37(): void { $this->runAssertInvalidCommand( @@ -389,7 +351,6 @@ final class TableSizeTest extends SpecTestsuiteBase ); } - #[Depends('testAssertInvalid37')] public function testAssertInvalid38(): void { $this->runAssertInvalidCommand( 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( diff --git a/tests/src/SpecTestsuites/Core/TableTest.php b/tests/src/SpecTestsuites/Core/TableTest.php index f66f08d..e5d778e 100644 --- a/tests/src/SpecTestsuites/Core/TableTest.php +++ b/tests/src/SpecTestsuites/Core/TableTest.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 TableTest extends SpecTestsuiteBase @@ -19,7 +18,6 @@ final class TableTest extends SpecTestsuiteBase ); } - #[Depends('testModule0')] public function testModule1(): void { $this->runModuleCommand( @@ -29,7 +27,6 @@ final class TableTest extends SpecTestsuiteBase ); } - #[Depends('testModule1')] public function testModule2(): void { $this->runModuleCommand( @@ -39,7 +36,6 @@ final class TableTest extends SpecTestsuiteBase ); } - #[Depends('testModule2')] public function testModule3(): void { $this->runModuleCommand( @@ -49,7 +45,6 @@ final class TableTest extends SpecTestsuiteBase ); } - #[Depends('testModule3')] public function testModule4(): void { $this->runModuleCommand( @@ -59,7 +54,6 @@ final class TableTest extends SpecTestsuiteBase ); } - #[Depends('testModule4')] public function testModule5(): void { $this->runModuleCommand( @@ -69,7 +63,6 @@ final class TableTest extends SpecTestsuiteBase ); } - #[Depends('testModule5')] public function testModule6(): void { $this->runModuleCommand( @@ -79,7 +72,6 @@ final class TableTest extends SpecTestsuiteBase ); } - #[Depends('testModule6')] public function testModule7(): void { $this->runModuleCommand( @@ -89,7 +81,6 @@ final class TableTest extends SpecTestsuiteBase ); } - #[Depends('testModule7')] public function testModule8(): void { $this->runModuleCommand( @@ -99,7 +90,6 @@ final class TableTest extends SpecTestsuiteBase ); } - #[Depends('testModule8')] public function testAssertInvalid9(): void { $this->runAssertInvalidCommand( @@ -109,7 +99,6 @@ final class TableTest extends SpecTestsuiteBase ); } - #[Depends('testAssertInvalid9')] public function testAssertInvalid10(): void { $this->runAssertInvalidCommand( @@ -119,7 +108,6 @@ final class TableTest extends SpecTestsuiteBase ); } - #[Depends('testAssertInvalid10')] public function testAssertInvalid11(): void { $this->runAssertInvalidCommand( @@ -129,7 +117,6 @@ final class TableTest extends SpecTestsuiteBase ); } - #[Depends('testAssertInvalid11')] public function testAssertInvalid12(): void { $this->runAssertInvalidCommand( @@ -140,37 +127,31 @@ final class TableTest extends SpecTestsuiteBase } #[DoesNotPerformAssertions] - #[Depends('testAssertInvalid12')] public function testAssertMalformed13(): void { } #[DoesNotPerformAssertions] - #[Depends('testAssertMalformed13')] public function testAssertMalformed14(): void { } #[DoesNotPerformAssertions] - #[Depends('testAssertMalformed14')] public function testAssertMalformed15(): void { } #[DoesNotPerformAssertions] - #[Depends('testAssertMalformed15')] public function testAssertMalformed16(): void { } #[DoesNotPerformAssertions] - #[Depends('testAssertMalformed16')] public function testAssertMalformed17(): void { } #[DoesNotPerformAssertions] - #[Depends('testAssertMalformed17')] public function testAssertMalformed18(): void { } diff --git a/tests/src/SpecTestsuites/Core/TokenTest.php b/tests/src/SpecTestsuites/Core/TokenTest.php index 9ceb68b..3101727 100644 --- a/tests/src/SpecTestsuites/Core/TokenTest.php +++ b/tests/src/SpecTestsuites/Core/TokenTest.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 TokenTest extends SpecTestsuiteBase @@ -16,12 +15,10 @@ final class TokenTest extends SpecTestsuiteBase } #[DoesNotPerformAssertions] - #[Depends('testAssertMalformed0')] public function testAssertMalformed1(): void { } - #[Depends('testAssertMalformed1')] public function testModule2(): void { $this->runModuleCommand( @@ -31,7 +28,6 @@ final class TokenTest extends SpecTestsuiteBase ); } - #[Depends('testModule2')] public function testModule3(): void { $this->runModuleCommand( @@ -41,7 +37,6 @@ final class TokenTest extends SpecTestsuiteBase ); } - #[Depends('testModule3')] public function testModule4(): void { $this->runModuleCommand( @@ -51,7 +46,6 @@ final class TokenTest extends SpecTestsuiteBase ); } - #[Depends('testModule4')] public function testModule5(): void { $this->runModuleCommand( @@ -61,7 +55,6 @@ final class TokenTest extends SpecTestsuiteBase ); } - #[Depends('testModule5')] public function testModule6(): void { $this->runModuleCommand( @@ -71,7 +64,6 @@ final class TokenTest extends SpecTestsuiteBase ); } - #[Depends('testModule6')] public function testModule7(): void { $this->runModuleCommand( @@ -81,7 +73,6 @@ final class TokenTest extends SpecTestsuiteBase ); } - #[Depends('testModule7')] public function testModule8(): void { $this->runModuleCommand( @@ -91,7 +82,6 @@ final class TokenTest extends SpecTestsuiteBase ); } - #[Depends('testModule8')] public function testModule9(): void { $this->runModuleCommand( @@ -101,7 +91,6 @@ final class TokenTest extends SpecTestsuiteBase ); } - #[Depends('testModule9')] public function testModule10(): void { $this->runModuleCommand( @@ -111,7 +100,6 @@ final class TokenTest extends SpecTestsuiteBase ); } - #[Depends('testModule10')] public function testModule11(): void { $this->runModuleCommand( @@ -121,7 +109,6 @@ final class TokenTest extends SpecTestsuiteBase ); } - #[Depends('testModule11')] public function testModule12(): void { $this->runModuleCommand( @@ -131,7 +118,6 @@ final class TokenTest extends SpecTestsuiteBase ); } - #[Depends('testModule12')] public function testModule13(): void { $this->runModuleCommand( @@ -141,7 +127,6 @@ final class TokenTest extends SpecTestsuiteBase ); } - #[Depends('testModule13')] public function testModule14(): void { $this->runModuleCommand( @@ -151,7 +136,6 @@ final class TokenTest extends SpecTestsuiteBase ); } - #[Depends('testModule14')] public function testModule15(): void { $this->runModuleCommand( @@ -161,7 +145,6 @@ final class TokenTest extends SpecTestsuiteBase ); } - #[Depends('testModule15')] public function testModule16(): void { $this->runModuleCommand( @@ -171,7 +154,6 @@ final class TokenTest extends SpecTestsuiteBase ); } - #[Depends('testModule16')] public function testModule17(): void { $this->runModuleCommand( @@ -181,7 +163,6 @@ final class TokenTest extends SpecTestsuiteBase ); } - #[Depends('testModule17')] public function testModule18(): void { $this->runModuleCommand( @@ -192,12 +173,10 @@ final class TokenTest extends SpecTestsuiteBase } #[DoesNotPerformAssertions] - #[Depends('testModule18')] public function testAssertMalformed19(): void { } - #[Depends('testAssertMalformed19')] public function testModule20(): void { $this->runModuleCommand( @@ -208,12 +187,10 @@ final class TokenTest extends SpecTestsuiteBase } #[DoesNotPerformAssertions] - #[Depends('testModule20')] public function testAssertMalformed21(): void { } - #[Depends('testAssertMalformed21')] public function testModule22(): void { $this->runModuleCommand( @@ -224,12 +201,10 @@ final class TokenTest extends SpecTestsuiteBase } #[DoesNotPerformAssertions] - #[Depends('testModule22')] public function testAssertMalformed23(): void { } - #[Depends('testAssertMalformed23')] public function testModule24(): void { $this->runModuleCommand( @@ -239,7 +214,6 @@ final class TokenTest extends SpecTestsuiteBase ); } - #[Depends('testModule24')] public function testModule25(): void { $this->runModuleCommand( @@ -249,7 +223,6 @@ final class TokenTest extends SpecTestsuiteBase ); } - #[Depends('testModule25')] public function testModule26(): void { $this->runModuleCommand( @@ -260,12 +233,10 @@ final class TokenTest extends SpecTestsuiteBase } #[DoesNotPerformAssertions] - #[Depends('testModule26')] public function testAssertMalformed27(): void { } - #[Depends('testAssertMalformed27')] public function testModule28(): void { $this->runModuleCommand( @@ -276,12 +247,10 @@ final class TokenTest extends SpecTestsuiteBase } #[DoesNotPerformAssertions] - #[Depends('testModule28')] public function testAssertMalformed29(): void { } - #[Depends('testAssertMalformed29')] public function testModule30(): void { $this->runModuleCommand( @@ -292,12 +261,10 @@ final class TokenTest extends SpecTestsuiteBase } #[DoesNotPerformAssertions] - #[Depends('testModule30')] public function testAssertMalformed31(): void { } - #[Depends('testAssertMalformed31')] public function testModule32(): void { $this->runModuleCommand( @@ -308,12 +275,10 @@ final class TokenTest extends SpecTestsuiteBase } #[DoesNotPerformAssertions] - #[Depends('testModule32')] public function testAssertMalformed33(): void { } - #[Depends('testAssertMalformed33')] public function testModule34(): void { $this->runModuleCommand( @@ -324,12 +289,10 @@ final class TokenTest extends SpecTestsuiteBase } #[DoesNotPerformAssertions] - #[Depends('testModule34')] public function testAssertMalformed35(): void { } - #[Depends('testAssertMalformed35')] public function testModule36(): void { $this->runModuleCommand( @@ -340,12 +303,10 @@ final class TokenTest extends SpecTestsuiteBase } #[DoesNotPerformAssertions] - #[Depends('testModule36')] public function testAssertMalformed37(): void { } - #[Depends('testAssertMalformed37')] public function testModule38(): void { $this->runModuleCommand( @@ -356,12 +317,10 @@ final class TokenTest extends SpecTestsuiteBase } #[DoesNotPerformAssertions] - #[Depends('testModule38')] public function testAssertMalformed39(): void { } - #[Depends('testAssertMalformed39')] public function testModule40(): void { $this->runModuleCommand( @@ -372,12 +331,10 @@ final class TokenTest extends SpecTestsuiteBase } #[DoesNotPerformAssertions] - #[Depends('testModule40')] public function testAssertMalformed41(): void { } - #[Depends('testAssertMalformed41')] public function testModule42(): void { $this->runModuleCommand( @@ -388,12 +345,10 @@ final class TokenTest extends SpecTestsuiteBase } #[DoesNotPerformAssertions] - #[Depends('testModule42')] public function testAssertMalformed43(): void { } - #[Depends('testAssertMalformed43')] public function testModule44(): void { $this->runModuleCommand( @@ -404,12 +359,10 @@ final class TokenTest extends SpecTestsuiteBase } #[DoesNotPerformAssertions] - #[Depends('testModule44')] public function testAssertMalformed45(): void { } - #[Depends('testAssertMalformed45')] public function testModule46(): void { $this->runModuleCommand( @@ -420,12 +373,10 @@ final class TokenTest extends SpecTestsuiteBase } #[DoesNotPerformAssertions] - #[Depends('testModule46')] public function testAssertMalformed47(): void { } - #[Depends('testAssertMalformed47')] public function testModule48(): void { $this->runModuleCommand( @@ -436,12 +387,10 @@ final class TokenTest extends SpecTestsuiteBase } #[DoesNotPerformAssertions] - #[Depends('testModule48')] public function testAssertMalformed49(): void { } - #[Depends('testAssertMalformed49')] public function testModule50(): void { $this->runModuleCommand( @@ -452,12 +401,10 @@ final class TokenTest extends SpecTestsuiteBase } #[DoesNotPerformAssertions] - #[Depends('testModule50')] public function testAssertMalformed51(): void { } - #[Depends('testAssertMalformed51')] public function testModule52(): void { $this->runModuleCommand( @@ -468,31 +415,26 @@ final class TokenTest extends SpecTestsuiteBase } #[DoesNotPerformAssertions] - #[Depends('testModule52')] public function testAssertMalformed53(): void { } #[DoesNotPerformAssertions] - #[Depends('testAssertMalformed53')] public function testAssertMalformed54(): void { } #[DoesNotPerformAssertions] - #[Depends('testAssertMalformed54')] public function testAssertMalformed55(): void { } #[DoesNotPerformAssertions] - #[Depends('testAssertMalformed55')] public function testAssertMalformed56(): void { } #[DoesNotPerformAssertions] - #[Depends('testAssertMalformed56')] public function testAssertMalformed57(): void { } diff --git a/tests/src/SpecTestsuites/Core/TrapsTest.php b/tests/src/SpecTestsuites/Core/TrapsTest.php index 70076df..53f75c9 100644 --- a/tests/src/SpecTestsuites/Core/TrapsTest.php +++ b/tests/src/SpecTestsuites/Core/TrapsTest.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 TrapsTest extends SpecTestsuiteBase @@ -19,7 +18,6 @@ final class TrapsTest extends SpecTestsuiteBase ); } - #[Depends('testModule0')] public function testAssertTrap1(): void { $this->runAssertTrapCommand( @@ -29,7 +27,6 @@ final class TrapsTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap1')] public function testAssertTrap2(): void { $this->runAssertTrapCommand( @@ -39,7 +36,6 @@ final class TrapsTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap2')] public function testAssertTrap3(): void { $this->runAssertTrapCommand( @@ -49,7 +45,6 @@ final class TrapsTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap3')] public function testAssertTrap4(): void { $this->runAssertTrapCommand( @@ -59,7 +54,6 @@ final class TrapsTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap4')] public function testAssertTrap5(): void { $this->runAssertTrapCommand( @@ -69,7 +63,6 @@ final class TrapsTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap5')] public function testAssertTrap6(): void { $this->runAssertTrapCommand( @@ -79,7 +72,6 @@ final class TrapsTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap6')] public function testModule7(): void { $this->runModuleCommand( @@ -89,7 +81,6 @@ final class TrapsTest extends SpecTestsuiteBase ); } - #[Depends('testModule7')] public function testAssertTrap8(): void { $this->runAssertTrapCommand( @@ -99,7 +90,6 @@ final class TrapsTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap8')] public function testAssertTrap9(): void { $this->runAssertTrapCommand( @@ -109,7 +99,6 @@ final class TrapsTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap9')] public function testAssertTrap10(): void { $this->runAssertTrapCommand( @@ -119,7 +108,6 @@ final class TrapsTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap10')] public function testAssertTrap11(): void { $this->runAssertTrapCommand( @@ -129,7 +117,6 @@ final class TrapsTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap11')] public function testModule12(): void { $this->runModuleCommand( @@ -139,7 +126,6 @@ final class TrapsTest extends SpecTestsuiteBase ); } - #[Depends('testModule12')] public function testAssertTrap13(): void { $this->runAssertTrapCommand( @@ -149,7 +135,6 @@ final class TrapsTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap13')] public function testAssertTrap14(): void { $this->runAssertTrapCommand( @@ -159,7 +144,6 @@ final class TrapsTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap14')] public function testAssertTrap15(): void { $this->runAssertTrapCommand( @@ -169,7 +153,6 @@ final class TrapsTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap15')] public function testAssertTrap16(): void { $this->runAssertTrapCommand( @@ -179,7 +162,6 @@ final class TrapsTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap16')] public function testAssertTrap17(): void { $this->runAssertTrapCommand( @@ -189,7 +171,6 @@ final class TrapsTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap17')] public function testAssertTrap18(): void { $this->runAssertTrapCommand( @@ -199,7 +180,6 @@ final class TrapsTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap18')] public function testAssertTrap19(): void { $this->runAssertTrapCommand( @@ -209,7 +189,6 @@ final class TrapsTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap19')] public function testAssertTrap20(): void { $this->runAssertTrapCommand( @@ -219,7 +198,6 @@ final class TrapsTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap20')] public function testModule21(): void { $this->runModuleCommand( @@ -229,7 +207,6 @@ final class TrapsTest extends SpecTestsuiteBase ); } - #[Depends('testModule21')] public function testAssertTrap22(): void { $this->runAssertTrapCommand( @@ -239,7 +216,6 @@ final class TrapsTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap22')] public function testAssertTrap23(): void { $this->runAssertTrapCommand( @@ -249,7 +225,6 @@ final class TrapsTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap23')] public function testAssertTrap24(): void { $this->runAssertTrapCommand( @@ -259,7 +234,6 @@ final class TrapsTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap24')] public function testAssertTrap25(): void { $this->runAssertTrapCommand( @@ -269,7 +243,6 @@ final class TrapsTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap25')] public function testAssertTrap26(): void { $this->runAssertTrapCommand( @@ -279,7 +252,6 @@ final class TrapsTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap26')] public function testAssertTrap27(): void { $this->runAssertTrapCommand( @@ -289,7 +261,6 @@ final class TrapsTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap27')] public function testAssertTrap28(): void { $this->runAssertTrapCommand( @@ -299,7 +270,6 @@ final class TrapsTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap28')] public function testAssertTrap29(): void { $this->runAssertTrapCommand( @@ -309,7 +279,6 @@ final class TrapsTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap29')] public function testAssertTrap30(): void { $this->runAssertTrapCommand( @@ -319,7 +288,6 @@ final class TrapsTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap30')] public function testAssertTrap31(): void { $this->runAssertTrapCommand( @@ -329,7 +297,6 @@ final class TrapsTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap31')] public function testAssertTrap32(): void { $this->runAssertTrapCommand( @@ -339,7 +306,6 @@ final class TrapsTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap32')] public function testAssertTrap33(): void { $this->runAssertTrapCommand( @@ -349,7 +315,6 @@ final class TrapsTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap33')] public function testAssertTrap34(): void { $this->runAssertTrapCommand( @@ -359,7 +324,6 @@ final class TrapsTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap34')] public function testAssertTrap35(): void { $this->runAssertTrapCommand( diff --git a/tests/src/SpecTestsuites/Core/TypeTest.php b/tests/src/SpecTestsuites/Core/TypeTest.php index 781fe74..cef779f 100644 --- a/tests/src/SpecTestsuites/Core/TypeTest.php +++ b/tests/src/SpecTestsuites/Core/TypeTest.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 TypeTest extends SpecTestsuiteBase @@ -20,13 +19,11 @@ final class TypeTest extends SpecTestsuiteBase } #[DoesNotPerformAssertions] - #[Depends('testModule0')] public function testAssertMalformed1(): void { } #[DoesNotPerformAssertions] - #[Depends('testAssertMalformed1')] public function testAssertMalformed2(): void { } diff --git a/tests/src/SpecTestsuites/Core/UnreachableTest.php b/tests/src/SpecTestsuites/Core/UnreachableTest.php index 9a8ff2c..e8146af 100644 --- a/tests/src/SpecTestsuites/Core/UnreachableTest.php +++ b/tests/src/SpecTestsuites/Core/UnreachableTest.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 UnreachableTest extends SpecTestsuiteBase @@ -19,7 +18,6 @@ final class UnreachableTest extends SpecTestsuiteBase ); } - #[Depends('testModule0')] public function testAssertTrap1(): void { $this->runAssertTrapCommand( @@ -29,7 +27,6 @@ final class UnreachableTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap1')] public function testAssertTrap2(): void { $this->runAssertTrapCommand( @@ -39,7 +36,6 @@ final class UnreachableTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap2')] public function testAssertTrap3(): void { $this->runAssertTrapCommand( @@ -49,7 +45,6 @@ final class UnreachableTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap3')] public function testAssertTrap4(): void { $this->runAssertTrapCommand( @@ -59,7 +54,6 @@ final class UnreachableTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap4')] public function testAssertTrap5(): void { $this->runAssertTrapCommand( @@ -69,7 +63,6 @@ final class UnreachableTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap5')] public function testAssertTrap6(): void { $this->runAssertTrapCommand( @@ -79,7 +72,6 @@ final class UnreachableTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap6')] public function testAssertTrap7(): void { $this->runAssertTrapCommand( @@ -89,7 +81,6 @@ final class UnreachableTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap7')] public function testAssertTrap8(): void { $this->runAssertTrapCommand( @@ -99,7 +90,6 @@ final class UnreachableTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap8')] public function testAssertTrap9(): void { $this->runAssertTrapCommand( @@ -109,7 +99,6 @@ final class UnreachableTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap9')] public function testAssertTrap10(): void { $this->runAssertTrapCommand( @@ -119,7 +108,6 @@ final class UnreachableTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap10')] public function testAssertTrap11(): void { $this->runAssertTrapCommand( @@ -129,7 +117,6 @@ final class UnreachableTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap11')] public function testAssertTrap12(): void { $this->runAssertTrapCommand( @@ -139,7 +126,6 @@ final class UnreachableTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap12')] public function testAssertReturn13(): void { $this->runAssertReturnCommand( @@ -149,7 +135,6 @@ final class UnreachableTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn13')] public function testAssertTrap14(): void { $this->runAssertTrapCommand( @@ -159,7 +144,6 @@ final class UnreachableTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap14')] public function testAssertTrap15(): void { $this->runAssertTrapCommand( @@ -169,7 +153,6 @@ final class UnreachableTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap15')] public function testAssertTrap16(): void { $this->runAssertTrapCommand( @@ -179,7 +162,6 @@ final class UnreachableTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap16')] public function testAssertReturn17(): void { $this->runAssertReturnCommand( @@ -189,7 +171,6 @@ final class UnreachableTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn17')] public function testAssertTrap18(): void { $this->runAssertTrapCommand( @@ -199,7 +180,6 @@ final class UnreachableTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap18')] public function testAssertTrap19(): void { $this->runAssertTrapCommand( @@ -209,7 +189,6 @@ final class UnreachableTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap19')] public function testAssertTrap20(): void { $this->runAssertTrapCommand( @@ -219,7 +198,6 @@ final class UnreachableTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap20')] public function testAssertTrap21(): void { $this->runAssertTrapCommand( @@ -229,7 +207,6 @@ final class UnreachableTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap21')] public function testAssertTrap22(): void { $this->runAssertTrapCommand( @@ -239,7 +216,6 @@ final class UnreachableTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap22')] public function testAssertTrap23(): void { $this->runAssertTrapCommand( @@ -249,7 +225,6 @@ final class UnreachableTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap23')] public function testAssertTrap24(): void { $this->runAssertTrapCommand( @@ -259,7 +234,6 @@ final class UnreachableTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap24')] public function testAssertTrap25(): void { $this->runAssertTrapCommand( @@ -269,7 +243,6 @@ final class UnreachableTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap25')] public function testAssertTrap26(): void { $this->runAssertTrapCommand( @@ -279,7 +252,6 @@ final class UnreachableTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap26')] public function testAssertTrap27(): void { $this->runAssertTrapCommand( @@ -289,7 +261,6 @@ final class UnreachableTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap27')] public function testAssertTrap28(): void { $this->runAssertTrapCommand( @@ -299,7 +270,6 @@ final class UnreachableTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap28')] public function testAssertTrap29(): void { $this->runAssertTrapCommand( @@ -309,7 +279,6 @@ final class UnreachableTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap29')] public function testAssertReturn30(): void { $this->runAssertReturnCommand( @@ -319,7 +288,6 @@ final class UnreachableTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn30')] public function testAssertTrap31(): void { $this->runAssertTrapCommand( @@ -329,7 +297,6 @@ final class UnreachableTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap31')] public function testAssertReturn32(): void { $this->runAssertReturnCommand( @@ -339,7 +306,6 @@ final class UnreachableTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn32')] public function testAssertTrap33(): void { $this->runAssertTrapCommand( @@ -349,7 +315,6 @@ final class UnreachableTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap33')] public function testAssertReturn34(): void { $this->runAssertReturnCommand( @@ -359,7 +324,6 @@ final class UnreachableTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn34')] public function testAssertTrap35(): void { $this->runAssertTrapCommand( @@ -369,7 +333,6 @@ final class UnreachableTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap35')] public function testAssertTrap36(): void { $this->runAssertTrapCommand( @@ -379,7 +342,6 @@ final class UnreachableTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap36')] public function testAssertTrap37(): void { $this->runAssertTrapCommand( @@ -389,7 +351,6 @@ final class UnreachableTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap37')] public function testAssertTrap38(): void { $this->runAssertTrapCommand( @@ -399,7 +360,6 @@ final class UnreachableTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap38')] public function testAssertTrap39(): void { $this->runAssertTrapCommand( @@ -409,7 +369,6 @@ final class UnreachableTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap39')] public function testAssertTrap40(): void { $this->runAssertTrapCommand( @@ -419,7 +378,6 @@ final class UnreachableTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap40')] public function testAssertTrap41(): void { $this->runAssertTrapCommand( @@ -429,7 +387,6 @@ final class UnreachableTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap41')] public function testAssertTrap42(): void { $this->runAssertTrapCommand( @@ -439,7 +396,6 @@ final class UnreachableTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap42')] public function testAssertTrap43(): void { $this->runAssertTrapCommand( @@ -449,7 +405,6 @@ final class UnreachableTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap43')] public function testAssertTrap44(): void { $this->runAssertTrapCommand( @@ -459,7 +414,6 @@ final class UnreachableTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap44')] public function testAssertTrap45(): void { $this->runAssertTrapCommand( @@ -469,7 +423,6 @@ final class UnreachableTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap45')] public function testAssertTrap46(): void { $this->runAssertTrapCommand( @@ -479,7 +432,6 @@ final class UnreachableTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap46')] public function testAssertTrap47(): void { $this->runAssertTrapCommand( @@ -489,7 +441,6 @@ final class UnreachableTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap47')] public function testAssertTrap48(): void { $this->runAssertTrapCommand( @@ -499,7 +450,6 @@ final class UnreachableTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap48')] public function testAssertTrap49(): void { $this->runAssertTrapCommand( @@ -509,7 +459,6 @@ final class UnreachableTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap49')] public function testAssertTrap50(): void { $this->runAssertTrapCommand( @@ -519,7 +468,6 @@ final class UnreachableTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap50')] public function testAssertTrap51(): void { $this->runAssertTrapCommand( @@ -529,7 +477,6 @@ final class UnreachableTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap51')] public function testAssertTrap52(): void { $this->runAssertTrapCommand( @@ -539,7 +486,6 @@ final class UnreachableTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap52')] public function testAssertTrap53(): void { $this->runAssertTrapCommand( @@ -549,7 +495,6 @@ final class UnreachableTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap53')] public function testAssertTrap54(): void { $this->runAssertTrapCommand( @@ -559,7 +504,6 @@ final class UnreachableTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap54')] public function testAssertTrap55(): void { $this->runAssertTrapCommand( @@ -569,7 +513,6 @@ final class UnreachableTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap55')] public function testAssertTrap56(): void { $this->runAssertTrapCommand( @@ -579,7 +522,6 @@ final class UnreachableTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap56')] public function testAssertTrap57(): void { $this->runAssertTrapCommand( @@ -589,7 +531,6 @@ final class UnreachableTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap57')] public function testAssertTrap58(): void { $this->runAssertTrapCommand( @@ -599,7 +540,6 @@ final class UnreachableTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap58')] public function testAssertTrap59(): void { $this->runAssertTrapCommand( @@ -609,7 +549,6 @@ final class UnreachableTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap59')] public function testAssertTrap60(): void { $this->runAssertTrapCommand( @@ -619,7 +558,6 @@ final class UnreachableTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap60')] public function testAssertTrap61(): void { $this->runAssertTrapCommand( @@ -629,7 +567,6 @@ final class UnreachableTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap61')] public function testAssertTrap62(): void { $this->runAssertTrapCommand( @@ -639,7 +576,6 @@ final class UnreachableTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap62')] public function testAssertTrap63(): void { $this->runAssertTrapCommand( diff --git a/tests/src/SpecTestsuites/Core/UnreachedInvalidTest.php b/tests/src/SpecTestsuites/Core/UnreachedInvalidTest.php index 2280fdb..ecac5e7 100644 --- a/tests/src/SpecTestsuites/Core/UnreachedInvalidTest.php +++ b/tests/src/SpecTestsuites/Core/UnreachedInvalidTest.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 UnreachedInvalidTest extends SpecTestsuiteBase @@ -19,7 +18,6 @@ final class UnreachedInvalidTest extends SpecTestsuiteBase ); } - #[Depends('testAssertInvalid0')] public function testAssertInvalid1(): void { $this->runAssertInvalidCommand( @@ -29,7 +27,6 @@ final class UnreachedInvalidTest extends SpecTestsuiteBase ); } - #[Depends('testAssertInvalid1')] public function testAssertInvalid2(): void { $this->runAssertInvalidCommand( @@ -39,7 +36,6 @@ final class UnreachedInvalidTest extends SpecTestsuiteBase ); } - #[Depends('testAssertInvalid2')] public function testAssertInvalid3(): void { $this->runAssertInvalidCommand( @@ -49,7 +45,6 @@ final class UnreachedInvalidTest extends SpecTestsuiteBase ); } - #[Depends('testAssertInvalid3')] public function testAssertInvalid4(): void { $this->runAssertInvalidCommand( @@ -59,7 +54,6 @@ final class UnreachedInvalidTest extends SpecTestsuiteBase ); } - #[Depends('testAssertInvalid4')] public function testAssertInvalid5(): void { $this->runAssertInvalidCommand( @@ -69,7 +63,6 @@ final class UnreachedInvalidTest extends SpecTestsuiteBase ); } - #[Depends('testAssertInvalid5')] public function testAssertInvalid6(): void { $this->runAssertInvalidCommand( @@ -79,7 +72,6 @@ final class UnreachedInvalidTest extends SpecTestsuiteBase ); } - #[Depends('testAssertInvalid6')] public function testAssertInvalid7(): void { $this->runAssertInvalidCommand( @@ -89,7 +81,6 @@ final class UnreachedInvalidTest extends SpecTestsuiteBase ); } - #[Depends('testAssertInvalid7')] public function testAssertInvalid8(): void { $this->runAssertInvalidCommand( @@ -99,7 +90,6 @@ final class UnreachedInvalidTest extends SpecTestsuiteBase ); } - #[Depends('testAssertInvalid8')] public function testAssertInvalid9(): void { $this->runAssertInvalidCommand( @@ -109,7 +99,6 @@ final class UnreachedInvalidTest extends SpecTestsuiteBase ); } - #[Depends('testAssertInvalid9')] public function testAssertInvalid10(): void { $this->runAssertInvalidCommand( @@ -119,7 +108,6 @@ final class UnreachedInvalidTest extends SpecTestsuiteBase ); } - #[Depends('testAssertInvalid10')] public function testAssertInvalid11(): void { $this->runAssertInvalidCommand( @@ -129,7 +117,6 @@ final class UnreachedInvalidTest extends SpecTestsuiteBase ); } - #[Depends('testAssertInvalid11')] public function testAssertInvalid12(): void { $this->runAssertInvalidCommand( @@ -139,7 +126,6 @@ final class UnreachedInvalidTest extends SpecTestsuiteBase ); } - #[Depends('testAssertInvalid12')] public function testAssertInvalid13(): void { $this->runAssertInvalidCommand( @@ -149,7 +135,6 @@ final class UnreachedInvalidTest extends SpecTestsuiteBase ); } - #[Depends('testAssertInvalid13')] public function testAssertInvalid14(): void { $this->runAssertInvalidCommand( @@ -159,7 +144,6 @@ final class UnreachedInvalidTest extends SpecTestsuiteBase ); } - #[Depends('testAssertInvalid14')] public function testAssertInvalid15(): void { $this->runAssertInvalidCommand( @@ -169,7 +153,6 @@ final class UnreachedInvalidTest extends SpecTestsuiteBase ); } - #[Depends('testAssertInvalid15')] public function testAssertInvalid16(): void { $this->runAssertInvalidCommand( @@ -179,7 +162,6 @@ final class UnreachedInvalidTest extends SpecTestsuiteBase ); } - #[Depends('testAssertInvalid16')] public function testAssertInvalid17(): void { $this->runAssertInvalidCommand( @@ -189,7 +171,6 @@ final class UnreachedInvalidTest extends SpecTestsuiteBase ); } - #[Depends('testAssertInvalid17')] public function testAssertInvalid18(): void { $this->runAssertInvalidCommand( @@ -199,7 +180,6 @@ final class UnreachedInvalidTest extends SpecTestsuiteBase ); } - #[Depends('testAssertInvalid18')] public function testAssertInvalid19(): void { $this->runAssertInvalidCommand( @@ -209,7 +189,6 @@ final class UnreachedInvalidTest extends SpecTestsuiteBase ); } - #[Depends('testAssertInvalid19')] public function testAssertInvalid20(): void { $this->runAssertInvalidCommand( @@ -219,7 +198,6 @@ final class UnreachedInvalidTest extends SpecTestsuiteBase ); } - #[Depends('testAssertInvalid20')] public function testAssertInvalid21(): void { $this->runAssertInvalidCommand( @@ -229,7 +207,6 @@ final class UnreachedInvalidTest extends SpecTestsuiteBase ); } - #[Depends('testAssertInvalid21')] public function testAssertInvalid22(): void { $this->runAssertInvalidCommand( @@ -239,7 +216,6 @@ final class UnreachedInvalidTest extends SpecTestsuiteBase ); } - #[Depends('testAssertInvalid22')] public function testAssertInvalid23(): void { $this->runAssertInvalidCommand( @@ -249,7 +225,6 @@ final class UnreachedInvalidTest extends SpecTestsuiteBase ); } - #[Depends('testAssertInvalid23')] public function testAssertInvalid24(): void { $this->runAssertInvalidCommand( @@ -259,7 +234,6 @@ final class UnreachedInvalidTest extends SpecTestsuiteBase ); } - #[Depends('testAssertInvalid24')] public function testAssertInvalid25(): void { $this->runAssertInvalidCommand( @@ -269,7 +243,6 @@ final class UnreachedInvalidTest extends SpecTestsuiteBase ); } - #[Depends('testAssertInvalid25')] public function testAssertInvalid26(): void { $this->runAssertInvalidCommand( @@ -279,7 +252,6 @@ final class UnreachedInvalidTest extends SpecTestsuiteBase ); } - #[Depends('testAssertInvalid26')] public function testAssertInvalid27(): void { $this->runAssertInvalidCommand( @@ -289,7 +261,6 @@ final class UnreachedInvalidTest extends SpecTestsuiteBase ); } - #[Depends('testAssertInvalid27')] public function testAssertInvalid28(): void { $this->runAssertInvalidCommand( @@ -299,7 +270,6 @@ final class UnreachedInvalidTest extends SpecTestsuiteBase ); } - #[Depends('testAssertInvalid28')] public function testAssertInvalid29(): void { $this->runAssertInvalidCommand( @@ -309,7 +279,6 @@ final class UnreachedInvalidTest extends SpecTestsuiteBase ); } - #[Depends('testAssertInvalid29')] public function testAssertInvalid30(): void { $this->runAssertInvalidCommand( @@ -319,7 +288,6 @@ final class UnreachedInvalidTest extends SpecTestsuiteBase ); } - #[Depends('testAssertInvalid30')] public function testAssertInvalid31(): void { $this->runAssertInvalidCommand( @@ -329,7 +297,6 @@ final class UnreachedInvalidTest extends SpecTestsuiteBase ); } - #[Depends('testAssertInvalid31')] public function testAssertInvalid32(): void { $this->runAssertInvalidCommand( @@ -339,7 +306,6 @@ final class UnreachedInvalidTest extends SpecTestsuiteBase ); } - #[Depends('testAssertInvalid32')] public function testAssertInvalid33(): void { $this->runAssertInvalidCommand( @@ -349,7 +315,6 @@ final class UnreachedInvalidTest extends SpecTestsuiteBase ); } - #[Depends('testAssertInvalid33')] public function testAssertInvalid34(): void { $this->runAssertInvalidCommand( @@ -359,7 +324,6 @@ final class UnreachedInvalidTest extends SpecTestsuiteBase ); } - #[Depends('testAssertInvalid34')] public function testAssertInvalid35(): void { $this->runAssertInvalidCommand( @@ -369,7 +333,6 @@ final class UnreachedInvalidTest extends SpecTestsuiteBase ); } - #[Depends('testAssertInvalid35')] public function testAssertInvalid36(): void { $this->runAssertInvalidCommand( @@ -379,7 +342,6 @@ final class UnreachedInvalidTest extends SpecTestsuiteBase ); } - #[Depends('testAssertInvalid36')] public function testAssertInvalid37(): void { $this->runAssertInvalidCommand( @@ -389,7 +351,6 @@ final class UnreachedInvalidTest extends SpecTestsuiteBase ); } - #[Depends('testAssertInvalid37')] public function testAssertInvalid38(): void { $this->runAssertInvalidCommand( @@ -399,7 +360,6 @@ final class UnreachedInvalidTest extends SpecTestsuiteBase ); } - #[Depends('testAssertInvalid38')] public function testAssertInvalid39(): void { $this->runAssertInvalidCommand( @@ -409,7 +369,6 @@ final class UnreachedInvalidTest extends SpecTestsuiteBase ); } - #[Depends('testAssertInvalid39')] public function testAssertInvalid40(): void { $this->runAssertInvalidCommand( @@ -419,7 +378,6 @@ final class UnreachedInvalidTest extends SpecTestsuiteBase ); } - #[Depends('testAssertInvalid40')] public function testAssertInvalid41(): void { $this->runAssertInvalidCommand( @@ -429,7 +387,6 @@ final class UnreachedInvalidTest extends SpecTestsuiteBase ); } - #[Depends('testAssertInvalid41')] public function testAssertInvalid42(): void { $this->runAssertInvalidCommand( @@ -439,7 +396,6 @@ final class UnreachedInvalidTest extends SpecTestsuiteBase ); } - #[Depends('testAssertInvalid42')] public function testAssertInvalid43(): void { $this->runAssertInvalidCommand( @@ -449,7 +405,6 @@ final class UnreachedInvalidTest extends SpecTestsuiteBase ); } - #[Depends('testAssertInvalid43')] public function testAssertInvalid44(): void { $this->runAssertInvalidCommand( @@ -459,7 +414,6 @@ final class UnreachedInvalidTest extends SpecTestsuiteBase ); } - #[Depends('testAssertInvalid44')] public function testAssertInvalid45(): void { $this->runAssertInvalidCommand( @@ -469,7 +423,6 @@ final class UnreachedInvalidTest extends SpecTestsuiteBase ); } - #[Depends('testAssertInvalid45')] public function testAssertInvalid46(): void { $this->runAssertInvalidCommand( @@ -479,7 +432,6 @@ final class UnreachedInvalidTest extends SpecTestsuiteBase ); } - #[Depends('testAssertInvalid46')] public function testAssertInvalid47(): void { $this->runAssertInvalidCommand( @@ -489,7 +441,6 @@ final class UnreachedInvalidTest extends SpecTestsuiteBase ); } - #[Depends('testAssertInvalid47')] public function testAssertInvalid48(): void { $this->runAssertInvalidCommand( @@ -499,7 +450,6 @@ final class UnreachedInvalidTest extends SpecTestsuiteBase ); } - #[Depends('testAssertInvalid48')] public function testAssertInvalid49(): void { $this->runAssertInvalidCommand( @@ -509,7 +459,6 @@ final class UnreachedInvalidTest extends SpecTestsuiteBase ); } - #[Depends('testAssertInvalid49')] public function testAssertInvalid50(): void { $this->runAssertInvalidCommand( @@ -519,7 +468,6 @@ final class UnreachedInvalidTest extends SpecTestsuiteBase ); } - #[Depends('testAssertInvalid50')] public function testAssertInvalid51(): void { $this->runAssertInvalidCommand( @@ -529,7 +477,6 @@ final class UnreachedInvalidTest extends SpecTestsuiteBase ); } - #[Depends('testAssertInvalid51')] public function testAssertInvalid52(): void { $this->runAssertInvalidCommand( @@ -539,7 +486,6 @@ final class UnreachedInvalidTest extends SpecTestsuiteBase ); } - #[Depends('testAssertInvalid52')] public function testAssertInvalid53(): void { $this->runAssertInvalidCommand( @@ -549,7 +495,6 @@ final class UnreachedInvalidTest extends SpecTestsuiteBase ); } - #[Depends('testAssertInvalid53')] public function testAssertInvalid54(): void { $this->runAssertInvalidCommand( @@ -559,7 +504,6 @@ final class UnreachedInvalidTest extends SpecTestsuiteBase ); } - #[Depends('testAssertInvalid54')] public function testAssertInvalid55(): void { $this->runAssertInvalidCommand( @@ -569,7 +513,6 @@ final class UnreachedInvalidTest extends SpecTestsuiteBase ); } - #[Depends('testAssertInvalid55')] public function testAssertInvalid56(): void { $this->runAssertInvalidCommand( @@ -579,7 +522,6 @@ final class UnreachedInvalidTest extends SpecTestsuiteBase ); } - #[Depends('testAssertInvalid56')] public function testAssertInvalid57(): void { $this->runAssertInvalidCommand( @@ -589,7 +531,6 @@ final class UnreachedInvalidTest extends SpecTestsuiteBase ); } - #[Depends('testAssertInvalid57')] public function testAssertInvalid58(): void { $this->runAssertInvalidCommand( @@ -599,7 +540,6 @@ final class UnreachedInvalidTest extends SpecTestsuiteBase ); } - #[Depends('testAssertInvalid58')] public function testAssertInvalid59(): void { $this->runAssertInvalidCommand( @@ -609,7 +549,6 @@ final class UnreachedInvalidTest extends SpecTestsuiteBase ); } - #[Depends('testAssertInvalid59')] public function testAssertInvalid60(): void { $this->runAssertInvalidCommand( @@ -619,7 +558,6 @@ final class UnreachedInvalidTest extends SpecTestsuiteBase ); } - #[Depends('testAssertInvalid60')] public function testAssertInvalid61(): void { $this->runAssertInvalidCommand( @@ -629,7 +567,6 @@ final class UnreachedInvalidTest extends SpecTestsuiteBase ); } - #[Depends('testAssertInvalid61')] public function testAssertInvalid62(): void { $this->runAssertInvalidCommand( @@ -639,7 +576,6 @@ final class UnreachedInvalidTest extends SpecTestsuiteBase ); } - #[Depends('testAssertInvalid62')] public function testAssertInvalid63(): void { $this->runAssertInvalidCommand( @@ -649,7 +585,6 @@ final class UnreachedInvalidTest extends SpecTestsuiteBase ); } - #[Depends('testAssertInvalid63')] public function testAssertInvalid64(): void { $this->runAssertInvalidCommand( @@ -659,7 +594,6 @@ final class UnreachedInvalidTest extends SpecTestsuiteBase ); } - #[Depends('testAssertInvalid64')] public function testAssertInvalid65(): void { $this->runAssertInvalidCommand( @@ -669,7 +603,6 @@ final class UnreachedInvalidTest extends SpecTestsuiteBase ); } - #[Depends('testAssertInvalid65')] public function testAssertInvalid66(): void { $this->runAssertInvalidCommand( @@ -679,7 +612,6 @@ final class UnreachedInvalidTest extends SpecTestsuiteBase ); } - #[Depends('testAssertInvalid66')] public function testAssertInvalid67(): void { $this->runAssertInvalidCommand( @@ -689,7 +621,6 @@ final class UnreachedInvalidTest extends SpecTestsuiteBase ); } - #[Depends('testAssertInvalid67')] public function testAssertInvalid68(): void { $this->runAssertInvalidCommand( @@ -699,7 +630,6 @@ final class UnreachedInvalidTest extends SpecTestsuiteBase ); } - #[Depends('testAssertInvalid68')] public function testAssertInvalid69(): void { $this->runAssertInvalidCommand( @@ -709,7 +639,6 @@ final class UnreachedInvalidTest extends SpecTestsuiteBase ); } - #[Depends('testAssertInvalid69')] public function testAssertInvalid70(): void { $this->runAssertInvalidCommand( @@ -719,7 +648,6 @@ final class UnreachedInvalidTest extends SpecTestsuiteBase ); } - #[Depends('testAssertInvalid70')] public function testAssertInvalid71(): void { $this->runAssertInvalidCommand( @@ -729,7 +657,6 @@ final class UnreachedInvalidTest extends SpecTestsuiteBase ); } - #[Depends('testAssertInvalid71')] public function testAssertInvalid72(): void { $this->runAssertInvalidCommand( @@ -739,7 +666,6 @@ final class UnreachedInvalidTest extends SpecTestsuiteBase ); } - #[Depends('testAssertInvalid72')] public function testAssertInvalid73(): void { $this->runAssertInvalidCommand( @@ -749,7 +675,6 @@ final class UnreachedInvalidTest extends SpecTestsuiteBase ); } - #[Depends('testAssertInvalid73')] public function testAssertInvalid74(): void { $this->runAssertInvalidCommand( @@ -759,7 +684,6 @@ final class UnreachedInvalidTest extends SpecTestsuiteBase ); } - #[Depends('testAssertInvalid74')] public function testAssertInvalid75(): void { $this->runAssertInvalidCommand( @@ -769,7 +693,6 @@ final class UnreachedInvalidTest extends SpecTestsuiteBase ); } - #[Depends('testAssertInvalid75')] public function testAssertInvalid76(): void { $this->runAssertInvalidCommand( @@ -779,7 +702,6 @@ final class UnreachedInvalidTest extends SpecTestsuiteBase ); } - #[Depends('testAssertInvalid76')] public function testAssertInvalid77(): void { $this->runAssertInvalidCommand( @@ -789,7 +711,6 @@ final class UnreachedInvalidTest extends SpecTestsuiteBase ); } - #[Depends('testAssertInvalid77')] public function testAssertInvalid78(): void { $this->runAssertInvalidCommand( @@ -799,7 +720,6 @@ final class UnreachedInvalidTest extends SpecTestsuiteBase ); } - #[Depends('testAssertInvalid78')] public function testAssertInvalid79(): void { $this->runAssertInvalidCommand( @@ -809,7 +729,6 @@ final class UnreachedInvalidTest extends SpecTestsuiteBase ); } - #[Depends('testAssertInvalid79')] public function testAssertInvalid80(): void { $this->runAssertInvalidCommand( @@ -819,7 +738,6 @@ final class UnreachedInvalidTest extends SpecTestsuiteBase ); } - #[Depends('testAssertInvalid80')] public function testAssertInvalid81(): void { $this->runAssertInvalidCommand( @@ -829,7 +747,6 @@ final class UnreachedInvalidTest extends SpecTestsuiteBase ); } - #[Depends('testAssertInvalid81')] public function testAssertInvalid82(): void { $this->runAssertInvalidCommand( @@ -839,7 +756,6 @@ final class UnreachedInvalidTest extends SpecTestsuiteBase ); } - #[Depends('testAssertInvalid82')] public function testAssertInvalid83(): void { $this->runAssertInvalidCommand( @@ -849,7 +765,6 @@ final class UnreachedInvalidTest extends SpecTestsuiteBase ); } - #[Depends('testAssertInvalid83')] public function testAssertInvalid84(): void { $this->runAssertInvalidCommand( @@ -859,7 +774,6 @@ final class UnreachedInvalidTest extends SpecTestsuiteBase ); } - #[Depends('testAssertInvalid84')] public function testAssertInvalid85(): void { $this->runAssertInvalidCommand( @@ -869,7 +783,6 @@ final class UnreachedInvalidTest extends SpecTestsuiteBase ); } - #[Depends('testAssertInvalid85')] public function testAssertInvalid86(): void { $this->runAssertInvalidCommand( @@ -879,7 +792,6 @@ final class UnreachedInvalidTest extends SpecTestsuiteBase ); } - #[Depends('testAssertInvalid86')] public function testAssertInvalid87(): void { $this->runAssertInvalidCommand( @@ -889,7 +801,6 @@ final class UnreachedInvalidTest extends SpecTestsuiteBase ); } - #[Depends('testAssertInvalid87')] public function testAssertInvalid88(): void { $this->runAssertInvalidCommand( @@ -899,7 +810,6 @@ final class UnreachedInvalidTest extends SpecTestsuiteBase ); } - #[Depends('testAssertInvalid88')] public function testAssertInvalid89(): void { $this->runAssertInvalidCommand( @@ -909,7 +819,6 @@ final class UnreachedInvalidTest extends SpecTestsuiteBase ); } - #[Depends('testAssertInvalid89')] public function testAssertInvalid90(): void { $this->runAssertInvalidCommand( @@ -919,7 +828,6 @@ final class UnreachedInvalidTest extends SpecTestsuiteBase ); } - #[Depends('testAssertInvalid90')] public function testAssertInvalid91(): void { $this->runAssertInvalidCommand( @@ -929,7 +837,6 @@ final class UnreachedInvalidTest extends SpecTestsuiteBase ); } - #[Depends('testAssertInvalid91')] public function testAssertInvalid92(): void { $this->runAssertInvalidCommand( @@ -939,7 +846,6 @@ final class UnreachedInvalidTest extends SpecTestsuiteBase ); } - #[Depends('testAssertInvalid92')] public function testAssertInvalid93(): void { $this->runAssertInvalidCommand( @@ -949,7 +855,6 @@ final class UnreachedInvalidTest extends SpecTestsuiteBase ); } - #[Depends('testAssertInvalid93')] public function testAssertInvalid94(): void { $this->runAssertInvalidCommand( @@ -959,7 +864,6 @@ final class UnreachedInvalidTest extends SpecTestsuiteBase ); } - #[Depends('testAssertInvalid94')] public function testAssertInvalid95(): void { $this->runAssertInvalidCommand( @@ -969,7 +873,6 @@ final class UnreachedInvalidTest extends SpecTestsuiteBase ); } - #[Depends('testAssertInvalid95')] public function testAssertInvalid96(): void { $this->runAssertInvalidCommand( @@ -979,7 +882,6 @@ final class UnreachedInvalidTest extends SpecTestsuiteBase ); } - #[Depends('testAssertInvalid96')] public function testAssertInvalid97(): void { $this->runAssertInvalidCommand( @@ -989,7 +891,6 @@ final class UnreachedInvalidTest extends SpecTestsuiteBase ); } - #[Depends('testAssertInvalid97')] public function testAssertInvalid98(): void { $this->runAssertInvalidCommand( @@ -999,7 +900,6 @@ final class UnreachedInvalidTest extends SpecTestsuiteBase ); } - #[Depends('testAssertInvalid98')] public function testAssertInvalid99(): void { $this->runAssertInvalidCommand( @@ -1009,7 +909,6 @@ final class UnreachedInvalidTest extends SpecTestsuiteBase ); } - #[Depends('testAssertInvalid99')] public function testAssertInvalid100(): void { $this->runAssertInvalidCommand( @@ -1019,7 +918,6 @@ final class UnreachedInvalidTest extends SpecTestsuiteBase ); } - #[Depends('testAssertInvalid100')] public function testAssertInvalid101(): void { $this->runAssertInvalidCommand( @@ -1029,7 +927,6 @@ final class UnreachedInvalidTest extends SpecTestsuiteBase ); } - #[Depends('testAssertInvalid101')] public function testAssertInvalid102(): void { $this->runAssertInvalidCommand( @@ -1039,7 +936,6 @@ final class UnreachedInvalidTest extends SpecTestsuiteBase ); } - #[Depends('testAssertInvalid102')] public function testAssertInvalid103(): void { $this->runAssertInvalidCommand( @@ -1049,7 +945,6 @@ final class UnreachedInvalidTest extends SpecTestsuiteBase ); } - #[Depends('testAssertInvalid103')] public function testAssertInvalid104(): void { $this->runAssertInvalidCommand( @@ -1059,7 +954,6 @@ final class UnreachedInvalidTest extends SpecTestsuiteBase ); } - #[Depends('testAssertInvalid104')] public function testAssertInvalid105(): void { $this->runAssertInvalidCommand( @@ -1069,7 +963,6 @@ final class UnreachedInvalidTest extends SpecTestsuiteBase ); } - #[Depends('testAssertInvalid105')] public function testAssertInvalid106(): void { $this->runAssertInvalidCommand( @@ -1079,7 +972,6 @@ final class UnreachedInvalidTest extends SpecTestsuiteBase ); } - #[Depends('testAssertInvalid106')] public function testAssertInvalid107(): void { $this->runAssertInvalidCommand( @@ -1089,7 +981,6 @@ final class UnreachedInvalidTest extends SpecTestsuiteBase ); } - #[Depends('testAssertInvalid107')] public function testAssertInvalid108(): void { $this->runAssertInvalidCommand( @@ -1099,7 +990,6 @@ final class UnreachedInvalidTest extends SpecTestsuiteBase ); } - #[Depends('testAssertInvalid108')] public function testAssertInvalid109(): void { $this->runAssertInvalidCommand( @@ -1109,7 +999,6 @@ final class UnreachedInvalidTest extends SpecTestsuiteBase ); } - #[Depends('testAssertInvalid109')] public function testAssertInvalid110(): void { $this->runAssertInvalidCommand( @@ -1119,7 +1008,6 @@ final class UnreachedInvalidTest extends SpecTestsuiteBase ); } - #[Depends('testAssertInvalid110')] public function testAssertInvalid111(): void { $this->runAssertInvalidCommand( @@ -1129,7 +1017,6 @@ final class UnreachedInvalidTest extends SpecTestsuiteBase ); } - #[Depends('testAssertInvalid111')] public function testAssertInvalid112(): void { $this->runAssertInvalidCommand( @@ -1139,7 +1026,6 @@ final class UnreachedInvalidTest extends SpecTestsuiteBase ); } - #[Depends('testAssertInvalid112')] public function testAssertInvalid113(): void { $this->runAssertInvalidCommand( @@ -1149,7 +1035,6 @@ final class UnreachedInvalidTest extends SpecTestsuiteBase ); } - #[Depends('testAssertInvalid113')] public function testAssertInvalid114(): void { $this->runAssertInvalidCommand( @@ -1159,7 +1044,6 @@ final class UnreachedInvalidTest extends SpecTestsuiteBase ); } - #[Depends('testAssertInvalid114')] public function testAssertInvalid115(): void { $this->runAssertInvalidCommand( @@ -1169,7 +1053,6 @@ final class UnreachedInvalidTest extends SpecTestsuiteBase ); } - #[Depends('testAssertInvalid115')] public function testAssertInvalid116(): void { $this->runAssertInvalidCommand( @@ -1179,7 +1062,6 @@ final class UnreachedInvalidTest extends SpecTestsuiteBase ); } - #[Depends('testAssertInvalid116')] public function testAssertInvalid117(): void { $this->runAssertInvalidCommand( diff --git a/tests/src/SpecTestsuites/Core/UnreachedValidTest.php b/tests/src/SpecTestsuites/Core/UnreachedValidTest.php index a4042b1..e330bbd 100644 --- a/tests/src/SpecTestsuites/Core/UnreachedValidTest.php +++ b/tests/src/SpecTestsuites/Core/UnreachedValidTest.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 UnreachedValidTest extends SpecTestsuiteBase @@ -19,7 +18,6 @@ final class UnreachedValidTest extends SpecTestsuiteBase ); } - #[Depends('testModule0')] public function testAssertTrap1(): void { $this->runAssertTrapCommand( @@ -29,7 +27,6 @@ final class UnreachedValidTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap1')] public function testAssertTrap2(): void { $this->runAssertTrapCommand( @@ -39,7 +36,6 @@ final class UnreachedValidTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap2')] public function testAssertTrap3(): void { $this->runAssertTrapCommand( @@ -49,7 +45,6 @@ final class UnreachedValidTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap3')] public function testAssertTrap4(): void { $this->runAssertTrapCommand( @@ -59,7 +54,6 @@ final class UnreachedValidTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap4')] public function testModule5(): void { $this->runModuleCommand( @@ -69,7 +63,6 @@ final class UnreachedValidTest extends SpecTestsuiteBase ); } - #[Depends('testModule5')] public function testAssertTrap6(): void { $this->runAssertTrapCommand( diff --git a/tests/src/SpecTestsuites/Core/UnwindTest.php b/tests/src/SpecTestsuites/Core/UnwindTest.php index 646ae53..5e668d5 100644 --- a/tests/src/SpecTestsuites/Core/UnwindTest.php +++ b/tests/src/SpecTestsuites/Core/UnwindTest.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 UnwindTest extends SpecTestsuiteBase @@ -19,7 +18,6 @@ final class UnwindTest extends SpecTestsuiteBase ); } - #[Depends('testModule0')] public function testAssertTrap1(): void { $this->runAssertTrapCommand( @@ -29,7 +27,6 @@ final class UnwindTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap1')] public function testAssertReturn2(): void { $this->runAssertReturnCommand( @@ -39,7 +36,6 @@ final class UnwindTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2')] public function testAssertReturn3(): void { $this->runAssertReturnCommand( @@ -49,7 +45,6 @@ final class UnwindTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn3')] public function testAssertReturn4(): void { $this->runAssertReturnCommand( @@ -59,7 +54,6 @@ final class UnwindTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn4')] public function testAssertReturn5(): void { $this->runAssertReturnCommand( @@ -69,7 +63,6 @@ final class UnwindTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn5')] public function testAssertReturn6(): void { $this->runAssertReturnCommand( @@ -79,7 +72,6 @@ final class UnwindTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn6')] public function testAssertReturn7(): void { $this->runAssertReturnCommand( @@ -89,7 +81,6 @@ final class UnwindTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn7')] public function testAssertReturn8(): void { $this->runAssertReturnCommand( @@ -99,7 +90,6 @@ final class UnwindTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn8')] public function testAssertTrap9(): void { $this->runAssertTrapCommand( @@ -109,7 +99,6 @@ final class UnwindTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap9')] public function testAssertReturn10(): void { $this->runAssertReturnCommand( @@ -119,7 +108,6 @@ final class UnwindTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn10')] public function testAssertReturn11(): void { $this->runAssertReturnCommand( @@ -129,7 +117,6 @@ final class UnwindTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn11')] public function testAssertReturn12(): void { $this->runAssertReturnCommand( @@ -139,7 +126,6 @@ final class UnwindTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn12')] public function testAssertReturn13(): void { $this->runAssertReturnCommand( @@ -149,7 +135,6 @@ final class UnwindTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn13')] public function testAssertReturn14(): void { $this->runAssertReturnCommand( @@ -159,7 +144,6 @@ final class UnwindTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn14')] public function testAssertReturn15(): void { $this->runAssertReturnCommand( @@ -169,7 +153,6 @@ final class UnwindTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn15')] public function testAssertReturn16(): void { $this->runAssertReturnCommand( @@ -179,7 +162,6 @@ final class UnwindTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn16')] public function testAssertTrap17(): void { $this->runAssertTrapCommand( @@ -189,7 +171,6 @@ final class UnwindTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap17')] public function testAssertReturn18(): void { $this->runAssertReturnCommand( @@ -199,7 +180,6 @@ final class UnwindTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn18')] public function testAssertReturn19(): void { $this->runAssertReturnCommand( @@ -209,7 +189,6 @@ final class UnwindTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn19')] public function testAssertReturn20(): void { $this->runAssertReturnCommand( @@ -219,7 +198,6 @@ final class UnwindTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn20')] public function testAssertReturn21(): void { $this->runAssertReturnCommand( @@ -229,7 +207,6 @@ final class UnwindTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn21')] public function testAssertReturn22(): void { $this->runAssertReturnCommand( @@ -239,7 +216,6 @@ final class UnwindTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn22')] public function testAssertReturn23(): void { $this->runAssertReturnCommand( @@ -249,7 +225,6 @@ final class UnwindTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn23')] public function testAssertReturn24(): void { $this->runAssertReturnCommand( @@ -259,7 +234,6 @@ final class UnwindTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn24')] public function testAssertTrap25(): void { $this->runAssertTrapCommand( @@ -269,7 +243,6 @@ final class UnwindTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap25')] public function testAssertReturn26(): void { $this->runAssertReturnCommand( @@ -279,7 +252,6 @@ final class UnwindTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn26')] public function testAssertReturn27(): void { $this->runAssertReturnCommand( @@ -289,7 +261,6 @@ final class UnwindTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn27')] public function testAssertReturn28(): void { $this->runAssertReturnCommand( @@ -299,7 +270,6 @@ final class UnwindTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn28')] public function testAssertReturn29(): void { $this->runAssertReturnCommand( @@ -309,7 +279,6 @@ final class UnwindTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn29')] public function testAssertTrap30(): void { $this->runAssertTrapCommand( @@ -319,7 +288,6 @@ final class UnwindTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap30')] public function testAssertReturn31(): void { $this->runAssertReturnCommand( @@ -329,7 +297,6 @@ final class UnwindTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn31')] public function testAssertReturn32(): void { $this->runAssertReturnCommand( @@ -339,7 +306,6 @@ final class UnwindTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn32')] public function testAssertReturn33(): void { $this->runAssertReturnCommand( @@ -349,7 +315,6 @@ final class UnwindTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn33')] public function testAssertReturn34(): void { $this->runAssertReturnCommand( @@ -359,7 +324,6 @@ final class UnwindTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn34')] public function testAssertTrap35(): void { $this->runAssertTrapCommand( @@ -369,7 +333,6 @@ final class UnwindTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap35')] public function testAssertReturn36(): void { $this->runAssertReturnCommand( @@ -379,7 +342,6 @@ final class UnwindTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn36')] public function testAssertReturn37(): void { $this->runAssertReturnCommand( @@ -389,7 +351,6 @@ final class UnwindTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn37')] public function testAssertReturn38(): void { $this->runAssertReturnCommand( @@ -399,7 +360,6 @@ final class UnwindTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn38')] public function testAssertReturn39(): void { $this->runAssertReturnCommand( @@ -409,7 +369,6 @@ final class UnwindTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn39')] public function testAssertTrap40(): void { $this->runAssertTrapCommand( @@ -419,7 +378,6 @@ final class UnwindTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap40')] public function testAssertReturn41(): void { $this->runAssertReturnCommand( @@ -429,7 +387,6 @@ final class UnwindTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn41')] public function testAssertReturn42(): void { $this->runAssertReturnCommand( @@ -439,7 +396,6 @@ final class UnwindTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn42')] public function testAssertReturn43(): void { $this->runAssertReturnCommand( @@ -449,7 +405,6 @@ final class UnwindTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn43')] public function testAssertReturn44(): void { $this->runAssertReturnCommand( @@ -459,7 +414,6 @@ final class UnwindTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn44')] public function testAssertTrap45(): void { $this->runAssertTrapCommand( @@ -469,7 +423,6 @@ final class UnwindTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap45')] public function testAssertReturn46(): void { $this->runAssertReturnCommand( @@ -479,7 +432,6 @@ final class UnwindTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn46')] public function testAssertReturn47(): void { $this->runAssertReturnCommand( @@ -489,7 +441,6 @@ final class UnwindTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn47')] public function testAssertReturn48(): void { $this->runAssertReturnCommand( @@ -499,7 +450,6 @@ final class UnwindTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn48')] public function testAssertReturn49(): void { $this->runAssertReturnCommand( diff --git a/tests/src/SpecTestsuites/Core/Utf8CustomSectionIdTest.php b/tests/src/SpecTestsuites/Core/Utf8CustomSectionIdTest.php index adbb44c..b00ce37 100644 --- a/tests/src/SpecTestsuites/Core/Utf8CustomSectionIdTest.php +++ b/tests/src/SpecTestsuites/Core/Utf8CustomSectionIdTest.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 Utf8CustomSectionIdTest extends SpecTestsuiteBase @@ -19,7 +18,6 @@ final class Utf8CustomSectionIdTest extends SpecTestsuiteBase ); } - #[Depends('testAssertMalformed0')] public function testAssertMalformed1(): void { $this->runAssertMalformedCommand( @@ -29,7 +27,6 @@ final class Utf8CustomSectionIdTest extends SpecTestsuiteBase ); } - #[Depends('testAssertMalformed1')] public function testAssertMalformed2(): void { $this->runAssertMalformedCommand( @@ -39,7 +36,6 @@ final class Utf8CustomSectionIdTest extends SpecTestsuiteBase ); } - #[Depends('testAssertMalformed2')] public function testAssertMalformed3(): void { $this->runAssertMalformedCommand( @@ -49,7 +45,6 @@ final class Utf8CustomSectionIdTest extends SpecTestsuiteBase ); } - #[Depends('testAssertMalformed3')] public function testAssertMalformed4(): void { $this->runAssertMalformedCommand( @@ -59,7 +54,6 @@ final class Utf8CustomSectionIdTest extends SpecTestsuiteBase ); } - #[Depends('testAssertMalformed4')] public function testAssertMalformed5(): void { $this->runAssertMalformedCommand( @@ -69,7 +63,6 @@ final class Utf8CustomSectionIdTest extends SpecTestsuiteBase ); } - #[Depends('testAssertMalformed5')] public function testAssertMalformed6(): void { $this->runAssertMalformedCommand( @@ -79,7 +72,6 @@ final class Utf8CustomSectionIdTest extends SpecTestsuiteBase ); } - #[Depends('testAssertMalformed6')] public function testAssertMalformed7(): void { $this->runAssertMalformedCommand( @@ -89,7 +81,6 @@ final class Utf8CustomSectionIdTest extends SpecTestsuiteBase ); } - #[Depends('testAssertMalformed7')] public function testAssertMalformed8(): void { $this->runAssertMalformedCommand( @@ -99,7 +90,6 @@ final class Utf8CustomSectionIdTest extends SpecTestsuiteBase ); } - #[Depends('testAssertMalformed8')] public function testAssertMalformed9(): void { $this->runAssertMalformedCommand( @@ -109,7 +99,6 @@ final class Utf8CustomSectionIdTest extends SpecTestsuiteBase ); } - #[Depends('testAssertMalformed9')] public function testAssertMalformed10(): void { $this->runAssertMalformedCommand( @@ -119,7 +108,6 @@ final class Utf8CustomSectionIdTest extends SpecTestsuiteBase ); } - #[Depends('testAssertMalformed10')] public function testAssertMalformed11(): void { $this->runAssertMalformedCommand( @@ -129,7 +117,6 @@ final class Utf8CustomSectionIdTest extends SpecTestsuiteBase ); } - #[Depends('testAssertMalformed11')] public function testAssertMalformed12(): void { $this->runAssertMalformedCommand( @@ -139,7 +126,6 @@ final class Utf8CustomSectionIdTest extends SpecTestsuiteBase ); } - #[Depends('testAssertMalformed12')] public function testAssertMalformed13(): void { $this->runAssertMalformedCommand( @@ -149,7 +135,6 @@ final class Utf8CustomSectionIdTest extends SpecTestsuiteBase ); } - #[Depends('testAssertMalformed13')] public function testAssertMalformed14(): void { $this->runAssertMalformedCommand( @@ -159,7 +144,6 @@ final class Utf8CustomSectionIdTest extends SpecTestsuiteBase ); } - #[Depends('testAssertMalformed14')] public function testAssertMalformed15(): void { $this->runAssertMalformedCommand( @@ -169,7 +153,6 @@ final class Utf8CustomSectionIdTest extends SpecTestsuiteBase ); } - #[Depends('testAssertMalformed15')] public function testAssertMalformed16(): void { $this->runAssertMalformedCommand( @@ -179,7 +162,6 @@ final class Utf8CustomSectionIdTest extends SpecTestsuiteBase ); } - #[Depends('testAssertMalformed16')] public function testAssertMalformed17(): void { $this->runAssertMalformedCommand( @@ -189,7 +171,6 @@ final class Utf8CustomSectionIdTest extends SpecTestsuiteBase ); } - #[Depends('testAssertMalformed17')] public function testAssertMalformed18(): void { $this->runAssertMalformedCommand( @@ -199,7 +180,6 @@ final class Utf8CustomSectionIdTest extends SpecTestsuiteBase ); } - #[Depends('testAssertMalformed18')] public function testAssertMalformed19(): void { $this->runAssertMalformedCommand( @@ -209,7 +189,6 @@ final class Utf8CustomSectionIdTest extends SpecTestsuiteBase ); } - #[Depends('testAssertMalformed19')] public function testAssertMalformed20(): void { $this->runAssertMalformedCommand( @@ -219,7 +198,6 @@ final class Utf8CustomSectionIdTest extends SpecTestsuiteBase ); } - #[Depends('testAssertMalformed20')] public function testAssertMalformed21(): void { $this->runAssertMalformedCommand( @@ -229,7 +207,6 @@ final class Utf8CustomSectionIdTest extends SpecTestsuiteBase ); } - #[Depends('testAssertMalformed21')] public function testAssertMalformed22(): void { $this->runAssertMalformedCommand( @@ -239,7 +216,6 @@ final class Utf8CustomSectionIdTest extends SpecTestsuiteBase ); } - #[Depends('testAssertMalformed22')] public function testAssertMalformed23(): void { $this->runAssertMalformedCommand( @@ -249,7 +225,6 @@ final class Utf8CustomSectionIdTest extends SpecTestsuiteBase ); } - #[Depends('testAssertMalformed23')] public function testAssertMalformed24(): void { $this->runAssertMalformedCommand( @@ -259,7 +234,6 @@ final class Utf8CustomSectionIdTest extends SpecTestsuiteBase ); } - #[Depends('testAssertMalformed24')] public function testAssertMalformed25(): void { $this->runAssertMalformedCommand( @@ -269,7 +243,6 @@ final class Utf8CustomSectionIdTest extends SpecTestsuiteBase ); } - #[Depends('testAssertMalformed25')] public function testAssertMalformed26(): void { $this->runAssertMalformedCommand( @@ -279,7 +252,6 @@ final class Utf8CustomSectionIdTest extends SpecTestsuiteBase ); } - #[Depends('testAssertMalformed26')] public function testAssertMalformed27(): void { $this->runAssertMalformedCommand( @@ -289,7 +261,6 @@ final class Utf8CustomSectionIdTest extends SpecTestsuiteBase ); } - #[Depends('testAssertMalformed27')] public function testAssertMalformed28(): void { $this->runAssertMalformedCommand( @@ -299,7 +270,6 @@ final class Utf8CustomSectionIdTest extends SpecTestsuiteBase ); } - #[Depends('testAssertMalformed28')] public function testAssertMalformed29(): void { $this->runAssertMalformedCommand( @@ -309,7 +279,6 @@ final class Utf8CustomSectionIdTest extends SpecTestsuiteBase ); } - #[Depends('testAssertMalformed29')] public function testAssertMalformed30(): void { $this->runAssertMalformedCommand( @@ -319,7 +288,6 @@ final class Utf8CustomSectionIdTest extends SpecTestsuiteBase ); } - #[Depends('testAssertMalformed30')] public function testAssertMalformed31(): void { $this->runAssertMalformedCommand( @@ -329,7 +297,6 @@ final class Utf8CustomSectionIdTest extends SpecTestsuiteBase ); } - #[Depends('testAssertMalformed31')] public function testAssertMalformed32(): void { $this->runAssertMalformedCommand( @@ -339,7 +306,6 @@ final class Utf8CustomSectionIdTest extends SpecTestsuiteBase ); } - #[Depends('testAssertMalformed32')] public function testAssertMalformed33(): void { $this->runAssertMalformedCommand( @@ -349,7 +315,6 @@ final class Utf8CustomSectionIdTest extends SpecTestsuiteBase ); } - #[Depends('testAssertMalformed33')] public function testAssertMalformed34(): void { $this->runAssertMalformedCommand( @@ -359,7 +324,6 @@ final class Utf8CustomSectionIdTest extends SpecTestsuiteBase ); } - #[Depends('testAssertMalformed34')] public function testAssertMalformed35(): void { $this->runAssertMalformedCommand( @@ -369,7 +333,6 @@ final class Utf8CustomSectionIdTest extends SpecTestsuiteBase ); } - #[Depends('testAssertMalformed35')] public function testAssertMalformed36(): void { $this->runAssertMalformedCommand( @@ -379,7 +342,6 @@ final class Utf8CustomSectionIdTest extends SpecTestsuiteBase ); } - #[Depends('testAssertMalformed36')] public function testAssertMalformed37(): void { $this->runAssertMalformedCommand( @@ -389,7 +351,6 @@ final class Utf8CustomSectionIdTest extends SpecTestsuiteBase ); } - #[Depends('testAssertMalformed37')] public function testAssertMalformed38(): void { $this->runAssertMalformedCommand( @@ -399,7 +360,6 @@ final class Utf8CustomSectionIdTest extends SpecTestsuiteBase ); } - #[Depends('testAssertMalformed38')] public function testAssertMalformed39(): void { $this->runAssertMalformedCommand( @@ -409,7 +369,6 @@ final class Utf8CustomSectionIdTest extends SpecTestsuiteBase ); } - #[Depends('testAssertMalformed39')] public function testAssertMalformed40(): void { $this->runAssertMalformedCommand( @@ -419,7 +378,6 @@ final class Utf8CustomSectionIdTest extends SpecTestsuiteBase ); } - #[Depends('testAssertMalformed40')] public function testAssertMalformed41(): void { $this->runAssertMalformedCommand( @@ -429,7 +387,6 @@ final class Utf8CustomSectionIdTest extends SpecTestsuiteBase ); } - #[Depends('testAssertMalformed41')] public function testAssertMalformed42(): void { $this->runAssertMalformedCommand( @@ -439,7 +396,6 @@ final class Utf8CustomSectionIdTest extends SpecTestsuiteBase ); } - #[Depends('testAssertMalformed42')] public function testAssertMalformed43(): void { $this->runAssertMalformedCommand( @@ -449,7 +405,6 @@ final class Utf8CustomSectionIdTest extends SpecTestsuiteBase ); } - #[Depends('testAssertMalformed43')] public function testAssertMalformed44(): void { $this->runAssertMalformedCommand( @@ -459,7 +414,6 @@ final class Utf8CustomSectionIdTest extends SpecTestsuiteBase ); } - #[Depends('testAssertMalformed44')] public function testAssertMalformed45(): void { $this->runAssertMalformedCommand( @@ -469,7 +423,6 @@ final class Utf8CustomSectionIdTest extends SpecTestsuiteBase ); } - #[Depends('testAssertMalformed45')] public function testAssertMalformed46(): void { $this->runAssertMalformedCommand( @@ -479,7 +432,6 @@ final class Utf8CustomSectionIdTest extends SpecTestsuiteBase ); } - #[Depends('testAssertMalformed46')] public function testAssertMalformed47(): void { $this->runAssertMalformedCommand( @@ -489,7 +441,6 @@ final class Utf8CustomSectionIdTest extends SpecTestsuiteBase ); } - #[Depends('testAssertMalformed47')] public function testAssertMalformed48(): void { $this->runAssertMalformedCommand( @@ -499,7 +450,6 @@ final class Utf8CustomSectionIdTest extends SpecTestsuiteBase ); } - #[Depends('testAssertMalformed48')] public function testAssertMalformed49(): void { $this->runAssertMalformedCommand( @@ -509,7 +459,6 @@ final class Utf8CustomSectionIdTest extends SpecTestsuiteBase ); } - #[Depends('testAssertMalformed49')] public function testAssertMalformed50(): void { $this->runAssertMalformedCommand( @@ -519,7 +468,6 @@ final class Utf8CustomSectionIdTest extends SpecTestsuiteBase ); } - #[Depends('testAssertMalformed50')] public function testAssertMalformed51(): void { $this->runAssertMalformedCommand( @@ -529,7 +477,6 @@ final class Utf8CustomSectionIdTest extends SpecTestsuiteBase ); } - #[Depends('testAssertMalformed51')] public function testAssertMalformed52(): void { $this->runAssertMalformedCommand( @@ -539,7 +486,6 @@ final class Utf8CustomSectionIdTest extends SpecTestsuiteBase ); } - #[Depends('testAssertMalformed52')] public function testAssertMalformed53(): void { $this->runAssertMalformedCommand( @@ -549,7 +495,6 @@ final class Utf8CustomSectionIdTest extends SpecTestsuiteBase ); } - #[Depends('testAssertMalformed53')] public function testAssertMalformed54(): void { $this->runAssertMalformedCommand( @@ -559,7 +504,6 @@ final class Utf8CustomSectionIdTest extends SpecTestsuiteBase ); } - #[Depends('testAssertMalformed54')] public function testAssertMalformed55(): void { $this->runAssertMalformedCommand( @@ -569,7 +513,6 @@ final class Utf8CustomSectionIdTest extends SpecTestsuiteBase ); } - #[Depends('testAssertMalformed55')] public function testAssertMalformed56(): void { $this->runAssertMalformedCommand( @@ -579,7 +522,6 @@ final class Utf8CustomSectionIdTest extends SpecTestsuiteBase ); } - #[Depends('testAssertMalformed56')] public function testAssertMalformed57(): void { $this->runAssertMalformedCommand( @@ -589,7 +531,6 @@ final class Utf8CustomSectionIdTest extends SpecTestsuiteBase ); } - #[Depends('testAssertMalformed57')] public function testAssertMalformed58(): void { $this->runAssertMalformedCommand( @@ -599,7 +540,6 @@ final class Utf8CustomSectionIdTest extends SpecTestsuiteBase ); } - #[Depends('testAssertMalformed58')] public function testAssertMalformed59(): void { $this->runAssertMalformedCommand( @@ -609,7 +549,6 @@ final class Utf8CustomSectionIdTest extends SpecTestsuiteBase ); } - #[Depends('testAssertMalformed59')] public function testAssertMalformed60(): void { $this->runAssertMalformedCommand( @@ -619,7 +558,6 @@ final class Utf8CustomSectionIdTest extends SpecTestsuiteBase ); } - #[Depends('testAssertMalformed60')] public function testAssertMalformed61(): void { $this->runAssertMalformedCommand( @@ -629,7 +567,6 @@ final class Utf8CustomSectionIdTest extends SpecTestsuiteBase ); } - #[Depends('testAssertMalformed61')] public function testAssertMalformed62(): void { $this->runAssertMalformedCommand( @@ -639,7 +576,6 @@ final class Utf8CustomSectionIdTest extends SpecTestsuiteBase ); } - #[Depends('testAssertMalformed62')] public function testAssertMalformed63(): void { $this->runAssertMalformedCommand( @@ -649,7 +585,6 @@ final class Utf8CustomSectionIdTest extends SpecTestsuiteBase ); } - #[Depends('testAssertMalformed63')] public function testAssertMalformed64(): void { $this->runAssertMalformedCommand( @@ -659,7 +594,6 @@ final class Utf8CustomSectionIdTest extends SpecTestsuiteBase ); } - #[Depends('testAssertMalformed64')] public function testAssertMalformed65(): void { $this->runAssertMalformedCommand( @@ -669,7 +603,6 @@ final class Utf8CustomSectionIdTest extends SpecTestsuiteBase ); } - #[Depends('testAssertMalformed65')] public function testAssertMalformed66(): void { $this->runAssertMalformedCommand( @@ -679,7 +612,6 @@ final class Utf8CustomSectionIdTest extends SpecTestsuiteBase ); } - #[Depends('testAssertMalformed66')] public function testAssertMalformed67(): void { $this->runAssertMalformedCommand( @@ -689,7 +621,6 @@ final class Utf8CustomSectionIdTest extends SpecTestsuiteBase ); } - #[Depends('testAssertMalformed67')] public function testAssertMalformed68(): void { $this->runAssertMalformedCommand( @@ -699,7 +630,6 @@ final class Utf8CustomSectionIdTest extends SpecTestsuiteBase ); } - #[Depends('testAssertMalformed68')] public function testAssertMalformed69(): void { $this->runAssertMalformedCommand( @@ -709,7 +639,6 @@ final class Utf8CustomSectionIdTest extends SpecTestsuiteBase ); } - #[Depends('testAssertMalformed69')] public function testAssertMalformed70(): void { $this->runAssertMalformedCommand( @@ -719,7 +648,6 @@ final class Utf8CustomSectionIdTest extends SpecTestsuiteBase ); } - #[Depends('testAssertMalformed70')] public function testAssertMalformed71(): void { $this->runAssertMalformedCommand( @@ -729,7 +657,6 @@ final class Utf8CustomSectionIdTest extends SpecTestsuiteBase ); } - #[Depends('testAssertMalformed71')] public function testAssertMalformed72(): void { $this->runAssertMalformedCommand( @@ -739,7 +666,6 @@ final class Utf8CustomSectionIdTest extends SpecTestsuiteBase ); } - #[Depends('testAssertMalformed72')] public function testAssertMalformed73(): void { $this->runAssertMalformedCommand( @@ -749,7 +675,6 @@ final class Utf8CustomSectionIdTest extends SpecTestsuiteBase ); } - #[Depends('testAssertMalformed73')] public function testAssertMalformed74(): void { $this->runAssertMalformedCommand( @@ -759,7 +684,6 @@ final class Utf8CustomSectionIdTest extends SpecTestsuiteBase ); } - #[Depends('testAssertMalformed74')] public function testAssertMalformed75(): void { $this->runAssertMalformedCommand( @@ -769,7 +693,6 @@ final class Utf8CustomSectionIdTest extends SpecTestsuiteBase ); } - #[Depends('testAssertMalformed75')] public function testAssertMalformed76(): void { $this->runAssertMalformedCommand( @@ -779,7 +702,6 @@ final class Utf8CustomSectionIdTest extends SpecTestsuiteBase ); } - #[Depends('testAssertMalformed76')] public function testAssertMalformed77(): void { $this->runAssertMalformedCommand( @@ -789,7 +711,6 @@ final class Utf8CustomSectionIdTest extends SpecTestsuiteBase ); } - #[Depends('testAssertMalformed77')] public function testAssertMalformed78(): void { $this->runAssertMalformedCommand( @@ -799,7 +720,6 @@ final class Utf8CustomSectionIdTest extends SpecTestsuiteBase ); } - #[Depends('testAssertMalformed78')] public function testAssertMalformed79(): void { $this->runAssertMalformedCommand( @@ -809,7 +729,6 @@ final class Utf8CustomSectionIdTest extends SpecTestsuiteBase ); } - #[Depends('testAssertMalformed79')] public function testAssertMalformed80(): void { $this->runAssertMalformedCommand( @@ -819,7 +738,6 @@ final class Utf8CustomSectionIdTest extends SpecTestsuiteBase ); } - #[Depends('testAssertMalformed80')] public function testAssertMalformed81(): void { $this->runAssertMalformedCommand( @@ -829,7 +747,6 @@ final class Utf8CustomSectionIdTest extends SpecTestsuiteBase ); } - #[Depends('testAssertMalformed81')] public function testAssertMalformed82(): void { $this->runAssertMalformedCommand( @@ -839,7 +756,6 @@ final class Utf8CustomSectionIdTest extends SpecTestsuiteBase ); } - #[Depends('testAssertMalformed82')] public function testAssertMalformed83(): void { $this->runAssertMalformedCommand( @@ -849,7 +765,6 @@ final class Utf8CustomSectionIdTest extends SpecTestsuiteBase ); } - #[Depends('testAssertMalformed83')] public function testAssertMalformed84(): void { $this->runAssertMalformedCommand( @@ -859,7 +774,6 @@ final class Utf8CustomSectionIdTest extends SpecTestsuiteBase ); } - #[Depends('testAssertMalformed84')] public function testAssertMalformed85(): void { $this->runAssertMalformedCommand( @@ -869,7 +783,6 @@ final class Utf8CustomSectionIdTest extends SpecTestsuiteBase ); } - #[Depends('testAssertMalformed85')] public function testAssertMalformed86(): void { $this->runAssertMalformedCommand( @@ -879,7 +792,6 @@ final class Utf8CustomSectionIdTest extends SpecTestsuiteBase ); } - #[Depends('testAssertMalformed86')] public function testAssertMalformed87(): void { $this->runAssertMalformedCommand( @@ -889,7 +801,6 @@ final class Utf8CustomSectionIdTest extends SpecTestsuiteBase ); } - #[Depends('testAssertMalformed87')] public function testAssertMalformed88(): void { $this->runAssertMalformedCommand( @@ -899,7 +810,6 @@ final class Utf8CustomSectionIdTest extends SpecTestsuiteBase ); } - #[Depends('testAssertMalformed88')] public function testAssertMalformed89(): void { $this->runAssertMalformedCommand( @@ -909,7 +819,6 @@ final class Utf8CustomSectionIdTest extends SpecTestsuiteBase ); } - #[Depends('testAssertMalformed89')] public function testAssertMalformed90(): void { $this->runAssertMalformedCommand( @@ -919,7 +828,6 @@ final class Utf8CustomSectionIdTest extends SpecTestsuiteBase ); } - #[Depends('testAssertMalformed90')] public function testAssertMalformed91(): void { $this->runAssertMalformedCommand( @@ -929,7 +837,6 @@ final class Utf8CustomSectionIdTest extends SpecTestsuiteBase ); } - #[Depends('testAssertMalformed91')] public function testAssertMalformed92(): void { $this->runAssertMalformedCommand( @@ -939,7 +846,6 @@ final class Utf8CustomSectionIdTest extends SpecTestsuiteBase ); } - #[Depends('testAssertMalformed92')] public function testAssertMalformed93(): void { $this->runAssertMalformedCommand( @@ -949,7 +855,6 @@ final class Utf8CustomSectionIdTest extends SpecTestsuiteBase ); } - #[Depends('testAssertMalformed93')] public function testAssertMalformed94(): void { $this->runAssertMalformedCommand( @@ -959,7 +864,6 @@ final class Utf8CustomSectionIdTest extends SpecTestsuiteBase ); } - #[Depends('testAssertMalformed94')] public function testAssertMalformed95(): void { $this->runAssertMalformedCommand( @@ -969,7 +873,6 @@ final class Utf8CustomSectionIdTest extends SpecTestsuiteBase ); } - #[Depends('testAssertMalformed95')] public function testAssertMalformed96(): void { $this->runAssertMalformedCommand( @@ -979,7 +882,6 @@ final class Utf8CustomSectionIdTest extends SpecTestsuiteBase ); } - #[Depends('testAssertMalformed96')] public function testAssertMalformed97(): void { $this->runAssertMalformedCommand( @@ -989,7 +891,6 @@ final class Utf8CustomSectionIdTest extends SpecTestsuiteBase ); } - #[Depends('testAssertMalformed97')] public function testAssertMalformed98(): void { $this->runAssertMalformedCommand( @@ -999,7 +900,6 @@ final class Utf8CustomSectionIdTest extends SpecTestsuiteBase ); } - #[Depends('testAssertMalformed98')] public function testAssertMalformed99(): void { $this->runAssertMalformedCommand( @@ -1009,7 +909,6 @@ final class Utf8CustomSectionIdTest extends SpecTestsuiteBase ); } - #[Depends('testAssertMalformed99')] public function testAssertMalformed100(): void { $this->runAssertMalformedCommand( @@ -1019,7 +918,6 @@ final class Utf8CustomSectionIdTest extends SpecTestsuiteBase ); } - #[Depends('testAssertMalformed100')] public function testAssertMalformed101(): void { $this->runAssertMalformedCommand( @@ -1029,7 +927,6 @@ final class Utf8CustomSectionIdTest extends SpecTestsuiteBase ); } - #[Depends('testAssertMalformed101')] public function testAssertMalformed102(): void { $this->runAssertMalformedCommand( @@ -1039,7 +936,6 @@ final class Utf8CustomSectionIdTest extends SpecTestsuiteBase ); } - #[Depends('testAssertMalformed102')] public function testAssertMalformed103(): void { $this->runAssertMalformedCommand( @@ -1049,7 +945,6 @@ final class Utf8CustomSectionIdTest extends SpecTestsuiteBase ); } - #[Depends('testAssertMalformed103')] public function testAssertMalformed104(): void { $this->runAssertMalformedCommand( @@ -1059,7 +954,6 @@ final class Utf8CustomSectionIdTest extends SpecTestsuiteBase ); } - #[Depends('testAssertMalformed104')] public function testAssertMalformed105(): void { $this->runAssertMalformedCommand( @@ -1069,7 +963,6 @@ final class Utf8CustomSectionIdTest extends SpecTestsuiteBase ); } - #[Depends('testAssertMalformed105')] public function testAssertMalformed106(): void { $this->runAssertMalformedCommand( @@ -1079,7 +972,6 @@ final class Utf8CustomSectionIdTest extends SpecTestsuiteBase ); } - #[Depends('testAssertMalformed106')] public function testAssertMalformed107(): void { $this->runAssertMalformedCommand( @@ -1089,7 +981,6 @@ final class Utf8CustomSectionIdTest extends SpecTestsuiteBase ); } - #[Depends('testAssertMalformed107')] public function testAssertMalformed108(): void { $this->runAssertMalformedCommand( @@ -1099,7 +990,6 @@ final class Utf8CustomSectionIdTest extends SpecTestsuiteBase ); } - #[Depends('testAssertMalformed108')] public function testAssertMalformed109(): void { $this->runAssertMalformedCommand( @@ -1109,7 +999,6 @@ final class Utf8CustomSectionIdTest extends SpecTestsuiteBase ); } - #[Depends('testAssertMalformed109')] public function testAssertMalformed110(): void { $this->runAssertMalformedCommand( @@ -1119,7 +1008,6 @@ final class Utf8CustomSectionIdTest extends SpecTestsuiteBase ); } - #[Depends('testAssertMalformed110')] public function testAssertMalformed111(): void { $this->runAssertMalformedCommand( @@ -1129,7 +1017,6 @@ final class Utf8CustomSectionIdTest extends SpecTestsuiteBase ); } - #[Depends('testAssertMalformed111')] public function testAssertMalformed112(): void { $this->runAssertMalformedCommand( @@ -1139,7 +1026,6 @@ final class Utf8CustomSectionIdTest extends SpecTestsuiteBase ); } - #[Depends('testAssertMalformed112')] public function testAssertMalformed113(): void { $this->runAssertMalformedCommand( @@ -1149,7 +1035,6 @@ final class Utf8CustomSectionIdTest extends SpecTestsuiteBase ); } - #[Depends('testAssertMalformed113')] public function testAssertMalformed114(): void { $this->runAssertMalformedCommand( @@ -1159,7 +1044,6 @@ final class Utf8CustomSectionIdTest extends SpecTestsuiteBase ); } - #[Depends('testAssertMalformed114')] public function testAssertMalformed115(): void { $this->runAssertMalformedCommand( @@ -1169,7 +1053,6 @@ final class Utf8CustomSectionIdTest extends SpecTestsuiteBase ); } - #[Depends('testAssertMalformed115')] public function testAssertMalformed116(): void { $this->runAssertMalformedCommand( @@ -1179,7 +1062,6 @@ final class Utf8CustomSectionIdTest extends SpecTestsuiteBase ); } - #[Depends('testAssertMalformed116')] public function testAssertMalformed117(): void { $this->runAssertMalformedCommand( @@ -1189,7 +1071,6 @@ final class Utf8CustomSectionIdTest extends SpecTestsuiteBase ); } - #[Depends('testAssertMalformed117')] public function testAssertMalformed118(): void { $this->runAssertMalformedCommand( @@ -1199,7 +1080,6 @@ final class Utf8CustomSectionIdTest extends SpecTestsuiteBase ); } - #[Depends('testAssertMalformed118')] public function testAssertMalformed119(): void { $this->runAssertMalformedCommand( @@ -1209,7 +1089,6 @@ final class Utf8CustomSectionIdTest extends SpecTestsuiteBase ); } - #[Depends('testAssertMalformed119')] public function testAssertMalformed120(): void { $this->runAssertMalformedCommand( @@ -1219,7 +1098,6 @@ final class Utf8CustomSectionIdTest extends SpecTestsuiteBase ); } - #[Depends('testAssertMalformed120')] public function testAssertMalformed121(): void { $this->runAssertMalformedCommand( @@ -1229,7 +1107,6 @@ final class Utf8CustomSectionIdTest extends SpecTestsuiteBase ); } - #[Depends('testAssertMalformed121')] public function testAssertMalformed122(): void { $this->runAssertMalformedCommand( @@ -1239,7 +1116,6 @@ final class Utf8CustomSectionIdTest extends SpecTestsuiteBase ); } - #[Depends('testAssertMalformed122')] public function testAssertMalformed123(): void { $this->runAssertMalformedCommand( @@ -1249,7 +1125,6 @@ final class Utf8CustomSectionIdTest extends SpecTestsuiteBase ); } - #[Depends('testAssertMalformed123')] public function testAssertMalformed124(): void { $this->runAssertMalformedCommand( @@ -1259,7 +1134,6 @@ final class Utf8CustomSectionIdTest extends SpecTestsuiteBase ); } - #[Depends('testAssertMalformed124')] public function testAssertMalformed125(): void { $this->runAssertMalformedCommand( @@ -1269,7 +1143,6 @@ final class Utf8CustomSectionIdTest extends SpecTestsuiteBase ); } - #[Depends('testAssertMalformed125')] public function testAssertMalformed126(): void { $this->runAssertMalformedCommand( @@ -1279,7 +1152,6 @@ final class Utf8CustomSectionIdTest extends SpecTestsuiteBase ); } - #[Depends('testAssertMalformed126')] public function testAssertMalformed127(): void { $this->runAssertMalformedCommand( @@ -1289,7 +1161,6 @@ final class Utf8CustomSectionIdTest extends SpecTestsuiteBase ); } - #[Depends('testAssertMalformed127')] public function testAssertMalformed128(): void { $this->runAssertMalformedCommand( @@ -1299,7 +1170,6 @@ final class Utf8CustomSectionIdTest extends SpecTestsuiteBase ); } - #[Depends('testAssertMalformed128')] public function testAssertMalformed129(): void { $this->runAssertMalformedCommand( @@ -1309,7 +1179,6 @@ final class Utf8CustomSectionIdTest extends SpecTestsuiteBase ); } - #[Depends('testAssertMalformed129')] public function testAssertMalformed130(): void { $this->runAssertMalformedCommand( @@ -1319,7 +1188,6 @@ final class Utf8CustomSectionIdTest extends SpecTestsuiteBase ); } - #[Depends('testAssertMalformed130')] public function testAssertMalformed131(): void { $this->runAssertMalformedCommand( @@ -1329,7 +1197,6 @@ final class Utf8CustomSectionIdTest extends SpecTestsuiteBase ); } - #[Depends('testAssertMalformed131')] public function testAssertMalformed132(): void { $this->runAssertMalformedCommand( @@ -1339,7 +1206,6 @@ final class Utf8CustomSectionIdTest extends SpecTestsuiteBase ); } - #[Depends('testAssertMalformed132')] public function testAssertMalformed133(): void { $this->runAssertMalformedCommand( @@ -1349,7 +1215,6 @@ final class Utf8CustomSectionIdTest extends SpecTestsuiteBase ); } - #[Depends('testAssertMalformed133')] public function testAssertMalformed134(): void { $this->runAssertMalformedCommand( @@ -1359,7 +1224,6 @@ final class Utf8CustomSectionIdTest extends SpecTestsuiteBase ); } - #[Depends('testAssertMalformed134')] public function testAssertMalformed135(): void { $this->runAssertMalformedCommand( @@ -1369,7 +1233,6 @@ final class Utf8CustomSectionIdTest extends SpecTestsuiteBase ); } - #[Depends('testAssertMalformed135')] public function testAssertMalformed136(): void { $this->runAssertMalformedCommand( @@ -1379,7 +1242,6 @@ final class Utf8CustomSectionIdTest extends SpecTestsuiteBase ); } - #[Depends('testAssertMalformed136')] public function testAssertMalformed137(): void { $this->runAssertMalformedCommand( @@ -1389,7 +1251,6 @@ final class Utf8CustomSectionIdTest extends SpecTestsuiteBase ); } - #[Depends('testAssertMalformed137')] public function testAssertMalformed138(): void { $this->runAssertMalformedCommand( @@ -1399,7 +1260,6 @@ final class Utf8CustomSectionIdTest extends SpecTestsuiteBase ); } - #[Depends('testAssertMalformed138')] public function testAssertMalformed139(): void { $this->runAssertMalformedCommand( @@ -1409,7 +1269,6 @@ final class Utf8CustomSectionIdTest extends SpecTestsuiteBase ); } - #[Depends('testAssertMalformed139')] public function testAssertMalformed140(): void { $this->runAssertMalformedCommand( @@ -1419,7 +1278,6 @@ final class Utf8CustomSectionIdTest extends SpecTestsuiteBase ); } - #[Depends('testAssertMalformed140')] public function testAssertMalformed141(): void { $this->runAssertMalformedCommand( @@ -1429,7 +1287,6 @@ final class Utf8CustomSectionIdTest extends SpecTestsuiteBase ); } - #[Depends('testAssertMalformed141')] public function testAssertMalformed142(): void { $this->runAssertMalformedCommand( @@ -1439,7 +1296,6 @@ final class Utf8CustomSectionIdTest extends SpecTestsuiteBase ); } - #[Depends('testAssertMalformed142')] public function testAssertMalformed143(): void { $this->runAssertMalformedCommand( @@ -1449,7 +1305,6 @@ final class Utf8CustomSectionIdTest extends SpecTestsuiteBase ); } - #[Depends('testAssertMalformed143')] public function testAssertMalformed144(): void { $this->runAssertMalformedCommand( @@ -1459,7 +1314,6 @@ final class Utf8CustomSectionIdTest extends SpecTestsuiteBase ); } - #[Depends('testAssertMalformed144')] public function testAssertMalformed145(): void { $this->runAssertMalformedCommand( @@ -1469,7 +1323,6 @@ final class Utf8CustomSectionIdTest extends SpecTestsuiteBase ); } - #[Depends('testAssertMalformed145')] public function testAssertMalformed146(): void { $this->runAssertMalformedCommand( @@ -1479,7 +1332,6 @@ final class Utf8CustomSectionIdTest extends SpecTestsuiteBase ); } - #[Depends('testAssertMalformed146')] public function testAssertMalformed147(): void { $this->runAssertMalformedCommand( @@ -1489,7 +1341,6 @@ final class Utf8CustomSectionIdTest extends SpecTestsuiteBase ); } - #[Depends('testAssertMalformed147')] public function testAssertMalformed148(): void { $this->runAssertMalformedCommand( @@ -1499,7 +1350,6 @@ final class Utf8CustomSectionIdTest extends SpecTestsuiteBase ); } - #[Depends('testAssertMalformed148')] public function testAssertMalformed149(): void { $this->runAssertMalformedCommand( @@ -1509,7 +1359,6 @@ final class Utf8CustomSectionIdTest extends SpecTestsuiteBase ); } - #[Depends('testAssertMalformed149')] public function testAssertMalformed150(): void { $this->runAssertMalformedCommand( @@ -1519,7 +1368,6 @@ final class Utf8CustomSectionIdTest extends SpecTestsuiteBase ); } - #[Depends('testAssertMalformed150')] public function testAssertMalformed151(): void { $this->runAssertMalformedCommand( @@ -1529,7 +1377,6 @@ final class Utf8CustomSectionIdTest extends SpecTestsuiteBase ); } - #[Depends('testAssertMalformed151')] public function testAssertMalformed152(): void { $this->runAssertMalformedCommand( @@ -1539,7 +1386,6 @@ final class Utf8CustomSectionIdTest extends SpecTestsuiteBase ); } - #[Depends('testAssertMalformed152')] public function testAssertMalformed153(): void { $this->runAssertMalformedCommand( @@ -1549,7 +1395,6 @@ final class Utf8CustomSectionIdTest extends SpecTestsuiteBase ); } - #[Depends('testAssertMalformed153')] public function testAssertMalformed154(): void { $this->runAssertMalformedCommand( @@ -1559,7 +1404,6 @@ final class Utf8CustomSectionIdTest extends SpecTestsuiteBase ); } - #[Depends('testAssertMalformed154')] public function testAssertMalformed155(): void { $this->runAssertMalformedCommand( @@ -1569,7 +1413,6 @@ final class Utf8CustomSectionIdTest extends SpecTestsuiteBase ); } - #[Depends('testAssertMalformed155')] public function testAssertMalformed156(): void { $this->runAssertMalformedCommand( @@ -1579,7 +1422,6 @@ final class Utf8CustomSectionIdTest extends SpecTestsuiteBase ); } - #[Depends('testAssertMalformed156')] public function testAssertMalformed157(): void { $this->runAssertMalformedCommand( @@ -1589,7 +1431,6 @@ final class Utf8CustomSectionIdTest extends SpecTestsuiteBase ); } - #[Depends('testAssertMalformed157')] public function testAssertMalformed158(): void { $this->runAssertMalformedCommand( @@ -1599,7 +1440,6 @@ final class Utf8CustomSectionIdTest extends SpecTestsuiteBase ); } - #[Depends('testAssertMalformed158')] public function testAssertMalformed159(): void { $this->runAssertMalformedCommand( @@ -1609,7 +1449,6 @@ final class Utf8CustomSectionIdTest extends SpecTestsuiteBase ); } - #[Depends('testAssertMalformed159')] public function testAssertMalformed160(): void { $this->runAssertMalformedCommand( @@ -1619,7 +1458,6 @@ final class Utf8CustomSectionIdTest extends SpecTestsuiteBase ); } - #[Depends('testAssertMalformed160')] public function testAssertMalformed161(): void { $this->runAssertMalformedCommand( @@ -1629,7 +1467,6 @@ final class Utf8CustomSectionIdTest extends SpecTestsuiteBase ); } - #[Depends('testAssertMalformed161')] public function testAssertMalformed162(): void { $this->runAssertMalformedCommand( @@ -1639,7 +1476,6 @@ final class Utf8CustomSectionIdTest extends SpecTestsuiteBase ); } - #[Depends('testAssertMalformed162')] public function testAssertMalformed163(): void { $this->runAssertMalformedCommand( @@ -1649,7 +1485,6 @@ final class Utf8CustomSectionIdTest extends SpecTestsuiteBase ); } - #[Depends('testAssertMalformed163')] public function testAssertMalformed164(): void { $this->runAssertMalformedCommand( @@ -1659,7 +1494,6 @@ final class Utf8CustomSectionIdTest extends SpecTestsuiteBase ); } - #[Depends('testAssertMalformed164')] public function testAssertMalformed165(): void { $this->runAssertMalformedCommand( @@ -1669,7 +1503,6 @@ final class Utf8CustomSectionIdTest extends SpecTestsuiteBase ); } - #[Depends('testAssertMalformed165')] public function testAssertMalformed166(): void { $this->runAssertMalformedCommand( @@ -1679,7 +1512,6 @@ final class Utf8CustomSectionIdTest extends SpecTestsuiteBase ); } - #[Depends('testAssertMalformed166')] public function testAssertMalformed167(): void { $this->runAssertMalformedCommand( @@ -1689,7 +1521,6 @@ final class Utf8CustomSectionIdTest extends SpecTestsuiteBase ); } - #[Depends('testAssertMalformed167')] public function testAssertMalformed168(): void { $this->runAssertMalformedCommand( @@ -1699,7 +1530,6 @@ final class Utf8CustomSectionIdTest extends SpecTestsuiteBase ); } - #[Depends('testAssertMalformed168')] public function testAssertMalformed169(): void { $this->runAssertMalformedCommand( @@ -1709,7 +1539,6 @@ final class Utf8CustomSectionIdTest extends SpecTestsuiteBase ); } - #[Depends('testAssertMalformed169')] public function testAssertMalformed170(): void { $this->runAssertMalformedCommand( @@ -1719,7 +1548,6 @@ final class Utf8CustomSectionIdTest extends SpecTestsuiteBase ); } - #[Depends('testAssertMalformed170')] public function testAssertMalformed171(): void { $this->runAssertMalformedCommand( @@ -1729,7 +1557,6 @@ final class Utf8CustomSectionIdTest extends SpecTestsuiteBase ); } - #[Depends('testAssertMalformed171')] public function testAssertMalformed172(): void { $this->runAssertMalformedCommand( @@ -1739,7 +1566,6 @@ final class Utf8CustomSectionIdTest extends SpecTestsuiteBase ); } - #[Depends('testAssertMalformed172')] public function testAssertMalformed173(): void { $this->runAssertMalformedCommand( @@ -1749,7 +1575,6 @@ final class Utf8CustomSectionIdTest extends SpecTestsuiteBase ); } - #[Depends('testAssertMalformed173')] public function testAssertMalformed174(): void { $this->runAssertMalformedCommand( @@ -1759,7 +1584,6 @@ final class Utf8CustomSectionIdTest extends SpecTestsuiteBase ); } - #[Depends('testAssertMalformed174')] public function testAssertMalformed175(): void { $this->runAssertMalformedCommand( diff --git a/tests/src/SpecTestsuites/Core/Utf8ImportFieldTest.php b/tests/src/SpecTestsuites/Core/Utf8ImportFieldTest.php index 9071d71..b9c8af8 100644 --- a/tests/src/SpecTestsuites/Core/Utf8ImportFieldTest.php +++ b/tests/src/SpecTestsuites/Core/Utf8ImportFieldTest.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 Utf8ImportFieldTest extends SpecTestsuiteBase @@ -19,7 +18,6 @@ final class Utf8ImportFieldTest extends SpecTestsuiteBase ); } - #[Depends('testAssertMalformed0')] public function testAssertMalformed1(): void { $this->runAssertMalformedCommand( @@ -29,7 +27,6 @@ final class Utf8ImportFieldTest extends SpecTestsuiteBase ); } - #[Depends('testAssertMalformed1')] public function testAssertMalformed2(): void { $this->runAssertMalformedCommand( @@ -39,7 +36,6 @@ final class Utf8ImportFieldTest extends SpecTestsuiteBase ); } - #[Depends('testAssertMalformed2')] public function testAssertMalformed3(): void { $this->runAssertMalformedCommand( @@ -49,7 +45,6 @@ final class Utf8ImportFieldTest extends SpecTestsuiteBase ); } - #[Depends('testAssertMalformed3')] public function testAssertMalformed4(): void { $this->runAssertMalformedCommand( @@ -59,7 +54,6 @@ final class Utf8ImportFieldTest extends SpecTestsuiteBase ); } - #[Depends('testAssertMalformed4')] public function testAssertMalformed5(): void { $this->runAssertMalformedCommand( @@ -69,7 +63,6 @@ final class Utf8ImportFieldTest extends SpecTestsuiteBase ); } - #[Depends('testAssertMalformed5')] public function testAssertMalformed6(): void { $this->runAssertMalformedCommand( @@ -79,7 +72,6 @@ final class Utf8ImportFieldTest extends SpecTestsuiteBase ); } - #[Depends('testAssertMalformed6')] public function testAssertMalformed7(): void { $this->runAssertMalformedCommand( @@ -89,7 +81,6 @@ final class Utf8ImportFieldTest extends SpecTestsuiteBase ); } - #[Depends('testAssertMalformed7')] public function testAssertMalformed8(): void { $this->runAssertMalformedCommand( @@ -99,7 +90,6 @@ final class Utf8ImportFieldTest extends SpecTestsuiteBase ); } - #[Depends('testAssertMalformed8')] public function testAssertMalformed9(): void { $this->runAssertMalformedCommand( @@ -109,7 +99,6 @@ final class Utf8ImportFieldTest extends SpecTestsuiteBase ); } - #[Depends('testAssertMalformed9')] public function testAssertMalformed10(): void { $this->runAssertMalformedCommand( @@ -119,7 +108,6 @@ final class Utf8ImportFieldTest extends SpecTestsuiteBase ); } - #[Depends('testAssertMalformed10')] public function testAssertMalformed11(): void { $this->runAssertMalformedCommand( @@ -129,7 +117,6 @@ final class Utf8ImportFieldTest extends SpecTestsuiteBase ); } - #[Depends('testAssertMalformed11')] public function testAssertMalformed12(): void { $this->runAssertMalformedCommand( @@ -139,7 +126,6 @@ final class Utf8ImportFieldTest extends SpecTestsuiteBase ); } - #[Depends('testAssertMalformed12')] public function testAssertMalformed13(): void { $this->runAssertMalformedCommand( @@ -149,7 +135,6 @@ final class Utf8ImportFieldTest extends SpecTestsuiteBase ); } - #[Depends('testAssertMalformed13')] public function testAssertMalformed14(): void { $this->runAssertMalformedCommand( @@ -159,7 +144,6 @@ final class Utf8ImportFieldTest extends SpecTestsuiteBase ); } - #[Depends('testAssertMalformed14')] public function testAssertMalformed15(): void { $this->runAssertMalformedCommand( @@ -169,7 +153,6 @@ final class Utf8ImportFieldTest extends SpecTestsuiteBase ); } - #[Depends('testAssertMalformed15')] public function testAssertMalformed16(): void { $this->runAssertMalformedCommand( @@ -179,7 +162,6 @@ final class Utf8ImportFieldTest extends SpecTestsuiteBase ); } - #[Depends('testAssertMalformed16')] public function testAssertMalformed17(): void { $this->runAssertMalformedCommand( @@ -189,7 +171,6 @@ final class Utf8ImportFieldTest extends SpecTestsuiteBase ); } - #[Depends('testAssertMalformed17')] public function testAssertMalformed18(): void { $this->runAssertMalformedCommand( @@ -199,7 +180,6 @@ final class Utf8ImportFieldTest extends SpecTestsuiteBase ); } - #[Depends('testAssertMalformed18')] public function testAssertMalformed19(): void { $this->runAssertMalformedCommand( @@ -209,7 +189,6 @@ final class Utf8ImportFieldTest extends SpecTestsuiteBase ); } - #[Depends('testAssertMalformed19')] public function testAssertMalformed20(): void { $this->runAssertMalformedCommand( @@ -219,7 +198,6 @@ final class Utf8ImportFieldTest extends SpecTestsuiteBase ); } - #[Depends('testAssertMalformed20')] public function testAssertMalformed21(): void { $this->runAssertMalformedCommand( @@ -229,7 +207,6 @@ final class Utf8ImportFieldTest extends SpecTestsuiteBase ); } - #[Depends('testAssertMalformed21')] public function testAssertMalformed22(): void { $this->runAssertMalformedCommand( @@ -239,7 +216,6 @@ final class Utf8ImportFieldTest extends SpecTestsuiteBase ); } - #[Depends('testAssertMalformed22')] public function testAssertMalformed23(): void { $this->runAssertMalformedCommand( @@ -249,7 +225,6 @@ final class Utf8ImportFieldTest extends SpecTestsuiteBase ); } - #[Depends('testAssertMalformed23')] public function testAssertMalformed24(): void { $this->runAssertMalformedCommand( @@ -259,7 +234,6 @@ final class Utf8ImportFieldTest extends SpecTestsuiteBase ); } - #[Depends('testAssertMalformed24')] public function testAssertMalformed25(): void { $this->runAssertMalformedCommand( @@ -269,7 +243,6 @@ final class Utf8ImportFieldTest extends SpecTestsuiteBase ); } - #[Depends('testAssertMalformed25')] public function testAssertMalformed26(): void { $this->runAssertMalformedCommand( @@ -279,7 +252,6 @@ final class Utf8ImportFieldTest extends SpecTestsuiteBase ); } - #[Depends('testAssertMalformed26')] public function testAssertMalformed27(): void { $this->runAssertMalformedCommand( @@ -289,7 +261,6 @@ final class Utf8ImportFieldTest extends SpecTestsuiteBase ); } - #[Depends('testAssertMalformed27')] public function testAssertMalformed28(): void { $this->runAssertMalformedCommand( @@ -299,7 +270,6 @@ final class Utf8ImportFieldTest extends SpecTestsuiteBase ); } - #[Depends('testAssertMalformed28')] public function testAssertMalformed29(): void { $this->runAssertMalformedCommand( @@ -309,7 +279,6 @@ final class Utf8ImportFieldTest extends SpecTestsuiteBase ); } - #[Depends('testAssertMalformed29')] public function testAssertMalformed30(): void { $this->runAssertMalformedCommand( @@ -319,7 +288,6 @@ final class Utf8ImportFieldTest extends SpecTestsuiteBase ); } - #[Depends('testAssertMalformed30')] public function testAssertMalformed31(): void { $this->runAssertMalformedCommand( @@ -329,7 +297,6 @@ final class Utf8ImportFieldTest extends SpecTestsuiteBase ); } - #[Depends('testAssertMalformed31')] public function testAssertMalformed32(): void { $this->runAssertMalformedCommand( @@ -339,7 +306,6 @@ final class Utf8ImportFieldTest extends SpecTestsuiteBase ); } - #[Depends('testAssertMalformed32')] public function testAssertMalformed33(): void { $this->runAssertMalformedCommand( @@ -349,7 +315,6 @@ final class Utf8ImportFieldTest extends SpecTestsuiteBase ); } - #[Depends('testAssertMalformed33')] public function testAssertMalformed34(): void { $this->runAssertMalformedCommand( @@ -359,7 +324,6 @@ final class Utf8ImportFieldTest extends SpecTestsuiteBase ); } - #[Depends('testAssertMalformed34')] public function testAssertMalformed35(): void { $this->runAssertMalformedCommand( @@ -369,7 +333,6 @@ final class Utf8ImportFieldTest extends SpecTestsuiteBase ); } - #[Depends('testAssertMalformed35')] public function testAssertMalformed36(): void { $this->runAssertMalformedCommand( @@ -379,7 +342,6 @@ final class Utf8ImportFieldTest extends SpecTestsuiteBase ); } - #[Depends('testAssertMalformed36')] public function testAssertMalformed37(): void { $this->runAssertMalformedCommand( @@ -389,7 +351,6 @@ final class Utf8ImportFieldTest extends SpecTestsuiteBase ); } - #[Depends('testAssertMalformed37')] public function testAssertMalformed38(): void { $this->runAssertMalformedCommand( @@ -399,7 +360,6 @@ final class Utf8ImportFieldTest extends SpecTestsuiteBase ); } - #[Depends('testAssertMalformed38')] public function testAssertMalformed39(): void { $this->runAssertMalformedCommand( @@ -409,7 +369,6 @@ final class Utf8ImportFieldTest extends SpecTestsuiteBase ); } - #[Depends('testAssertMalformed39')] public function testAssertMalformed40(): void { $this->runAssertMalformedCommand( @@ -419,7 +378,6 @@ final class Utf8ImportFieldTest extends SpecTestsuiteBase ); } - #[Depends('testAssertMalformed40')] public function testAssertMalformed41(): void { $this->runAssertMalformedCommand( @@ -429,7 +387,6 @@ final class Utf8ImportFieldTest extends SpecTestsuiteBase ); } - #[Depends('testAssertMalformed41')] public function testAssertMalformed42(): void { $this->runAssertMalformedCommand( @@ -439,7 +396,6 @@ final class Utf8ImportFieldTest extends SpecTestsuiteBase ); } - #[Depends('testAssertMalformed42')] public function testAssertMalformed43(): void { $this->runAssertMalformedCommand( @@ -449,7 +405,6 @@ final class Utf8ImportFieldTest extends SpecTestsuiteBase ); } - #[Depends('testAssertMalformed43')] public function testAssertMalformed44(): void { $this->runAssertMalformedCommand( @@ -459,7 +414,6 @@ final class Utf8ImportFieldTest extends SpecTestsuiteBase ); } - #[Depends('testAssertMalformed44')] public function testAssertMalformed45(): void { $this->runAssertMalformedCommand( @@ -469,7 +423,6 @@ final class Utf8ImportFieldTest extends SpecTestsuiteBase ); } - #[Depends('testAssertMalformed45')] public function testAssertMalformed46(): void { $this->runAssertMalformedCommand( @@ -479,7 +432,6 @@ final class Utf8ImportFieldTest extends SpecTestsuiteBase ); } - #[Depends('testAssertMalformed46')] public function testAssertMalformed47(): void { $this->runAssertMalformedCommand( @@ -489,7 +441,6 @@ final class Utf8ImportFieldTest extends SpecTestsuiteBase ); } - #[Depends('testAssertMalformed47')] public function testAssertMalformed48(): void { $this->runAssertMalformedCommand( @@ -499,7 +450,6 @@ final class Utf8ImportFieldTest extends SpecTestsuiteBase ); } - #[Depends('testAssertMalformed48')] public function testAssertMalformed49(): void { $this->runAssertMalformedCommand( @@ -509,7 +459,6 @@ final class Utf8ImportFieldTest extends SpecTestsuiteBase ); } - #[Depends('testAssertMalformed49')] public function testAssertMalformed50(): void { $this->runAssertMalformedCommand( @@ -519,7 +468,6 @@ final class Utf8ImportFieldTest extends SpecTestsuiteBase ); } - #[Depends('testAssertMalformed50')] public function testAssertMalformed51(): void { $this->runAssertMalformedCommand( @@ -529,7 +477,6 @@ final class Utf8ImportFieldTest extends SpecTestsuiteBase ); } - #[Depends('testAssertMalformed51')] public function testAssertMalformed52(): void { $this->runAssertMalformedCommand( @@ -539,7 +486,6 @@ final class Utf8ImportFieldTest extends SpecTestsuiteBase ); } - #[Depends('testAssertMalformed52')] public function testAssertMalformed53(): void { $this->runAssertMalformedCommand( @@ -549,7 +495,6 @@ final class Utf8ImportFieldTest extends SpecTestsuiteBase ); } - #[Depends('testAssertMalformed53')] public function testAssertMalformed54(): void { $this->runAssertMalformedCommand( @@ -559,7 +504,6 @@ final class Utf8ImportFieldTest extends SpecTestsuiteBase ); } - #[Depends('testAssertMalformed54')] public function testAssertMalformed55(): void { $this->runAssertMalformedCommand( @@ -569,7 +513,6 @@ final class Utf8ImportFieldTest extends SpecTestsuiteBase ); } - #[Depends('testAssertMalformed55')] public function testAssertMalformed56(): void { $this->runAssertMalformedCommand( @@ -579,7 +522,6 @@ final class Utf8ImportFieldTest extends SpecTestsuiteBase ); } - #[Depends('testAssertMalformed56')] public function testAssertMalformed57(): void { $this->runAssertMalformedCommand( @@ -589,7 +531,6 @@ final class Utf8ImportFieldTest extends SpecTestsuiteBase ); } - #[Depends('testAssertMalformed57')] public function testAssertMalformed58(): void { $this->runAssertMalformedCommand( @@ -599,7 +540,6 @@ final class Utf8ImportFieldTest extends SpecTestsuiteBase ); } - #[Depends('testAssertMalformed58')] public function testAssertMalformed59(): void { $this->runAssertMalformedCommand( @@ -609,7 +549,6 @@ final class Utf8ImportFieldTest extends SpecTestsuiteBase ); } - #[Depends('testAssertMalformed59')] public function testAssertMalformed60(): void { $this->runAssertMalformedCommand( @@ -619,7 +558,6 @@ final class Utf8ImportFieldTest extends SpecTestsuiteBase ); } - #[Depends('testAssertMalformed60')] public function testAssertMalformed61(): void { $this->runAssertMalformedCommand( @@ -629,7 +567,6 @@ final class Utf8ImportFieldTest extends SpecTestsuiteBase ); } - #[Depends('testAssertMalformed61')] public function testAssertMalformed62(): void { $this->runAssertMalformedCommand( @@ -639,7 +576,6 @@ final class Utf8ImportFieldTest extends SpecTestsuiteBase ); } - #[Depends('testAssertMalformed62')] public function testAssertMalformed63(): void { $this->runAssertMalformedCommand( @@ -649,7 +585,6 @@ final class Utf8ImportFieldTest extends SpecTestsuiteBase ); } - #[Depends('testAssertMalformed63')] public function testAssertMalformed64(): void { $this->runAssertMalformedCommand( @@ -659,7 +594,6 @@ final class Utf8ImportFieldTest extends SpecTestsuiteBase ); } - #[Depends('testAssertMalformed64')] public function testAssertMalformed65(): void { $this->runAssertMalformedCommand( @@ -669,7 +603,6 @@ final class Utf8ImportFieldTest extends SpecTestsuiteBase ); } - #[Depends('testAssertMalformed65')] public function testAssertMalformed66(): void { $this->runAssertMalformedCommand( @@ -679,7 +612,6 @@ final class Utf8ImportFieldTest extends SpecTestsuiteBase ); } - #[Depends('testAssertMalformed66')] public function testAssertMalformed67(): void { $this->runAssertMalformedCommand( @@ -689,7 +621,6 @@ final class Utf8ImportFieldTest extends SpecTestsuiteBase ); } - #[Depends('testAssertMalformed67')] public function testAssertMalformed68(): void { $this->runAssertMalformedCommand( @@ -699,7 +630,6 @@ final class Utf8ImportFieldTest extends SpecTestsuiteBase ); } - #[Depends('testAssertMalformed68')] public function testAssertMalformed69(): void { $this->runAssertMalformedCommand( @@ -709,7 +639,6 @@ final class Utf8ImportFieldTest extends SpecTestsuiteBase ); } - #[Depends('testAssertMalformed69')] public function testAssertMalformed70(): void { $this->runAssertMalformedCommand( @@ -719,7 +648,6 @@ final class Utf8ImportFieldTest extends SpecTestsuiteBase ); } - #[Depends('testAssertMalformed70')] public function testAssertMalformed71(): void { $this->runAssertMalformedCommand( @@ -729,7 +657,6 @@ final class Utf8ImportFieldTest extends SpecTestsuiteBase ); } - #[Depends('testAssertMalformed71')] public function testAssertMalformed72(): void { $this->runAssertMalformedCommand( @@ -739,7 +666,6 @@ final class Utf8ImportFieldTest extends SpecTestsuiteBase ); } - #[Depends('testAssertMalformed72')] public function testAssertMalformed73(): void { $this->runAssertMalformedCommand( @@ -749,7 +675,6 @@ final class Utf8ImportFieldTest extends SpecTestsuiteBase ); } - #[Depends('testAssertMalformed73')] public function testAssertMalformed74(): void { $this->runAssertMalformedCommand( @@ -759,7 +684,6 @@ final class Utf8ImportFieldTest extends SpecTestsuiteBase ); } - #[Depends('testAssertMalformed74')] public function testAssertMalformed75(): void { $this->runAssertMalformedCommand( @@ -769,7 +693,6 @@ final class Utf8ImportFieldTest extends SpecTestsuiteBase ); } - #[Depends('testAssertMalformed75')] public function testAssertMalformed76(): void { $this->runAssertMalformedCommand( @@ -779,7 +702,6 @@ final class Utf8ImportFieldTest extends SpecTestsuiteBase ); } - #[Depends('testAssertMalformed76')] public function testAssertMalformed77(): void { $this->runAssertMalformedCommand( @@ -789,7 +711,6 @@ final class Utf8ImportFieldTest extends SpecTestsuiteBase ); } - #[Depends('testAssertMalformed77')] public function testAssertMalformed78(): void { $this->runAssertMalformedCommand( @@ -799,7 +720,6 @@ final class Utf8ImportFieldTest extends SpecTestsuiteBase ); } - #[Depends('testAssertMalformed78')] public function testAssertMalformed79(): void { $this->runAssertMalformedCommand( @@ -809,7 +729,6 @@ final class Utf8ImportFieldTest extends SpecTestsuiteBase ); } - #[Depends('testAssertMalformed79')] public function testAssertMalformed80(): void { $this->runAssertMalformedCommand( @@ -819,7 +738,6 @@ final class Utf8ImportFieldTest extends SpecTestsuiteBase ); } - #[Depends('testAssertMalformed80')] public function testAssertMalformed81(): void { $this->runAssertMalformedCommand( @@ -829,7 +747,6 @@ final class Utf8ImportFieldTest extends SpecTestsuiteBase ); } - #[Depends('testAssertMalformed81')] public function testAssertMalformed82(): void { $this->runAssertMalformedCommand( @@ -839,7 +756,6 @@ final class Utf8ImportFieldTest extends SpecTestsuiteBase ); } - #[Depends('testAssertMalformed82')] public function testAssertMalformed83(): void { $this->runAssertMalformedCommand( @@ -849,7 +765,6 @@ final class Utf8ImportFieldTest extends SpecTestsuiteBase ); } - #[Depends('testAssertMalformed83')] public function testAssertMalformed84(): void { $this->runAssertMalformedCommand( @@ -859,7 +774,6 @@ final class Utf8ImportFieldTest extends SpecTestsuiteBase ); } - #[Depends('testAssertMalformed84')] public function testAssertMalformed85(): void { $this->runAssertMalformedCommand( @@ -869,7 +783,6 @@ final class Utf8ImportFieldTest extends SpecTestsuiteBase ); } - #[Depends('testAssertMalformed85')] public function testAssertMalformed86(): void { $this->runAssertMalformedCommand( @@ -879,7 +792,6 @@ final class Utf8ImportFieldTest extends SpecTestsuiteBase ); } - #[Depends('testAssertMalformed86')] public function testAssertMalformed87(): void { $this->runAssertMalformedCommand( @@ -889,7 +801,6 @@ final class Utf8ImportFieldTest extends SpecTestsuiteBase ); } - #[Depends('testAssertMalformed87')] public function testAssertMalformed88(): void { $this->runAssertMalformedCommand( @@ -899,7 +810,6 @@ final class Utf8ImportFieldTest extends SpecTestsuiteBase ); } - #[Depends('testAssertMalformed88')] public function testAssertMalformed89(): void { $this->runAssertMalformedCommand( @@ -909,7 +819,6 @@ final class Utf8ImportFieldTest extends SpecTestsuiteBase ); } - #[Depends('testAssertMalformed89')] public function testAssertMalformed90(): void { $this->runAssertMalformedCommand( @@ -919,7 +828,6 @@ final class Utf8ImportFieldTest extends SpecTestsuiteBase ); } - #[Depends('testAssertMalformed90')] public function testAssertMalformed91(): void { $this->runAssertMalformedCommand( @@ -929,7 +837,6 @@ final class Utf8ImportFieldTest extends SpecTestsuiteBase ); } - #[Depends('testAssertMalformed91')] public function testAssertMalformed92(): void { $this->runAssertMalformedCommand( @@ -939,7 +846,6 @@ final class Utf8ImportFieldTest extends SpecTestsuiteBase ); } - #[Depends('testAssertMalformed92')] public function testAssertMalformed93(): void { $this->runAssertMalformedCommand( @@ -949,7 +855,6 @@ final class Utf8ImportFieldTest extends SpecTestsuiteBase ); } - #[Depends('testAssertMalformed93')] public function testAssertMalformed94(): void { $this->runAssertMalformedCommand( @@ -959,7 +864,6 @@ final class Utf8ImportFieldTest extends SpecTestsuiteBase ); } - #[Depends('testAssertMalformed94')] public function testAssertMalformed95(): void { $this->runAssertMalformedCommand( @@ -969,7 +873,6 @@ final class Utf8ImportFieldTest extends SpecTestsuiteBase ); } - #[Depends('testAssertMalformed95')] public function testAssertMalformed96(): void { $this->runAssertMalformedCommand( @@ -979,7 +882,6 @@ final class Utf8ImportFieldTest extends SpecTestsuiteBase ); } - #[Depends('testAssertMalformed96')] public function testAssertMalformed97(): void { $this->runAssertMalformedCommand( @@ -989,7 +891,6 @@ final class Utf8ImportFieldTest extends SpecTestsuiteBase ); } - #[Depends('testAssertMalformed97')] public function testAssertMalformed98(): void { $this->runAssertMalformedCommand( @@ -999,7 +900,6 @@ final class Utf8ImportFieldTest extends SpecTestsuiteBase ); } - #[Depends('testAssertMalformed98')] public function testAssertMalformed99(): void { $this->runAssertMalformedCommand( @@ -1009,7 +909,6 @@ final class Utf8ImportFieldTest extends SpecTestsuiteBase ); } - #[Depends('testAssertMalformed99')] public function testAssertMalformed100(): void { $this->runAssertMalformedCommand( @@ -1019,7 +918,6 @@ final class Utf8ImportFieldTest extends SpecTestsuiteBase ); } - #[Depends('testAssertMalformed100')] public function testAssertMalformed101(): void { $this->runAssertMalformedCommand( @@ -1029,7 +927,6 @@ final class Utf8ImportFieldTest extends SpecTestsuiteBase ); } - #[Depends('testAssertMalformed101')] public function testAssertMalformed102(): void { $this->runAssertMalformedCommand( @@ -1039,7 +936,6 @@ final class Utf8ImportFieldTest extends SpecTestsuiteBase ); } - #[Depends('testAssertMalformed102')] public function testAssertMalformed103(): void { $this->runAssertMalformedCommand( @@ -1049,7 +945,6 @@ final class Utf8ImportFieldTest extends SpecTestsuiteBase ); } - #[Depends('testAssertMalformed103')] public function testAssertMalformed104(): void { $this->runAssertMalformedCommand( @@ -1059,7 +954,6 @@ final class Utf8ImportFieldTest extends SpecTestsuiteBase ); } - #[Depends('testAssertMalformed104')] public function testAssertMalformed105(): void { $this->runAssertMalformedCommand( @@ -1069,7 +963,6 @@ final class Utf8ImportFieldTest extends SpecTestsuiteBase ); } - #[Depends('testAssertMalformed105')] public function testAssertMalformed106(): void { $this->runAssertMalformedCommand( @@ -1079,7 +972,6 @@ final class Utf8ImportFieldTest extends SpecTestsuiteBase ); } - #[Depends('testAssertMalformed106')] public function testAssertMalformed107(): void { $this->runAssertMalformedCommand( @@ -1089,7 +981,6 @@ final class Utf8ImportFieldTest extends SpecTestsuiteBase ); } - #[Depends('testAssertMalformed107')] public function testAssertMalformed108(): void { $this->runAssertMalformedCommand( @@ -1099,7 +990,6 @@ final class Utf8ImportFieldTest extends SpecTestsuiteBase ); } - #[Depends('testAssertMalformed108')] public function testAssertMalformed109(): void { $this->runAssertMalformedCommand( @@ -1109,7 +999,6 @@ final class Utf8ImportFieldTest extends SpecTestsuiteBase ); } - #[Depends('testAssertMalformed109')] public function testAssertMalformed110(): void { $this->runAssertMalformedCommand( @@ -1119,7 +1008,6 @@ final class Utf8ImportFieldTest extends SpecTestsuiteBase ); } - #[Depends('testAssertMalformed110')] public function testAssertMalformed111(): void { $this->runAssertMalformedCommand( @@ -1129,7 +1017,6 @@ final class Utf8ImportFieldTest extends SpecTestsuiteBase ); } - #[Depends('testAssertMalformed111')] public function testAssertMalformed112(): void { $this->runAssertMalformedCommand( @@ -1139,7 +1026,6 @@ final class Utf8ImportFieldTest extends SpecTestsuiteBase ); } - #[Depends('testAssertMalformed112')] public function testAssertMalformed113(): void { $this->runAssertMalformedCommand( @@ -1149,7 +1035,6 @@ final class Utf8ImportFieldTest extends SpecTestsuiteBase ); } - #[Depends('testAssertMalformed113')] public function testAssertMalformed114(): void { $this->runAssertMalformedCommand( @@ -1159,7 +1044,6 @@ final class Utf8ImportFieldTest extends SpecTestsuiteBase ); } - #[Depends('testAssertMalformed114')] public function testAssertMalformed115(): void { $this->runAssertMalformedCommand( @@ -1169,7 +1053,6 @@ final class Utf8ImportFieldTest extends SpecTestsuiteBase ); } - #[Depends('testAssertMalformed115')] public function testAssertMalformed116(): void { $this->runAssertMalformedCommand( @@ -1179,7 +1062,6 @@ final class Utf8ImportFieldTest extends SpecTestsuiteBase ); } - #[Depends('testAssertMalformed116')] public function testAssertMalformed117(): void { $this->runAssertMalformedCommand( @@ -1189,7 +1071,6 @@ final class Utf8ImportFieldTest extends SpecTestsuiteBase ); } - #[Depends('testAssertMalformed117')] public function testAssertMalformed118(): void { $this->runAssertMalformedCommand( @@ -1199,7 +1080,6 @@ final class Utf8ImportFieldTest extends SpecTestsuiteBase ); } - #[Depends('testAssertMalformed118')] public function testAssertMalformed119(): void { $this->runAssertMalformedCommand( @@ -1209,7 +1089,6 @@ final class Utf8ImportFieldTest extends SpecTestsuiteBase ); } - #[Depends('testAssertMalformed119')] public function testAssertMalformed120(): void { $this->runAssertMalformedCommand( @@ -1219,7 +1098,6 @@ final class Utf8ImportFieldTest extends SpecTestsuiteBase ); } - #[Depends('testAssertMalformed120')] public function testAssertMalformed121(): void { $this->runAssertMalformedCommand( @@ -1229,7 +1107,6 @@ final class Utf8ImportFieldTest extends SpecTestsuiteBase ); } - #[Depends('testAssertMalformed121')] public function testAssertMalformed122(): void { $this->runAssertMalformedCommand( @@ -1239,7 +1116,6 @@ final class Utf8ImportFieldTest extends SpecTestsuiteBase ); } - #[Depends('testAssertMalformed122')] public function testAssertMalformed123(): void { $this->runAssertMalformedCommand( @@ -1249,7 +1125,6 @@ final class Utf8ImportFieldTest extends SpecTestsuiteBase ); } - #[Depends('testAssertMalformed123')] public function testAssertMalformed124(): void { $this->runAssertMalformedCommand( @@ -1259,7 +1134,6 @@ final class Utf8ImportFieldTest extends SpecTestsuiteBase ); } - #[Depends('testAssertMalformed124')] public function testAssertMalformed125(): void { $this->runAssertMalformedCommand( @@ -1269,7 +1143,6 @@ final class Utf8ImportFieldTest extends SpecTestsuiteBase ); } - #[Depends('testAssertMalformed125')] public function testAssertMalformed126(): void { $this->runAssertMalformedCommand( @@ -1279,7 +1152,6 @@ final class Utf8ImportFieldTest extends SpecTestsuiteBase ); } - #[Depends('testAssertMalformed126')] public function testAssertMalformed127(): void { $this->runAssertMalformedCommand( @@ -1289,7 +1161,6 @@ final class Utf8ImportFieldTest extends SpecTestsuiteBase ); } - #[Depends('testAssertMalformed127')] public function testAssertMalformed128(): void { $this->runAssertMalformedCommand( @@ -1299,7 +1170,6 @@ final class Utf8ImportFieldTest extends SpecTestsuiteBase ); } - #[Depends('testAssertMalformed128')] public function testAssertMalformed129(): void { $this->runAssertMalformedCommand( @@ -1309,7 +1179,6 @@ final class Utf8ImportFieldTest extends SpecTestsuiteBase ); } - #[Depends('testAssertMalformed129')] public function testAssertMalformed130(): void { $this->runAssertMalformedCommand( @@ -1319,7 +1188,6 @@ final class Utf8ImportFieldTest extends SpecTestsuiteBase ); } - #[Depends('testAssertMalformed130')] public function testAssertMalformed131(): void { $this->runAssertMalformedCommand( @@ -1329,7 +1197,6 @@ final class Utf8ImportFieldTest extends SpecTestsuiteBase ); } - #[Depends('testAssertMalformed131')] public function testAssertMalformed132(): void { $this->runAssertMalformedCommand( @@ -1339,7 +1206,6 @@ final class Utf8ImportFieldTest extends SpecTestsuiteBase ); } - #[Depends('testAssertMalformed132')] public function testAssertMalformed133(): void { $this->runAssertMalformedCommand( @@ -1349,7 +1215,6 @@ final class Utf8ImportFieldTest extends SpecTestsuiteBase ); } - #[Depends('testAssertMalformed133')] public function testAssertMalformed134(): void { $this->runAssertMalformedCommand( @@ -1359,7 +1224,6 @@ final class Utf8ImportFieldTest extends SpecTestsuiteBase ); } - #[Depends('testAssertMalformed134')] public function testAssertMalformed135(): void { $this->runAssertMalformedCommand( @@ -1369,7 +1233,6 @@ final class Utf8ImportFieldTest extends SpecTestsuiteBase ); } - #[Depends('testAssertMalformed135')] public function testAssertMalformed136(): void { $this->runAssertMalformedCommand( @@ -1379,7 +1242,6 @@ final class Utf8ImportFieldTest extends SpecTestsuiteBase ); } - #[Depends('testAssertMalformed136')] public function testAssertMalformed137(): void { $this->runAssertMalformedCommand( @@ -1389,7 +1251,6 @@ final class Utf8ImportFieldTest extends SpecTestsuiteBase ); } - #[Depends('testAssertMalformed137')] public function testAssertMalformed138(): void { $this->runAssertMalformedCommand( @@ -1399,7 +1260,6 @@ final class Utf8ImportFieldTest extends SpecTestsuiteBase ); } - #[Depends('testAssertMalformed138')] public function testAssertMalformed139(): void { $this->runAssertMalformedCommand( @@ -1409,7 +1269,6 @@ final class Utf8ImportFieldTest extends SpecTestsuiteBase ); } - #[Depends('testAssertMalformed139')] public function testAssertMalformed140(): void { $this->runAssertMalformedCommand( @@ -1419,7 +1278,6 @@ final class Utf8ImportFieldTest extends SpecTestsuiteBase ); } - #[Depends('testAssertMalformed140')] public function testAssertMalformed141(): void { $this->runAssertMalformedCommand( @@ -1429,7 +1287,6 @@ final class Utf8ImportFieldTest extends SpecTestsuiteBase ); } - #[Depends('testAssertMalformed141')] public function testAssertMalformed142(): void { $this->runAssertMalformedCommand( @@ -1439,7 +1296,6 @@ final class Utf8ImportFieldTest extends SpecTestsuiteBase ); } - #[Depends('testAssertMalformed142')] public function testAssertMalformed143(): void { $this->runAssertMalformedCommand( @@ -1449,7 +1305,6 @@ final class Utf8ImportFieldTest extends SpecTestsuiteBase ); } - #[Depends('testAssertMalformed143')] public function testAssertMalformed144(): void { $this->runAssertMalformedCommand( @@ -1459,7 +1314,6 @@ final class Utf8ImportFieldTest extends SpecTestsuiteBase ); } - #[Depends('testAssertMalformed144')] public function testAssertMalformed145(): void { $this->runAssertMalformedCommand( @@ -1469,7 +1323,6 @@ final class Utf8ImportFieldTest extends SpecTestsuiteBase ); } - #[Depends('testAssertMalformed145')] public function testAssertMalformed146(): void { $this->runAssertMalformedCommand( @@ -1479,7 +1332,6 @@ final class Utf8ImportFieldTest extends SpecTestsuiteBase ); } - #[Depends('testAssertMalformed146')] public function testAssertMalformed147(): void { $this->runAssertMalformedCommand( @@ -1489,7 +1341,6 @@ final class Utf8ImportFieldTest extends SpecTestsuiteBase ); } - #[Depends('testAssertMalformed147')] public function testAssertMalformed148(): void { $this->runAssertMalformedCommand( @@ -1499,7 +1350,6 @@ final class Utf8ImportFieldTest extends SpecTestsuiteBase ); } - #[Depends('testAssertMalformed148')] public function testAssertMalformed149(): void { $this->runAssertMalformedCommand( @@ -1509,7 +1359,6 @@ final class Utf8ImportFieldTest extends SpecTestsuiteBase ); } - #[Depends('testAssertMalformed149')] public function testAssertMalformed150(): void { $this->runAssertMalformedCommand( @@ -1519,7 +1368,6 @@ final class Utf8ImportFieldTest extends SpecTestsuiteBase ); } - #[Depends('testAssertMalformed150')] public function testAssertMalformed151(): void { $this->runAssertMalformedCommand( @@ -1529,7 +1377,6 @@ final class Utf8ImportFieldTest extends SpecTestsuiteBase ); } - #[Depends('testAssertMalformed151')] public function testAssertMalformed152(): void { $this->runAssertMalformedCommand( @@ -1539,7 +1386,6 @@ final class Utf8ImportFieldTest extends SpecTestsuiteBase ); } - #[Depends('testAssertMalformed152')] public function testAssertMalformed153(): void { $this->runAssertMalformedCommand( @@ -1549,7 +1395,6 @@ final class Utf8ImportFieldTest extends SpecTestsuiteBase ); } - #[Depends('testAssertMalformed153')] public function testAssertMalformed154(): void { $this->runAssertMalformedCommand( @@ -1559,7 +1404,6 @@ final class Utf8ImportFieldTest extends SpecTestsuiteBase ); } - #[Depends('testAssertMalformed154')] public function testAssertMalformed155(): void { $this->runAssertMalformedCommand( @@ -1569,7 +1413,6 @@ final class Utf8ImportFieldTest extends SpecTestsuiteBase ); } - #[Depends('testAssertMalformed155')] public function testAssertMalformed156(): void { $this->runAssertMalformedCommand( @@ -1579,7 +1422,6 @@ final class Utf8ImportFieldTest extends SpecTestsuiteBase ); } - #[Depends('testAssertMalformed156')] public function testAssertMalformed157(): void { $this->runAssertMalformedCommand( @@ -1589,7 +1431,6 @@ final class Utf8ImportFieldTest extends SpecTestsuiteBase ); } - #[Depends('testAssertMalformed157')] public function testAssertMalformed158(): void { $this->runAssertMalformedCommand( @@ -1599,7 +1440,6 @@ final class Utf8ImportFieldTest extends SpecTestsuiteBase ); } - #[Depends('testAssertMalformed158')] public function testAssertMalformed159(): void { $this->runAssertMalformedCommand( @@ -1609,7 +1449,6 @@ final class Utf8ImportFieldTest extends SpecTestsuiteBase ); } - #[Depends('testAssertMalformed159')] public function testAssertMalformed160(): void { $this->runAssertMalformedCommand( @@ -1619,7 +1458,6 @@ final class Utf8ImportFieldTest extends SpecTestsuiteBase ); } - #[Depends('testAssertMalformed160')] public function testAssertMalformed161(): void { $this->runAssertMalformedCommand( @@ -1629,7 +1467,6 @@ final class Utf8ImportFieldTest extends SpecTestsuiteBase ); } - #[Depends('testAssertMalformed161')] public function testAssertMalformed162(): void { $this->runAssertMalformedCommand( @@ -1639,7 +1476,6 @@ final class Utf8ImportFieldTest extends SpecTestsuiteBase ); } - #[Depends('testAssertMalformed162')] public function testAssertMalformed163(): void { $this->runAssertMalformedCommand( @@ -1649,7 +1485,6 @@ final class Utf8ImportFieldTest extends SpecTestsuiteBase ); } - #[Depends('testAssertMalformed163')] public function testAssertMalformed164(): void { $this->runAssertMalformedCommand( @@ -1659,7 +1494,6 @@ final class Utf8ImportFieldTest extends SpecTestsuiteBase ); } - #[Depends('testAssertMalformed164')] public function testAssertMalformed165(): void { $this->runAssertMalformedCommand( @@ -1669,7 +1503,6 @@ final class Utf8ImportFieldTest extends SpecTestsuiteBase ); } - #[Depends('testAssertMalformed165')] public function testAssertMalformed166(): void { $this->runAssertMalformedCommand( @@ -1679,7 +1512,6 @@ final class Utf8ImportFieldTest extends SpecTestsuiteBase ); } - #[Depends('testAssertMalformed166')] public function testAssertMalformed167(): void { $this->runAssertMalformedCommand( @@ -1689,7 +1521,6 @@ final class Utf8ImportFieldTest extends SpecTestsuiteBase ); } - #[Depends('testAssertMalformed167')] public function testAssertMalformed168(): void { $this->runAssertMalformedCommand( @@ -1699,7 +1530,6 @@ final class Utf8ImportFieldTest extends SpecTestsuiteBase ); } - #[Depends('testAssertMalformed168')] public function testAssertMalformed169(): void { $this->runAssertMalformedCommand( @@ -1709,7 +1539,6 @@ final class Utf8ImportFieldTest extends SpecTestsuiteBase ); } - #[Depends('testAssertMalformed169')] public function testAssertMalformed170(): void { $this->runAssertMalformedCommand( @@ -1719,7 +1548,6 @@ final class Utf8ImportFieldTest extends SpecTestsuiteBase ); } - #[Depends('testAssertMalformed170')] public function testAssertMalformed171(): void { $this->runAssertMalformedCommand( @@ -1729,7 +1557,6 @@ final class Utf8ImportFieldTest extends SpecTestsuiteBase ); } - #[Depends('testAssertMalformed171')] public function testAssertMalformed172(): void { $this->runAssertMalformedCommand( @@ -1739,7 +1566,6 @@ final class Utf8ImportFieldTest extends SpecTestsuiteBase ); } - #[Depends('testAssertMalformed172')] public function testAssertMalformed173(): void { $this->runAssertMalformedCommand( @@ -1749,7 +1575,6 @@ final class Utf8ImportFieldTest extends SpecTestsuiteBase ); } - #[Depends('testAssertMalformed173')] public function testAssertMalformed174(): void { $this->runAssertMalformedCommand( @@ -1759,7 +1584,6 @@ final class Utf8ImportFieldTest extends SpecTestsuiteBase ); } - #[Depends('testAssertMalformed174')] public function testAssertMalformed175(): void { $this->runAssertMalformedCommand( diff --git a/tests/src/SpecTestsuites/Core/Utf8ImportModuleTest.php b/tests/src/SpecTestsuites/Core/Utf8ImportModuleTest.php index a11b4ec..8fd91d6 100644 --- a/tests/src/SpecTestsuites/Core/Utf8ImportModuleTest.php +++ b/tests/src/SpecTestsuites/Core/Utf8ImportModuleTest.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 Utf8ImportModuleTest extends SpecTestsuiteBase @@ -19,7 +18,6 @@ final class Utf8ImportModuleTest extends SpecTestsuiteBase ); } - #[Depends('testAssertMalformed0')] public function testAssertMalformed1(): void { $this->runAssertMalformedCommand( @@ -29,7 +27,6 @@ final class Utf8ImportModuleTest extends SpecTestsuiteBase ); } - #[Depends('testAssertMalformed1')] public function testAssertMalformed2(): void { $this->runAssertMalformedCommand( @@ -39,7 +36,6 @@ final class Utf8ImportModuleTest extends SpecTestsuiteBase ); } - #[Depends('testAssertMalformed2')] public function testAssertMalformed3(): void { $this->runAssertMalformedCommand( @@ -49,7 +45,6 @@ final class Utf8ImportModuleTest extends SpecTestsuiteBase ); } - #[Depends('testAssertMalformed3')] public function testAssertMalformed4(): void { $this->runAssertMalformedCommand( @@ -59,7 +54,6 @@ final class Utf8ImportModuleTest extends SpecTestsuiteBase ); } - #[Depends('testAssertMalformed4')] public function testAssertMalformed5(): void { $this->runAssertMalformedCommand( @@ -69,7 +63,6 @@ final class Utf8ImportModuleTest extends SpecTestsuiteBase ); } - #[Depends('testAssertMalformed5')] public function testAssertMalformed6(): void { $this->runAssertMalformedCommand( @@ -79,7 +72,6 @@ final class Utf8ImportModuleTest extends SpecTestsuiteBase ); } - #[Depends('testAssertMalformed6')] public function testAssertMalformed7(): void { $this->runAssertMalformedCommand( @@ -89,7 +81,6 @@ final class Utf8ImportModuleTest extends SpecTestsuiteBase ); } - #[Depends('testAssertMalformed7')] public function testAssertMalformed8(): void { $this->runAssertMalformedCommand( @@ -99,7 +90,6 @@ final class Utf8ImportModuleTest extends SpecTestsuiteBase ); } - #[Depends('testAssertMalformed8')] public function testAssertMalformed9(): void { $this->runAssertMalformedCommand( @@ -109,7 +99,6 @@ final class Utf8ImportModuleTest extends SpecTestsuiteBase ); } - #[Depends('testAssertMalformed9')] public function testAssertMalformed10(): void { $this->runAssertMalformedCommand( @@ -119,7 +108,6 @@ final class Utf8ImportModuleTest extends SpecTestsuiteBase ); } - #[Depends('testAssertMalformed10')] public function testAssertMalformed11(): void { $this->runAssertMalformedCommand( @@ -129,7 +117,6 @@ final class Utf8ImportModuleTest extends SpecTestsuiteBase ); } - #[Depends('testAssertMalformed11')] public function testAssertMalformed12(): void { $this->runAssertMalformedCommand( @@ -139,7 +126,6 @@ final class Utf8ImportModuleTest extends SpecTestsuiteBase ); } - #[Depends('testAssertMalformed12')] public function testAssertMalformed13(): void { $this->runAssertMalformedCommand( @@ -149,7 +135,6 @@ final class Utf8ImportModuleTest extends SpecTestsuiteBase ); } - #[Depends('testAssertMalformed13')] public function testAssertMalformed14(): void { $this->runAssertMalformedCommand( @@ -159,7 +144,6 @@ final class Utf8ImportModuleTest extends SpecTestsuiteBase ); } - #[Depends('testAssertMalformed14')] public function testAssertMalformed15(): void { $this->runAssertMalformedCommand( @@ -169,7 +153,6 @@ final class Utf8ImportModuleTest extends SpecTestsuiteBase ); } - #[Depends('testAssertMalformed15')] public function testAssertMalformed16(): void { $this->runAssertMalformedCommand( @@ -179,7 +162,6 @@ final class Utf8ImportModuleTest extends SpecTestsuiteBase ); } - #[Depends('testAssertMalformed16')] public function testAssertMalformed17(): void { $this->runAssertMalformedCommand( @@ -189,7 +171,6 @@ final class Utf8ImportModuleTest extends SpecTestsuiteBase ); } - #[Depends('testAssertMalformed17')] public function testAssertMalformed18(): void { $this->runAssertMalformedCommand( @@ -199,7 +180,6 @@ final class Utf8ImportModuleTest extends SpecTestsuiteBase ); } - #[Depends('testAssertMalformed18')] public function testAssertMalformed19(): void { $this->runAssertMalformedCommand( @@ -209,7 +189,6 @@ final class Utf8ImportModuleTest extends SpecTestsuiteBase ); } - #[Depends('testAssertMalformed19')] public function testAssertMalformed20(): void { $this->runAssertMalformedCommand( @@ -219,7 +198,6 @@ final class Utf8ImportModuleTest extends SpecTestsuiteBase ); } - #[Depends('testAssertMalformed20')] public function testAssertMalformed21(): void { $this->runAssertMalformedCommand( @@ -229,7 +207,6 @@ final class Utf8ImportModuleTest extends SpecTestsuiteBase ); } - #[Depends('testAssertMalformed21')] public function testAssertMalformed22(): void { $this->runAssertMalformedCommand( @@ -239,7 +216,6 @@ final class Utf8ImportModuleTest extends SpecTestsuiteBase ); } - #[Depends('testAssertMalformed22')] public function testAssertMalformed23(): void { $this->runAssertMalformedCommand( @@ -249,7 +225,6 @@ final class Utf8ImportModuleTest extends SpecTestsuiteBase ); } - #[Depends('testAssertMalformed23')] public function testAssertMalformed24(): void { $this->runAssertMalformedCommand( @@ -259,7 +234,6 @@ final class Utf8ImportModuleTest extends SpecTestsuiteBase ); } - #[Depends('testAssertMalformed24')] public function testAssertMalformed25(): void { $this->runAssertMalformedCommand( @@ -269,7 +243,6 @@ final class Utf8ImportModuleTest extends SpecTestsuiteBase ); } - #[Depends('testAssertMalformed25')] public function testAssertMalformed26(): void { $this->runAssertMalformedCommand( @@ -279,7 +252,6 @@ final class Utf8ImportModuleTest extends SpecTestsuiteBase ); } - #[Depends('testAssertMalformed26')] public function testAssertMalformed27(): void { $this->runAssertMalformedCommand( @@ -289,7 +261,6 @@ final class Utf8ImportModuleTest extends SpecTestsuiteBase ); } - #[Depends('testAssertMalformed27')] public function testAssertMalformed28(): void { $this->runAssertMalformedCommand( @@ -299,7 +270,6 @@ final class Utf8ImportModuleTest extends SpecTestsuiteBase ); } - #[Depends('testAssertMalformed28')] public function testAssertMalformed29(): void { $this->runAssertMalformedCommand( @@ -309,7 +279,6 @@ final class Utf8ImportModuleTest extends SpecTestsuiteBase ); } - #[Depends('testAssertMalformed29')] public function testAssertMalformed30(): void { $this->runAssertMalformedCommand( @@ -319,7 +288,6 @@ final class Utf8ImportModuleTest extends SpecTestsuiteBase ); } - #[Depends('testAssertMalformed30')] public function testAssertMalformed31(): void { $this->runAssertMalformedCommand( @@ -329,7 +297,6 @@ final class Utf8ImportModuleTest extends SpecTestsuiteBase ); } - #[Depends('testAssertMalformed31')] public function testAssertMalformed32(): void { $this->runAssertMalformedCommand( @@ -339,7 +306,6 @@ final class Utf8ImportModuleTest extends SpecTestsuiteBase ); } - #[Depends('testAssertMalformed32')] public function testAssertMalformed33(): void { $this->runAssertMalformedCommand( @@ -349,7 +315,6 @@ final class Utf8ImportModuleTest extends SpecTestsuiteBase ); } - #[Depends('testAssertMalformed33')] public function testAssertMalformed34(): void { $this->runAssertMalformedCommand( @@ -359,7 +324,6 @@ final class Utf8ImportModuleTest extends SpecTestsuiteBase ); } - #[Depends('testAssertMalformed34')] public function testAssertMalformed35(): void { $this->runAssertMalformedCommand( @@ -369,7 +333,6 @@ final class Utf8ImportModuleTest extends SpecTestsuiteBase ); } - #[Depends('testAssertMalformed35')] public function testAssertMalformed36(): void { $this->runAssertMalformedCommand( @@ -379,7 +342,6 @@ final class Utf8ImportModuleTest extends SpecTestsuiteBase ); } - #[Depends('testAssertMalformed36')] public function testAssertMalformed37(): void { $this->runAssertMalformedCommand( @@ -389,7 +351,6 @@ final class Utf8ImportModuleTest extends SpecTestsuiteBase ); } - #[Depends('testAssertMalformed37')] public function testAssertMalformed38(): void { $this->runAssertMalformedCommand( @@ -399,7 +360,6 @@ final class Utf8ImportModuleTest extends SpecTestsuiteBase ); } - #[Depends('testAssertMalformed38')] public function testAssertMalformed39(): void { $this->runAssertMalformedCommand( @@ -409,7 +369,6 @@ final class Utf8ImportModuleTest extends SpecTestsuiteBase ); } - #[Depends('testAssertMalformed39')] public function testAssertMalformed40(): void { $this->runAssertMalformedCommand( @@ -419,7 +378,6 @@ final class Utf8ImportModuleTest extends SpecTestsuiteBase ); } - #[Depends('testAssertMalformed40')] public function testAssertMalformed41(): void { $this->runAssertMalformedCommand( @@ -429,7 +387,6 @@ final class Utf8ImportModuleTest extends SpecTestsuiteBase ); } - #[Depends('testAssertMalformed41')] public function testAssertMalformed42(): void { $this->runAssertMalformedCommand( @@ -439,7 +396,6 @@ final class Utf8ImportModuleTest extends SpecTestsuiteBase ); } - #[Depends('testAssertMalformed42')] public function testAssertMalformed43(): void { $this->runAssertMalformedCommand( @@ -449,7 +405,6 @@ final class Utf8ImportModuleTest extends SpecTestsuiteBase ); } - #[Depends('testAssertMalformed43')] public function testAssertMalformed44(): void { $this->runAssertMalformedCommand( @@ -459,7 +414,6 @@ final class Utf8ImportModuleTest extends SpecTestsuiteBase ); } - #[Depends('testAssertMalformed44')] public function testAssertMalformed45(): void { $this->runAssertMalformedCommand( @@ -469,7 +423,6 @@ final class Utf8ImportModuleTest extends SpecTestsuiteBase ); } - #[Depends('testAssertMalformed45')] public function testAssertMalformed46(): void { $this->runAssertMalformedCommand( @@ -479,7 +432,6 @@ final class Utf8ImportModuleTest extends SpecTestsuiteBase ); } - #[Depends('testAssertMalformed46')] public function testAssertMalformed47(): void { $this->runAssertMalformedCommand( @@ -489,7 +441,6 @@ final class Utf8ImportModuleTest extends SpecTestsuiteBase ); } - #[Depends('testAssertMalformed47')] public function testAssertMalformed48(): void { $this->runAssertMalformedCommand( @@ -499,7 +450,6 @@ final class Utf8ImportModuleTest extends SpecTestsuiteBase ); } - #[Depends('testAssertMalformed48')] public function testAssertMalformed49(): void { $this->runAssertMalformedCommand( @@ -509,7 +459,6 @@ final class Utf8ImportModuleTest extends SpecTestsuiteBase ); } - #[Depends('testAssertMalformed49')] public function testAssertMalformed50(): void { $this->runAssertMalformedCommand( @@ -519,7 +468,6 @@ final class Utf8ImportModuleTest extends SpecTestsuiteBase ); } - #[Depends('testAssertMalformed50')] public function testAssertMalformed51(): void { $this->runAssertMalformedCommand( @@ -529,7 +477,6 @@ final class Utf8ImportModuleTest extends SpecTestsuiteBase ); } - #[Depends('testAssertMalformed51')] public function testAssertMalformed52(): void { $this->runAssertMalformedCommand( @@ -539,7 +486,6 @@ final class Utf8ImportModuleTest extends SpecTestsuiteBase ); } - #[Depends('testAssertMalformed52')] public function testAssertMalformed53(): void { $this->runAssertMalformedCommand( @@ -549,7 +495,6 @@ final class Utf8ImportModuleTest extends SpecTestsuiteBase ); } - #[Depends('testAssertMalformed53')] public function testAssertMalformed54(): void { $this->runAssertMalformedCommand( @@ -559,7 +504,6 @@ final class Utf8ImportModuleTest extends SpecTestsuiteBase ); } - #[Depends('testAssertMalformed54')] public function testAssertMalformed55(): void { $this->runAssertMalformedCommand( @@ -569,7 +513,6 @@ final class Utf8ImportModuleTest extends SpecTestsuiteBase ); } - #[Depends('testAssertMalformed55')] public function testAssertMalformed56(): void { $this->runAssertMalformedCommand( @@ -579,7 +522,6 @@ final class Utf8ImportModuleTest extends SpecTestsuiteBase ); } - #[Depends('testAssertMalformed56')] public function testAssertMalformed57(): void { $this->runAssertMalformedCommand( @@ -589,7 +531,6 @@ final class Utf8ImportModuleTest extends SpecTestsuiteBase ); } - #[Depends('testAssertMalformed57')] public function testAssertMalformed58(): void { $this->runAssertMalformedCommand( @@ -599,7 +540,6 @@ final class Utf8ImportModuleTest extends SpecTestsuiteBase ); } - #[Depends('testAssertMalformed58')] public function testAssertMalformed59(): void { $this->runAssertMalformedCommand( @@ -609,7 +549,6 @@ final class Utf8ImportModuleTest extends SpecTestsuiteBase ); } - #[Depends('testAssertMalformed59')] public function testAssertMalformed60(): void { $this->runAssertMalformedCommand( @@ -619,7 +558,6 @@ final class Utf8ImportModuleTest extends SpecTestsuiteBase ); } - #[Depends('testAssertMalformed60')] public function testAssertMalformed61(): void { $this->runAssertMalformedCommand( @@ -629,7 +567,6 @@ final class Utf8ImportModuleTest extends SpecTestsuiteBase ); } - #[Depends('testAssertMalformed61')] public function testAssertMalformed62(): void { $this->runAssertMalformedCommand( @@ -639,7 +576,6 @@ final class Utf8ImportModuleTest extends SpecTestsuiteBase ); } - #[Depends('testAssertMalformed62')] public function testAssertMalformed63(): void { $this->runAssertMalformedCommand( @@ -649,7 +585,6 @@ final class Utf8ImportModuleTest extends SpecTestsuiteBase ); } - #[Depends('testAssertMalformed63')] public function testAssertMalformed64(): void { $this->runAssertMalformedCommand( @@ -659,7 +594,6 @@ final class Utf8ImportModuleTest extends SpecTestsuiteBase ); } - #[Depends('testAssertMalformed64')] public function testAssertMalformed65(): void { $this->runAssertMalformedCommand( @@ -669,7 +603,6 @@ final class Utf8ImportModuleTest extends SpecTestsuiteBase ); } - #[Depends('testAssertMalformed65')] public function testAssertMalformed66(): void { $this->runAssertMalformedCommand( @@ -679,7 +612,6 @@ final class Utf8ImportModuleTest extends SpecTestsuiteBase ); } - #[Depends('testAssertMalformed66')] public function testAssertMalformed67(): void { $this->runAssertMalformedCommand( @@ -689,7 +621,6 @@ final class Utf8ImportModuleTest extends SpecTestsuiteBase ); } - #[Depends('testAssertMalformed67')] public function testAssertMalformed68(): void { $this->runAssertMalformedCommand( @@ -699,7 +630,6 @@ final class Utf8ImportModuleTest extends SpecTestsuiteBase ); } - #[Depends('testAssertMalformed68')] public function testAssertMalformed69(): void { $this->runAssertMalformedCommand( @@ -709,7 +639,6 @@ final class Utf8ImportModuleTest extends SpecTestsuiteBase ); } - #[Depends('testAssertMalformed69')] public function testAssertMalformed70(): void { $this->runAssertMalformedCommand( @@ -719,7 +648,6 @@ final class Utf8ImportModuleTest extends SpecTestsuiteBase ); } - #[Depends('testAssertMalformed70')] public function testAssertMalformed71(): void { $this->runAssertMalformedCommand( @@ -729,7 +657,6 @@ final class Utf8ImportModuleTest extends SpecTestsuiteBase ); } - #[Depends('testAssertMalformed71')] public function testAssertMalformed72(): void { $this->runAssertMalformedCommand( @@ -739,7 +666,6 @@ final class Utf8ImportModuleTest extends SpecTestsuiteBase ); } - #[Depends('testAssertMalformed72')] public function testAssertMalformed73(): void { $this->runAssertMalformedCommand( @@ -749,7 +675,6 @@ final class Utf8ImportModuleTest extends SpecTestsuiteBase ); } - #[Depends('testAssertMalformed73')] public function testAssertMalformed74(): void { $this->runAssertMalformedCommand( @@ -759,7 +684,6 @@ final class Utf8ImportModuleTest extends SpecTestsuiteBase ); } - #[Depends('testAssertMalformed74')] public function testAssertMalformed75(): void { $this->runAssertMalformedCommand( @@ -769,7 +693,6 @@ final class Utf8ImportModuleTest extends SpecTestsuiteBase ); } - #[Depends('testAssertMalformed75')] public function testAssertMalformed76(): void { $this->runAssertMalformedCommand( @@ -779,7 +702,6 @@ final class Utf8ImportModuleTest extends SpecTestsuiteBase ); } - #[Depends('testAssertMalformed76')] public function testAssertMalformed77(): void { $this->runAssertMalformedCommand( @@ -789,7 +711,6 @@ final class Utf8ImportModuleTest extends SpecTestsuiteBase ); } - #[Depends('testAssertMalformed77')] public function testAssertMalformed78(): void { $this->runAssertMalformedCommand( @@ -799,7 +720,6 @@ final class Utf8ImportModuleTest extends SpecTestsuiteBase ); } - #[Depends('testAssertMalformed78')] public function testAssertMalformed79(): void { $this->runAssertMalformedCommand( @@ -809,7 +729,6 @@ final class Utf8ImportModuleTest extends SpecTestsuiteBase ); } - #[Depends('testAssertMalformed79')] public function testAssertMalformed80(): void { $this->runAssertMalformedCommand( @@ -819,7 +738,6 @@ final class Utf8ImportModuleTest extends SpecTestsuiteBase ); } - #[Depends('testAssertMalformed80')] public function testAssertMalformed81(): void { $this->runAssertMalformedCommand( @@ -829,7 +747,6 @@ final class Utf8ImportModuleTest extends SpecTestsuiteBase ); } - #[Depends('testAssertMalformed81')] public function testAssertMalformed82(): void { $this->runAssertMalformedCommand( @@ -839,7 +756,6 @@ final class Utf8ImportModuleTest extends SpecTestsuiteBase ); } - #[Depends('testAssertMalformed82')] public function testAssertMalformed83(): void { $this->runAssertMalformedCommand( @@ -849,7 +765,6 @@ final class Utf8ImportModuleTest extends SpecTestsuiteBase ); } - #[Depends('testAssertMalformed83')] public function testAssertMalformed84(): void { $this->runAssertMalformedCommand( @@ -859,7 +774,6 @@ final class Utf8ImportModuleTest extends SpecTestsuiteBase ); } - #[Depends('testAssertMalformed84')] public function testAssertMalformed85(): void { $this->runAssertMalformedCommand( @@ -869,7 +783,6 @@ final class Utf8ImportModuleTest extends SpecTestsuiteBase ); } - #[Depends('testAssertMalformed85')] public function testAssertMalformed86(): void { $this->runAssertMalformedCommand( @@ -879,7 +792,6 @@ final class Utf8ImportModuleTest extends SpecTestsuiteBase ); } - #[Depends('testAssertMalformed86')] public function testAssertMalformed87(): void { $this->runAssertMalformedCommand( @@ -889,7 +801,6 @@ final class Utf8ImportModuleTest extends SpecTestsuiteBase ); } - #[Depends('testAssertMalformed87')] public function testAssertMalformed88(): void { $this->runAssertMalformedCommand( @@ -899,7 +810,6 @@ final class Utf8ImportModuleTest extends SpecTestsuiteBase ); } - #[Depends('testAssertMalformed88')] public function testAssertMalformed89(): void { $this->runAssertMalformedCommand( @@ -909,7 +819,6 @@ final class Utf8ImportModuleTest extends SpecTestsuiteBase ); } - #[Depends('testAssertMalformed89')] public function testAssertMalformed90(): void { $this->runAssertMalformedCommand( @@ -919,7 +828,6 @@ final class Utf8ImportModuleTest extends SpecTestsuiteBase ); } - #[Depends('testAssertMalformed90')] public function testAssertMalformed91(): void { $this->runAssertMalformedCommand( @@ -929,7 +837,6 @@ final class Utf8ImportModuleTest extends SpecTestsuiteBase ); } - #[Depends('testAssertMalformed91')] public function testAssertMalformed92(): void { $this->runAssertMalformedCommand( @@ -939,7 +846,6 @@ final class Utf8ImportModuleTest extends SpecTestsuiteBase ); } - #[Depends('testAssertMalformed92')] public function testAssertMalformed93(): void { $this->runAssertMalformedCommand( @@ -949,7 +855,6 @@ final class Utf8ImportModuleTest extends SpecTestsuiteBase ); } - #[Depends('testAssertMalformed93')] public function testAssertMalformed94(): void { $this->runAssertMalformedCommand( @@ -959,7 +864,6 @@ final class Utf8ImportModuleTest extends SpecTestsuiteBase ); } - #[Depends('testAssertMalformed94')] public function testAssertMalformed95(): void { $this->runAssertMalformedCommand( @@ -969,7 +873,6 @@ final class Utf8ImportModuleTest extends SpecTestsuiteBase ); } - #[Depends('testAssertMalformed95')] public function testAssertMalformed96(): void { $this->runAssertMalformedCommand( @@ -979,7 +882,6 @@ final class Utf8ImportModuleTest extends SpecTestsuiteBase ); } - #[Depends('testAssertMalformed96')] public function testAssertMalformed97(): void { $this->runAssertMalformedCommand( @@ -989,7 +891,6 @@ final class Utf8ImportModuleTest extends SpecTestsuiteBase ); } - #[Depends('testAssertMalformed97')] public function testAssertMalformed98(): void { $this->runAssertMalformedCommand( @@ -999,7 +900,6 @@ final class Utf8ImportModuleTest extends SpecTestsuiteBase ); } - #[Depends('testAssertMalformed98')] public function testAssertMalformed99(): void { $this->runAssertMalformedCommand( @@ -1009,7 +909,6 @@ final class Utf8ImportModuleTest extends SpecTestsuiteBase ); } - #[Depends('testAssertMalformed99')] public function testAssertMalformed100(): void { $this->runAssertMalformedCommand( @@ -1019,7 +918,6 @@ final class Utf8ImportModuleTest extends SpecTestsuiteBase ); } - #[Depends('testAssertMalformed100')] public function testAssertMalformed101(): void { $this->runAssertMalformedCommand( @@ -1029,7 +927,6 @@ final class Utf8ImportModuleTest extends SpecTestsuiteBase ); } - #[Depends('testAssertMalformed101')] public function testAssertMalformed102(): void { $this->runAssertMalformedCommand( @@ -1039,7 +936,6 @@ final class Utf8ImportModuleTest extends SpecTestsuiteBase ); } - #[Depends('testAssertMalformed102')] public function testAssertMalformed103(): void { $this->runAssertMalformedCommand( @@ -1049,7 +945,6 @@ final class Utf8ImportModuleTest extends SpecTestsuiteBase ); } - #[Depends('testAssertMalformed103')] public function testAssertMalformed104(): void { $this->runAssertMalformedCommand( @@ -1059,7 +954,6 @@ final class Utf8ImportModuleTest extends SpecTestsuiteBase ); } - #[Depends('testAssertMalformed104')] public function testAssertMalformed105(): void { $this->runAssertMalformedCommand( @@ -1069,7 +963,6 @@ final class Utf8ImportModuleTest extends SpecTestsuiteBase ); } - #[Depends('testAssertMalformed105')] public function testAssertMalformed106(): void { $this->runAssertMalformedCommand( @@ -1079,7 +972,6 @@ final class Utf8ImportModuleTest extends SpecTestsuiteBase ); } - #[Depends('testAssertMalformed106')] public function testAssertMalformed107(): void { $this->runAssertMalformedCommand( @@ -1089,7 +981,6 @@ final class Utf8ImportModuleTest extends SpecTestsuiteBase ); } - #[Depends('testAssertMalformed107')] public function testAssertMalformed108(): void { $this->runAssertMalformedCommand( @@ -1099,7 +990,6 @@ final class Utf8ImportModuleTest extends SpecTestsuiteBase ); } - #[Depends('testAssertMalformed108')] public function testAssertMalformed109(): void { $this->runAssertMalformedCommand( @@ -1109,7 +999,6 @@ final class Utf8ImportModuleTest extends SpecTestsuiteBase ); } - #[Depends('testAssertMalformed109')] public function testAssertMalformed110(): void { $this->runAssertMalformedCommand( @@ -1119,7 +1008,6 @@ final class Utf8ImportModuleTest extends SpecTestsuiteBase ); } - #[Depends('testAssertMalformed110')] public function testAssertMalformed111(): void { $this->runAssertMalformedCommand( @@ -1129,7 +1017,6 @@ final class Utf8ImportModuleTest extends SpecTestsuiteBase ); } - #[Depends('testAssertMalformed111')] public function testAssertMalformed112(): void { $this->runAssertMalformedCommand( @@ -1139,7 +1026,6 @@ final class Utf8ImportModuleTest extends SpecTestsuiteBase ); } - #[Depends('testAssertMalformed112')] public function testAssertMalformed113(): void { $this->runAssertMalformedCommand( @@ -1149,7 +1035,6 @@ final class Utf8ImportModuleTest extends SpecTestsuiteBase ); } - #[Depends('testAssertMalformed113')] public function testAssertMalformed114(): void { $this->runAssertMalformedCommand( @@ -1159,7 +1044,6 @@ final class Utf8ImportModuleTest extends SpecTestsuiteBase ); } - #[Depends('testAssertMalformed114')] public function testAssertMalformed115(): void { $this->runAssertMalformedCommand( @@ -1169,7 +1053,6 @@ final class Utf8ImportModuleTest extends SpecTestsuiteBase ); } - #[Depends('testAssertMalformed115')] public function testAssertMalformed116(): void { $this->runAssertMalformedCommand( @@ -1179,7 +1062,6 @@ final class Utf8ImportModuleTest extends SpecTestsuiteBase ); } - #[Depends('testAssertMalformed116')] public function testAssertMalformed117(): void { $this->runAssertMalformedCommand( @@ -1189,7 +1071,6 @@ final class Utf8ImportModuleTest extends SpecTestsuiteBase ); } - #[Depends('testAssertMalformed117')] public function testAssertMalformed118(): void { $this->runAssertMalformedCommand( @@ -1199,7 +1080,6 @@ final class Utf8ImportModuleTest extends SpecTestsuiteBase ); } - #[Depends('testAssertMalformed118')] public function testAssertMalformed119(): void { $this->runAssertMalformedCommand( @@ -1209,7 +1089,6 @@ final class Utf8ImportModuleTest extends SpecTestsuiteBase ); } - #[Depends('testAssertMalformed119')] public function testAssertMalformed120(): void { $this->runAssertMalformedCommand( @@ -1219,7 +1098,6 @@ final class Utf8ImportModuleTest extends SpecTestsuiteBase ); } - #[Depends('testAssertMalformed120')] public function testAssertMalformed121(): void { $this->runAssertMalformedCommand( @@ -1229,7 +1107,6 @@ final class Utf8ImportModuleTest extends SpecTestsuiteBase ); } - #[Depends('testAssertMalformed121')] public function testAssertMalformed122(): void { $this->runAssertMalformedCommand( @@ -1239,7 +1116,6 @@ final class Utf8ImportModuleTest extends SpecTestsuiteBase ); } - #[Depends('testAssertMalformed122')] public function testAssertMalformed123(): void { $this->runAssertMalformedCommand( @@ -1249,7 +1125,6 @@ final class Utf8ImportModuleTest extends SpecTestsuiteBase ); } - #[Depends('testAssertMalformed123')] public function testAssertMalformed124(): void { $this->runAssertMalformedCommand( @@ -1259,7 +1134,6 @@ final class Utf8ImportModuleTest extends SpecTestsuiteBase ); } - #[Depends('testAssertMalformed124')] public function testAssertMalformed125(): void { $this->runAssertMalformedCommand( @@ -1269,7 +1143,6 @@ final class Utf8ImportModuleTest extends SpecTestsuiteBase ); } - #[Depends('testAssertMalformed125')] public function testAssertMalformed126(): void { $this->runAssertMalformedCommand( @@ -1279,7 +1152,6 @@ final class Utf8ImportModuleTest extends SpecTestsuiteBase ); } - #[Depends('testAssertMalformed126')] public function testAssertMalformed127(): void { $this->runAssertMalformedCommand( @@ -1289,7 +1161,6 @@ final class Utf8ImportModuleTest extends SpecTestsuiteBase ); } - #[Depends('testAssertMalformed127')] public function testAssertMalformed128(): void { $this->runAssertMalformedCommand( @@ -1299,7 +1170,6 @@ final class Utf8ImportModuleTest extends SpecTestsuiteBase ); } - #[Depends('testAssertMalformed128')] public function testAssertMalformed129(): void { $this->runAssertMalformedCommand( @@ -1309,7 +1179,6 @@ final class Utf8ImportModuleTest extends SpecTestsuiteBase ); } - #[Depends('testAssertMalformed129')] public function testAssertMalformed130(): void { $this->runAssertMalformedCommand( @@ -1319,7 +1188,6 @@ final class Utf8ImportModuleTest extends SpecTestsuiteBase ); } - #[Depends('testAssertMalformed130')] public function testAssertMalformed131(): void { $this->runAssertMalformedCommand( @@ -1329,7 +1197,6 @@ final class Utf8ImportModuleTest extends SpecTestsuiteBase ); } - #[Depends('testAssertMalformed131')] public function testAssertMalformed132(): void { $this->runAssertMalformedCommand( @@ -1339,7 +1206,6 @@ final class Utf8ImportModuleTest extends SpecTestsuiteBase ); } - #[Depends('testAssertMalformed132')] public function testAssertMalformed133(): void { $this->runAssertMalformedCommand( @@ -1349,7 +1215,6 @@ final class Utf8ImportModuleTest extends SpecTestsuiteBase ); } - #[Depends('testAssertMalformed133')] public function testAssertMalformed134(): void { $this->runAssertMalformedCommand( @@ -1359,7 +1224,6 @@ final class Utf8ImportModuleTest extends SpecTestsuiteBase ); } - #[Depends('testAssertMalformed134')] public function testAssertMalformed135(): void { $this->runAssertMalformedCommand( @@ -1369,7 +1233,6 @@ final class Utf8ImportModuleTest extends SpecTestsuiteBase ); } - #[Depends('testAssertMalformed135')] public function testAssertMalformed136(): void { $this->runAssertMalformedCommand( @@ -1379,7 +1242,6 @@ final class Utf8ImportModuleTest extends SpecTestsuiteBase ); } - #[Depends('testAssertMalformed136')] public function testAssertMalformed137(): void { $this->runAssertMalformedCommand( @@ -1389,7 +1251,6 @@ final class Utf8ImportModuleTest extends SpecTestsuiteBase ); } - #[Depends('testAssertMalformed137')] public function testAssertMalformed138(): void { $this->runAssertMalformedCommand( @@ -1399,7 +1260,6 @@ final class Utf8ImportModuleTest extends SpecTestsuiteBase ); } - #[Depends('testAssertMalformed138')] public function testAssertMalformed139(): void { $this->runAssertMalformedCommand( @@ -1409,7 +1269,6 @@ final class Utf8ImportModuleTest extends SpecTestsuiteBase ); } - #[Depends('testAssertMalformed139')] public function testAssertMalformed140(): void { $this->runAssertMalformedCommand( @@ -1419,7 +1278,6 @@ final class Utf8ImportModuleTest extends SpecTestsuiteBase ); } - #[Depends('testAssertMalformed140')] public function testAssertMalformed141(): void { $this->runAssertMalformedCommand( @@ -1429,7 +1287,6 @@ final class Utf8ImportModuleTest extends SpecTestsuiteBase ); } - #[Depends('testAssertMalformed141')] public function testAssertMalformed142(): void { $this->runAssertMalformedCommand( @@ -1439,7 +1296,6 @@ final class Utf8ImportModuleTest extends SpecTestsuiteBase ); } - #[Depends('testAssertMalformed142')] public function testAssertMalformed143(): void { $this->runAssertMalformedCommand( @@ -1449,7 +1305,6 @@ final class Utf8ImportModuleTest extends SpecTestsuiteBase ); } - #[Depends('testAssertMalformed143')] public function testAssertMalformed144(): void { $this->runAssertMalformedCommand( @@ -1459,7 +1314,6 @@ final class Utf8ImportModuleTest extends SpecTestsuiteBase ); } - #[Depends('testAssertMalformed144')] public function testAssertMalformed145(): void { $this->runAssertMalformedCommand( @@ -1469,7 +1323,6 @@ final class Utf8ImportModuleTest extends SpecTestsuiteBase ); } - #[Depends('testAssertMalformed145')] public function testAssertMalformed146(): void { $this->runAssertMalformedCommand( @@ -1479,7 +1332,6 @@ final class Utf8ImportModuleTest extends SpecTestsuiteBase ); } - #[Depends('testAssertMalformed146')] public function testAssertMalformed147(): void { $this->runAssertMalformedCommand( @@ -1489,7 +1341,6 @@ final class Utf8ImportModuleTest extends SpecTestsuiteBase ); } - #[Depends('testAssertMalformed147')] public function testAssertMalformed148(): void { $this->runAssertMalformedCommand( @@ -1499,7 +1350,6 @@ final class Utf8ImportModuleTest extends SpecTestsuiteBase ); } - #[Depends('testAssertMalformed148')] public function testAssertMalformed149(): void { $this->runAssertMalformedCommand( @@ -1509,7 +1359,6 @@ final class Utf8ImportModuleTest extends SpecTestsuiteBase ); } - #[Depends('testAssertMalformed149')] public function testAssertMalformed150(): void { $this->runAssertMalformedCommand( @@ -1519,7 +1368,6 @@ final class Utf8ImportModuleTest extends SpecTestsuiteBase ); } - #[Depends('testAssertMalformed150')] public function testAssertMalformed151(): void { $this->runAssertMalformedCommand( @@ -1529,7 +1377,6 @@ final class Utf8ImportModuleTest extends SpecTestsuiteBase ); } - #[Depends('testAssertMalformed151')] public function testAssertMalformed152(): void { $this->runAssertMalformedCommand( @@ -1539,7 +1386,6 @@ final class Utf8ImportModuleTest extends SpecTestsuiteBase ); } - #[Depends('testAssertMalformed152')] public function testAssertMalformed153(): void { $this->runAssertMalformedCommand( @@ -1549,7 +1395,6 @@ final class Utf8ImportModuleTest extends SpecTestsuiteBase ); } - #[Depends('testAssertMalformed153')] public function testAssertMalformed154(): void { $this->runAssertMalformedCommand( @@ -1559,7 +1404,6 @@ final class Utf8ImportModuleTest extends SpecTestsuiteBase ); } - #[Depends('testAssertMalformed154')] public function testAssertMalformed155(): void { $this->runAssertMalformedCommand( @@ -1569,7 +1413,6 @@ final class Utf8ImportModuleTest extends SpecTestsuiteBase ); } - #[Depends('testAssertMalformed155')] public function testAssertMalformed156(): void { $this->runAssertMalformedCommand( @@ -1579,7 +1422,6 @@ final class Utf8ImportModuleTest extends SpecTestsuiteBase ); } - #[Depends('testAssertMalformed156')] public function testAssertMalformed157(): void { $this->runAssertMalformedCommand( @@ -1589,7 +1431,6 @@ final class Utf8ImportModuleTest extends SpecTestsuiteBase ); } - #[Depends('testAssertMalformed157')] public function testAssertMalformed158(): void { $this->runAssertMalformedCommand( @@ -1599,7 +1440,6 @@ final class Utf8ImportModuleTest extends SpecTestsuiteBase ); } - #[Depends('testAssertMalformed158')] public function testAssertMalformed159(): void { $this->runAssertMalformedCommand( @@ -1609,7 +1449,6 @@ final class Utf8ImportModuleTest extends SpecTestsuiteBase ); } - #[Depends('testAssertMalformed159')] public function testAssertMalformed160(): void { $this->runAssertMalformedCommand( @@ -1619,7 +1458,6 @@ final class Utf8ImportModuleTest extends SpecTestsuiteBase ); } - #[Depends('testAssertMalformed160')] public function testAssertMalformed161(): void { $this->runAssertMalformedCommand( @@ -1629,7 +1467,6 @@ final class Utf8ImportModuleTest extends SpecTestsuiteBase ); } - #[Depends('testAssertMalformed161')] public function testAssertMalformed162(): void { $this->runAssertMalformedCommand( @@ -1639,7 +1476,6 @@ final class Utf8ImportModuleTest extends SpecTestsuiteBase ); } - #[Depends('testAssertMalformed162')] public function testAssertMalformed163(): void { $this->runAssertMalformedCommand( @@ -1649,7 +1485,6 @@ final class Utf8ImportModuleTest extends SpecTestsuiteBase ); } - #[Depends('testAssertMalformed163')] public function testAssertMalformed164(): void { $this->runAssertMalformedCommand( @@ -1659,7 +1494,6 @@ final class Utf8ImportModuleTest extends SpecTestsuiteBase ); } - #[Depends('testAssertMalformed164')] public function testAssertMalformed165(): void { $this->runAssertMalformedCommand( @@ -1669,7 +1503,6 @@ final class Utf8ImportModuleTest extends SpecTestsuiteBase ); } - #[Depends('testAssertMalformed165')] public function testAssertMalformed166(): void { $this->runAssertMalformedCommand( @@ -1679,7 +1512,6 @@ final class Utf8ImportModuleTest extends SpecTestsuiteBase ); } - #[Depends('testAssertMalformed166')] public function testAssertMalformed167(): void { $this->runAssertMalformedCommand( @@ -1689,7 +1521,6 @@ final class Utf8ImportModuleTest extends SpecTestsuiteBase ); } - #[Depends('testAssertMalformed167')] public function testAssertMalformed168(): void { $this->runAssertMalformedCommand( @@ -1699,7 +1530,6 @@ final class Utf8ImportModuleTest extends SpecTestsuiteBase ); } - #[Depends('testAssertMalformed168')] public function testAssertMalformed169(): void { $this->runAssertMalformedCommand( @@ -1709,7 +1539,6 @@ final class Utf8ImportModuleTest extends SpecTestsuiteBase ); } - #[Depends('testAssertMalformed169')] public function testAssertMalformed170(): void { $this->runAssertMalformedCommand( @@ -1719,7 +1548,6 @@ final class Utf8ImportModuleTest extends SpecTestsuiteBase ); } - #[Depends('testAssertMalformed170')] public function testAssertMalformed171(): void { $this->runAssertMalformedCommand( @@ -1729,7 +1557,6 @@ final class Utf8ImportModuleTest extends SpecTestsuiteBase ); } - #[Depends('testAssertMalformed171')] public function testAssertMalformed172(): void { $this->runAssertMalformedCommand( @@ -1739,7 +1566,6 @@ final class Utf8ImportModuleTest extends SpecTestsuiteBase ); } - #[Depends('testAssertMalformed172')] public function testAssertMalformed173(): void { $this->runAssertMalformedCommand( @@ -1749,7 +1575,6 @@ final class Utf8ImportModuleTest extends SpecTestsuiteBase ); } - #[Depends('testAssertMalformed173')] public function testAssertMalformed174(): void { $this->runAssertMalformedCommand( @@ -1759,7 +1584,6 @@ final class Utf8ImportModuleTest extends SpecTestsuiteBase ); } - #[Depends('testAssertMalformed174')] public function testAssertMalformed175(): void { $this->runAssertMalformedCommand( diff --git a/tests/src/SpecTestsuites/Core/Utf8InvalidEncodingTest.php b/tests/src/SpecTestsuites/Core/Utf8InvalidEncodingTest.php index 7c50bf2..d905e42 100644 --- a/tests/src/SpecTestsuites/Core/Utf8InvalidEncodingTest.php +++ b/tests/src/SpecTestsuites/Core/Utf8InvalidEncodingTest.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 Utf8InvalidEncodingTest extends SpecTestsuiteBase @@ -16,1051 +15,876 @@ final class Utf8InvalidEncodingTest extends SpecTestsuiteBase } #[DoesNotPerformAssertions] - #[Depends('testAssertMalformed0')] public function testAssertMalformed1(): void { } #[DoesNotPerformAssertions] - #[Depends('testAssertMalformed1')] public function testAssertMalformed2(): void { } #[DoesNotPerformAssertions] - #[Depends('testAssertMalformed2')] public function testAssertMalformed3(): void { } #[DoesNotPerformAssertions] - #[Depends('testAssertMalformed3')] public function testAssertMalformed4(): void { } #[DoesNotPerformAssertions] - #[Depends('testAssertMalformed4')] public function testAssertMalformed5(): void { } #[DoesNotPerformAssertions] - #[Depends('testAssertMalformed5')] public function testAssertMalformed6(): void { } #[DoesNotPerformAssertions] - #[Depends('testAssertMalformed6')] public function testAssertMalformed7(): void { } #[DoesNotPerformAssertions] - #[Depends('testAssertMalformed7')] public function testAssertMalformed8(): void { } #[DoesNotPerformAssertions] - #[Depends('testAssertMalformed8')] public function testAssertMalformed9(): void { } #[DoesNotPerformAssertions] - #[Depends('testAssertMalformed9')] public function testAssertMalformed10(): void { } #[DoesNotPerformAssertions] - #[Depends('testAssertMalformed10')] public function testAssertMalformed11(): void { } #[DoesNotPerformAssertions] - #[Depends('testAssertMalformed11')] public function testAssertMalformed12(): void { } #[DoesNotPerformAssertions] - #[Depends('testAssertMalformed12')] public function testAssertMalformed13(): void { } #[DoesNotPerformAssertions] - #[Depends('testAssertMalformed13')] public function testAssertMalformed14(): void { } #[DoesNotPerformAssertions] - #[Depends('testAssertMalformed14')] public function testAssertMalformed15(): void { } #[DoesNotPerformAssertions] - #[Depends('testAssertMalformed15')] public function testAssertMalformed16(): void { } #[DoesNotPerformAssertions] - #[Depends('testAssertMalformed16')] public function testAssertMalformed17(): void { } #[DoesNotPerformAssertions] - #[Depends('testAssertMalformed17')] public function testAssertMalformed18(): void { } #[DoesNotPerformAssertions] - #[Depends('testAssertMalformed18')] public function testAssertMalformed19(): void { } #[DoesNotPerformAssertions] - #[Depends('testAssertMalformed19')] public function testAssertMalformed20(): void { } #[DoesNotPerformAssertions] - #[Depends('testAssertMalformed20')] public function testAssertMalformed21(): void { } #[DoesNotPerformAssertions] - #[Depends('testAssertMalformed21')] public function testAssertMalformed22(): void { } #[DoesNotPerformAssertions] - #[Depends('testAssertMalformed22')] public function testAssertMalformed23(): void { } #[DoesNotPerformAssertions] - #[Depends('testAssertMalformed23')] public function testAssertMalformed24(): void { } #[DoesNotPerformAssertions] - #[Depends('testAssertMalformed24')] public function testAssertMalformed25(): void { } #[DoesNotPerformAssertions] - #[Depends('testAssertMalformed25')] public function testAssertMalformed26(): void { } #[DoesNotPerformAssertions] - #[Depends('testAssertMalformed26')] public function testAssertMalformed27(): void { } #[DoesNotPerformAssertions] - #[Depends('testAssertMalformed27')] public function testAssertMalformed28(): void { } #[DoesNotPerformAssertions] - #[Depends('testAssertMalformed28')] public function testAssertMalformed29(): void { } #[DoesNotPerformAssertions] - #[Depends('testAssertMalformed29')] public function testAssertMalformed30(): void { } #[DoesNotPerformAssertions] - #[Depends('testAssertMalformed30')] public function testAssertMalformed31(): void { } #[DoesNotPerformAssertions] - #[Depends('testAssertMalformed31')] public function testAssertMalformed32(): void { } #[DoesNotPerformAssertions] - #[Depends('testAssertMalformed32')] public function testAssertMalformed33(): void { } #[DoesNotPerformAssertions] - #[Depends('testAssertMalformed33')] public function testAssertMalformed34(): void { } #[DoesNotPerformAssertions] - #[Depends('testAssertMalformed34')] public function testAssertMalformed35(): void { } #[DoesNotPerformAssertions] - #[Depends('testAssertMalformed35')] public function testAssertMalformed36(): void { } #[DoesNotPerformAssertions] - #[Depends('testAssertMalformed36')] public function testAssertMalformed37(): void { } #[DoesNotPerformAssertions] - #[Depends('testAssertMalformed37')] public function testAssertMalformed38(): void { } #[DoesNotPerformAssertions] - #[Depends('testAssertMalformed38')] public function testAssertMalformed39(): void { } #[DoesNotPerformAssertions] - #[Depends('testAssertMalformed39')] public function testAssertMalformed40(): void { } #[DoesNotPerformAssertions] - #[Depends('testAssertMalformed40')] public function testAssertMalformed41(): void { } #[DoesNotPerformAssertions] - #[Depends('testAssertMalformed41')] public function testAssertMalformed42(): void { } #[DoesNotPerformAssertions] - #[Depends('testAssertMalformed42')] public function testAssertMalformed43(): void { } #[DoesNotPerformAssertions] - #[Depends('testAssertMalformed43')] public function testAssertMalformed44(): void { } #[DoesNotPerformAssertions] - #[Depends('testAssertMalformed44')] public function testAssertMalformed45(): void { } #[DoesNotPerformAssertions] - #[Depends('testAssertMalformed45')] public function testAssertMalformed46(): void { } #[DoesNotPerformAssertions] - #[Depends('testAssertMalformed46')] public function testAssertMalformed47(): void { } #[DoesNotPerformAssertions] - #[Depends('testAssertMalformed47')] public function testAssertMalformed48(): void { } #[DoesNotPerformAssertions] - #[Depends('testAssertMalformed48')] public function testAssertMalformed49(): void { } #[DoesNotPerformAssertions] - #[Depends('testAssertMalformed49')] public function testAssertMalformed50(): void { } #[DoesNotPerformAssertions] - #[Depends('testAssertMalformed50')] public function testAssertMalformed51(): void { } #[DoesNotPerformAssertions] - #[Depends('testAssertMalformed51')] public function testAssertMalformed52(): void { } #[DoesNotPerformAssertions] - #[Depends('testAssertMalformed52')] public function testAssertMalformed53(): void { } #[DoesNotPerformAssertions] - #[Depends('testAssertMalformed53')] public function testAssertMalformed54(): void { } #[DoesNotPerformAssertions] - #[Depends('testAssertMalformed54')] public function testAssertMalformed55(): void { } #[DoesNotPerformAssertions] - #[Depends('testAssertMalformed55')] public function testAssertMalformed56(): void { } #[DoesNotPerformAssertions] - #[Depends('testAssertMalformed56')] public function testAssertMalformed57(): void { } #[DoesNotPerformAssertions] - #[Depends('testAssertMalformed57')] public function testAssertMalformed58(): void { } #[DoesNotPerformAssertions] - #[Depends('testAssertMalformed58')] public function testAssertMalformed59(): void { } #[DoesNotPerformAssertions] - #[Depends('testAssertMalformed59')] public function testAssertMalformed60(): void { } #[DoesNotPerformAssertions] - #[Depends('testAssertMalformed60')] public function testAssertMalformed61(): void { } #[DoesNotPerformAssertions] - #[Depends('testAssertMalformed61')] public function testAssertMalformed62(): void { } #[DoesNotPerformAssertions] - #[Depends('testAssertMalformed62')] public function testAssertMalformed63(): void { } #[DoesNotPerformAssertions] - #[Depends('testAssertMalformed63')] public function testAssertMalformed64(): void { } #[DoesNotPerformAssertions] - #[Depends('testAssertMalformed64')] public function testAssertMalformed65(): void { } #[DoesNotPerformAssertions] - #[Depends('testAssertMalformed65')] public function testAssertMalformed66(): void { } #[DoesNotPerformAssertions] - #[Depends('testAssertMalformed66')] public function testAssertMalformed67(): void { } #[DoesNotPerformAssertions] - #[Depends('testAssertMalformed67')] public function testAssertMalformed68(): void { } #[DoesNotPerformAssertions] - #[Depends('testAssertMalformed68')] public function testAssertMalformed69(): void { } #[DoesNotPerformAssertions] - #[Depends('testAssertMalformed69')] public function testAssertMalformed70(): void { } #[DoesNotPerformAssertions] - #[Depends('testAssertMalformed70')] public function testAssertMalformed71(): void { } #[DoesNotPerformAssertions] - #[Depends('testAssertMalformed71')] public function testAssertMalformed72(): void { } #[DoesNotPerformAssertions] - #[Depends('testAssertMalformed72')] public function testAssertMalformed73(): void { } #[DoesNotPerformAssertions] - #[Depends('testAssertMalformed73')] public function testAssertMalformed74(): void { } #[DoesNotPerformAssertions] - #[Depends('testAssertMalformed74')] public function testAssertMalformed75(): void { } #[DoesNotPerformAssertions] - #[Depends('testAssertMalformed75')] public function testAssertMalformed76(): void { } #[DoesNotPerformAssertions] - #[Depends('testAssertMalformed76')] public function testAssertMalformed77(): void { } #[DoesNotPerformAssertions] - #[Depends('testAssertMalformed77')] public function testAssertMalformed78(): void { } #[DoesNotPerformAssertions] - #[Depends('testAssertMalformed78')] public function testAssertMalformed79(): void { } #[DoesNotPerformAssertions] - #[Depends('testAssertMalformed79')] public function testAssertMalformed80(): void { } #[DoesNotPerformAssertions] - #[Depends('testAssertMalformed80')] public function testAssertMalformed81(): void { } #[DoesNotPerformAssertions] - #[Depends('testAssertMalformed81')] public function testAssertMalformed82(): void { } #[DoesNotPerformAssertions] - #[Depends('testAssertMalformed82')] public function testAssertMalformed83(): void { } #[DoesNotPerformAssertions] - #[Depends('testAssertMalformed83')] public function testAssertMalformed84(): void { } #[DoesNotPerformAssertions] - #[Depends('testAssertMalformed84')] public function testAssertMalformed85(): void { } #[DoesNotPerformAssertions] - #[Depends('testAssertMalformed85')] public function testAssertMalformed86(): void { } #[DoesNotPerformAssertions] - #[Depends('testAssertMalformed86')] public function testAssertMalformed87(): void { } #[DoesNotPerformAssertions] - #[Depends('testAssertMalformed87')] public function testAssertMalformed88(): void { } #[DoesNotPerformAssertions] - #[Depends('testAssertMalformed88')] public function testAssertMalformed89(): void { } #[DoesNotPerformAssertions] - #[Depends('testAssertMalformed89')] public function testAssertMalformed90(): void { } #[DoesNotPerformAssertions] - #[Depends('testAssertMalformed90')] public function testAssertMalformed91(): void { } #[DoesNotPerformAssertions] - #[Depends('testAssertMalformed91')] public function testAssertMalformed92(): void { } #[DoesNotPerformAssertions] - #[Depends('testAssertMalformed92')] public function testAssertMalformed93(): void { } #[DoesNotPerformAssertions] - #[Depends('testAssertMalformed93')] public function testAssertMalformed94(): void { } #[DoesNotPerformAssertions] - #[Depends('testAssertMalformed94')] public function testAssertMalformed95(): void { } #[DoesNotPerformAssertions] - #[Depends('testAssertMalformed95')] public function testAssertMalformed96(): void { } #[DoesNotPerformAssertions] - #[Depends('testAssertMalformed96')] public function testAssertMalformed97(): void { } #[DoesNotPerformAssertions] - #[Depends('testAssertMalformed97')] public function testAssertMalformed98(): void { } #[DoesNotPerformAssertions] - #[Depends('testAssertMalformed98')] public function testAssertMalformed99(): void { } #[DoesNotPerformAssertions] - #[Depends('testAssertMalformed99')] public function testAssertMalformed100(): void { } #[DoesNotPerformAssertions] - #[Depends('testAssertMalformed100')] public function testAssertMalformed101(): void { } #[DoesNotPerformAssertions] - #[Depends('testAssertMalformed101')] public function testAssertMalformed102(): void { } #[DoesNotPerformAssertions] - #[Depends('testAssertMalformed102')] public function testAssertMalformed103(): void { } #[DoesNotPerformAssertions] - #[Depends('testAssertMalformed103')] public function testAssertMalformed104(): void { } #[DoesNotPerformAssertions] - #[Depends('testAssertMalformed104')] public function testAssertMalformed105(): void { } #[DoesNotPerformAssertions] - #[Depends('testAssertMalformed105')] public function testAssertMalformed106(): void { } #[DoesNotPerformAssertions] - #[Depends('testAssertMalformed106')] public function testAssertMalformed107(): void { } #[DoesNotPerformAssertions] - #[Depends('testAssertMalformed107')] public function testAssertMalformed108(): void { } #[DoesNotPerformAssertions] - #[Depends('testAssertMalformed108')] public function testAssertMalformed109(): void { } #[DoesNotPerformAssertions] - #[Depends('testAssertMalformed109')] public function testAssertMalformed110(): void { } #[DoesNotPerformAssertions] - #[Depends('testAssertMalformed110')] public function testAssertMalformed111(): void { } #[DoesNotPerformAssertions] - #[Depends('testAssertMalformed111')] public function testAssertMalformed112(): void { } #[DoesNotPerformAssertions] - #[Depends('testAssertMalformed112')] public function testAssertMalformed113(): void { } #[DoesNotPerformAssertions] - #[Depends('testAssertMalformed113')] public function testAssertMalformed114(): void { } #[DoesNotPerformAssertions] - #[Depends('testAssertMalformed114')] public function testAssertMalformed115(): void { } #[DoesNotPerformAssertions] - #[Depends('testAssertMalformed115')] public function testAssertMalformed116(): void { } #[DoesNotPerformAssertions] - #[Depends('testAssertMalformed116')] public function testAssertMalformed117(): void { } #[DoesNotPerformAssertions] - #[Depends('testAssertMalformed117')] public function testAssertMalformed118(): void { } #[DoesNotPerformAssertions] - #[Depends('testAssertMalformed118')] public function testAssertMalformed119(): void { } #[DoesNotPerformAssertions] - #[Depends('testAssertMalformed119')] public function testAssertMalformed120(): void { } #[DoesNotPerformAssertions] - #[Depends('testAssertMalformed120')] public function testAssertMalformed121(): void { } #[DoesNotPerformAssertions] - #[Depends('testAssertMalformed121')] public function testAssertMalformed122(): void { } #[DoesNotPerformAssertions] - #[Depends('testAssertMalformed122')] public function testAssertMalformed123(): void { } #[DoesNotPerformAssertions] - #[Depends('testAssertMalformed123')] public function testAssertMalformed124(): void { } #[DoesNotPerformAssertions] - #[Depends('testAssertMalformed124')] public function testAssertMalformed125(): void { } #[DoesNotPerformAssertions] - #[Depends('testAssertMalformed125')] public function testAssertMalformed126(): void { } #[DoesNotPerformAssertions] - #[Depends('testAssertMalformed126')] public function testAssertMalformed127(): void { } #[DoesNotPerformAssertions] - #[Depends('testAssertMalformed127')] public function testAssertMalformed128(): void { } #[DoesNotPerformAssertions] - #[Depends('testAssertMalformed128')] public function testAssertMalformed129(): void { } #[DoesNotPerformAssertions] - #[Depends('testAssertMalformed129')] public function testAssertMalformed130(): void { } #[DoesNotPerformAssertions] - #[Depends('testAssertMalformed130')] public function testAssertMalformed131(): void { } #[DoesNotPerformAssertions] - #[Depends('testAssertMalformed131')] public function testAssertMalformed132(): void { } #[DoesNotPerformAssertions] - #[Depends('testAssertMalformed132')] public function testAssertMalformed133(): void { } #[DoesNotPerformAssertions] - #[Depends('testAssertMalformed133')] public function testAssertMalformed134(): void { } #[DoesNotPerformAssertions] - #[Depends('testAssertMalformed134')] public function testAssertMalformed135(): void { } #[DoesNotPerformAssertions] - #[Depends('testAssertMalformed135')] public function testAssertMalformed136(): void { } #[DoesNotPerformAssertions] - #[Depends('testAssertMalformed136')] public function testAssertMalformed137(): void { } #[DoesNotPerformAssertions] - #[Depends('testAssertMalformed137')] public function testAssertMalformed138(): void { } #[DoesNotPerformAssertions] - #[Depends('testAssertMalformed138')] public function testAssertMalformed139(): void { } #[DoesNotPerformAssertions] - #[Depends('testAssertMalformed139')] public function testAssertMalformed140(): void { } #[DoesNotPerformAssertions] - #[Depends('testAssertMalformed140')] public function testAssertMalformed141(): void { } #[DoesNotPerformAssertions] - #[Depends('testAssertMalformed141')] public function testAssertMalformed142(): void { } #[DoesNotPerformAssertions] - #[Depends('testAssertMalformed142')] public function testAssertMalformed143(): void { } #[DoesNotPerformAssertions] - #[Depends('testAssertMalformed143')] public function testAssertMalformed144(): void { } #[DoesNotPerformAssertions] - #[Depends('testAssertMalformed144')] public function testAssertMalformed145(): void { } #[DoesNotPerformAssertions] - #[Depends('testAssertMalformed145')] public function testAssertMalformed146(): void { } #[DoesNotPerformAssertions] - #[Depends('testAssertMalformed146')] public function testAssertMalformed147(): void { } #[DoesNotPerformAssertions] - #[Depends('testAssertMalformed147')] public function testAssertMalformed148(): void { } #[DoesNotPerformAssertions] - #[Depends('testAssertMalformed148')] public function testAssertMalformed149(): void { } #[DoesNotPerformAssertions] - #[Depends('testAssertMalformed149')] public function testAssertMalformed150(): void { } #[DoesNotPerformAssertions] - #[Depends('testAssertMalformed150')] public function testAssertMalformed151(): void { } #[DoesNotPerformAssertions] - #[Depends('testAssertMalformed151')] public function testAssertMalformed152(): void { } #[DoesNotPerformAssertions] - #[Depends('testAssertMalformed152')] public function testAssertMalformed153(): void { } #[DoesNotPerformAssertions] - #[Depends('testAssertMalformed153')] public function testAssertMalformed154(): void { } #[DoesNotPerformAssertions] - #[Depends('testAssertMalformed154')] public function testAssertMalformed155(): void { } #[DoesNotPerformAssertions] - #[Depends('testAssertMalformed155')] public function testAssertMalformed156(): void { } #[DoesNotPerformAssertions] - #[Depends('testAssertMalformed156')] public function testAssertMalformed157(): void { } #[DoesNotPerformAssertions] - #[Depends('testAssertMalformed157')] public function testAssertMalformed158(): void { } #[DoesNotPerformAssertions] - #[Depends('testAssertMalformed158')] public function testAssertMalformed159(): void { } #[DoesNotPerformAssertions] - #[Depends('testAssertMalformed159')] public function testAssertMalformed160(): void { } #[DoesNotPerformAssertions] - #[Depends('testAssertMalformed160')] public function testAssertMalformed161(): void { } #[DoesNotPerformAssertions] - #[Depends('testAssertMalformed161')] public function testAssertMalformed162(): void { } #[DoesNotPerformAssertions] - #[Depends('testAssertMalformed162')] public function testAssertMalformed163(): void { } #[DoesNotPerformAssertions] - #[Depends('testAssertMalformed163')] public function testAssertMalformed164(): void { } #[DoesNotPerformAssertions] - #[Depends('testAssertMalformed164')] public function testAssertMalformed165(): void { } #[DoesNotPerformAssertions] - #[Depends('testAssertMalformed165')] public function testAssertMalformed166(): void { } #[DoesNotPerformAssertions] - #[Depends('testAssertMalformed166')] public function testAssertMalformed167(): void { } #[DoesNotPerformAssertions] - #[Depends('testAssertMalformed167')] public function testAssertMalformed168(): void { } #[DoesNotPerformAssertions] - #[Depends('testAssertMalformed168')] public function testAssertMalformed169(): void { } #[DoesNotPerformAssertions] - #[Depends('testAssertMalformed169')] public function testAssertMalformed170(): void { } #[DoesNotPerformAssertions] - #[Depends('testAssertMalformed170')] public function testAssertMalformed171(): void { } #[DoesNotPerformAssertions] - #[Depends('testAssertMalformed171')] public function testAssertMalformed172(): void { } #[DoesNotPerformAssertions] - #[Depends('testAssertMalformed172')] public function testAssertMalformed173(): void { } #[DoesNotPerformAssertions] - #[Depends('testAssertMalformed173')] public function testAssertMalformed174(): void { } #[DoesNotPerformAssertions] - #[Depends('testAssertMalformed174')] public function testAssertMalformed175(): void { } -- cgit v1.2.3-70-g09d2