From 4d62bd23f09abfb789030701ee3fec983c544eca Mon Sep 17 00:00:00 2001 From: Robert Latamaosadi Date: Wed, 7 Oct 2020 09:56:53 +0800 Subject: [PATCH] change indentation to 4 spacing --- phpunit.xml | 36 ++++++++++++++++++------------------ 1 file changed, 18 insertions(+), 18 deletions(-) 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 + +