Opened 3 years ago
Closed 11 months ago
#7 closed task (fixed)
Remove wordpress-mu external?
| Reported by: |
|
Owned by: |
|
|---|---|---|---|
| Priority: | trivial | Milestone: | Legacy - Improve Framework |
| Component: | Test Framework | Keywords: | has-patch |
| Cc: |
Description
Now that WordPress? MU is part of WordPress?, should the old mu external be removed from the Subversion repository along with the mu test options? Presumably multi-site tests will need to be integrated to run off wordpress now. Or is there some other reason this is still around?
Attachments (2)
Change History (11)
Still need to rip through and remove all the mu related other stuff.
- Keywords has-patch added
Replying to westi:
Still need to rip through and remove all the mu related other stuff.
I think trash.mu.stuff.diff should do the trick
P.S. got rid of TEST_WP as well as TEST_MU since it's not used anywhere.
Also, DIR_WP is looking pretty useless as a constant, it's only used to define ABSPATH.
I wouldn't kill off -v or -r they are both quite useful for testing against multiple WP versions
-v is good for extra checkouts of WP versions in the same folder as the tests
-r is good for running the tests against your live WP version elsewhere on the filesystem
Replying to westi:
I wouldn't kill off -v or -r they are both quite useful for testing against multiple WP versions
Shouldn't have removed -r with that, quick re-inspection looks like it's still there.
-v is good for extra checkouts of WP versions in the same folder as the tests
Had only thought of it with MU, oops. Agreed.

Just around because it never got deleted.