Changeset 875 in tests for trunk/phpunit.xml
- Timestamp:
- 07/03/2012 05:24:03 PM (14 years ago)
- File:
-
- 1 edited
-
trunk/phpunit.xml (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/phpunit.xml
r866 r875 7 7 <!-- Default test suite to run all tests --> 8 8 <testsuite> 9 <directory suffix=".php"> wp-testcase</directory>10 <file phpVersion="5.3.0" phpVersionOperator=">=">wp-testcase/test_actions_closures.php</file>11 <exclude> wp-testcase/test_query_results.php</exclude>9 <directory suffix=".php">tests</directory> 10 <file phpVersion="5.3.0">tests/test_actions_closures.php</file> 11 <exclude>tests/test_query_results.php</exclude> 12 12 </testsuite> 13 13 </testsuites>
Note: See TracChangeset
for help on using the changeset viewer.