From 096592cf14a777cb89d81adc978efb8ef87fc789 Mon Sep 17 00:00:00 2001 From: Christian Aistleitner Date: Sat, 28 Apr 2012 23:50:54 +0200 Subject: [PATCH] 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 --- tests/phpunit/bootstrap.php | 4 ++-- tests/phpunit/phpunit.php | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) 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 <<