Changeset 49603 for trunk/tests/phpunit/tests/xmlrpc/wp/newComment.php
- Timestamp:
- 11/15/2020 01:59:32 PM (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/tests/phpunit/tests/xmlrpc/wp/newComment.php
r49380 r49603 22 22 public static $user_ids; 23 23 24 public static function wpSetUpBeforeClass( $factory ) {24 public static function wpSetUpBeforeClass( WP_UnitTest_Factory $factory ) { 25 25 self::$user_ids = array( 26 26 'administrator' => self::make_user_by_role( 'administrator' ),
Note: See TracChangeset
for help on using the changeset viewer.