diff --git a/phpunit.xml b/phpunit.xml index f8908da..dceec4e 100644 --- a/phpunit.xml +++ b/phpunit.xml @@ -1,21 +1,21 @@ - - - ./src - - - ./src/migrations - ./src/Seeds - - - - - tests - - + xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" + colors="true" + bootstrap="vendor/autoload.php" + xsi:noNamespaceSchemaLocation="https://schema.phpunit.de/9.3/phpunit.xsd"> + + + ./src + + + ./src/migrations + ./src/Seeds + + + + + tests + +