Make WordPress Core

Changes between Version 1 and Version 2 of Ticket #58905, comment 27


Ignore:
Timestamp:
05/07/2025 05:03:16 PM (6 weeks ago)
Author:
SirLouen
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #58905, comment 27

    v1 v2  
    3030=== Additional Comments
    3131If there are any concerns, please review the plugin for further testing.
     32The plugin tests:
     331. Locating a typical file in any classic theme
     342. Locating a random file that should not be located
     353. Locating a file outside the theme files, that could potentially be a security risk like `wp-config.php`
     36
     37These 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.
    3238   
    3339=== Supplemental Artifacts