aboutsummaryrefslogtreecommitdiffhomepage
path: root/tests/src/SpecTestsuites/Core/RefFuncTest.php
diff options
context:
space:
mode:
Diffstat (limited to 'tests/src/SpecTestsuites/Core/RefFuncTest.php')
-rw-r--r--tests/src/SpecTestsuites/Core/RefFuncTest.php3
1 files changed, 3 insertions, 0 deletions
diff --git a/tests/src/SpecTestsuites/Core/RefFuncTest.php b/tests/src/SpecTestsuites/Core/RefFuncTest.php
index f68f2a0..f73512c 100644
--- a/tests/src/SpecTestsuites/Core/RefFuncTest.php
+++ b/tests/src/SpecTestsuites/Core/RefFuncTest.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 RefFuncTest extends SpecTestsuiteBase
{
@@ -108,6 +109,7 @@ final class RefFuncTest extends SpecTestsuiteBase
public function testAction9(): void
{
$this->runActionCommand(
+ module: null,
action: ['type' => 'invoke', 'field' => 'set-g', 'args' => []],
line: 63,
);
@@ -128,6 +130,7 @@ final class RefFuncTest extends SpecTestsuiteBase
public function testAction11(): void
{
$this->runActionCommand(
+ module: null,
action: ['type' => 'invoke', 'field' => 'set-f', 'args' => []],
line: 65,
);