Changeset 49514 for branches/5.2/tests/phpunit/tests/multisite/network.php
- Timestamp:
- 11/06/2020 04:28:46 PM (4 years ago)
- Location:
- branches/5.2
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/5.2
-
branches/5.2/tests/phpunit/tests/multisite/network.php
r42343 r49514 275 275 // activate the plugin sitewide 276 276 activate_plugin( $path, '', $network_wide = true ); 277 $active_plugins 277 $active_plugins = wp_get_active_network_plugins(); 278 278 $this->assertEquals( array( WP_PLUGIN_DIR . '/hello.php' ), $active_plugins ); 279 279
Note: See TracChangeset
for help on using the changeset viewer.