We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 4fc1c15 + e21e898 commit 1caea3aCopy full SHA for 1caea3a
constants.php
@@ -3,4 +3,11 @@
3
define('AUTOMATION_TESTS_VERSION', '5.0.0');
4
define('AUTOMATION_TESTS_PLUGIN_NAME', 'automation-tests');
5
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