Update test paths

This commit is contained in:
Damian Mooyman 2017-10-11 17:48:36 +13:00 committed by GitHub
parent 33aa9ab719
commit 8fa7c9a27a
1 changed files with 2 additions and 2 deletions

View File

@ -8,8 +8,8 @@
"silverstripe"
],
"tests": [
"vendor/bin/phpunit framework/tests/php",
"vendor/bin/phpunit cms/tests"
"vendor/bin/phpunit vendor/silverstripe/framework/tests/php",
"vendor/bin/phpunit vendor/silverstripe/cms/tests/php"
],
"exclude": [
"silverstripe/recipe-plugin"