From 77a7160821b0b4efd57796fccef45af93ba72a57 Mon Sep 17 00:00:00 2001 From: Sergey Biryukov Date: Sat, 20 Feb 2021 09:52:14 +0000 Subject: [PATCH] Tests: Fix typo in one of `wp_resource_hints()` test method names. Add `@ticket` reference. Follow-up to [38100]. See #51802. git-svn-id: https://develop.svn.wordpress.org/trunk@50392 602fd350-edb4-49c9-b593-d223f7449a82 --- tests/phpunit/tests/general/wpResourceHints.php | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/tests/phpunit/tests/general/wpResourceHints.php b/tests/phpunit/tests/general/wpResourceHints.php index 8ffcb94cff..a39d94d45b 100644 --- a/tests/phpunit/tests/general/wpResourceHints.php +++ b/tests/phpunit/tests/general/wpResourceHints.php @@ -183,7 +183,10 @@ class Tests_General_wpResourceHints extends WP_UnitTestCase { $this->assertSame( $expected, $actual ); } - function test_dns_prefetch_scripts_does_not_included_registered_only() { + /** + * @ticket 37385 + */ + function test_dns_prefetch_scripts_does_not_include_registered_only() { $expected = "\n"; $unexpected = "\n";