From 40ebb68fa88924a8896ac8e129a7b77653ea3988 Mon Sep 17 00:00:00 2001 From: Abdelrahman Omran Date: Fri, 20 Jul 2018 19:11:24 +0200 Subject: [PATCH] Update PHPUnit options --- phpunit.xml.dist | 18 +++++++++++++----- tests/{Integration => Feature}/.gitkeep | 0 2 files changed, 13 insertions(+), 5 deletions(-) rename tests/{Integration => Feature}/.gitkeep (100%) diff --git a/phpunit.xml.dist b/phpunit.xml.dist index 75910f5..929d99b 100644 --- a/phpunit.xml.dist +++ b/phpunit.xml.dist @@ -15,22 +15,30 @@ printerClass="Codedungeon\PHPUnitPrettyResultPrinter\Printer"> - tests/Unit + ./tests/Unit - - tests/Integration + + ./tests/Feature - src/ + ./src - + + + + + + + + + diff --git a/tests/Integration/.gitkeep b/tests/Feature/.gitkeep similarity index 100% rename from tests/Integration/.gitkeep rename to tests/Feature/.gitkeep