From 5f51935c12369010d042ce6c03613de7dff0634e Mon Sep 17 00:00:00 2001 From: Mark Johnson Date: Tue, 17 Dec 2024 09:04:52 +0000 Subject: [PATCH] Add behat link to "see also" on deprecation page. --- general/development/policies/deprecation/index.md | 1 + 1 file changed, 1 insertion(+) diff --git a/general/development/policies/deprecation/index.md b/general/development/policies/deprecation/index.md index cd817b48d..447077bae 100644 --- a/general/development/policies/deprecation/index.md +++ b/general/development/policies/deprecation/index.md @@ -292,5 +292,6 @@ Named parameter arguments are available from PHP 8.0 onwards. - [Capabilities deprecation](/docs/apis/subsystems/access#deprecating-a-capability) - [Icon deprecation](./icon-deprecation.md) - [SCSS deprecation](./scss-deprecation.md) +- [Behat step definition deprecation](../../tools/behat/writing.md#deprecating-a-step-definition) - [Process](../../process.md) - [Release process](../../process/release/index.md)