PHP Class DMS\Bundle\FilterBundle\Tests\AnnotationLoadingTest

Inheritance: extends PHPUnit_Framework_TestCase
Datei anzeigen Open project: rdohms/dms-filter-bundle

Protected Properties

Property Type Description
$factory DMS\Filter\Mapping\ClassMetadataFactoryInterface
$loader DMS\Filter\Mapping\Loader\LoaderInterface
$reader Doctrine\Common\Annotations\AnnotationReader

Public Methods

Method Description
testRuleLoader ( )

Protected Methods

Method Description
assertRules ( $count, $expectedRules, $rules )
setUp ( )

Method Details

assertRules() protected method

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

setUp() protected method

protected setUp ( )

testRuleLoader() public method

public testRuleLoader ( )

Property Details

$factory protected_oe property

protected ClassMetadataFactoryInterface,DMS\Filter\Mapping $factory
return DMS\Filter\Mapping\ClassMetadataFactoryInterface

$loader protected_oe property

protected LoaderInterface,DMS\Filter\Mapping\Loader $loader
return DMS\Filter\Mapping\Loader\LoaderInterface

$reader protected_oe property

protected AnnotationReader,Doctrine\Common\Annotations $reader
return Doctrine\Common\Annotations\AnnotationReader