- Timestamp:
- 11/15/2020 01:59:32 PM (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/tests/phpunit/tests/rest-api/rest-categories-controller.php
r48939 r49603 20 20 protected static $per_page = 50; 21 21 22 public static function wpSetUpBeforeClass( $factory ) {22 public static function wpSetUpBeforeClass( WP_UnitTest_Factory $factory ) { 23 23 self::$administrator = $factory->user->create( 24 24 array(
Note: See TracChangeset
for help on using the changeset viewer.