PHP 클래스 Phalcon\Test\Unit\Annotations\ReaderTest

저자: Andres Gutierrez ([email protected])
저자: Serghei Iakovlev ([email protected])
파일 보기 프로젝트 열기: phalcon/cphalcon

공개 메소드들

메소드 설명
testParseWithInvalidAnnotation ( ) Test throws Phalcon\Annotations\Exception when got class with invalid annotation
testParseWithNonExistentClass ( ) Test throws ReflectionException when non-existent got class
testReaderParse ( ) Tests Reader::parse

메소드 상세

testParseWithInvalidAnnotation() 공개 메소드

Test throws Phalcon\Annotations\Exception when got class with invalid annotation
부터: 2016-01-25
저자: Serghei Iakovlev ([email protected])

testParseWithNonExistentClass() 공개 메소드

Test throws ReflectionException when non-existent got class
부터: 2016-01-25
저자: Serghei Iakovlev ([email protected])

testReaderParse() 공개 메소드

Tests Reader::parse
부터: 2016-01-25
저자: Serghei Iakovlev ([email protected])
public testReaderParse ( )