diff options
Diffstat (limited to 'tools')
| -rw-r--r-- | tools/json2phpunit.php | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tools/json2phpunit.php b/tools/json2phpunit.php index 648f6fd..f2078e4 100644 --- a/tools/json2phpunit.php +++ b/tools/json2phpunit.php @@ -217,6 +217,7 @@ function buildActionCommandTest(array $command): array return [ 'method' => 'runActionCommand', 'args' => [ + 'module' => $command['module'] ?? null, 'action' => $command['action'], ], ]; |
