Changeset 38398 for trunk/tests/phpunit/tests/link/wpGetCanonicalURL.php
- Timestamp:
- 08/27/2016 08:35:16 AM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/tests/phpunit/tests/link/wpGetCanonicalURL.php
r37685 r38398 13 13 'post_status' => 'publish', 14 14 ) ); 15 }16 17 public static function wpTearDownAfterClass() {18 wp_delete_post( self::$post_id, true );19 15 } 20 16
Note: See TracChangeset
for help on using the changeset viewer.