From 947a468f80f6964d7601d49e3d5eae9d374f4cd1 Mon Sep 17 00:00:00 2001 From: Matthew Haines-Young Date: Mon, 4 Sep 2023 14:57:31 +0100 Subject: [PATCH] fix typo --- tests/phpunit/test-cli.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/phpunit/test-cli.php b/tests/phpunit/test-cli.php index 43e6de7..42f7392 100644 --- a/tests/phpunit/test-cli.php +++ b/tests/phpunit/test-cli.php @@ -39,7 +39,7 @@ public function testMigratePostTypePost() : void { $command = new CLI\Migrate_Command; $command->wp_authors( [], [ 'dry-run' => false, - 'post_type' => 'post', // Note, have to set default values manually. + 'post-type' => 'post', // Note, have to set default values manually. ] ); // Check migration command has correctly set the author.