Changeset 8302 for sites/trunk/wordcamp.org/phpunit-bootstrap.php
- Timestamp:
- 02/21/2019 12:22:55 AM (7 years ago)
- File:
-
- 1 edited
-
sites/trunk/wordcamp.org/phpunit-bootstrap.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
sites/trunk/wordcamp.org/phpunit-bootstrap.php
r8301 r8302 15 15 require_once( dirname( dirname( $core_tests_directory ) ) . '/build/wp-admin/includes/plugin.php' ); 16 16 17 17 18 /* 18 19 * Load individual plugin bootstrappers … … 29 30 require_once( WP_PLUGIN_DIR . '/wordcamp-remote-css/tests/bootstrap.php' ); 30 31 32 /* 33 * This has to be the last plugin bootstrapper, because it includes the Core test bootstrapper, which would 34 * short-circuits any other plugin bootstrappers than run after it. We can remove that when we remove CampTix 35 * from the w.org directory and make it a wordcamp.org-only plugin. 36 */ 37 require_once( WP_PLUGIN_DIR . '/camptix/tests/bootstrap.php' ); 38 31 39 require_once( $core_tests_directory . '/includes/bootstrap.php' );
Note: See TracChangeset
for help on using the changeset viewer.