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 --- tools/json2phpunit.php | 1 + 1 file changed, 1 insertion(+) (limited to 'tools') diff --git a/tools/json2phpunit.php b/tools/json2phpunit.php index f2078e4..025c613 100644 --- a/tools/json2phpunit.php +++ b/tools/json2phpunit.php @@ -174,6 +174,7 @@ function buildAssertExhaustionCommandTest(array $command): array return [ 'method' => 'runAssertExhaustionCommand', 'args' => [ + 'module' => $command['module'] ?? null, 'action' => $command['action'], 'text' => $command['text'], ], -- cgit v1.2.3-70-g09d2