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 --- tests/src/SpecTestsuites/Core/StartTest.php | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'tests/src/SpecTestsuites/Core/StartTest.php') diff --git a/tests/src/SpecTestsuites/Core/StartTest.php b/tests/src/SpecTestsuites/Core/StartTest.php index 1275dcc..96022d4 100644 --- a/tests/src/SpecTestsuites/Core/StartTest.php +++ b/tests/src/SpecTestsuites/Core/StartTest.php @@ -64,6 +64,7 @@ final class StartTest extends SpecTestsuiteBase public function testAction5(): void { $this->runActionCommand( + module: null, action: ['type' => 'invoke', 'field' => 'inc', 'args' => []], line: 46, ); @@ -84,6 +85,7 @@ final class StartTest extends SpecTestsuiteBase public function testAction7(): void { $this->runActionCommand( + module: null, action: ['type' => 'invoke', 'field' => 'inc', 'args' => []], line: 48, ); @@ -125,6 +127,7 @@ final class StartTest extends SpecTestsuiteBase public function testAction11(): void { $this->runActionCommand( + module: null, action: ['type' => 'invoke', 'field' => 'inc', 'args' => []], line: 75, ); @@ -145,6 +148,7 @@ final class StartTest extends SpecTestsuiteBase public function testAction13(): void { $this->runActionCommand( + module: null, action: ['type' => 'invoke', 'field' => 'inc', 'args' => []], line: 77, ); -- cgit v1.2.3-70-g09d2