diff --git a/lib/Cake/Console/Command/TestShell.php b/lib/Cake/Console/Command/TestShell.php
index dd955d8a2..7e1e2b55f 100644
--- a/lib/Cake/Console/Command/TestShell.php
+++ b/lib/Cake/Console/Command/TestShell.php
@@ -171,7 +171,7 @@ class TestShell extends Shell {
$this->_dispatcher = new CakeTestSuiteDispatcher();
$success = $this->_dispatcher->loadTestFramework();
if (!$success) {
- throw new Exception(__d('cake_dev', 'Please install PHPUnit framework (http://www.phpunit.de)'));
+ throw new Exception(__d('cake_dev', 'Please install PHPUnit framework v3.7 (http://www.phpunit.de)'));
}
}