/**
  * {@inheritDoc}
  */
 public function store($sourceFile, $id, $name, $type, $variant = NULL, $options = array())
 {
     $this->stored[] = array('id' => $id, 'name' => $name, 'type' => $type, 'variant' => $variant, 'source' => (string) $sourceFile);
     return $this->originalMediaStorage->store($sourceFile, $id, $name, $type, $variant, $options);
 }