diff --git a/phpunit.xml b/phpunit.xml
index 28fc8a08..934fd431 100644
--- a/phpunit.xml
+++ b/phpunit.xml
@@ -18,6 +18,7 @@
./src
./src/routes.php
+ ./src/Vite.php
@@ -35,4 +36,4 @@
-
\ No newline at end of file
+
diff --git a/src/Vite.php b/src/Vite.php
index 2598a2e4..1887361a 100644
--- a/src/Vite.php
+++ b/src/Vite.php
@@ -4,7 +4,7 @@ namespace Stancl\Tenancy;
use Illuminate\Foundation\Vite as BaseVite;
-class Vite extends BaseVite
+class Vite extends BaseVite // todo move to a different directory in v4
{
/**
* Generate an asset path for the application.