From 2ca4e1d21858ebbb3aa8fddf7070abdb49574dfc Mon Sep 17 00:00:00 2001 From: peter279k Date: Sat, 20 Apr 2019 16:25:06 +0800 Subject: [PATCH] Enhance PHPUnit setting --- .travis.yml | 2 -- phpunit.xml.dist | 2 -- 2 files changed, 4 deletions(-) diff --git a/.travis.yml b/.travis.yml index bf48be80..dd83baea 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,7 +1,5 @@ language: php -sudo: false - cache: directories: - $HOME/.composer/cache diff --git a/phpunit.xml.dist b/phpunit.xml.dist index 30afd0f2..78f29766 100644 --- a/phpunit.xml.dist +++ b/phpunit.xml.dist @@ -6,8 +6,6 @@ ./tests/ - tests/PHPUnit/PHPMatcherAssertionsTest.php - tests/PHPUnit/PHPMatcherAssertionsTest.php