From 3217867eda90c2d522fd6b3e654a9301807b2278 Mon Sep 17 00:00:00 2001 From: Kunal Mehta Date: Tue, 26 Jul 2016 02:39:56 -0700 Subject: [PATCH] ParserTest: Remove warning about gd extension not being installed The tests actually pass just fine if gd isn't installed. Change-Id: Ia37255fd642a8f741f1e1a547702495b3a83b584 --- tests/parser/parserTest.inc | 4 ---- 1 file changed, 4 deletions(-) diff --git a/tests/parser/parserTest.inc b/tests/parser/parserTest.inc index 9b85d3fe61..e965e2d537 100644 --- a/tests/parser/parserTest.inc +++ b/tests/parser/parserTest.inc @@ -174,10 +174,6 @@ class ParserTest { echo "Warning: tidy is not installed, skipping some tests\n"; } - if ( !extension_loaded( 'gd' ) ) { - echo "Warning: GD extension is not present, thumbnailing tests will probably fail\n"; - } - $this->hooks = []; $this->functionHooks = []; $this->transparentHooks = []; -- 2.20.1