Changeset 51404 for trunk/tests/phpunit/tests/ajax/Response.php
- Timestamp:
- 07/12/2021 10:35:44 AM (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/tests/phpunit/tests/ajax/Response.php
r49025 r51404 84 84 ob_end_clean(); 85 85 86 $this->assert True( in_array( 'Content-Type: text/xml; charset=' . get_option( 'blog_charset' ), $headers, true ));86 $this->assertContains( 'Content-Type: text/xml; charset=' . get_option( 'blog_charset' ), $headers ); 87 87 } 88 88
Note: See TracChangeset
for help on using the changeset viewer.