Changeset 5434 for sites/trunk/wordpress.org/public_html/wp-content/plugins/plugin-directory/tests/phpunit/tests/api/locale-banner.php
- Timestamp:
- 04/29/2017 03:16:18 PM (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
sites/trunk/wordpress.org/public_html/wp-content/plugins/plugin-directory/tests/phpunit/tests/api/locale-banner.php
r5008 r5434 14 14 */ 15 15 function test_locale_banner( $header, $expected_sites ) { 16 $response = wp_remote_post( 'https://wordpress.org/plugins -wp/wp-json/plugins/v1/locale-banner', [16 $response = wp_remote_post( 'https://wordpress.org/plugins/wp-json/plugins/v1/locale-banner', [ 17 17 'headers' => [ 18 18 'Accept-Language' => $header,
Note: See TracChangeset
for help on using the changeset viewer.