From: Christian Aistleitner Date: Sat, 28 Apr 2012 21:50:54 +0000 (+0200) Subject: Bumping minimum supported version of PHPUnit to 3.6.7 X-Git-Tag: 1.31.0-rc.0~23752^2 X-Git-Url: http://git.cyclocoop.org/%22%2C%20generer_url_ecrire%28?a=commitdiff_plain;h=096592cf14a777cb89d81adc978efb8ef87fc789;p=lhc%2Fweb%2Fwiklou.git Bumping minimum supported version of PHPUnit to 3.6.7 With PHPUnit 3.6.7, we can finally check the output of tests. Change-Id: Ib0f1afe5fd9ab9784ba7f78b2921cf047ccc83f3 --- diff --git a/tests/phpunit/bootstrap.php b/tests/phpunit/bootstrap.php index b023fdcf94..08eb50f7eb 100644 --- a/tests/phpunit/bootstrap.php +++ b/tests/phpunit/bootstrap.php @@ -15,11 +15,11 @@ EOF; } // Output a notice when running with older versions of PHPUnit -if ( !version_compare( PHPUnit_Runner_Version::id(), "3.4.1", ">" ) ) { +if ( version_compare( PHPUnit_Runner_Version::id(), "3.6.7", "<" ) ) { echo <<