From 8fa7c9a27a67d8b059853c3b0e4727b48a6349b1 Mon Sep 17 00:00:00 2001 From: Damian Mooyman Date: Wed, 11 Oct 2017 17:48:36 +1300 Subject: [PATCH] Update test paths --- .cow.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.cow.json b/.cow.json index a19992b..f53635b 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/php" ], "exclude": [ "silverstripe/recipe-plugin"