Changeset 49603 for trunk/tests/phpunit/tests/ajax/GetComments.php
- Timestamp:
- 11/15/2020 01:59:32 PM (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/tests/phpunit/tests/ajax/GetComments.php
r48997 r49603 32 32 protected static $comment_ids = array(); 33 33 34 public static function wpSetUpBeforeClass( $factory ) {34 public static function wpSetUpBeforeClass( WP_UnitTest_Factory $factory ) { 35 35 self::$comment_post = $factory->post->create_and_get(); 36 36 self::$comment_ids = $factory->comment->create_post_comments( self::$comment_post->ID, 5 );
Note: See TracChangeset
for help on using the changeset viewer.