PHP 클래스 Neos\Flow\Tests\Unit\ObjectManagement\Proxy\CompilerTest

상속: extends Neos\Flow\Tests\UnitTestCase
파일 보기 프로젝트 열기: neos/flow-development-collection

보호된 프로퍼티들

프로퍼티 타입 설명
$compiler Neos\Flow\ObjectManagement\Proxy\Compiler | PHPUnit_Framework_MockObject_MockObject

공개 메소드들

메소드 설명
annotationsAndStrings ( ) : array
renderAnnotationRendersCorrectly ( $annotation, $expectedString )
stripOpeningPhpTagCorrectlyStripsPhpTagDataProvider ( ) : array
stripOpeningPhpTagCorrectlyStripsPhpTagTests ( string $classCode, string $expectedResult )

보호된 메소드들

메소드 설명
setUp ( )

메소드 상세

annotationsAndStrings() 공개 메소드

public annotationsAndStrings ( ) : array
리턴 array

renderAnnotationRendersCorrectly() 공개 메소드

public renderAnnotationRendersCorrectly ( $annotation, $expectedString )

setUp() 보호된 메소드

protected setUp ( )

stripOpeningPhpTagCorrectlyStripsPhpTagDataProvider() 공개 메소드

stripOpeningPhpTagCorrectlyStripsPhpTagTests() 공개 메소드

public stripOpeningPhpTagCorrectlyStripsPhpTagTests ( string $classCode, string $expectedResult )
$classCode string
$expectedResult string

프로퍼티 상세

$compiler 보호되어 있는 프로퍼티

protected Compiler,Neos\Flow\ObjectManagement\Proxy|PHPUnit_Framework_MockObject_MockObject $compiler
리턴 Neos\Flow\ObjectManagement\Proxy\Compiler | PHPUnit_Framework_MockObject_MockObject