Ejemplo n.º 1
0
 public function testRemoveItem()
 {
     $this->coll->remove('b');
     $this->assertFalse($this->coll->has('b'));
 }