Esempio n. 1
0
 public function testNoConfigException()
 {
     $this->setExpectedException('RuntimeException', 'Unable to retrieve config');
     $example = new JSONConfig();
     $configData = $example->GetConfig();
 }