示例#1
0
 /**
  * @covers Fuel\Common\Arr::mergeAssoc
  * @expectedException  \InvalidArgumentException
  * @group Common
  */
 public function testMergeAssocException2()
 {
     Arr::mergeAssoc(array('not-an-array'), 'not-an-array');
 }