Make WordPress Core

Changes between Initial Version and Version 2 of Ticket #23690


Ignore:
Timestamp:
03/04/2013 06:27:53 PM (12 years ago)
Author:
scribu
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #23690

    • Property Owner set to scribu
    • Property Status changed from new to closed
    • Property Resolution changed from to fixed
  • Ticket #23690 – Description

    initial v2  
    2222require_once getenv( 'WP_TESTS_DIR' ) . '/includes/functions.php';
    2323
    24 tests_add_filter( 'plugins_loaded', function() {
     24tests_add_filter( 'muplugins_loaded', function() {
    2525        require __DIR__ . '/../my-plugin.php';
    26 }, 0 );
     26} );
    2727
    2828require getenv( 'WP_TESTS_DIR' ) . '/includes/bootstrap.php';