From 66d4ab1018b39987c734cf96b813f810bcdbc313 Mon Sep 17 00:00:00 2001 From: Aaron Piotrowski Date: Fri, 28 Aug 2020 11:38:03 -0500 Subject: [PATCH] Update for PHPUnit 9.3 --- .gitignore | 1 + phpunit.xml.dist | 10 +++++----- 2 files changed, 6 insertions(+), 5 deletions(-) diff --git a/.gitignore b/.gitignore index 4c4c133..4068542 100644 --- a/.gitignore +++ b/.gitignore @@ -1,4 +1,5 @@ .php_cs.cache +.phpunit.result.cache .idea build composer.lock diff --git a/phpunit.xml.dist b/phpunit.xml.dist index df8eda5..bfa2339 100644 --- a/phpunit.xml.dist +++ b/phpunit.xml.dist @@ -1,7 +1,7 @@ test - - + + src - - + +