MINOR Fixed phpunit bootstrap relative path

This commit is contained in:
Ingo Schommer 2012-05-29 15:57:55 +02:00
parent b7c8737de6
commit 039a37230f

View File

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