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/FacTest.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/FacTest.php')
| -rw-r--r-- | tests/src/SpecTestsuites/Core/FacTest.php | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/src/SpecTestsuites/Core/FacTest.php b/tests/src/SpecTestsuites/Core/FacTest.php index 319bc55..a388d73 100644 --- a/tests/src/SpecTestsuites/Core/FacTest.php +++ b/tests/src/SpecTestsuites/Core/FacTest.php @@ -89,6 +89,7 @@ final class FacTest extends SpecTestsuiteBase public function testAssertExhaustion7(): void { $this->runAssertExhaustionCommand( + module: null, action: ['type' => 'invoke', 'field' => 'fac-rec', 'args' => [['type' => 'i64', 'value' => '1073741824']]], text: 'call stack exhausted', line: 109, |
