Exemple #1
0
 public function testRemove()
 {
     $this->_object->remove('asset');
     $this->assertEquals([], $this->_object->getAll());
 }