aboutsummaryrefslogtreecommitdiffhomepage
path: root/tests/src/SpecTestsuites/Core/FuncPtrsTest.php
diff options
context:
space:
mode:
Diffstat (limited to 'tests/src/SpecTestsuites/Core/FuncPtrsTest.php')
-rw-r--r--tests/src/SpecTestsuites/Core/FuncPtrsTest.php2
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/src/SpecTestsuites/Core/FuncPtrsTest.php b/tests/src/SpecTestsuites/Core/FuncPtrsTest.php
index 25f51f3..9cffa27 100644
--- a/tests/src/SpecTestsuites/Core/FuncPtrsTest.php
+++ b/tests/src/SpecTestsuites/Core/FuncPtrsTest.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 FuncPtrsTest extends SpecTestsuiteBase
{
@@ -55,6 +56,7 @@ final class FuncPtrsTest extends SpecTestsuiteBase
public function testAction4(): void
{
$this->runActionCommand(
+ module: null,
action: ['type' => 'invoke', 'field' => 'four', 'args' => [['type' => 'i32', 'value' => '83']]],
line: 30,
);