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));
    }