Changeset 54088 for trunk/tests/phpunit/tests/l10n/wpLocaleSwitcher.php
- Timestamp:
- 09/06/2022 10:03:10 PM (2 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/tests/phpunit/tests/l10n/wpLocaleSwitcher.php
r53874 r54088 327 327 $site_locale = get_locale(); 328 328 329 $user_id = $this->factory()->user->create(329 $user_id = self::factory()->user->create( 330 330 array( 331 331 'role' => 'administrator', … … 379 379 $site_locale = get_locale(); 380 380 381 $user_id = $this->factory()->user->create(381 $user_id = self::factory()->user->create( 382 382 array( 383 383 'role' => 'administrator', … … 431 431 $site_locale = get_locale(); 432 432 433 $user_id = $this->factory()->user->create(433 $user_id = self::factory()->user->create( 434 434 array( 435 435 'role' => 'administrator',
Note: See TracChangeset
for help on using the changeset viewer.