Make WordPress Core

Changeset 875 in tests for trunk/phpunit.xml


Ignore:
Timestamp:
07/03/2012 05:24:03 PM (14 years ago)
Author:
nacin
Message:

Rename the unit tests wp-config.php to wp-tests-config.php. Also:

  • Rename wp-testdata to data
  • Rename wp-testlib to includes
  • Rename wp-testcase to tests
  • Begin to remove files from the old test suite we no longer need to port code from

fixes #98. see #42.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/phpunit.xml

    r866 r875  
    77        <!-- Default test suite to run all tests -->
    88        <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>
    1212        </testsuite>
    1313    </testsuites>
Note: See TracChangeset for help on using the changeset viewer.