diff options
| author | supahgreg <supahgreg@users.noreply.github.com> | 2025-10-11 16:27:34 +0000 |
|---|---|---|
| committer | supahgreg <supahgreg@users.noreply.github.com> | 2025-10-11 16:27:34 +0000 |
| commit | cb2659b5d56814fbc12027f51bc937af3dae6a34 (patch) | |
| tree | 5ae72d633976d38384f71952eb3e0521c8208ffa /tests/ConfigTest.php | |
| parent | 6fb85f81d4737b3c5aac4d8a0925e3598f98900e (diff) | |
PHPUnit cleanup, get group detection working.
Diffstat (limited to 'tests/ConfigTest.php')
| -rw-r--r-- | tests/ConfigTest.php | 2 |
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 = []; |