Changeset 51404 for trunk/tests/phpunit/tests/oembed/headers.php
- Timestamp:
- 07/12/2021 10:35:44 AM (3 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/tests/phpunit/tests/oembed/headers.php
r49025 r51404 32 32 $headers = xdebug_get_headers(); 33 33 34 $this->assert True( in_array( 'Content-Type: text/xml; charset=' . get_option( 'blog_charset' ), $headers, true ));34 $this->assertContains( 'Content-Type: text/xml; charset=' . get_option( 'blog_charset' ), $headers ); 35 35 } 36 36 }
Note: See TracChangeset
for help on using the changeset viewer.