aboutsummaryrefslogtreecommitdiffhomepage
path: root/tests/src/SpecTestsuites/Core/InlineModuleTest.php
diff options
context:
space:
mode:
Diffstat (limited to 'tests/src/SpecTestsuites/Core/InlineModuleTest.php')
-rw-r--r--tests/src/SpecTestsuites/Core/InlineModuleTest.php2
1 files changed, 2 insertions, 0 deletions
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
{