eZ\Publish\Core\Persistence\Legacy\Tests\Content\UrlAlias\SlugConverterTest::cleanupTextData PHP Method

cleanupTextData() public method

public cleanupTextData ( )
    public function cleanupTextData()
    {
        return [['.Ph\'nglui mglw\'nafh, Cthulhu R\'lyeh wgah\'nagl fhtagn!?...', 'url_cleanup', 'Ph-nglui-mglw-nafh-Cthulhu-R-lyeh-wgah-nagl-fhtagn!'], ['.Ph\'nglui mglw\'nafh, Cthulhu R\'lyeh wgah\'nagl fhtagn!?...', 'url_cleanup_iri', 'Ph\'nglui-mglw\'nafh,-Cthulhu-R\'lyeh-wgah\'nagl-fhtagn!'], ['.Ph\'nglui mglw\'nafh, Cthulhu R\'lyeh wgah\'nagl fhtagn!?...', 'url_cleanup_compat', 'ph_nglui_mglw_nafh_cthulhu_r_lyeh_wgah_nagl_fhtagn']];
    }