Ejemplo n.º 1
0
 /**
  * @covers Fuel\Common\Arr::nextByValue
  * @expectedException  \InvalidArgumentException
  * @group Common
  */
 public function testNextByValueException()
 {
     Arr::nextByValue('not-an-array', 'key');
 }