Changes between Initial Version and Version 2 of Ticket #23690
- Timestamp:
- 03/04/2013 06:27:53 PM (12 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #23690
- Property Owner set to scribu
-
Property
Status
changed from
new
toclosed
-
Property
Resolution
changed from
to
fixed
-
Ticket #23690 – Description
initial v2 22 22 require_once getenv( 'WP_TESTS_DIR' ) . '/includes/functions.php'; 23 23 24 tests_add_filter( ' plugins_loaded', function() {24 tests_add_filter( 'muplugins_loaded', function() { 25 25 require __DIR__ . '/../my-plugin.php'; 26 } , 0);26 } ); 27 27 28 28 require getenv( 'WP_TESTS_DIR' ) . '/includes/bootstrap.php';