From 4297becfc01a7389886f4566a6bc65384beb010e Mon Sep 17 00:00:00 2001 From: Nilambar Sharma Date: Tue, 10 Dec 2024 12:43:46 +0545 Subject: [PATCH] Add feature test for unsupported plugin name --- tests/behat/features/plugin-check.feature | 81 +++++++++++++++++++++++ 1 file changed, 81 insertions(+) diff --git a/tests/behat/features/plugin-check.feature b/tests/behat/features/plugin-check.feature index c39dcd776..a90fec119 100644 --- a/tests/behat/features/plugin-check.feature +++ b/tests/behat/features/plugin-check.feature @@ -719,3 +719,84 @@ Feature: Test that the WP-CLI command works. """ readme_invalid_contributors """ + + Scenario: Check duplicated error messages for hidden files and application files + Given a WP install with the Plugin Check plugin + And a wp-content/plugins/foo-sample/foo-sample.php file: + """ +