Neos\Flow\Tests\Unit\Validation\Validator\LabelValidatorTest::invalidLabels PHP Méthode

invalidLabels() public méthode

Data provider with invalid labels
public invalidLabels ( ) : array
Résultat array
    public function invalidLabels()
    {
        return [['<tags> are not allowed'], ["\t tabs are not allowed either"], ["\n new line? no!"], ['☔☃☕ are funny signs, but we don\'t want them in labels']];
    }