summaryrefslogtreecommitdiff
path: root/tests/ConfigTest.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/ConfigTest.php
parent6fb85f81d4737b3c5aac4d8a0925e3598f98900e (diff)
PHPUnit cleanup, get group detection working.
Diffstat (limited to 'tests/ConfigTest.php')
-rw-r--r--tests/ConfigTest.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/ConfigTest.php b/tests/ConfigTest.php
index ee15df8d3..f36602ae6 100644
--- a/tests/ConfigTest.php
+++ b/tests/ConfigTest.php
@@ -1,7 +1,7 @@
<?php
use PHPUnit\Framework\TestCase;
-final class SelfUrlPathTest extends TestCase {
+final class ConfigTest extends TestCase {
public function test_self_url_a(): void {
$_SERVER = [];