/** * Method to test getDb(). * * @return void * * @covers Windwalker\DataMapper\DataMapper::getDb */ public function testGetAndSetDb() { $this->assertInstanceOf('Windwalker\\DataMapper\\Adapter\\WindwalkerAdapter', $this->instance->getDb()); }