Skip to:
Content

BuddyPress.org

Ticket #8302: 8302.01.patch

File 8302.01.patch, 738 bytes (added by r-a-y, 5 years ago)
  • phpunit.xml.dist

     
    77        convertWarningsToExceptions="true"
    88        >
    99        <testsuites>
    10                 <testsuite>
     10                <testsuite name="default">
    1111                        <directory suffix=".php">tests/phpunit/testcases/</directory>
    1212                </testsuite>
    1313        </testsuites>
  • tests/phpunit/multisite.xml

     
    1010                <const name="WP_TESTS_MULTISITE" value="1" />
    1111        </php>
    1212        <testsuites>
    13                 <testsuite>
     13                <testsuite name="default">
    1414                        <directory suffix=".php">./testcases/</directory>
    1515                </testsuite>
    1616        </testsuites>