From 376840b83cb11167d5fe545e929b37d41ce58d6e Mon Sep 17 00:00:00 2001 From: Sergey Biryukov Date: Sat, 12 Jun 2021 15:47:08 +0000 Subject: [PATCH] Tests: Fix typo in a `get_bookmarks()` test name. Follow-up to [44546]. See #52625. git-svn-id: https://develop.svn.wordpress.org/trunk@51139 602fd350-edb4-49c9-b593-d223f7449a82 --- tests/phpunit/tests/bookmark/getBookmarks.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/phpunit/tests/bookmark/getBookmarks.php b/tests/phpunit/tests/bookmark/getBookmarks.php index 9200ed9d09..d70162e2ed 100644 --- a/tests/phpunit/tests/bookmark/getBookmarks.php +++ b/tests/phpunit/tests/bookmark/getBookmarks.php @@ -121,7 +121,7 @@ class Tests_Bookmark_GetBookmarks extends WP_UnitTestCase { $this->assertEqualSets( $bookmarks, $found_ids ); } - public function test_category_param_propelry_gets_parsed_as_list() { + public function test_category_param_properly_gets_parsed_as_list() { $bookmarks = self::factory()->bookmark->create_many( 3 ); $categories = self::factory()->term->create_many( 3,