Changeset 38398 for trunk/tests/phpunit/tests/comment/query.php
- Timestamp:
- 08/27/2016 08:35:16 AM (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/tests/phpunit/tests/comment/query.php
r38001 r38398 12 12 public static function wpSetUpBeforeClass( $factory ) { 13 13 self::$post_id = $factory->post->create(); 14 }15 16 public static function wpTearDownAfterClass() {17 wp_delete_post( self::$post_id, true );18 14 } 19 15
Note: See TracChangeset
for help on using the changeset viewer.