Ejemplo n.º 1
0
 public function testNullParamsToConstructor()
 {
     $animals = new PrettyArray(null, null);
     $this->assertEquals(array(), $animals->to_a());
 }