PHP Class PhpBench\Tests\Unit\Benchmark\Metadata\AnnotationReaderTest

Inheritance: extends PHPUnit_Framework_TestCase
Afficher le fichier Open project: dantleech/phpbench

Méthodes publiques

Méthode Description
testImportedUse ( ) It should use imported annotations when configured to do so.
testLoadClassMetadata ( ) It should read class annotations.
testLoadMethodMetadata ( ) It should read method annotations.

Private Methods

Méthode Description
createReader ( $useImports = false )

Method Details

testImportedUse() public méthode

It should use imported annotations when configured to do so.
public testImportedUse ( )

testLoadClassMetadata() public méthode

It should read class annotations.

testLoadMethodMetadata() public méthode

It should read method annotations.