From bd72d3c4acde3f5e79bd494d4678a6e72e92e313 Mon Sep 17 00:00:00 2001 From: nsfisis Date: Mon, 29 Apr 2024 22:54:45 +0900 Subject: test: support action command --- tools/json2phpunit.php | 1 + 1 file changed, 1 insertion(+) (limited to 'tools/json2phpunit.php') 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'], ], ]; -- cgit v1.2.3-70-g09d2