mirror of
git://develop.git.wordpress.org/
synced 2025-01-18 21:28:02 +01:00
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:
parent
cbea717875
commit
9484989819
@ -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',
|
||||
|
Loading…
x
Reference in New Issue
Block a user