Beispiel #1
0
 /**
  * @expectedException Exception
  * @covers ConfigSection::getVariable
  */
 public function testGetVariableThrowsExceptionWhenVariableIsNotInSection()
 {
     $this->object->getVariable('non-existent');
 }