Neos\Fusion\Tests\Unit\Core\Parser\PatternTest::SPLIT_PATTERN_COMMENTTYPEdataProvider PHP Method

SPLIT_PATTERN_COMMENTTYPEdataProvider() public method

    public function SPLIT_PATTERN_COMMENTTYPEdataProvider()
    {
        return array('hashComment' => array('tsSnippet' => '# */asdf', 'expectedCommentToken' => '#'), 'doubleSlashComment' => array('tsSnippet' => '// comment with */ and more comment', 'expectedCommentToken' => '//'), 'slashStarComment' => array('tsSnippet' => '/* comment with // and more comment */', 'expectedCommentToken' => '/*'));
    }