Exemple #1
0
 public function testUnknownValueInConfig()
 {
     $this->setExpectedException('BadMethodCallException');
     $this->runner->setConfig(array('foo' => 'bar'));
 }