aboutsummaryrefslogtreecommitdiffhomepage
path: root/tools/json2phpunit.php
diff options
context:
space:
mode:
Diffstat (limited to 'tools/json2phpunit.php')
-rw-r--r--tools/json2phpunit.php1
1 files changed, 1 insertions, 0 deletions
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'],
],