- 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-block-directory-controller.php
r49559 r49603 28 28 * @param WP_UnitTest_Factory $factory WordPress unit test factory. 29 29 */ 30 public static function wpSetUpBeforeClass( $factory ) {30 public static function wpSetUpBeforeClass( WP_UnitTest_Factory $factory ) { 31 31 self::$admin_id = $factory->user->create( 32 32 array(
Note: See TracChangeset
for help on using the changeset viewer.