Opened 8 years ago
Closed 8 years ago
#40008 closed defect (bug) (fixed)
A multisite test (currently unknown) should remove added image thumbnails
Reported by: |
|
Owned by: |
|
---|---|---|---|
Milestone: | 4.8 | Priority: | normal |
Severity: | normal | Version: | |
Component: | Build/Test Tools | Keywords: | good-first-bug has-patch |
Focuses: | multisite | Cc: |
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.
Proposed patch does it similarly like other tests do (e.g.
rest-attachments-controller.php
)