aboutsummaryrefslogtreecommitdiffhomepage
path: root/tests/src/SpecTestsuites/Core/TableGetTest.php
diff options
context:
space:
mode:
Diffstat (limited to 'tests/src/SpecTestsuites/Core/TableGetTest.php')
-rw-r--r--tests/src/SpecTestsuites/Core/TableGetTest.php2
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/src/SpecTestsuites/Core/TableGetTest.php b/tests/src/SpecTestsuites/Core/TableGetTest.php
index 05b2522..9e31f5e 100644
--- a/tests/src/SpecTestsuites/Core/TableGetTest.php
+++ b/tests/src/SpecTestsuites/Core/TableGetTest.php
@@ -6,6 +6,7 @@ namespace Nsfisis\Waddiwasi\Tests\SpecTestsuites\Core;
use Nsfisis\Waddiwasi\Tests\SpecTestsuites\SpecTestsuiteBase;
use PHPUnit\Framework\Attributes\Depends;
+use PHPUnit\Framework\Attributes\DoesNotPerformAssertions;
final class TableGetTest extends SpecTestsuiteBase
{
@@ -22,6 +23,7 @@ final class TableGetTest extends SpecTestsuiteBase
public function testAction1(): void
{
$this->runActionCommand(
+ module: null,
action: ['type' => 'invoke', 'field' => 'init', 'args' => [['type' => 'externref', 'value' => '1']]],
line: 24,
);