Skip to:
Content

BuddyPress.org


Ignore:
Timestamp:
04/11/2013 02:13:00 AM (12 years ago)
Author:
boonebgorges
Message:

Improves test suite async installation process, for more flexible WP_TESTS_DIR paths

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/tests/bootstrap.php

    r6905 r6908  
    11<?php
     2
     3define( 'BP_PLUGIN_DIR', dirname( dirname( __FILE__ ) ) . '/' );
    24
    35require_once getenv( 'WP_TESTS_DIR' ) . '/includes/functions.php';
Note: See TracChangeset for help on using the changeset viewer.