From: Kunal Mehta Date: Tue, 26 Jul 2016 09:39:56 +0000 (-0700) Subject: ParserTest: Remove warning about gd extension not being installed X-Git-Tag: 1.31.0-rc.0~6032 X-Git-Url: https://git.cyclocoop.org/%242?a=commitdiff_plain;h=3217867eda90c2d522fd6b3e654a9301807b2278;p=lhc%2Fweb%2Fwiklou.git ParserTest: Remove warning about gd extension not being installed The tests actually pass just fine if gd isn't installed. Change-Id: Ia37255fd642a8f741f1e1a547702495b3a83b584 --- 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 = [];