From 464a73816b67a4ea6576a8cc87968de8a25c1f7a Mon Sep 17 00:00:00 2001 From: Anton Vlasenko Date: Wed, 17 Apr 2024 18:28:37 +0200 Subject: [PATCH] Add test cases for new functionality. --- .../Gutenberg/Tests/Commenting/SinceTagUnitTest.inc | 2 ++ 1 file changed, 2 insertions(+) diff --git a/test/php/gutenberg-coding-standards/Gutenberg/Tests/Commenting/SinceTagUnitTest.inc b/test/php/gutenberg-coding-standards/Gutenberg/Tests/Commenting/SinceTagUnitTest.inc index 02f5e2b4154adb..aa8593b2e27577 100644 --- a/test/php/gutenberg-coding-standards/Gutenberg/Tests/Commenting/SinceTagUnitTest.inc +++ b/test/php/gutenberg-coding-standards/Gutenberg/Tests/Commenting/SinceTagUnitTest.inc @@ -625,3 +625,5 @@ $foo = new apply_filters_ref_array(); $foo->apply_filters_ref_array(); $foo = new apply_filters_deprecated(); $foo->apply_filters_deprecated(); +$foo = new non_hook_action(); +$foo->non_hook_action();