Ejemplo n.º 1
0
 /**
  * @expectedException \OutOfBoundsException
  */
 public function testDeleteNotExistingFormatter()
 {
     $this->manager->delete("foo");
 }