Changeset 49603 for trunk/tests/phpunit/tests/ajax/DeleteComment.php
- Timestamp:
- 11/15/2020 01:59:32 PM (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/tests/phpunit/tests/ajax/DeleteComment.php
r48997 r49603 30 30 protected static $post_id; 31 31 32 public static function wpSetUpBeforeClass( $factory ) {32 public static function wpSetUpBeforeClass( WP_UnitTest_Factory $factory ) { 33 33 self::$post_id = $factory->post->create(); 34 34
Note: See TracChangeset
for help on using the changeset viewer.