Changeset 62482 for trunk/tests/phpunit/tests/auth.php
- Timestamp:
- 06/10/2026 03:04:54 PM (2 months ago)
- File:
-
- 1 edited
-
trunk/tests/phpunit/tests/auth.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/tests/phpunit/tests/auth.php
r60895 r62482 1521 1521 public function test_wp_signon_using_email_with_an_apostrophe() { 1522 1522 $user_args = array( 1523 'user_email' => "mail \'@example.com",1523 'user_email' => "mail'@example.com", 1524 1524 'user_pass' => 'password', 1525 1525 ); … … 1834 1834 public function test_reset_password_with_apostrophe_in_email() { 1835 1835 $user_args = array( 1836 'user_email' => "jo 'hn@example.com",1836 'user_email' => "jo\'hn@example.com", 1837 1837 'user_pass' => 'password', 1838 1838 );
Note:
See TracChangeset
for help on using the changeset viewer.
![(please configure the [header_logo] section in trac.ini)](/chrome/site/your_project_logo.png)