Skip to content

Commit

Permalink
Remove original path
Browse files Browse the repository at this point in the history
  • Loading branch information
bitbager committed Jul 16, 2018
1 parent 9f7d200 commit d0f5b67
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions spec/Entity/MediaSpec.php
Original file line number Diff line number Diff line change
Expand Up @@ -51,9 +51,6 @@ function it_allows_access_via_properties(File $uploadedFile): void
$this->setFile($uploadedFile);
$this->getFile()->shouldReturn($uploadedFile);

$this->setOriginalPath('/media/video');
$this->getOriginalPath()->shouldReturn('/media/video');

$this->setMimeType('video/mp4');
$this->getMimeType()->shouldReturn('video/mp4');
}
Expand Down

0 comments on commit d0f5b67

Please sign in to comment.