/** * Tests the setDb method. * * @return void * * @since 12.1 */ public function testSetDb() { $db = TestMockDatabaseDriver::create($this); $this->_instance->setDb($db); $this->assertAttributeSame($db, 'db', $this->_instance); }