Make WordPress Core

Changes between Initial Version and Version 1 of Ticket #53010


Ignore:
Timestamp:
04/09/2021 03:54:00 PM (4 years ago)
Author:
jrf
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #53010 – Description

    initial v1  
    2828It also follows a PSR4-like pattern which will be more intuitive for new contributors to work with, as well as follow the PHPUnit recommended test class name pattern with having the `Test` as the end of the class name.
    2929
     30This will also allow for using PSR-4 autoloading for the tests classes and adding the `autoload-dev` directive to the `composer.json` file.
     31
    3032== Planning
    3133