summaryrefslogtreecommitdiff
path: root/tests/ConfigTest.php
diff options
context:
space:
mode:
authorGreg <supahgreg@users.noreply.github.com>2025-10-11 11:43:04 -0500
committerGitHub <noreply@github.com>2025-10-11 11:43:04 -0500
commit73e6ade27f9751d3892693be9e11946462e10ed5 (patch)
treeb2696cebda0a5b81b361e093d27bd80cefdb2b7a /tests/ConfigTest.php
parentdf4630b316f468c772fb4edc7e1dc0a46765542f (diff)
parent3bb71c4e6b0bcf803e96413fa30b63490eb43465 (diff)
Merge pull request #39 from tt-rss/composer-lock-and-phpunit
Composer cleanup, PHPUnit 9 --> 12
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 = [];