From 356027981f5e91cce8f23f5677c7b692614ea704 Mon Sep 17 00:00:00 2001 From: Dennis Eichhorn Date: Sat, 11 Aug 2018 14:20:21 +0200 Subject: [PATCH] Use local phpunit --- .travis.yml | 3 +-- tests/phpunit_no_coverage.xml | 2 +- 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/.travis.yml b/.travis.yml index 6e03ff00c..db918fcae 100644 --- a/.travis.yml +++ b/.travis.yml @@ -9,9 +9,8 @@ before_script: - composer install - git clone -b develop https://github.com/Orange-Management/Build.git - chmod -R 755 Build/Hooks - - ls -l script: - - phpunit --version && phpunit --configuration tests/phpunit_no_coverage.xml + - vendor/bin/phpunit --version && vendor/bin/phpunit --configuration tests/phpunit_no_coverage.xml - pwd - ./Build/Hooks/travis.sh notifications: diff --git a/tests/phpunit_no_coverage.xml b/tests/phpunit_no_coverage.xml index 2cdead0d3..b95dbd154 100644 --- a/tests/phpunit_no_coverage.xml +++ b/tests/phpunit_no_coverage.xml @@ -11,7 +11,7 @@ ./ - ./tests + ./tests/ Module/ModuleManagerTest.php ./vendor ./Build