PHP Class Phalcon\Test\Unit\Annotations\ReflectionTest

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
testClassAnnotations ( ) Tests parsing class annotations
testEmptyReflection ( ) Tests creating empty Reflection object
testParsingARealClass ( ) Tests parsing a real class

Protected Methods

Method Description
_before ( ) executed before each test

Method Details

_before() protected method

executed before each test
protected _before ( )

testClassAnnotations() public method

Tests parsing class annotations
Since: 2016-01-26
Author: Serghei Iakovlev ([email protected])

testEmptyReflection() public method

Tests creating empty Reflection object
Since: 2016-01-26
Author: Serghei Iakovlev ([email protected])
public testEmptyReflection ( )

testParsingARealClass() public method

Tests parsing a real class
Since: 2016-01-26
Author: Serghei Iakovlev ([email protected])