Exemplo n.º 1
0
 /**
  * @expectedException \Trellis\Common\Error\RuntimeException
  */
 public function testExchangeArrayFails()
 {
     $options = new Options();
     $options->exchangeArray(array('foo' => 'omg'));
 }