Beispiel #1
0
 /**
  * @expectedException \horses\config\UnknownConfigException
  */
 public function testSetNotLoaded()
 {
     $this->collection->get('does.not.exists', 'bar');
 }