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 @@ - - - - - - - - - - - + + + + + + + + + + + + +