Skip to content

Commit

Permalink
Fixed namespace
Browse files Browse the repository at this point in the history
  • Loading branch information
jrbasso committed Oct 16, 2012
1 parent b6bffa6 commit 591cd89
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/Cake/Test/TestCase/Event/EventManagerTest.php
Expand Up @@ -263,7 +263,7 @@ public function testDispatchReturnValue() {
*/
public function testDispatchFalseStopsEvent() {
$this->skipIf(
version_compare(PHPUnit_Runner_Version::id(), '3.7', '<'),
version_compare(\PHPUnit_Runner_Version::id(), '3.7', '<'),
'These tests fail in PHPUnit 3.6'
);

Expand Down

0 comments on commit 591cd89

Please sign in to comment.