Ejemplo n.º 1
0
 public function test_call_6()
 {
     $arr = new PrettyArray(array('snowball', 'snowcone', 'snowangel', 'igloo', 'ice'));
     $ret = $arr->count();
     $this->assertEquals(5, $ret);
 }