Merge pull request #8 from silverstripe/fix-phpunit

BUGFIX: Correct location of bootstrap file so phpunit CLI works. (#7001)
This commit is contained in:
Will Rossiter 2012-03-23 22:32:55 -07:00
commit 04732c1d0d

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">