Changeset 55210 for trunk/tests/phpunit/tests/widgets/wpWidgetRss.php
- Timestamp:
- 02/03/2023 01:33:18 PM (2 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/tests/phpunit/tests/widgets/wpWidgetRss.php
r54997 r55210 102 102 public function mocked_rss_response() { 103 103 $single_value_headers = array( 104 ' content-type' => 'application/rss+xml; charset=UTF-8',104 'Content-Type' => 'application/rss+xml; charset=UTF-8', 105 105 'link' => '<https://wordpress.org/news/wp-json/>; rel="https://api.w.org/"', 106 106 );
Note: See TracChangeset
for help on using the changeset viewer.