Changeset 8313
- Timestamp:
- 02/21/2019 11:25:48 PM (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
sites/trunk/wordcamp.org/phpunit.xml.dist
r8302 r8313 9 9 10 10 <testsuites> 11 <testsuite >11 <testsuite name="CampTix"> 12 12 <directory prefix="test-" suffix=".php"> 13 13 ./public_html/wp-content/plugins/camptix/tests/ … … 15 15 </testsuite> 16 16 17 <testsuite >17 <testsuite name="WordCamp Organizer Reminders"> 18 18 <directory prefix="test-" suffix=".php"> 19 19 ./public_html/wp-content/plugins/wordcamp-organizer-reminders/tests/ … … 21 21 </testsuite> 22 22 23 <testsuite >23 <testsuite name="WordCamp Remote CSS"> 24 24 <directory prefix="test-" suffix=".php"> 25 25 ./public_html/wp-content/plugins/wordcamp-remote-css/tests/
Note: See TracChangeset
for help on using the changeset viewer.