diff --git a/composer.json b/composer.json
index b093f30..a4a4c32 100644
--- a/composer.json
+++ b/composer.json
@@ -38,6 +38,7 @@
"fix": "@fix:phpcbf",
"fix:phpcbf": "phpcbf src tests",
"test": "phpunit",
+ "test:unit": "phpunit --testsuite unit",
"test:integration": "phpunit --testsuite integration"
},
"suggest": {
diff --git a/phpunit.xml.dist b/phpunit.xml.dist
index 948d6db..60f9815 100644
--- a/phpunit.xml.dist
+++ b/phpunit.xml.dist
@@ -11,6 +11,9 @@
tests/Integration
+
+ tests/Unit
+