diff options
| author | nsfisis <nsfisis@gmail.com> | 2024-05-05 12:27:17 +0900 |
|---|---|---|
| committer | nsfisis <nsfisis@gmail.com> | 2024-05-05 14:12:32 +0900 |
| commit | 27cd7cf8f816f1d1dd465c28a43fc0fcd25c48d6 (patch) | |
| tree | f38f4eee869735a18c6df71058ed8ddc5ccbb635 /tests/src/SpecTestsuites/Core/CallTest.php | |
| parent | 2f533445e47f4a0f7c94677f5fda3683a4f1fee7 (diff) | |
| download | php-waddiwasi-27cd7cf8f816f1d1dd465c28a43fc0fcd25c48d6.tar.gz php-waddiwasi-27cd7cf8f816f1d1dd465c28a43fc0fcd25c48d6.tar.zst php-waddiwasi-27cd7cf8f816f1d1dd465c28a43fc0fcd25c48d6.zip | |
feat: limit call stack size
Diffstat (limited to 'tests/src/SpecTestsuites/Core/CallTest.php')
| -rw-r--r-- | tests/src/SpecTestsuites/Core/CallTest.php | 2 |
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, |
