Neos\Flow\Tests\Unit\ObjectManagement\Proxy\CompilerTest::renderAnnotationRendersCorrectly PHP 메소드

renderAnnotationRendersCorrectly() 공개 메소드

public renderAnnotationRendersCorrectly ( $annotation, $expectedString )
    public function renderAnnotationRendersCorrectly($annotation, $expectedString)
    {
        $this->assertEquals($expectedString, Compiler::renderAnnotation($annotation));
    }