Make WordPress Core

Changeset 51139


Ignore:
Timestamp:
06/12/2021 03:47:08 PM (3 years ago)
Author:
SergeyBiryukov
Message:

Tests: Fix typo in a get_bookmarks() test name.

Follow-up to [44546].

See #52625.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/tests/phpunit/tests/bookmark/getBookmarks.php

    r48939 r51139  
    122122    }
    123123
    124     public function test_category_param_propelry_gets_parsed_as_list() {
     124    public function test_category_param_properly_gets_parsed_as_list() {
    125125        $bookmarks  = self::factory()->bookmark->create_many( 3 );
    126126        $categories = self::factory()->term->create_many(
Note: See TracChangeset for help on using the changeset viewer.