Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/matomo-org/matomo.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJulien Moumné <julien@piwik.org>2013-04-09 23:41:13 +0400
committerJulien Moumné <julien@piwik.org>2013-04-09 23:41:13 +0400
commitefa5344a7f0618997d2a60edcb0bfb8c7d82c957 (patch)
tree48ed6c9ee1da7e5e13ee95aee659b7b380bcbd75
parent5cb694e46a1e056d5cffdc543887b1898b8e6f33 (diff)
refs #3323 exclude static png graph tests in travis-ci until I can set-up travis-ci gd version on my box
-rw-r--r--tests/PHPUnit/BaseFixture.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/PHPUnit/BaseFixture.php b/tests/PHPUnit/BaseFixture.php
index 917caf36cb..293653b6c2 100644
--- a/tests/PHPUnit/BaseFixture.php
+++ b/tests/PHPUnit/BaseFixture.php
@@ -265,7 +265,7 @@ abstract class Test_Piwik_BaseFixture extends PHPUnit_Framework_Assert
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';