From 06b740f5f66ab6d893308057219777263d81335c Mon Sep 17 00:00:00 2001 From: Sergey Biryukov Date: Fri, 25 Feb 2022 13:07:25 +0000 Subject: [PATCH] Tests: Add a `@ticket` reference for the `current_theme_supports-{$feature}` filter test. Follow-up to [19682], [495/tests]. Props azouamauriac. See #54725. git-svn-id: https://develop.svn.wordpress.org/trunk@52798 602fd350-edb4-49c9-b593-d223f7449a82 --- tests/phpunit/tests/theme/support.php | 3 +++ 1 file changed, 3 insertions(+) diff --git a/tests/phpunit/tests/theme/support.php b/tests/phpunit/tests/theme/support.php index e8e41d257c..e0cab13289 100644 --- a/tests/phpunit/tests/theme/support.php +++ b/tests/phpunit/tests/theme/support.php @@ -149,6 +149,9 @@ class Tests_Theme_Support extends WP_UnitTestCase { return false; } + /** + * @ticket 11611 + */ public function test_plugin_hook() { $this->assertFalse( current_theme_supports( 'foobar' ) ); add_theme_support( 'foobar' );