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
path: root/tests
diff options
context:
space:
mode:
authorJulien Moumné <julien@piwik.org>2013-04-04 20:12:46 +0400
committerJulien Moumné <julien@piwik.org>2013-04-04 20:12:46 +0400
commit7b2a2f0517f70e77306d8d2990432e306e2f1071 (patch)
tree7fabe73384e430fda84328d1b8c41fd6b0d62f1a /tests
parentf387a8914484fca089bd221bac660dd88909ec56 (diff)
no tabs
Diffstat (limited to 'tests')
-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 acce41bf2b..b0b20e6673 100644
--- a/tests/PHPUnit/BaseFixture.php
+++ b/tests/PHPUnit/BaseFixture.php
@@ -264,7 +264,7 @@ abstract class Test_Piwik_BaseFixture extends PHPUnit_Framework_Assert
$gdInfo = gd_info();
return
(stristr(php_uname(), self::IMAGES_GENERATED_ONLY_FOR_OS)) &&
- version_compare(phpversion(), self::IMAGES_GENERATED_FOR_PHP, '>=') &&
+ version_compare(phpversion(), self::IMAGES_GENERATED_FOR_PHP, '>=') &&
$gdInfo['GD Version'] == self::IMAGES_GENERATED_FOR_GD;
}