Skip to content
This repository has been archived by the owner on Jun 23, 2023. It is now read-only.

Commit

Permalink
Unused variable
Browse files Browse the repository at this point in the history
  • Loading branch information
lsolesen committed Apr 21, 2016
1 parent 221fd03 commit d6955e7
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion test/Bug3017880Test.php
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,6 @@ function testThisDoesNotWorkAsExpected()

if ($resave_file == 1 && ! file_put_contents($filename, $jpeg->getBytes())) {
// if it was okay to resave the file, but it did not save correctly
$success = 0;
}
} catch (Exception $e) {
$this->fail('Test should not throw an exception');
Expand Down

0 comments on commit d6955e7

Please sign in to comment.