mirror of
git://develop.git.wordpress.org/
synced 2025-03-23 05:20:01 +01:00
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
This commit is contained in:
parent
98c9ab835e
commit
376840b83c
@ -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,
|
||||
|
Loading…
x
Reference in New Issue
Block a user