Ejemplo n.º 1
0
 public function test_enumerator_instance_one()
 {
     $arr = new PrettyArray(array(null, true, false));
     $ret = $arr->one();
     $this->assertEquals(true, $ret);
 }