Changeset 5672 for trunk/phpunit.xml.dist
- Timestamp:
- 04/07/2015 11:51:05 AM (11 years ago)
- File:
-
- 1 edited
-
trunk/phpunit.xml.dist (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/phpunit.xml.dist
r5610 r5672 8 8 > 9 9 <testsuites> 10 <testsuite> 11 <directory suffix=".php">tests/phpunit/testcases/</directory> 12 </testsuite> 13 </testsuites> 10 <testsuite> 11 <directory suffix=".php">tests/phpunit/testcases/</directory> 12 </testsuite> 13 </testsuites> 14 <groups> 15 <exclude> 16 <group>buddypress</group> 17 </exclude> 18 </groups> 14 19 </phpunit>
Note: See TracChangeset
for help on using the changeset viewer.