mirror of
https://github.com/silverstripe/silverstripe-framework
synced 2024-10-22 14:05:37 +02:00
MINOR syntax error in TestRunner.php
git-svn-id: svn://svn.silverstripe.com/silverstripe/open/modules/sapphire/trunk@77706 467b73ca-7a2a-4603-9d3b-597d59a354a9
This commit is contained in:
parent
9c10166381
commit
e1f54bc394
@ -56,7 +56,7 @@ class TestRunner extends Controller {
|
||||
if (!self::$default_reporter) self::set_reporter(Director::is_cli() ? 'CliDebugView' : 'DebugView');
|
||||
|
||||
if(!hasPhpUnit()) {
|
||||
die("Please install PHPUnit using pear"));
|
||||
die("Please install PHPUnit using pear");
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user