You appear to be a bot. Output may be restricted
Description
Usage
Test_WP_Application_Passwords::data_create_new_application_password();
Parameters
Returns
void
Source
File name: wordpress-develop-tests/phpunit/tests/rest-api/application-passwords.php
Lines:
1 to 12 of 12
public function data_create_new_application_password() { return array( 'should create new password when no passwords exists' => array( 'args' => array( 'name' => 'test3' ), ), 'should create new password when name is unique' => array( 'args' => array( 'name' => 'test3' ), 'names' => array( 'test1', 'test2' ), ), ); }