Changeset 5434 for sites/trunk/wordpress.org/public_html/wp-content/plugins/plugin-directory/tests/phpunit/tests/api/svn-access.php
- Timestamp:
- 04/29/2017 03:16:18 PM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
sites/trunk/wordpress.org/public_html/wp-content/plugins/plugin-directory/tests/phpunit/tests/api/svn-access.php
r3297 r5434 8 8 9 9 function test_permission_denied() { 10 $response = wp_remote_get( 'https://wordpress.org/plugins -wp/wp-json/plugins/v1/svn-access' );10 $response = wp_remote_get( 'https://wordpress.org/plugins/wp-json/plugins/v1/svn-access' ); 11 11 $data = json_decode( wp_remote_retrieve_body( $response ), true ); 12 12 … … 15 15 16 16 function test_permission_denied_with_bad_authorization() { 17 $response = wp_remote_get( 'https://wordpress.org/plugins -wp/wp-json/plugins/v1/svn-access', array(17 $response = wp_remote_get( 'https://wordpress.org/plugins/wp-json/plugins/v1/svn-access', array( 18 18 'headers' => array( 19 19 'Authorization' => 'lol like this would be a real auth key'
Note: See TracChangeset
for help on using the changeset viewer.