Neos\Flow\Tests\Unit\Validation\Validator\LabelValidatorTest::validLabels PHP Method

validLabels() public method

Data provider with valid labels
public validLabels ( ) : array
return array
    public function validLabels()
    {
        return [[''], ['The quick brown fox drinks no coffee'], ['Kasper Skårhøj doesn\'t like his iPad'], ['老 时态等的曲折变化 年代出生的人都会书写常用的繁体汉字事实'], ['Где только языках насколько бы, найденных'], ['I hope, that the above doesn\'t mean anything harmful'], ['Punctuation marks like ,.:;?!%§&"\'/+-_=()# are all allowed'], ['Nothing speaks against numbers 0123456789'], ['Currencies like £₱௹€$¥ could be important']];
    }