Changeset 53159
- Timestamp:
- 04/12/2022 03:59:45 PM (3 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/tests/phpunit/tests/ajax/AddTag.php
r52170 r53159 39 39 } 40 40 41 // The response message is in the `data` property in WP 5.9. 41 42 $this->assertSame( $expected, (string) $this->get_xml_response_taxonomy()->response_data ); 43 // The response message is in the `supplemental->notice` property in WP 6.0+. 44 $this->assertSame( $expected, (string) $this->get_xml_response_taxonomy()->supplemental->notice ); 42 45 } 43 46
Note: See TracChangeset
for help on using the changeset viewer.