Changeset 52010 for trunk/tests/phpunit/tests/xmlrpc/wp/setOptions.php
- Timestamp:
- 11/04/2021 03:22:47 PM (3 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/tests/phpunit/tests/xmlrpc/wp/setOptions.php
r51331 r52010 8 8 * @ticket 22936 9 9 */ 10 function test_set_option_no_escape_strings() {10 public function test_set_option_no_escape_strings() { 11 11 $this->make_user_by_role( 'administrator' ); 12 12 $string_with_quote = "Mary's Lamb Shop";
Note: See TracChangeset
for help on using the changeset viewer.