From d1c268b76f65e69ea708096d5023c4d731cff594 Mon Sep 17 00:00:00 2001 From: nsfisis Date: Thu, 11 Jul 2024 20:02:34 +0900 Subject: fix: various spectests --- tools/json2phpunit.php | 4 ---- 1 file changed, 4 deletions(-) (limited to 'tools/json2phpunit.php') diff --git a/tools/json2phpunit.php b/tools/json2phpunit.php index 9688afe..5188606 100644 --- a/tools/json2phpunit.php +++ b/tools/json2phpunit.php @@ -131,7 +131,6 @@ function buildAssertReturnCommandTest(array $command): array return [ 'method' => 'runAssertReturnCommand', 'args' => [ - 'module' => $command['module'] ?? null, 'action' => $command['action'], 'expected' => $command['expected'], ], @@ -143,7 +142,6 @@ function buildAssertTrapCommandTest(array $command): array return [ 'method' => 'runAssertTrapCommand', 'args' => [ - 'module' => $command['module'] ?? null, 'action' => $command['action'], 'text' => $command['text'], ], @@ -187,7 +185,6 @@ function buildAssertExhaustionCommandTest(array $command): array return [ 'method' => 'runAssertExhaustionCommand', 'args' => [ - 'module' => $command['module'] ?? null, 'action' => $command['action'], 'text' => $command['text'], ], @@ -231,7 +228,6 @@ function buildActionCommandTest(array $command): array return [ 'method' => 'runActionCommand', 'args' => [ - 'module' => $command['module'] ?? null, 'action' => $command['action'], ], ]; -- cgit v1.2.3-70-g09d2