PHP 클래스 PhpBench\Tests\Unit\Benchmark\Metadata\AnnotationReaderTest

상속: extends PHPUnit_Framework_TestCase
파일 보기 프로젝트 열기: dantleech/phpbench

공개 메소드들

메소드 설명
testImportedUse ( ) It should use imported annotations when configured to do so.
testLoadClassMetadata ( ) It should read class annotations.
testLoadMethodMetadata ( ) It should read method annotations.

비공개 메소드들

메소드 설명
createReader ( $useImports = false )

메소드 상세

testImportedUse() 공개 메소드

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

testLoadClassMetadata() 공개 메소드

It should read class annotations.

testLoadMethodMetadata() 공개 메소드

It should read method annotations.