Skip to content

Commit 1caea3a

Browse files
authored
Merge pull request #15 from jasonbahl/feat/test-updates-to-another-file
feat: test updates to another file
2 parents 4fc1c15 + e21e898 commit 1caea3a

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)