Changeset 51628
- Timestamp:
- 08/17/2021 08:01:15 PM (3 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/tests/phpunit/tests/pomo/po.php
r51568 r51628 5 5 */ 6 6 class Tests_POMO_PO extends WP_UnitTestCase { 7 function set_up() { 7 8 public static function set_up_before_class() { 9 parent::set_up_before_class(); 10 11 require_once ABSPATH . '/wp-includes/pomo/po.php'; 12 } 13 14 public function set_up() { 8 15 parent::set_up(); 9 require_once ABSPATH . '/wp-includes/pomo/po.php'; 16 10 17 // Not so random wordpress.pot string -- multiple lines. 11 18 $this->mail = 'Your new WordPress blog has been successfully set up at:
Note: See TracChangeset
for help on using the changeset viewer.