aboutsummaryrefslogtreecommitdiffhomepage
path: root/tests/src/SpecTestsuites/Core/MemoryFillTest.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/MemoryFillTest.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/MemoryFillTest.php')
-rw-r--r--tests/src/SpecTestsuites/Core/MemoryFillTest.php6
1 files changed, 6 insertions, 0 deletions
diff --git a/tests/src/SpecTestsuites/Core/MemoryFillTest.php b/tests/src/SpecTestsuites/Core/MemoryFillTest.php
index 11d49ec..081439f 100644
--- a/tests/src/SpecTestsuites/Core/MemoryFillTest.php
+++ b/tests/src/SpecTestsuites/Core/MemoryFillTest.php
@@ -6,6 +6,7 @@ namespace Nsfisis\Waddiwasi\Tests\SpecTestsuites\Core;
use Nsfisis\Waddiwasi\Tests\SpecTestsuites\SpecTestsuiteBase;
use PHPUnit\Framework\Attributes\Depends;
+use PHPUnit\Framework\Attributes\DoesNotPerformAssertions;
final class MemoryFillTest extends SpecTestsuiteBase
{
@@ -22,6 +23,7 @@ final class MemoryFillTest extends SpecTestsuiteBase
public function testAction1(): void
{
$this->runActionCommand(
+ module: null,
action: ['type' => 'invoke', 'field' => 'test', 'args' => []],
line: 22,
);
@@ -105,6 +107,7 @@ final class MemoryFillTest extends SpecTestsuiteBase
public function testAction9(): void
{
$this->runActionCommand(
+ module: null,
action: ['type' => 'invoke', 'field' => 'test', 'args' => []],
line: 80,
);
@@ -135,6 +138,7 @@ final class MemoryFillTest extends SpecTestsuiteBase
public function testAction12(): void
{
$this->runActionCommand(
+ module: null,
action: ['type' => 'invoke', 'field' => 'test', 'args' => []],
line: 100,
);
@@ -175,6 +179,7 @@ final class MemoryFillTest extends SpecTestsuiteBase
public function testAction16(): void
{
$this->runActionCommand(
+ module: null,
action: ['type' => 'invoke', 'field' => 'test', 'args' => []],
line: 136,
);
@@ -227,6 +232,7 @@ final class MemoryFillTest extends SpecTestsuiteBase
public function testAction21(): void
{
$this->runActionCommand(
+ module: null,
action: ['type' => 'invoke', 'field' => 'test', 'args' => []],
line: 162,
);