runModuleCommand( filename: 'table.0.wasm', name: null, line: 3, ); } public function testModule1(): void { $this->runModuleCommand( filename: 'table.1.wasm', name: null, line: 4, ); } public function testModule2(): void { $this->runModuleCommand( filename: 'table.2.wasm', name: null, line: 5, ); } public function testModule3(): void { $this->runModuleCommand( filename: 'table.3.wasm', name: null, line: 6, ); } public function testModule4(): void { $this->runModuleCommand( filename: 'table.4.wasm', name: null, line: 7, ); } public function testModule5(): void { $this->runModuleCommand( filename: 'table.5.wasm', name: null, line: 8, ); } public function testModule6(): void { $this->runModuleCommand( filename: 'table.6.wasm', name: null, line: 9, ); } public function testModule7(): void { $this->runModuleCommand( filename: 'table.7.wasm', name: null, line: 11, ); } public function testModule8(): void { $this->runModuleCommand( filename: 'table.8.wasm', name: null, line: 12, ); } public function testAssertInvalid9(): void { $this->runAssertInvalidCommand( filename: 'table.9.wasm', text: 'unknown table', line: 14, ); } public function testAssertInvalid10(): void { $this->runAssertInvalidCommand( filename: 'table.10.wasm', text: 'unknown table', line: 15, ); } public function testAssertInvalid11(): void { $this->runAssertInvalidCommand( filename: 'table.11.wasm', text: 'size minimum must not be greater than maximum', line: 19, ); } public function testAssertInvalid12(): void { $this->runAssertInvalidCommand( filename: 'table.12.wasm', text: 'size minimum must not be greater than maximum', line: 23, ); } #[DoesNotPerformAssertions] public function testAssertMalformed13(): void { } #[DoesNotPerformAssertions] public function testAssertMalformed14(): void { } #[DoesNotPerformAssertions] public function testAssertMalformed15(): void { } #[DoesNotPerformAssertions] public function testAssertMalformed16(): void { } #[DoesNotPerformAssertions] public function testAssertMalformed17(): void { } #[DoesNotPerformAssertions] public function testAssertMalformed18(): void { } }