Better filename for FsConfigTest test data.
This commit is contained in:
parent
9ed97e8575
commit
eec264ab98
2 changed files with 2 additions and 2 deletions
|
@ -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'));
|
||||
|
||||
|
|
Loading…
Reference in a new issue