ImboIntegrationTest\Database\DoctrineTest::getAdapter PHP Method

getAdapter() protected method

See also: ImboIntegrationTest\Database\DatabaseTests::getAdapter()
protected getAdapter ( )
    protected function getAdapter()
    {
        return new Doctrine(['pdo' => $this->pdo]);
    }