From d2c8fae049e80f5726653c61361d467fad1a8a0b Mon Sep 17 00:00:00 2001 From: Sergey Biryukov Date: Wed, 23 Dec 2020 15:04:54 +0000 Subject: [PATCH] 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 --- tests/phpunit/tests/query/invalidQueries.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tests/phpunit/tests/query/invalidQueries.php b/tests/phpunit/tests/query/invalidQueries.php index b796400095..1f4b046701 100644 --- a/tests/phpunit/tests/query/invalidQueries.php +++ b/tests/phpunit/tests/query/invalidQueries.php @@ -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;