Ejemplo n.º 1
0
 public function testGetData()
 {
     $object = new DbConfig($this->data);
     $this->assertSame($this->data, $object->getData());
 }