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/RefNullTest.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/RefNullTest.php')
| -rw-r--r-- | tests/src/SpecTestsuites/Core/RefNullTest.php | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/tests/src/SpecTestsuites/Core/RefNullTest.php b/tests/src/SpecTestsuites/Core/RefNullTest.php index dba16b4..48328f9 100644 --- a/tests/src/SpecTestsuites/Core/RefNullTest.php +++ b/tests/src/SpecTestsuites/Core/RefNullTest.php @@ -23,7 +23,6 @@ final class RefNullTest extends SpecTestsuiteBase public function testAssertReturn1(): void { $this->runAssertReturnCommand( - module: null, action: ['type' => 'invoke', 'field' => 'externref', 'args' => []], expected: [['type' => 'externref', 'value' => 'null']], line: 9, @@ -34,7 +33,6 @@ final class RefNullTest extends SpecTestsuiteBase public function testAssertReturn2(): void { $this->runAssertReturnCommand( - module: null, action: ['type' => 'invoke', 'field' => 'funcref', 'args' => []], expected: [['type' => 'funcref', 'value' => 'null']], line: 10, |
