Make WordPress Core

Ticket #12277: 12277.phpunit.xml.patch

File 12277.phpunit.xml.patch, 387 bytes (added by mbijon, 13 years ago)

Disables color codes for Windows, post-June 2012 testrunner

  • phpunit.xml

     
    11<phpunit
    22        bootstrap="includes/bootstrap.php"
    33        backupGlobals="false"
    4         colors="true"
     4        colors="false"
    55        >
    66    <testsuites>
    77        <!-- Default test suite to run all tests -->