Changeset 43571 for trunk/tests/phpunit/includes/utils.php
- Timestamp:
- 08/17/2018 01:50:26 AM (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/tests/phpunit/includes/utils.php
r42343 r43571 207 207 xml_error_string( xml_get_error_code( $this->xml ) ), 208 208 xml_get_current_line_number( $this->xml ) 209 ), E_USER_ERROR 209 ), 210 E_USER_ERROR 210 211 ); 211 212 xml_parser_free( $this->xml );
Note: See TracChangeset
for help on using the changeset viewer.