Make WordPress Core

Changeset 904 in tests for trunk/tests/basic.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).

File:
1 moved

Legend:

Unmodified
Added
Removed
  • trunk/tests/basic.php

    r903 r904  
    66 * @group testsuite
    77 */
    8 class WPTestMeta extends WP_UnitTestCase {
     8class Tests_Basic extends WP_UnitTestCase {
    99    var $val;
    1010
     
    4444    }
    4545
    46 }
    47 
    48 /**
    49  * test helper utility functions
    50  *
    51  * @group testsuite
    52  */
    53 class WPTestUtils extends WP_UnitTestCase {
     46    // test some helper utility functions
    5447
    5548    function test_strip_ws() {
Note: See TracChangeset for help on using the changeset viewer.