From d820e373a8c9affcf55bfa0263595c10cfd68202 Mon Sep 17 00:00:00 2001
From: peaklabs-dev <122374094+peaklabs-dev@users.noreply.github.com>
Date: Tue, 22 Apr 2025 21:04:43 +0200
Subject: [PATCH] test: upgrade phpunit.xml to the latest Laravel skeleton
---
phpunit.xml | 14 ++++++++++----
1 file changed, 10 insertions(+), 4 deletions(-)
diff --git a/phpunit.xml b/phpunit.xml
index f38b407d3a..ead39590b3 100644
--- a/phpunit.xml
+++ b/phpunit.xml
@@ -3,6 +3,9 @@
xsi:noNamespaceSchemaLocation="vendor/phpunit/phpunit/phpunit.xsd"
bootstrap="vendor/autoload.php" colors="true">
+
+ tests/Browser
+
tests/Feature
@@ -15,19 +18,22 @@
- ./app
+ app
+
+
-
-
+
+
-
+
+