From d6c528b8bc433914cadb60ce4435c011c861fa59 Mon Sep 17 00:00:00 2001 From: Damian Mooyman Date: Wed, 25 Oct 2017 16:20:00 +1300 Subject: [PATCH] Fix test paths --- .cow.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.cow.json b/.cow.json index a19992b..adcbc69 100644 --- a/.cow.json +++ b/.cow.json @@ -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" ], "exclude": [ "silverstripe/recipe-plugin"