public function testCanGetAndSetDBName()
 {
     $this->creds->setDatabase('DB!');
     $this->assertEquals('DB!', $this->creds->getDatabase());
 }