From 74bfd3dccf98d19bd1d7eeb356c6c17577585451 Mon Sep 17 00:00:00 2001 From: peaklabs-dev <122374094+peaklabs-dev@users.noreply.github.com> Date: Tue, 22 Apr 2025 21:01:36 +0200 Subject: [PATCH] test(setup): configure phpunit.xml --- phpunit.xml | 40 +++++++++++++++++++++++----------------- 1 file changed, 23 insertions(+), 17 deletions(-) diff --git a/phpunit.xml b/phpunit.xml index 506b9a38e..ead39590b 100644 --- a/phpunit.xml +++ b/phpunit.xml @@ -1,16 +1,20 @@ + xsi:noNamespaceSchemaLocation="vendor/phpunit/phpunit/phpunit.xsd" + bootstrap="vendor/autoload.php" colors="true"> - - tests/Unit + + tests/Browser tests/Feature + + tests/Unit + + + tests/ArchTest.php + @@ -18,16 +22,18 @@ - - - - - - - - - - - + + + + + + + + + + + + +