Skip to:
Content

bbPress.org

Changeset 5279


Ignore:
Timestamp:
02/11/2014 01:44:09 AM (11 years ago)
Author:
johnjamesjacoby
Message:

Update bootstrap path in bootstrap.php for phpunit testing. See #2542.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/tests/phpunit/bootstrap.php

    r5271 r5279  
    2121    require getenv( 'WP_DEVELOP_DIR' ) . '/tests/phpunit/includes/bootstrap.php';
    2222} else {
    23     require '../../../../../tests/phpunit/includes/bootstrap.php';
     23    require '../../../../tests/phpunit/includes/bootstrap.php';
    2424}
Note: See TracChangeset for help on using the changeset viewer.