Mmoreram\tests\Visithor\Generator\UrlGeneratorTest::testEmptyConfig PHP Method

testEmptyConfig() public method

Test empty config
public testEmptyConfig ( )
    public function testEmptyConfig()
    {
        $urls = $this->getUrlGeneratorInstance()->generate([])->getUrls();
        $this->assertEquals([], $urls);
    }