Skip to content

Commit

Permalink
Remove warning
Browse files Browse the repository at this point in the history
  • Loading branch information
danog committed May 20, 2021
1 parent bb5aaa9 commit a6dbd06
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 20 deletions.
19 changes: 0 additions & 19 deletions .travis.yml

This file was deleted.

1 change: 0 additions & 1 deletion tests/CompatibilityTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,6 @@ public function testCompatibility($implementation, $path, $precalculated)
$implementation = new $implementation();
foreach (['gd', 'imagick'] as $driver) {
if (!extension_loaded($driver)) {
$this->addWarning("Extension $driver isn't loaded!");
continue;
}

Expand Down

0 comments on commit a6dbd06

Please sign in to comment.