Changeset 45607 for trunk/tests/phpunit/tests/ajax/Response.php
- Timestamp:
- 07/08/2019 12:55:20 AM (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/tests/phpunit/tests/ajax/Response.php
r42343 r45607 86 86 ob_end_clean(); 87 87 88 $this->assertTrue( in_array( 'Content-Type: text/xml; charset=' . get_option( 'blog_charset' ), $headers ) );88 $this->assertTrue( in_array( 'Content-Type: text/xml; charset=' . get_option( 'blog_charset' ), $headers, true ) ); 89 89 } 90 90
Note: See TracChangeset
for help on using the changeset viewer.