/**
  * Overridden to change the expected exception (none).
  *
  * @covers \eZ\Publish\Core\IO\IOService::deleteBinaryFile
  */
 public function testDeleteBinaryFileNotFound()
 {
     parent::testDeleteBinaryFileNotFound();
 }