Fixed bootstrap.php path in phpunit.xml.dist

This commit is contained in:
Ingo Schommer 2012-11-09 11:48:34 +01:00
parent f8e860fac1
commit a2501ad209
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.
-->
<phpunit
bootstrap="/sapphire/tests/bootstrap.php"
bootstrap="sapphire/tests/bootstrap.php"
colors="true"
>
<testsuite name="Default">