runAssertInvalidCommand( filename: 'table-sub.0.wasm', text: 'type mismatch', line: 2, ); } #[Depends('testAssertInvalid0')] public function testAssertInvalid1(): void { $this->runAssertInvalidCommand( filename: 'table-sub.1.wasm', text: 'type mismatch', line: 13, ); } }