Пример #1
0
 /**
  * @expectedException \InvalidArgumentException
  */
 public function testRemoveNotExists()
 {
     Container::remove('no');
 }