Changeset 62096 for trunk/tests/phpunit/tests/admin/Admin_Includes_User_WpIsAuthorizeApplicationPasswordRequestValid_Test.php
- Timestamp:
- 03/24/2026 02:18:45 AM (5 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/tests/phpunit/tests/admin/Admin_Includes_User_WpIsAuthorizeApplicationPasswordRequestValid_Test.php
r61407 r62096 82 82 'env' => $environment_type, 83 83 ); 84 85 $datasets[ $environment_type . ' and a "http" loopback "success_url"' ] = array( 86 'request' => array( 'success_url' => 'http://127.0.0.1:8080/callback' ), 87 'expected_error_code' => '', 88 'env' => $environment_type, 89 ); 90 91 $datasets[ $environment_type . ' and a "http" loopback "reject_url"' ] = array( 92 'request' => array( 'reject_url' => 'http://127.0.0.1/callback' ), 93 'expected_error_code' => '', 94 'env' => $environment_type, 95 ); 84 96 } 85 97
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)