Fixed bootstrap path in phpunit config

This commit is contained in:
Richard Miller 2011-12-04 21:47:05 +00:00
parent bf1fe1685a
commit 05cb7dd500

View file

@ -9,7 +9,7 @@
processIsolation="false"
stopOnFailure="false"
syntaxCheck="false"
bootstrap="../../../app/bootstrap.php.cache"
bootstrap="../../../../app/bootstrap.php.cache"
>
<testsuites>