protected function TestClassMetadataFactory::getDriver in Plug 7
Returns the mapping driver implementation.
Return value
\Doctrine\Common\Persistence\Mapping\Driver\MappingDriver
Overrides AbstractClassMetadataFactory::getDriver
File
- lib/
doctrine/ common/ tests/ Doctrine/ Tests/ Common/ Persistence/ Mapping/ ClassMetadataFactoryTest.php, line 169
Class
Namespace
Doctrine\Tests\Common\Persistence\MappingCode
protected function getDriver() {
return $this->driver;
}