PHP 클래스 BetterReflectionTest\SourceLocator\Type\SingleFileSourceLocatorTest

상속: extends PHPUnit_Framework_TestCase
파일 보기 프로젝트 열기: roave/better-reflection

공개 메소드들

메소드 설명
testConstructorThrowsExceptionIfEmptyFileGiven ( )
testConstructorThrowsExceptionIfFileDoesNotExist ( )
testConstructorThrowsExceptionIfFileIsNotAFile ( )
testReturnsNullWhenSourceDoesNotContainClass ( )
testReturnsReflectionWhenSourceHasClass ( )

비공개 메소드들

메소드 설명
getMockReflector ( ) : BetterReflection\Reflector\Reflector | PHPUnit_Framework_MockObject_MockObject

메소드 상세

testConstructorThrowsExceptionIfEmptyFileGiven() 공개 메소드

testConstructorThrowsExceptionIfFileDoesNotExist() 공개 메소드

testConstructorThrowsExceptionIfFileIsNotAFile() 공개 메소드

testReturnsNullWhenSourceDoesNotContainClass() 공개 메소드

testReturnsReflectionWhenSourceHasClass() 공개 메소드