From 9c107c2537ab7a86bb4792fb4963db7c42d55bf6 Mon Sep 17 00:00:00 2001 From: davidperezgar Date: Tue, 1 Oct 2024 22:13:50 +0200 Subject: [PATCH] fix tests --- tests/phpunit/tests/Checker/Checks/Trademarks_Check_Tests.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/phpunit/tests/Checker/Checks/Trademarks_Check_Tests.php b/tests/phpunit/tests/Checker/Checks/Trademarks_Check_Tests.php index 2e8797af0..1470b2d3b 100644 --- a/tests/phpunit/tests/Checker/Checks/Trademarks_Check_Tests.php +++ b/tests/phpunit/tests/Checker/Checks/Trademarks_Check_Tests.php @@ -79,7 +79,7 @@ public function data_trademarks_check() { Trademarks_Check::TYPE_NAME, 'test-trademarks-plugin-header-acronym/load.php', 'load.php', - 'The plugin name includes a restricted term. Your plugin name - "%1$s" - contains the restricted term "%2$s" which can be used , as long as you don\'t change it to the full name. For example: You can use WP but not WordPress.', + 'The plugin name includes a restricted term. Your plugin name - "WP Example String" - contains the restricted term "wp" which can be used , as long as you don\'t change it to the full name. For example: You can use WP but not WordPress.', ), 'Plugin headers - WooCommerce String for WooCommerce' => array( Trademarks_Check::TYPE_NAME,