Neos\Fusion\Tests\Unit\Core\Parser\PatternTest::SPLIT_PATTERN_COMMENTTYPEdataProvider PHP 메소드

SPLIT_PATTERN_COMMENTTYPEdataProvider() 공개 메소드

    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' => '/*'));
    }