mirror of
https://github.com/kamilwylegala/cakephp2-php8.git
synced 2024-11-15 03:18:26 +00:00
Fix missed use of VERSION.
This commit is contained in:
parent
f6c5ceb77a
commit
6d3ae3b83c
1 changed files with 1 additions and 1 deletions
|
@ -235,7 +235,7 @@ class CakeEventManagerTest extends CakeTestCase {
|
||||||
*/
|
*/
|
||||||
public function testDispatchReturnValue() {
|
public function testDispatchReturnValue() {
|
||||||
$this->skipIf(
|
$this->skipIf(
|
||||||
version_compare(PHPUnit_Runner_Version::VERSION, '3.7', '<'),
|
version_compare(PHPUnit_Runner_Version::id(), '3.7', '<'),
|
||||||
'These tests fail in PHPUnit 3.6'
|
'These tests fail in PHPUnit 3.6'
|
||||||
);
|
);
|
||||||
$manager = new CakeEventManager;
|
$manager = new CakeEventManager;
|
||||||
|
|
Loading…
Reference in a new issue