Example #1
0
 public function testGetValues()
 {
     $i = new Config("hello", "dolly");
     $this->assertEquals("hello", $i->getData1());
     $this->assertEquals("dolly", $i->getData2());
 }