Update broken path in phpunit configuration

This commit is contained in:
Robbie Averill 2018-07-03 16:00:31 +12:00
parent 5d53be9df6
commit 3c1457c0ee

View File

@ -1,6 +1,6 @@
<phpunit bootstrap="vendor/silverstripe/framework/tests/bootstrap.php" colors="true"> <phpunit bootstrap="vendor/silverstripe/framework/tests/bootstrap.php" colors="true">
<testsuite name="Default"> <testsuite name="Default">
<directory>tests/php</directory> <directory>tests/</directory>
</testsuite> </testsuite>
<filter> <filter>