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

Inheritance: extends Neos\Flow\Tests\UnitTestCase
Afficher le fichier Open project: neos/flow-development-collection

Protected Properties

Свойство Type Description
$mockAnnotationReader Doctrine\Common\Annotations\Reader | PHPUnit_Framework_MockObject_MockObject
$reflectionService Neos\Flow\Reflection\ReflectionService

Méthodes publiques

Méthode Description
isTagIgnoredReturnsFalseForTagsThatAreNotConfigured ( )
isTagIgnoredReturnsFalseForTagsThatAreNotIgnored ( )
isTagIgnoredReturnsTrueForIgnoredTags ( )
isTagIgnoredWorksWithOldConfiguration ( )
reflectClassThrowsExceptionForClassesWithNoMatchingFilename ( )
reflectClassThrowsExceptionForFilesWithNoClass ( )
reflectClassThrowsExceptionForNonExistingClasses ( )
setUp ( )

Method Details

isTagIgnoredReturnsFalseForTagsThatAreNotConfigured() public méthode

isTagIgnoredReturnsFalseForTagsThatAreNotIgnored() public méthode

isTagIgnoredReturnsTrueForIgnoredTags() public méthode

isTagIgnoredWorksWithOldConfiguration() public méthode

reflectClassThrowsExceptionForClassesWithNoMatchingFilename() public méthode

reflectClassThrowsExceptionForFilesWithNoClass() public méthode

reflectClassThrowsExceptionForNonExistingClasses() public méthode

setUp() public méthode

public setUp ( )

Property Details

$mockAnnotationReader protected_oe property

protected Reader,Doctrine\Common\Annotations|PHPUnit_Framework_MockObject_MockObject $mockAnnotationReader
Résultat Doctrine\Common\Annotations\Reader | PHPUnit_Framework_MockObject_MockObject

$reflectionService protected_oe property

protected ReflectionService,Neos\Flow\Reflection $reflectionService
Résultat Neos\Flow\Reflection\ReflectionService