diff options
| author | nsfisis <nsfisis@gmail.com> | 2024-04-29 22:54:45 +0900 |
|---|---|---|
| committer | nsfisis <nsfisis@gmail.com> | 2024-04-29 22:54:45 +0900 |
| commit | bd72d3c4acde3f5e79bd494d4678a6e72e92e313 (patch) | |
| tree | 0d0a9e09d915dc185ec99b7b7bda68b380c93b84 /tests/src/SpecTestsuites/Core/RefIsNullTest.php | |
| parent | 7b982693cc5f25f9010c30ef14f719e05a3ae605 (diff) | |
| download | php-waddiwasi-bd72d3c4acde3f5e79bd494d4678a6e72e92e313.tar.gz php-waddiwasi-bd72d3c4acde3f5e79bd494d4678a6e72e92e313.tar.zst php-waddiwasi-bd72d3c4acde3f5e79bd494d4678a6e72e92e313.zip | |
test: support action command
Diffstat (limited to 'tests/src/SpecTestsuites/Core/RefIsNullTest.php')
| -rw-r--r-- | tests/src/SpecTestsuites/Core/RefIsNullTest.php | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/tests/src/SpecTestsuites/Core/RefIsNullTest.php b/tests/src/SpecTestsuites/Core/RefIsNullTest.php index 94cb545..2b4ca5c 100644 --- a/tests/src/SpecTestsuites/Core/RefIsNullTest.php +++ b/tests/src/SpecTestsuites/Core/RefIsNullTest.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 RefIsNullTest extends SpecTestsuiteBase { @@ -55,6 +56,7 @@ final class RefIsNullTest extends SpecTestsuiteBase public function testAction4(): void { $this->runActionCommand( + module: null, action: ['type' => 'invoke', 'field' => 'init', 'args' => [['type' => 'externref', 'value' => '0']]], line: 35, ); @@ -108,6 +110,7 @@ final class RefIsNullTest extends SpecTestsuiteBase public function testAction9(): void { $this->runActionCommand( + module: null, action: ['type' => 'invoke', 'field' => 'deinit', 'args' => []], line: 43, ); |
