File tree Expand file tree Collapse file tree
tests/phpunit/testdata/plugins/test-plugin-uninstall-constant-errors Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -79,7 +79,7 @@ private function register_default_checks() {
7979 'plugin_header_fields ' => new Checks \Plugin_Repo \Plugin_Header_Fields_Check (),
8080 'late_escaping ' => new Checks \Security \Late_Escaping_Check (),
8181 'plugin_updater ' => new Checks \Plugin_Repo \Plugin_Updater_Check (),
82- 'plugin_uninstall ' => new Checks \Plugin_Repo \Plugin_Uninstall_Constant_Check (),
82+ 'plugin_uninstall ' => new Checks \Plugin_Repo \Plugin_Uninstall_Check (),
8383 'plugin_review_phpcs ' => new Checks \Plugin_Repo \Plugin_Review_PHPCS_Check (),
8484 'direct_db_queries ' => new Checks \Security \Direct_DB_Queries_Check (),
8585 'performant_wp_query_params ' => new Checks \Performance \Performant_WP_Query_Params_Check (),
Original file line number Diff line number Diff line change 11<?php
22/**
3- * Plugin Name: Test Plugin Uninstall Constant without Errors for Plugin Check
3+ * Plugin Name: Test Plugin Uninstall Constant Errors
44 * Plugin URI: https://github.com/WordPress/plugin-check
55 * Description: Some plugin description.
66 * Requires at least: 6.0
1010 * Author URI: https://make.wordpress.org/performance/
1111 * License: GPLv2 or later
1212 * License URI: https://www.gnu.org/licenses/old-licenses/gpl-2.0.html
13- * Text Domain: test-plugin-uninstall-constant-without-errors
14- * Update URI: https://wordpress.org/plugins/example-plugin/
13+ * Text Domain: test-plugin-uninstall-constant-errors
1514 *
16- * @package test-plugin-uninstall-constant-without- errors
15+ * @package test-plugin-uninstall-constant-errors
1716 */
You can’t perform that action at this time.
0 commit comments