now using color option on `PHPUnit`

feature/tests
Michael Ochmann 3 years ago
parent fc2c074e5b
commit 850dd51029
  1. 2
      composer.json

@ -17,6 +17,6 @@
"phpunit/phpunit": "^9" "phpunit/phpunit": "^9"
}, },
"scripts" : { "scripts" : {
"test" : "./vendor/bin/phpunit tests --testdox --bootstrap tests/util.php" "test" : "./vendor/bin/phpunit tests --testdox --bootstrap tests/util.php --color"
} }
} }

Loading…
Cancel
Save