PHP Class Phalcon\Test\Unit\Annotations\ReflectionTest

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

Méthodes publiques

Méthode Description
testClassAnnotations ( ) Tests parsing class annotations
testEmptyReflection ( ) Tests creating empty Reflection object
testParsingARealClass ( ) Tests parsing a real class

Méthodes protégées

Méthode Description
_before ( ) executed before each test

Method Details

_before() protected méthode

executed before each test
protected _before ( )

testClassAnnotations() public méthode

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

testEmptyReflection() public méthode

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

testParsingARealClass() public méthode

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