Skip to:
Content

BuddyPress.org

Changeset 8367


Ignore:
Timestamp:
05/04/2014 01:45:36 PM (9 years ago)
Author:
djpaul
Message:

Tests: fix path to phpUnit bootstrap in phpunit.xml.dist.

This change is needed as result of the trunk re-organisation caused by the adoption of Grunt. See #5160

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/phpunit.xml.dist

    r8357 r8367  
    11<phpunit
    2     bootstrap="bootstrap.php"
     2    bootstrap="tests/phpunit/bootstrap.php"
    33    backupGlobals="false"
    44    colors="true"
     
    99    <testsuites>
    1010        <testsuite>
    11             <directory suffix=".php">./testcases/</directory>
     11            <directory suffix=".php">tests/phpunit/testcases/</directory>
    1212        </testsuite>
    1313    </testsuites>
Note: See TracChangeset for help on using the changeset viewer.