aboutsummaryrefslogtreecommitdiffhomepage
path: root/tests/src/SpecTestsuites/Core/RefNullTest.php
diff options
context:
space:
mode:
Diffstat (limited to 'tests/src/SpecTestsuites/Core/RefNullTest.php')
-rw-r--r--tests/src/SpecTestsuites/Core/RefNullTest.php2
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,