BUGFIX: Correct location of bootstrap file so phpunit CLI works. (#7001)

This commit is contained in:
Sam Minnee 2012-03-24 11:40:02 +13:00
parent a7343897dc
commit e81f11a9aa
1 changed files with 1 additions and 1 deletions

View File

@ -13,7 +13,7 @@
- sapphire/dev/TestRunner.php for an alternative way to run unit tests through the "sake" CLI tool. - sapphire/dev/TestRunner.php for an alternative way to run unit tests through the "sake" CLI tool.
--> -->
<phpunit <phpunit
bootstrap="/sapphire/tests/bootstrap.php" bootstrap="sapphire/tests/bootstrap.php"
colors="true" colors="true"
> >
<testsuite name="Default"> <testsuite name="Default">