コード例 #1
0
ファイル: IterUtilTest.php プロジェクト: suramon/itertools
 /**
  * @test
  * @expectedException InvalidArgumentException
  **/
 public function testAnyShouldThrowExceptionIfSuppliedWithInvalidCallable()
 {
     IterUtil::any(array(), 66);
 }