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