From d1c268b76f65e69ea708096d5023c4d731cff594 Mon Sep 17 00:00:00 2001 From: nsfisis Date: Thu, 11 Jul 2024 20:02:34 +0900 Subject: fix: various spectests --- tests/src/SpecTestsuites/Core/StartTest.php | 10 ---------- 1 file changed, 10 deletions(-) (limited to 'tests/src/SpecTestsuites/Core/StartTest.php') diff --git a/tests/src/SpecTestsuites/Core/StartTest.php b/tests/src/SpecTestsuites/Core/StartTest.php index 96022d4..3e16c27 100644 --- a/tests/src/SpecTestsuites/Core/StartTest.php +++ b/tests/src/SpecTestsuites/Core/StartTest.php @@ -53,7 +53,6 @@ final class StartTest extends SpecTestsuiteBase public function testAssertReturn4(): void { $this->runAssertReturnCommand( - module: null, action: ['type' => 'invoke', 'field' => 'get', 'args' => []], expected: [['type' => 'i32', 'value' => '68']], line: 45, @@ -64,7 +63,6 @@ final class StartTest extends SpecTestsuiteBase public function testAction5(): void { $this->runActionCommand( - module: null, action: ['type' => 'invoke', 'field' => 'inc', 'args' => []], line: 46, ); @@ -74,7 +72,6 @@ final class StartTest extends SpecTestsuiteBase public function testAssertReturn6(): void { $this->runAssertReturnCommand( - module: null, action: ['type' => 'invoke', 'field' => 'get', 'args' => []], expected: [['type' => 'i32', 'value' => '69']], line: 47, @@ -85,7 +82,6 @@ final class StartTest extends SpecTestsuiteBase public function testAction7(): void { $this->runActionCommand( - module: null, action: ['type' => 'invoke', 'field' => 'inc', 'args' => []], line: 48, ); @@ -95,7 +91,6 @@ final class StartTest extends SpecTestsuiteBase public function testAssertReturn8(): void { $this->runAssertReturnCommand( - module: null, action: ['type' => 'invoke', 'field' => 'get', 'args' => []], expected: [['type' => 'i32', 'value' => '70']], line: 49, @@ -116,7 +111,6 @@ final class StartTest extends SpecTestsuiteBase public function testAssertReturn10(): void { $this->runAssertReturnCommand( - module: null, action: ['type' => 'invoke', 'field' => 'get', 'args' => []], expected: [['type' => 'i32', 'value' => '68']], line: 74, @@ -127,7 +121,6 @@ final class StartTest extends SpecTestsuiteBase public function testAction11(): void { $this->runActionCommand( - module: null, action: ['type' => 'invoke', 'field' => 'inc', 'args' => []], line: 75, ); @@ -137,7 +130,6 @@ final class StartTest extends SpecTestsuiteBase public function testAssertReturn12(): void { $this->runAssertReturnCommand( - module: null, action: ['type' => 'invoke', 'field' => 'get', 'args' => []], expected: [['type' => 'i32', 'value' => '69']], line: 76, @@ -148,7 +140,6 @@ final class StartTest extends SpecTestsuiteBase public function testAction13(): void { $this->runActionCommand( - module: null, action: ['type' => 'invoke', 'field' => 'inc', 'args' => []], line: 77, ); @@ -158,7 +149,6 @@ final class StartTest extends SpecTestsuiteBase public function testAssertReturn14(): void { $this->runAssertReturnCommand( - module: null, action: ['type' => 'invoke', 'field' => 'get', 'args' => []], expected: [['type' => 'i32', 'value' => '70']], line: 78, -- cgit v1.2.3-70-g09d2