Skip to content

Commit a4ac1ec

Browse files
authored
feat: test since tag replacement again
1 parent 1a8a4b8 commit a4ac1ec

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
@@ -38,3 +38,13 @@ function test_since_next_version() {
3838
function test_since_next_version_again() {
3939
_deprecated_function( 'test_since_next_version_again', '4.3.0', '' )
4040
}
41+
42+
/**
43+
* Testing a new feature with a since tag
44+
*
45+
* @since next-version
46+
* @deprecated @next-version This function was deprecated when it was added because it was just a test.
47+
*/
48+
function test_since_next_version_again_2() {
49+
_deprecated_function( 'test_since_next_version_again_2', '@next-version', '' )
50+
}

0 commit comments

Comments
 (0)