summaryrefslogtreecommitdiff
path: root/tests/integration/ApiTest.php
diff options
context:
space:
mode:
authorsupahgreg <supahgreg@users.noreply.github.com>2025-10-11 16:27:34 +0000
committersupahgreg <supahgreg@users.noreply.github.com>2025-10-11 16:27:34 +0000
commitcb2659b5d56814fbc12027f51bc937af3dae6a34 (patch)
tree5ae72d633976d38384f71952eb3e0521c8208ffa /tests/integration/ApiTest.php
parent6fb85f81d4737b3c5aac4d8a0925e3598f98900e (diff)
PHPUnit cleanup, get group detection working.
Diffstat (limited to 'tests/integration/ApiTest.php')
-rw-r--r--tests/integration/ApiTest.php3
1 files changed, 2 insertions, 1 deletions
diff --git a/tests/integration/ApiTest.php b/tests/integration/ApiTest.php
index 3287a7735..c7fe534fe 100644
--- a/tests/integration/ApiTest.php
+++ b/tests/integration/ApiTest.php
@@ -1,7 +1,8 @@
<?php
+use PHPUnit\Framework\Attributes\Group;
use PHPUnit\Framework\TestCase;
-/** @group integration */
+#[Group('integration')]
final class ApiTest extends TestCase {
private string $api_url = "";
private string $app_url = "";