Cocur\Slugify\Tests\Bridge\ZF2\ModuleTest::getViewHelperConfig PHP Method

getViewHelperConfig() public method

public getViewHelperConfig ( )
    public function getViewHelperConfig()
    {
        $vhConfig = $this->module->getViewHelperConfig();
        $this->assertTrue(is_array($vhConfig));
        $this->assertArrayHasKey('factories', $vhConfig);
        $this->assertArrayHasKey('slugify', $vhConfig['factories']);
    }