From 27cd7cf8f816f1d1dd465c28a43fc0fcd25c48d6 Mon Sep 17 00:00:00 2001 From: nsfisis Date: Sun, 5 May 2024 12:27:17 +0900 Subject: feat: limit call stack size --- tests/src/SpecTestsuites/Core/CallTest.php | 2 ++ 1 file changed, 2 insertions(+) (limited to 'tests/src/SpecTestsuites/Core/CallTest.php') 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, -- cgit v1.2.3-70-g09d2