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

Inheritance: extends PHPUnit_Framework_TestCase
Show file Open project: dantleech/phpbench

Public Methods

Method 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

Method Description
createReader ( $useImports = false )

Method Details

testImportedUse() public method

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

testLoadClassMetadata() public method

It should read class annotations.

testLoadMethodMetadata() public method

It should read method annotations.