コード例 #1
0
ファイル: OptionsTest.php プロジェクト: honeybee/trellis
 /**
  * @expectedException \Trellis\Common\Error\RuntimeException
  */
 public function testAppendFails()
 {
     $options = new Options();
     $options->append(array('foo' => 'omg'));
 }