From bd72d3c4acde3f5e79bd494d4678a6e72e92e313 Mon Sep 17 00:00:00 2001 From: nsfisis Date: Mon, 29 Apr 2024 22:54:45 +0900 Subject: test: support action command --- tests/src/SpecTestsuites/Core/InlineModuleTest.php | 2 ++ 1 file changed, 2 insertions(+) (limited to 'tests/src/SpecTestsuites/Core/InlineModuleTest.php') diff --git a/tests/src/SpecTestsuites/Core/InlineModuleTest.php b/tests/src/SpecTestsuites/Core/InlineModuleTest.php index 9b9c85b..f133a5f 100644 --- a/tests/src/SpecTestsuites/Core/InlineModuleTest.php +++ b/tests/src/SpecTestsuites/Core/InlineModuleTest.php @@ -5,6 +5,8 @@ declare(strict_types=1); namespace Nsfisis\Waddiwasi\Tests\SpecTestsuites\Core; use Nsfisis\Waddiwasi\Tests\SpecTestsuites\SpecTestsuiteBase; +use PHPUnit\Framework\Attributes\Depends; +use PHPUnit\Framework\Attributes\DoesNotPerformAssertions; final class InlineModuleTest extends SpecTestsuiteBase { -- cgit v1.2.3-70-g09d2