aboutsummaryrefslogtreecommitdiffhomepage
path: root/tests/src/SpecTestsuites/Core/StartTest.php
diff options
context:
space:
mode:
authornsfisis <nsfisis@gmail.com>2024-04-29 22:54:45 +0900
committernsfisis <nsfisis@gmail.com>2024-04-29 22:54:45 +0900
commitbd72d3c4acde3f5e79bd494d4678a6e72e92e313 (patch)
tree0d0a9e09d915dc185ec99b7b7bda68b380c93b84 /tests/src/SpecTestsuites/Core/StartTest.php
parent7b982693cc5f25f9010c30ef14f719e05a3ae605 (diff)
downloadphp-waddiwasi-bd72d3c4acde3f5e79bd494d4678a6e72e92e313.tar.gz
php-waddiwasi-bd72d3c4acde3f5e79bd494d4678a6e72e92e313.tar.zst
php-waddiwasi-bd72d3c4acde3f5e79bd494d4678a6e72e92e313.zip
test: support action command
Diffstat (limited to 'tests/src/SpecTestsuites/Core/StartTest.php')
-rw-r--r--tests/src/SpecTestsuites/Core/StartTest.php4
1 files changed, 4 insertions, 0 deletions
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,
);