예제 #1
0
파일: ArrTest.php 프로젝트: fuelphp/common
 /**
  * @covers Fuel\Common\Arr::previousByValue
  * @expectedException  \InvalidArgumentException
  * @group Common
  */
 public function testPreviousByValueException()
 {
     Arr::previousByValue('not-an-array', 'key');
 }