diff options
Diffstat (limited to 'tests/src/SpecTestsuites/Core/MemoryRedundancyTest.php')
| -rw-r--r-- | tests/src/SpecTestsuites/Core/MemoryRedundancyTest.php | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/tests/src/SpecTestsuites/Core/MemoryRedundancyTest.php b/tests/src/SpecTestsuites/Core/MemoryRedundancyTest.php index df23418..a44e19b 100644 --- a/tests/src/SpecTestsuites/Core/MemoryRedundancyTest.php +++ b/tests/src/SpecTestsuites/Core/MemoryRedundancyTest.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 MemoryRedundancyTest extends SpecTestsuiteBase { @@ -33,6 +34,7 @@ final class MemoryRedundancyTest extends SpecTestsuiteBase public function testAction2(): void { $this->runActionCommand( + module: null, action: ['type' => 'invoke', 'field' => 'zero_everything', 'args' => []], line: 60, ); @@ -53,6 +55,7 @@ final class MemoryRedundancyTest extends SpecTestsuiteBase public function testAction4(): void { $this->runActionCommand( + module: null, action: ['type' => 'invoke', 'field' => 'zero_everything', 'args' => []], line: 62, ); @@ -73,6 +76,7 @@ final class MemoryRedundancyTest extends SpecTestsuiteBase public function testAction6(): void { $this->runActionCommand( + module: null, action: ['type' => 'invoke', 'field' => 'zero_everything', 'args' => []], line: 64, ); |
