Changeset 49603 for trunk/tests/phpunit/tests/link/getDashboardUrl.php
- Timestamp:
- 11/15/2020 01:59:32 PM (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/tests/phpunit/tests/link/getDashboardUrl.php
r49184 r49603 7 7 public static $user_id = false; 8 8 9 public static function wpSetUpBeforeClass( $factory ) {9 public static function wpSetUpBeforeClass( WP_UnitTest_Factory $factory ) { 10 10 self::$user_id = $factory->user->create( array( 'role' => 'administrator' ) ); 11 11 }
Note: See TracChangeset
for help on using the changeset viewer.