diff options
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 = []; |