DMS\Bundle\FilterBundle\Tests\AnnotationLoadingTest::setUp PHP Method

setUp() protected method

protected setUp ( )
    protected function setUp()
    {
        parent::setUp();
        AnnotationRegistry::registerAutoloadNamespace('DMS\\Bundle\\FilterBundle\\Rule', __DIR__ . '/../../../../');
        $this->reader = new AnnotationReader();
        $this->loader = new AnnotationLoader($this->reader);
        $this->factory = new ClassMetadataFactory($this->loader);
    }