Changeset 52605 for trunk/tests/phpunit/tests/user/retrievePassword.php
- Timestamp:
- 01/19/2022 12:40:57 PM (21 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/tests/phpunit/tests/user/retrievePassword.php
r52604 r52605 10 10 * Test retrieve_password(), in wp-includes/user.php. 11 11 * 12 * @since 6.0.0 13 * 12 14 * @group user 13 *14 15 * @covers ::retrieve_password 15 16 */ … … 24 25 protected $user; 25 26 27 /** 28 * Create users for tests. 29 * 30 * @since 6.0.0 31 */ 26 32 public function set_up() { 27 33 parent::set_up(); … … 37 43 38 44 /** 45 * The function should error when the email was not sent. 39 46 * @ticket 54690 40 47 */ … … 45 52 46 53 /** 54 * The function should error when the email was not sent. 47 55 * @ticket 54690 48 56 */
Note: See TracChangeset
for help on using the changeset viewer.