diff --git a/phpunit.xml b/phpunit.xml
index 61c031c..d01a673 100644
--- a/phpunit.xml
+++ b/phpunit.xml
@@ -30,4 +30,9 @@
+
+
+
+
+
diff --git a/tests/Unit/ArchTest.php b/tests/Unit/ArchTest.php
index 6a06dc7..73fa62c 100644
--- a/tests/Unit/ArchTest.php
+++ b/tests/Unit/ArchTest.php
@@ -20,6 +20,7 @@
'App\Exceptions',
'App\Jobs',
'App\Models',
+ 'App\Events',
'App\Providers',
'App\Services',
]);