Make WordPress Core

Opened 14 years ago

Closed 14 years ago

Last modified 14 years ago

#23499 closed enhancement (fixed)

Rename phpunit.xml to phpunit.xml.dist

Reported by: nbachiyski Owned by: nacin
Priority: normal Milestone: 3.6
Component: Unit Tests Version: 3.6
Severity: normal Keywords:
Cc: Focuses:

Description

PHPUnit supports both phpunit.xml and phpunit.xml.dist where phpunit.xml has higher priority.

This is ideal for cases like ours when we distribute the testing suite. By using phpunit.xml.dist we will allow users to add their own phpunit.xml, instead of editing ours.

Change History (7)

#2 @rmccue
14 years ago

Also +1, this is pretty important if you want to do your own extra testing.

#4 @nacin
14 years ago

  • Owner set to nacin
  • Resolutionfixed
  • Status newclosed

In 1228/tests:

Move phpunit.xml to phpunit.xml.dist. props nbachiyski. fixes #23499.

#5 @nacin
14 years ago

  • Milestone Awaiting Review3.6

#6 @bpetty
14 years ago

Might be nice to have an svn:ignore in place for phpunit.xml as well now too, for ease of generating patches.

#7 @nbachiyski
14 years ago

In 1229/tests:

Ignore phpunit.xml, since we have phpunit.xml.dist

See #23499, props bpetty

Note: See TracTickets for help on using tickets.