Changeset 8301
- Timestamp:
- 02/21/2019 12:22:51 AM (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
sites/trunk/wordcamp.org/phpunit-bootstrap.php
r8298 r8301 1 1 <?php 2 3 define( 'WP_PLUGIN_DIR', __DIR__ . '/public_html/wp-content/plugins' ); 2 4 3 5 $core_tests_directory = getenv( 'WP_TESTS_DIR' ); … … 24 26 * not clear if that would properly isolate them from each other, and allow multiple independent contexts, though. 25 27 */ 26 require_once( __DIR__ . '/public_html/wp-content/plugins/wordcamp-organizer-reminders/tests/bootstrap.php' );27 require_once( __DIR__ . '/public_html/wp-content/plugins/wordcamp-remote-css/tests/bootstrap.php' );28 require_once( WP_PLUGIN_DIR . '/wordcamp-organizer-reminders/tests/bootstrap.php' ); 29 require_once( WP_PLUGIN_DIR . '/wordcamp-remote-css/tests/bootstrap.php' ); 28 30 29 31 require_once( $core_tests_directory . '/includes/bootstrap.php' );
Note: See TracChangeset
for help on using the changeset viewer.