سلام ,
من تنظیمات phpunit.xml رو تغییر میدم ولی اعمال نمیشن , مثلا colors="true" اعمال نمیشه .. اما اگر به صورت flag در cmd پاس بدم کار میکنه ..
لطفا راهنمایی کنید .
<?xml version="1.0" encoding="UTF-8" ?>
<phpunit bootstrap="vendor/autoload.php"
colors="always"
stopOnFailure="true"
verbose="true"
testdox="true"
>
<testsuites>
<testsuite name="test 1">
<directory>tests</directory>
</testsuite>
</testsuites>
</phpunit>