diff --git a/tests/sharpchat.cfg b/tests/FsConfigTest.cfg similarity index 100% rename from tests/sharpchat.cfg rename to tests/FsConfigTest.cfg diff --git a/tests/FsConfigTest.php b/tests/FsConfigTest.php index 94b3dd4..df1aa2a 100644 --- a/tests/FsConfigTest.php +++ b/tests/FsConfigTest.php @@ -86,7 +86,7 @@ final class FsConfigTest extends TestCase { } public function testGetAllValueInfos(): void { - $config = FsConfig::fromFile(__DIR__ . '/sharpchat.cfg'); + $config = FsConfig::fromFile(__DIR__ . '/FsConfigTest.cfg'); $all = $config->getAllValueInfos(); $expected = [ @@ -132,7 +132,7 @@ final class FsConfigTest extends TestCase { } public function testGetValues(): void { - $config = FsConfig::fromFile(__DIR__ . '/sharpchat.cfg'); + $config = FsConfig::fromFile(__DIR__ . '/FsConfigTest.cfg'); $this->assertNull($config->getValueInfo('doesnotexist'));