Skip to:
Content

bbPress.org

Changeset 5267


Ignore:
Timestamp:
02/10/2014 02:46:20 AM (10 years ago)
Author:
johnjamesjacoby
Message:

Fix relative path to unit test bootstrap. See #2542.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/tests/bootstrap.php

    r5266 r5267  
    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.