- Timestamp:
- 10/21/2022 09:10:29 PM (2 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/tests/phpunit/tests/rest-api/rest-application-passwords-controller.php
r53882 r54663 993 993 $actual = wp_is_application_passwords_supported(); 994 994 995 // Revert to default behavio ur so that other tests are not affected.995 // Revert to default behavior so that other tests are not affected. 996 996 putenv( 'WP_ENVIRONMENT_TYPE' ); 997 997 … … 1025 1025 1026 1026 if ( 'default' === $expected ) { 1027 // Revert to default behavio ur so that other tests are not affected.1027 // Revert to default behavior so that other tests are not affected. 1028 1028 putenv( 'WP_ENVIRONMENT_TYPE' ); 1029 1029 }
Note: See TracChangeset
for help on using the changeset viewer.