Opened 3 years ago

Closed 11 months ago

#7 closed task (fixed)

Remove wordpress-mu external?

Reported by: jmstacey Owned by: westi
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)

trash.mu.stuff.diff (8.3 KB) - added by duck_ 3 years ago.
trash.mu.stuff.2.diff (8.3 KB) - added by duck_ 2 years ago.
bring back -v

Download all attachments as: .zip

Change History (11)

Just around because it never got deleted.

(In [310]) Remove the mu external now we have folded it into multisite. Fixes #7 props jmstacey.

comment:3 follow-up: ↓ 4   westi3 years ago

Still need to rip through and remove all the mu related other stuff.

duck_3 years ago

comment:4 in reply to: ↑ 3   duck_3 years ago

  • 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.

comment:6 follow-up: ↓ 7   westi2 years ago

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

comment:7 in reply to: ↑ 6   duck_2 years ago

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.

duck_2 years ago

bring back -v

  • Milestone changed from Unassigned to Improve Test Framework
  • Resolution set to fixed
  • Status changed from new to closed
Note: See TracTickets for help on using tickets.