Changes between Version 1 and Version 2 of Ticket #58905, comment 27
- Timestamp:
- 05/07/2025 05:03:16 PM (6 weeks ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #58905, comment 27
v1 v2 30 30 === Additional Comments 31 31 If there are any concerns, please review the plugin for further testing. 32 The plugin tests: 33 1. Locating a typical file in any classic theme 34 2. Locating a random file that should not be located 35 3. Locating a file outside the theme files, that could potentially be a security risk like `wp-config.php` 36 37 These tests can obviously be added as Unit-Tests (and should be), but for a regular tester that is not familiarized with PHPUnit this type of plugin-based testing is much more friendly and easier to be inspected. 32 38 33 39 === Supplemental Artifacts