Skip to content

Commit ec65af8

Browse files
authored
Merge pull request #6 from wp-graphql/feat/test-since-tags-again
feat: test since tags again
2 parents 6c97411 + f64c79b commit ec65af8

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

automation-tests.php

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,3 +29,12 @@ function test_since_next_version() {
2929
_deprecated_function( 'test_since_next_version', '@since 4.2.0', '' )
3030
}
3131

32+
/**
33+
* Testing a new feature with a since tag
34+
*
35+
* @since todo
36+
* @deprecated @next-version This function was deprecated when it was added because it was just a test.
37+
*/
38+
function test_since_next_version_again() {
39+
_deprecated_function( 'test_since_next_version_again', '@next-version', '' )
40+
}

0 commit comments

Comments
 (0)