Changeset 42343 for trunk/tests/phpunit/tests/functions/pluginBasename.php
- Timestamp:
- 11/30/2017 11:09:33 PM (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/tests/phpunit/tests/functions/pluginBasename.php
r37983 r42343 25 25 26 26 $this->wp_plugin_paths_backup = $GLOBALS['wp_plugin_paths']; 27 $this->wp_plugin_path = wp_normalize_path( WP_PLUGIN_DIR );27 $this->wp_plugin_path = wp_normalize_path( WP_PLUGIN_DIR ); 28 28 } 29 29 … … 56 56 $wp_plugin_paths = array( 57 57 $this->wp_plugin_path . '/plugin' => '/Users/me/Dropbox/Development/Repositories/plugin', 58 $this->wp_plugin_path . '/trunk' => '/Users/me/Dropbox/Development/Repositories/plugin/trunk',58 $this->wp_plugin_path . '/trunk' => '/Users/me/Dropbox/Development/Repositories/plugin/trunk', 59 59 ); 60 60
Note: See TracChangeset
for help on using the changeset viewer.