PHP Class Phalcon\Test\Unit\Annotations\ReaderTest

Author: Andres Gutierrez ([email protected])
Author: Serghei Iakovlev ([email protected])
Inheritance: extends Phalcon\Test\Module\UnitTest
Show file Open project: phalcon/cphalcon

Public Methods

Method Description
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

Method Details

testParseWithInvalidAnnotation() public method

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

testParseWithNonExistentClass() public method

Test throws ReflectionException when non-existent got class
Since: 2016-01-25
Author: Serghei Iakovlev ([email protected])

testReaderParse() public method

Tests Reader::parse
Since: 2016-01-25
Author: Serghei Iakovlev ([email protected])
public testReaderParse ( )