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.

git-svn-id: https://develop.svn.wordpress.org/trunk@49902 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Sergey Biryukov 2020-12-23 15:04:54 +00:00
parent 34d29e3c69
commit d2c8fae049

View File

@ -85,7 +85,7 @@ class Tests_Query_InvalidQueries extends WP_UnitTestCase {
/**
* Test WP Query with an invalid post type.
*
* @ticket 48556.
* @ticket 48556
*/
public function test_unregistered_post_type_wp_query() {
global $wpdb;
@ -101,7 +101,7 @@ class Tests_Query_InvalidQueries extends WP_UnitTestCase {
/**
* Test WP Query with an invalid post type specified in the URL.
*
* @ticket 48556.
* @ticket 48556
*/
public function test_unregistered_post_type_goto() {
global $wpdb, $wp_query;