PHP Class Neos\Flow\Tests\Unit\Reflection\ReflectionServiceTest

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

Protected Properties

Property Type Description
$mockAnnotationReader Doctrine\Common\Annotations\Reader | PHPUnit_Framework_MockObject_MockObject
$reflectionService Neos\Flow\Reflection\ReflectionService

Public Methods

Method Description
isTagIgnoredReturnsFalseForTagsThatAreNotConfigured ( )
isTagIgnoredReturnsFalseForTagsThatAreNotIgnored ( )
isTagIgnoredReturnsTrueForIgnoredTags ( )
isTagIgnoredWorksWithOldConfiguration ( )
reflectClassThrowsExceptionForClassesWithNoMatchingFilename ( )
reflectClassThrowsExceptionForFilesWithNoClass ( )
reflectClassThrowsExceptionForNonExistingClasses ( )
setUp ( )

Method Details

isTagIgnoredReturnsFalseForTagsThatAreNotConfigured() public method

isTagIgnoredReturnsFalseForTagsThatAreNotIgnored() public method

isTagIgnoredReturnsTrueForIgnoredTags() public method

isTagIgnoredWorksWithOldConfiguration() public method

reflectClassThrowsExceptionForClassesWithNoMatchingFilename() public method

reflectClassThrowsExceptionForFilesWithNoClass() public method

reflectClassThrowsExceptionForNonExistingClasses() public method

setUp() public method

public setUp ( )

Property Details

$mockAnnotationReader protected property

protected Reader,Doctrine\Common\Annotations|PHPUnit_Framework_MockObject_MockObject $mockAnnotationReader
return Doctrine\Common\Annotations\Reader | PHPUnit_Framework_MockObject_MockObject

$reflectionService protected property

protected ReflectionService,Neos\Flow\Reflection $reflectionService
return Neos\Flow\Reflection\ReflectionService