Skip to content

Commit e21e898

Browse files
authored
feat: test updates to a 2nd file
1 parent 349076e commit e21e898

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

constants.php

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,11 @@
33
define('AUTOMATION_TESTS_VERSION', '5.0.0');
44
define('AUTOMATION_TESTS_PLUGIN_NAME', 'automation-tests');
55

6-
6+
/**
7+
* Another test that should replace the since and deprecation version placeholders upon release.
8+
9+
* @since next-version
10+
*/
11+
function another_since_replacement_test() {
12+
_deprecated_function( 'another_since_replacement_test', '@next-version', '' );
13+
}

0 commit comments

Comments
 (0)