Ejemplo n.º 1
0
 public function testGetKey()
 {
     $object = new DbConfig($this->data);
     $this->assertNotEmpty($object->getKey());
 }