diff options
| author | nsfisis <nsfisis@gmail.com> | 2024-07-11 20:02:34 +0900 |
|---|---|---|
| committer | nsfisis <nsfisis@gmail.com> | 2024-07-11 20:02:34 +0900 |
| commit | d1c268b76f65e69ea708096d5023c4d731cff594 (patch) | |
| tree | e48836287272388df613a370fda7a46598c517f8 /tests/src/SpecTestsuites/Core/StartTest.php | |
| parent | e4324d3d1d3bf3568d4e2f3b80c9cc324d324f83 (diff) | |
| download | php-waddiwasi-d1c268b76f65e69ea708096d5023c4d731cff594.tar.gz php-waddiwasi-d1c268b76f65e69ea708096d5023c4d731cff594.tar.zst php-waddiwasi-d1c268b76f65e69ea708096d5023c4d731cff594.zip | |
fix: various spectests
Diffstat (limited to 'tests/src/SpecTestsuites/Core/StartTest.php')
| -rw-r--r-- | tests/src/SpecTestsuites/Core/StartTest.php | 10 |
1 files changed, 0 insertions, 10 deletions
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, |
