From feba9587ec2a4ecaedb81831ef4651d25bd8fe5a Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Thu, 23 Jul 2020 23:58:29 +0200 Subject: [PATCH] Fix paths for tests (#244) --- phpunit.xml.dist | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/phpunit.xml.dist b/phpunit.xml.dist index 1122406..fea68f4 100644 --- a/phpunit.xml.dist +++ b/phpunit.xml.dist @@ -12,14 +12,14 @@ > - ./Tests/EmailValidator + ./tests/EmailValidator ./vendor/ - ./EmailValidator/ + ./src/