/** * @test * @expectedException InvalidArgumentException **/ public function testAnyShouldThrowExceptionIfSuppliedWithInvalidCallable() { IterUtil::any(array(), 66); }