Opened 11 years ago
Closed 10 years ago
#34070 closed task (blessed) (fixed)
Organize phpunit tests by component (better)
| Reported by: | DrewAPicture | Owned by: | |
|---|---|---|---|
| Priority: | normal | Milestone: | 4.4 |
| Component: | Build/Test Tools | Version: | |
| Severity: | normal | Keywords: | |
| Cc: | Focuses: |
Description
In working to improve our contributor documentation in the core contributor handbook, part of that is to make organization of the core unit tests be a more predictable.
A great deal of our tests are already organized by component, that is to say comment-template => comment/template.php, post-template.php => post/template.php, etc.
However, there are still quite a few tests scattered all over the place in multiple files. This will serve as a tracking ticket for relocating those wayward tests.
Change History (3)
Note:
See TracTickets
for help on using tickets.
![(please configure the [header_logo] section in trac.ini)](/chrome/site/your_project_logo.png)
In 34687: