You are here

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

TestClassMetadataFactory

Namespace

Doctrine\Tests\Common\Persistence\Mapping

Code

protected function getDriver() {
  return $this->driver;
}