Changeset 52010 for trunk/tests/phpunit/tests/import/import.php
- Timestamp:
- 11/04/2021 03:22:47 PM (3 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/tests/phpunit/tests/import/import.php
r51568 r52010 7 7 */ 8 8 class Tests_Import_Import extends WP_Import_UnitTestCase { 9 function set_up() {9 public function set_up() { 10 10 parent::set_up(); 11 11 … … 34 34 } 35 35 36 function test_small_import() {36 public function test_small_import() { 37 37 global $wpdb; 38 38 … … 202 202 } 203 203 204 function test_double_import() {204 public function test_double_import() { 205 205 $authors = array( 206 206 'admin' => false, … … 243 243 } 244 244 245 function test_ordering_of_importers() {245 public function test_ordering_of_importers() { 246 246 global $wp_importers; 247 247 $_wp_importers = $wp_importers; // Preserve global state.
Note: See TracChangeset
for help on using the changeset viewer.