Example #1
0
 /**
  * @expectedException \OutOfBoundsException
  */
 public function testRemoveNonExistingProperty()
 {
     $list = new MutableMap();
     $list->remove('foo');
 }