eZ\Publish\Core\MVC\Symfony\Routing\Tests\UrlAliasGeneratorTest::providerTestIsPrefixExcluded PHP Method

providerTestIsPrefixExcluded() public method

    public function providerTestIsPrefixExcluded()
    {
        return array(array('/foo/bar', false), array('/products/bar', true), array('/ProDUctS/eZ-Publish', true), array('/ProductsFoo/eZ-Publish', true), array('/shared/foo', false), array('/SHARED/contenT/bar', true), array('/SomeThing/bidule/chose', false), array('/SomeThing/in-the-way/truc/', true), array('/CMS/eZ-Publish', false), array('/Lyon/Best/city', false));
    }