From efa5344a7f0618997d2a60edcb0bfb8c7d82c957 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Julien=20Moumn=C3=A9?= Date: Tue, 9 Apr 2013 21:41:13 +0200 Subject: [PATCH] refs #3323 exclude static png graph tests in travis-ci until I can set-up travis-ci gd version on my box --- tests/PHPUnit/BaseFixture.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/PHPUnit/BaseFixture.php b/tests/PHPUnit/BaseFixture.php index 917caf36cbf..293653b6c2b 100644 --- a/tests/PHPUnit/BaseFixture.php +++ b/tests/PHPUnit/BaseFixture.php @@ -265,7 +265,7 @@ public static function canImagesBeIncludedInScheduledReports() return stristr(php_uname(), self::IMAGES_GENERATED_ONLY_FOR_OS) && version_compare(phpversion(), self::IMAGES_GENERATED_FOR_PHP, '>=') && - stristr($gdInfo['GD Version'], self::IMAGES_GENERATED_FOR_GD); + $gdInfo['GD Version'] == self::IMAGES_GENERATED_FOR_GD; } public static $geoIpDbUrl = 'http://piwik-team.s3.amazonaws.com/GeoIP.dat.gz';