aboutsummaryrefslogtreecommitdiffhomepage
path: root/tests/src/SpecTestsuites/Core/CallTest.php
diff options
context:
space:
mode:
Diffstat (limited to 'tests/src/SpecTestsuites/Core/CallTest.php')
-rw-r--r--tests/src/SpecTestsuites/Core/CallTest.php2
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/src/SpecTestsuites/Core/CallTest.php b/tests/src/SpecTestsuites/Core/CallTest.php
index e60f8bc..c245572 100644
--- a/tests/src/SpecTestsuites/Core/CallTest.php
+++ b/tests/src/SpecTestsuites/Core/CallTest.php
@@ -474,6 +474,7 @@ final class CallTest extends SpecTestsuiteBase
public function testAssertExhaustion42(): void
{
$this->runAssertExhaustionCommand(
+ module: null,
action: ['type' => 'invoke', 'field' => 'runaway', 'args' => []],
text: 'call stack exhausted',
line: 337,
@@ -484,6 +485,7 @@ final class CallTest extends SpecTestsuiteBase
public function testAssertExhaustion43(): void
{
$this->runAssertExhaustionCommand(
+ module: null,
action: ['type' => 'invoke', 'field' => 'mutual-runaway', 'args' => []],
text: 'call stack exhausted',
line: 338,