Make WordPress Core

Changeset 904 in tests for trunk/tests/xmlrpc/wp/getTerm.php


Ignore:
Timestamp:
07/18/2012 07:01:41 PM (12 years ago)
Author:
nacin
Message:

Rename tests to conform to this standard: the class Tests_A_B_C.php should be found in Tests/A/B/C.php.

One class per file. Tests are now organized by general component, rather than by the core file they are found in.

Work in progress. Some classes need to be renamed, and some files still need to be moved (and split up).

Location:
trunk/tests/xmlrpc
Files:
2 added
1 moved

Legend:

Unmodified
Added
Removed
  • trunk/tests/xmlrpc/wp/getTerm.php

    r903 r904  
    44 * @group xmlrpc
    55 */
    6 class TestXMLRPCServer_wp_getTerm extends WP_XMLRPC_UnitTestCase {
     6class Tests_XMLRPC_wp_getTerm extends WP_XMLRPC_UnitTestCase {
    77    var $term;
    88
Note: See TracChangeset for help on using the changeset viewer.