Ejemplo n.º 1
0
 public function test_all_4()
 {
     // Without callback test
     $values = array(null, true, 99);
     $ret = Enumerator::all_($values);
     $this->assertEquals(false, $ret);
 }