From e6f40c10c5b4d705a2cc6451cd8272c0b7799b5a Mon Sep 17 00:00:00 2001 From: frank Date: Sat, 14 Nov 2020 13:10:58 +0100 Subject: [PATCH] fix phpunit.xml --- CHANGELOG.md | 5 +++++ phpunit.xml | 33 +++++++++++++++++++++------------ 2 files changed, 26 insertions(+), 12 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 9d2c63f..f053695 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,8 @@ +## 2.0.1 - 14-11-2020 + +### Bug fix + - Fixed to correct phpunit.xml + ## 2.0.0 - 14-11-2020 ### Compatibility diff --git a/phpunit.xml b/phpunit.xml index 553ae07..5f639fd 100644 --- a/phpunit.xml +++ b/phpunit.xml @@ -1,13 +1,22 @@ - - - - - - + + + + + ./tests/ + + - - - - - - + + + ./src/ + + +