PHP Class Neos\Flow\Tests\Unit\ObjectManagement\Proxy\CompilerTest

Inheritance: extends Neos\Flow\Tests\UnitTestCase
Show file Open project: neos/flow-development-collection

Protected Properties

Property Type Description
$compiler Neos\Flow\ObjectManagement\Proxy\Compiler | PHPUnit_Framework_MockObject_MockObject

Public Methods

Method Description
annotationsAndStrings ( ) : array
renderAnnotationRendersCorrectly ( $annotation, $expectedString )
stripOpeningPhpTagCorrectlyStripsPhpTagDataProvider ( ) : array
stripOpeningPhpTagCorrectlyStripsPhpTagTests ( string $classCode, string $expectedResult )

Protected Methods

Method Description
setUp ( )

Method Details

annotationsAndStrings() public method

public annotationsAndStrings ( ) : array
return array

renderAnnotationRendersCorrectly() public method

public renderAnnotationRendersCorrectly ( $annotation, $expectedString )

setUp() protected method

protected setUp ( )

stripOpeningPhpTagCorrectlyStripsPhpTagDataProvider() public method

stripOpeningPhpTagCorrectlyStripsPhpTagTests() public method

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

Property Details

$compiler protected property

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