From 07eda2f04dbece4e82eac6f2880b6f9cea2fe986 Mon Sep 17 00:00:00 2001 From: owenbush <ojb@ukhhf.co.uk> Date: Mon, 11 May 2020 21:59:27 -0600 Subject: [PATCH] Change phpunit path for unit tests --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index ec9c9dc6..5891a75b 100644 --- a/.travis.yml +++ b/.travis.yml @@ -86,7 +86,7 @@ script: - ./vendor/bin/drush runserver --default-server=builtin 8888 > /dev/null & # Run the PHPUnit tests. - - ./vendor/bin/phpunit -c ./web/core/phpunit.xml.dist --verbose --group=$MODULE ./web/modules/contrib/$MODULE + - ./vendor/bin/phpunit -c ./web/modules/contrib/$MODULE/phpunit.xml --verbose --group=$MODULE # Run the deprecation checks. - ./vendor/bin/drupal-check ./web/modules/contrib/$MODULE -- GitLab