Skip to content

Commit 0b9860b

Browse files
committed
Merge commit '5bbaf439928e2e7e6308b11d1b816ea109e8d728' into develop
2 parents e65870a + 5bbaf43 commit 0b9860b

File tree

2 files changed

+17
-1
lines changed

2 files changed

+17
-1
lines changed
Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
---
2+
title: "feat: test updates to another file"
3+
pr: 15
4+
author: "jasonbahl"
5+
type: "feat"
6+
breaking: false
7+
description: |
8+
null
9+
---

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)