Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
rubenvanassche committed Aug 2, 2019
1 parent 9e19fe0 commit cb7b47e
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/ImageTest.php
Expand Up @@ -105,7 +105,7 @@ public function it_can_modify_files_with_the_same_name_if_they_are_in_different_
->crop(Manipulations::CROP_CENTER, 100, 100)
->save($firstTargetFile);

Image::load($this->getTestFile('test-folder/test.jpg'))
Image::load($this->getTestFile('testdir/test.jpg'))
->sepia()
->apply()
->crop(Manipulations::CROP_CENTER, 100, 100)
Expand Down
File renamed without changes

0 comments on commit cb7b47e

Please sign in to comment.