Pyrech\ComposerChangelogs\tests\ConfigLocatorTest::test_it_locates_global_config PHP Метод

test_it_locates_global_config() публичный Метод

    public function test_it_locates_global_config()
    {
        $key = 'my-global-config';
        static::assertTrue($this->SUT->locate($key));
        static::assertSame($this->globalConfigPath, $this->SUT->getPath($key));
        static::assertSame(['bar' => 'foo'], $this->SUT->getConfig($key));
    }