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

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

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