Changes between Initial Version and Version 1 of Ticket #53010
- Timestamp:
- 04/09/2021 03:54:00 PM (4 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #53010 – Description
initial v1 28 28 It 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. 29 29 30 This will also allow for using PSR-4 autoloading for the tests classes and adding the `autoload-dev` directive to the `composer.json` file. 31 30 32 == Planning 31 33