Skip to:
Content

BuddyPress.org

Changeset 12667


Ignore:
Timestamp:
06/16/2020 04:34:24 AM (14 months ago)
Author:
r-a-y
Message:

Tests: Fix missing 'name' attribute warning for PHPUnit 7.

Fixes #8302.

Location:
trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/phpunit.xml.dist

    r8367 r12667  
    88    >
    99    <testsuites>
    10         <testsuite>
     10        <testsuite name="default">
    1111            <directory suffix=".php">tests/phpunit/testcases/</directory>
    1212        </testsuite>
  • trunk/tests/phpunit/multisite.xml

    r7028 r12667  
    1111    </php>
    1212    <testsuites>
    13         <testsuite>
     13        <testsuite name="default">
    1414            <directory suffix=".php">./testcases/</directory>
    1515        </testsuite>
Note: See TracChangeset for help on using the changeset viewer.