PHP 클래스 DMS\Bundle\FilterBundle\Tests\AnnotationLoadingTest

상속: extends PHPUnit_Framework_TestCase
파일 보기 프로젝트 열기: rdohms/dms-filter-bundle

보호된 프로퍼티들

프로퍼티 타입 설명
$factory DMS\Filter\Mapping\ClassMetadataFactoryInterface
$loader DMS\Filter\Mapping\Loader\LoaderInterface
$reader Doctrine\Common\Annotations\AnnotationReader

공개 메소드들

메소드 설명
testRuleLoader ( )

보호된 메소드들

메소드 설명
assertRules ( $count, $expectedRules, $rules )
setUp ( )

메소드 상세

assertRules() 보호된 메소드

protected assertRules ( $count, $expectedRules, $rules )

setUp() 보호된 메소드

protected setUp ( )

testRuleLoader() 공개 메소드

public testRuleLoader ( )

프로퍼티 상세

$factory 보호되어 있는 프로퍼티

protected ClassMetadataFactoryInterface,DMS\Filter\Mapping $factory
리턴 DMS\Filter\Mapping\ClassMetadataFactoryInterface

$loader 보호되어 있는 프로퍼티

protected LoaderInterface,DMS\Filter\Mapping\Loader $loader
리턴 DMS\Filter\Mapping\Loader\LoaderInterface

$reader 보호되어 있는 프로퍼티

protected AnnotationReader,Doctrine\Common\Annotations $reader
리턴 Doctrine\Common\Annotations\AnnotationReader