Skip to content

Commit 75b145e

Browse files
authored
feat!: test since tags 3
1 parent 6f0ee35 commit 75b145e

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

automation-tests.php

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -48,3 +48,13 @@ function test_since_next_version_again() {
4848
function test_since_next_version_again_2() {
4949
_deprecated_function( 'test_since_next_version_again_2', '4.4.0', '' )
5050
}
51+
52+
/**
53+
* Testing a new feature with a since tag
54+
*
55+
* @since @next-version
56+
* @deprecated @next-version This function was deprecated when it was added because it was just a test.
57+
*/
58+
function test_since_next_version_again_3() {
59+
_deprecated_function( 'test_since_next_version_again_2', '@next-version', '' )
60+
}

0 commit comments

Comments
 (0)