Skip to content
Snippets Groups Projects
Commit 2bbbfbab authored by Erick Hitter's avatar Erick Hitter
Browse files

More renaming

parent 5287b0e0
Branches
No related tags found
No related merge requests found
{ {
"name": "wp-cli-via-cron-control", "name": "wp-cli-cron-control-offload",
"version": "0.1.0", "version": "0.1.0",
"main": "Gruntfile.js", "main": "Gruntfile.js",
"author": "YOUR NAME HERE", "author": "Erick Hitter",
"devDependencies": { "devDependencies": {
"grunt": "~0.4.5", "grunt": "~0.4.5",
"grunt-wp-i18n": "~0.5.0", "grunt-wp-i18n": "~0.5.0",
......
...@@ -17,7 +17,7 @@ require_once $_tests_dir . '/includes/functions.php'; ...@@ -17,7 +17,7 @@ require_once $_tests_dir . '/includes/functions.php';
* Manually load the plugin being tested. * Manually load the plugin being tested.
*/ */
function _manually_load_plugin() { function _manually_load_plugin() {
require dirname( dirname( __FILE__ ) ) . '/wp-cli-via-cron-control.php'; require dirname( dirname( __FILE__ ) ) . '/wp-cli-cron-control-offload.php';
} }
tests_add_filter( 'muplugins_loaded', '_manually_load_plugin' ); tests_add_filter( 'muplugins_loaded', '_manually_load_plugin' );
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment