diff --git a/src/Tests/ToolkitImagemagickTest.php b/src/Tests/ToolkitImagemagickTest.php index 4d100a5..5dbfb33 100644 --- a/src/Tests/ToolkitImagemagickTest.php +++ b/src/Tests/ToolkitImagemagickTest.php @@ -112,7 +112,6 @@ class ToolkitImagemagickTest extends WebTestBase { // installed, so there's no purpose to try and run this test there; // it can be run locally where ImageMagick is installed. debug('Tests for ImageMagick cannot run because the \'convert\' binary is not available on the shell path.'); - return; } else { $this->doTestManipulations(); @@ -130,7 +129,6 @@ class ToolkitImagemagickTest extends WebTestBase { // installed, so there's no purpose to try and run this test there; // it can be run locally where GraphicsMagick is installed. debug('Tests for GraphicsMagick cannot run because the \'gm\' binary is not available on the shell path.'); - return; } else { $this->doTestManipulations();