Doctrine\Tests\ODM\CouchDB\Mapping\AnnotationDriverTest::loadDriverForCMSDocuments PHP Method

loadDriverForCMSDocuments() protected method

    protected function loadDriverForCMSDocuments()
    {
        $annotationDriver = $this->loadDriver();
        $annotationDriver->addPaths(array(__DIR__ . '/../../../../../Doctrine/Tests/Models/CMS'));
        return $annotationDriver;
    }