Changeset 53864 for trunk/tests/phpunit/tests/import/import.php
- Timestamp:
- 08/08/2022 11:22:43 PM (3 years ago)
- File:
-
- 1 edited
-
trunk/tests/phpunit/tests/import/import.php (modified) (4 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/tests/phpunit/tests/import/import.php
r52010 r53864 34 34 } 35 35 36 /** 37 * @covers WP_Import::import 38 */ 36 39 public function test_small_import() { 37 40 global $wpdb; … … 202 205 } 203 206 207 /** 208 * @covers WP_Import::import 209 */ 204 210 public function test_double_import() { 205 211 $authors = array( … … 243 249 } 244 250 251 /** 252 * @covers ::get_importers 253 */ 245 254 public function test_ordering_of_importers() { 246 255 global $wp_importers; … … 268 277 /** 269 278 * @ticket 21007 279 * 280 * @covers WP_Import::import 270 281 */ 271 282 public function test_slashes_should_not_be_stripped() {
Note: See TracChangeset
for help on using the changeset viewer.