Make WordPress Core

Changeset 1171 in tests


Ignore:
Timestamp:
12/19/2012 01:28:04 AM (12 years ago)
Author:
SergeyBiryukov
Message:

Rename pomo tests to conform to the standard introduced in [904]. see [1106].

Location:
trunk/tests/pomo
Files:
5 moved

Legend:

Unmodified
Added
Removed
  • trunk/tests/pomo/mo.php

    r1170 r1171  
    11<?php
    22
    3 class WP_Test_MO extends WP_UnitTestCase {
     3class Tests_POMO_MO extends WP_UnitTestCase {
    44
    55    function test_mo_simple() {
  • trunk/tests/pomo/noopTranslations.php

    r1169 r1171  
    11<?php
    22
    3 class WP_Test_NOOP_Translations extends WP_UnitTestCase {
     3class Tests_POMO_NOOPTranslations extends WP_UnitTestCase {
    44    function setUp() {
    55        parent::setUp();
  • trunk/tests/pomo/po.php

    r1170 r1171  
    11<?php
    22
    3 class WP_Test_PO extends WP_UnitTestCase {
     3class Tests_POMO_PO extends WP_UnitTestCase {
    44    function setUp() {
    55        require_once ABSPATH . '/wp-includes/pomo/po.php';
  • trunk/tests/pomo/translationEntry.php

    r1169 r1171  
    11<?php
    22
    3 class WP_Test_Translation_Entry extends WP_UnitTestCase {
     3class Tests_POMO_Translation_Entry extends WP_UnitTestCase {
    44
    55    function test_create_entry() {
  • trunk/tests/pomo/translations.php

    r1169 r1171  
    11<?php
    2 class WP_Test_Translations extends WP_UnitTestCase {
     2class Tests_POMO_Translations extends WP_UnitTestCase {
    33
    44    function test_add_entry() {
Note: See TracChangeset for help on using the changeset viewer.