From fbc64273290a68a53e1d08ebb939e5ce5454fe69 Mon Sep 17 00:00:00 2001 From: Erick Hitter <git-contrib@ethitter.com> Date: Thu, 7 Sep 2017 18:23:29 -0700 Subject: [PATCH] Last of package renaming --- readme.txt | 2 +- tests/bootstrap.php | 2 +- tests/test-sample.php | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/readme.txt b/readme.txt index ebc0aab..30cbee2 100644 --- a/readme.txt +++ b/readme.txt @@ -1,4 +1,4 @@ -=== WP-CLI via Cron Control === +=== WP-CLI Cron Control Offload === Contributors: ethitter, automattic Tags: wp-cli, cli, cron, cron control Requires at least: 4.8.1 diff --git a/tests/bootstrap.php b/tests/bootstrap.php index 0795427..43342a6 100644 --- a/tests/bootstrap.php +++ b/tests/bootstrap.php @@ -2,7 +2,7 @@ /** * PHPUnit bootstrap file * - * @package Wp_Cli_Via_Cron_Control + * @package WP_CLI_Cron_Control_Offload */ $_tests_dir = getenv( 'WP_TESTS_DIR' ); diff --git a/tests/test-sample.php b/tests/test-sample.php index 4ec9db1..646d359 100644 --- a/tests/test-sample.php +++ b/tests/test-sample.php @@ -2,7 +2,7 @@ /** * Class SampleTest * - * @package Wp_Cli_Via_Cron_Control + * @package WP_CLI_Cron_Control_Offload */ /** -- GitLab