diff options
Diffstat (limited to 'tests/src/SpecTestsuites/Core/StartTest.php')
| -rw-r--r-- | tests/src/SpecTestsuites/Core/StartTest.php | 4 |
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, ); |
