Make WordPress Core

Changeset 49902


Ignore:
Timestamp:
12/23/2020 03:04:54 PM (4 years ago)
Author:
SergeyBiryukov
Message:

Tests: Correct @ticket references in tests/query/invalidQueries.php.

This ensures that running phpunit --group 48556 works as expected.

Follow-up to [49900].

See #48556.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/tests/phpunit/tests/query/invalidQueries.php

    r49900 r49902  
    8686     * Test WP Query with an invalid post type.
    8787     *
    88      * @ticket 48556.
     88     * @ticket 48556
    8989     */
    9090    public function test_unregistered_post_type_wp_query() {
     
    102102     * Test WP Query with an invalid post type specified in the URL.
    103103     *
    104      * @ticket 48556.
     104     * @ticket 48556
    105105     */
    106106    public function test_unregistered_post_type_goto() {
Note: See TracChangeset for help on using the changeset viewer.