From a2c53b58ba8ed15b6710f85f8c57d010da462257 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Samuel=20=C5=A0tancl?= Date: Wed, 28 Sep 2022 18:43:39 +0200 Subject: [PATCH] try to exclude Vite.php from coverage report --- phpunit.xml | 3 ++- src/Vite.php | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) 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.