PHP 클래스 Neos\Flow\Tests\Unit\Reflection\ReflectionServiceTest

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

보호된 프로퍼티들

프로퍼티 타입 설명
$mockAnnotationReader Doctrine\Common\Annotations\Reader | PHPUnit_Framework_MockObject_MockObject
$reflectionService Neos\Flow\Reflection\ReflectionService

공개 메소드들

메소드 설명
isTagIgnoredReturnsFalseForTagsThatAreNotConfigured ( )
isTagIgnoredReturnsFalseForTagsThatAreNotIgnored ( )
isTagIgnoredReturnsTrueForIgnoredTags ( )
isTagIgnoredWorksWithOldConfiguration ( )
reflectClassThrowsExceptionForClassesWithNoMatchingFilename ( )
reflectClassThrowsExceptionForFilesWithNoClass ( )
reflectClassThrowsExceptionForNonExistingClasses ( )
setUp ( )

메소드 상세

isTagIgnoredReturnsFalseForTagsThatAreNotConfigured() 공개 메소드

isTagIgnoredReturnsFalseForTagsThatAreNotIgnored() 공개 메소드

isTagIgnoredReturnsTrueForIgnoredTags() 공개 메소드

isTagIgnoredWorksWithOldConfiguration() 공개 메소드

reflectClassThrowsExceptionForClassesWithNoMatchingFilename() 공개 메소드

reflectClassThrowsExceptionForFilesWithNoClass() 공개 메소드

reflectClassThrowsExceptionForNonExistingClasses() 공개 메소드

setUp() 공개 메소드

public setUp ( )

프로퍼티 상세

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

protected Reader,Doctrine\Common\Annotations|PHPUnit_Framework_MockObject_MockObject $mockAnnotationReader
리턴 Doctrine\Common\Annotations\Reader | PHPUnit_Framework_MockObject_MockObject

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

protected ReflectionService,Neos\Flow\Reflection $reflectionService
리턴 Neos\Flow\Reflection\ReflectionService