Changeset 1171 in tests
- Timestamp:
- 12/19/2012 01:28:04 AM (12 years ago)
- Location:
- trunk/tests/pomo
- Files:
-
- 5 moved
Legend:
- Unmodified
- Added
- Removed
-
trunk/tests/pomo/mo.php
r1170 r1171 1 1 <?php 2 2 3 class WP_Test_MO extends WP_UnitTestCase {3 class Tests_POMO_MO extends WP_UnitTestCase { 4 4 5 5 function test_mo_simple() { -
trunk/tests/pomo/noopTranslations.php
r1169 r1171 1 1 <?php 2 2 3 class WP_Test_NOOP_Translations extends WP_UnitTestCase {3 class Tests_POMO_NOOPTranslations extends WP_UnitTestCase { 4 4 function setUp() { 5 5 parent::setUp(); -
trunk/tests/pomo/po.php
r1170 r1171 1 1 <?php 2 2 3 class WP_Test_PO extends WP_UnitTestCase {3 class Tests_POMO_PO extends WP_UnitTestCase { 4 4 function setUp() { 5 5 require_once ABSPATH . '/wp-includes/pomo/po.php'; -
trunk/tests/pomo/translationEntry.php
r1169 r1171 1 1 <?php 2 2 3 class WP_Test_Translation_Entry extends WP_UnitTestCase {3 class Tests_POMO_Translation_Entry extends WP_UnitTestCase { 4 4 5 5 function test_create_entry() { -
trunk/tests/pomo/translations.php
r1169 r1171 1 1 <?php 2 class WP_Test_Translations extends WP_UnitTestCase {2 class Tests_POMO_Translations extends WP_UnitTestCase { 3 3 4 4 function test_add_entry() {
Note: See TracChangeset
for help on using the changeset viewer.