Changeset 54088 for trunk/tests/phpunit/tests/auth.php
- Timestamp:
- 09/06/2022 10:03:10 PM (2 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/tests/phpunit/tests/auth.php
r52157 r54088 422 422 'user_pass' => 'password', 423 423 ); 424 $this->factory()->user->create( $user_args );424 self::factory()->user->create( $user_args ); 425 425 426 426 $_POST['log'] = $user_args['user_email']; … … 437 437 */ 438 438 public function test_application_password_authentication() { 439 $user_id = $this->factory()->user->create(439 $user_id = self::factory()->user->create( 440 440 array( 441 441 'user_login' => 'http_auth_login',
Note: See TracChangeset
for help on using the changeset viewer.