Neos\Flow\Tests\Unit\I18n\UtilityTest::filenamesWithLocale PHP Method

filenamesWithLocale() public method

Data provider with filenames with locale tags and expected results.
public filenamesWithLocale ( ) : array
return array
    public function filenamesWithLocale()
    {
        return [['foobar.en_GB.ext', 'en_GB'], ['en_GB.xlf', 'en_GB'], ['foobar.ext', false], ['foobar', false], ['foobar.php.tmpl', false], ['foobar.rss.php', false], ['foobar.xml.php', false]];
    }