mirror of
https://github.com/silverstripe/silverstripe-installer
synced 2024-10-22 15:05:33 +00:00
BUGFIX: Correct location of bootstrap file so phpunit CLI works. (#7001)
This commit is contained in:
parent
a7343897dc
commit
e81f11a9aa
@ -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">
|
||||
|
Loading…
x
Reference in New Issue
Block a user