eZ\Publish\Core\Persistence\Legacy\Tests\Content\UrlAliasHandlerTest::providerForTestPublishUrlAliasForLocationSkipsReservedWord PHP Метод

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

    public function providerForTestPublishUrlAliasForLocationSkipsReservedWord()
    {
        return [['section', 'section2'], ['claß', 'class2']];
    }
UrlAliasHandlerTest