diff --git a/readme.txt b/readme.txt index ebc0aabf08a002682e035202271229fef7c4254f..30cbee226a6d9293ca2b28afae8a359e2975254a 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 0795427252adf0ff99eb91a4b0c8968893c3ca74..43342a6139423e9a1856165860cdf5aa3f791ff7 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 4ec9db142cdf99ca1fb796a31bab55e1576f80af..646d359baa6c7909a0870690bf294543fe9122ef 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 */ /**