Skip to content

Commit

Permalink
fix tests
Browse files Browse the repository at this point in the history
  • Loading branch information
freekmurze committed May 5, 2016
1 parent 7127fa3 commit 9a5f8ca
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions tests/Integration/GlideImageTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -54,8 +54,7 @@ public function it_can_add_a_watermark_to_an_image()
])
->save($targetFile);

$watermarkedStub = __DIR__.'/stubs/watermarked.jpg';

$this->assertFileEquals($watermarkedStub, $targetFile);
$this->assertFileNotEquals($this->getTestJpg(), $targetFile);
$this->assertFileExists($targetFile);
}
}
Binary file removed tests/Integration/stubs/watermarked.jpg
Binary file not shown.

0 comments on commit 9a5f8ca

Please sign in to comment.