mirror of
https://github.com/silverstripe/silverstripe-installer
synced 2024-10-22 17:05:33 +02:00
MINOR Fixed phpunit bootstrap relative path
This commit is contained in:
parent
b7c8737de6
commit
039a37230f
@ -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…
Reference in New Issue
Block a user