Opened 9 years ago
Closed 9 years ago
#40008 closed defect (bug) (fixed)
A multisite test (currently unknown) should remove added image thumbnails
| Reported by: | netweb | Owned by: | boonebgorges |
|---|---|---|---|
| Priority: | normal | Milestone: | 4.8 |
| Component: | Build/Test Tools | Version: | |
| Severity: | normal | Keywords: | good-first-bug has-patch |
| Cc: | Focuses: | multisite |
Description
After PHPUnit's multisite tests have run two files are not removed from the test/s that created them:
svn st ? tests/phpunit/data/images/canola-150x150.jpg ? tests/phpunit/data/images/canola-300x225.jpg
To reproduce:
Run grunt phpunit:multisite or https://develop.svn.wordpress.org/trunk followed by svn status
Attachments (1)
Change History (6)
Note:
See TracTickets
for help on using tickets.
![(please configure the [header_logo] section in trac.ini)](/chrome/site/your_project_logo.png)
Proposed patch does it similarly like other tests do (e.g.
rest-attachments-controller.php)