/**
  * @expectedException \OutOfBoundsException
  */
 public function testDeleteNotExistingFormatter()
 {
     $this->manager->delete("foo");
 }