Tests: Fix typo in a WP_Test_REST_Posts_Controller test method name.

Follow-up to [42423].

See #53363.

git-svn-id: https://develop.svn.wordpress.org/trunk@52310 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Sergey Biryukov 2021-12-03 05:57:04 +00:00
parent cbea717875
commit 9484989819

View File

@ -1848,7 +1848,7 @@ class WP_Test_REST_Posts_Controller extends WP_Test_REST_Post_Type_Controller_Te
$this->assertSame( rest_url( '/wp/v2/users/' . self::$author_id ), $links['author'][0]['href'] );
}
public function test_get_post_draft_status_not_authenicated() {
public function test_get_post_draft_status_not_authenticated() {
$draft_id = $this->factory->post->create(
array(
'post_status' => 'draft',