Bolt\Tests\Configuration\ComposerConfigurationTest::testComposerCustomConfig PHP Метод

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

    public function testComposerCustomConfig()
    {
        $config = new Composer(TEST_ROOT);
        $this->assertEquals('/bolt-public/', $config->getUrl('app'));
    }