Changeset 60421 for trunk/tests/phpunit/tests/option/sanitizeOption.php
- Timestamp:
- 07/07/2025 06:04:00 PM (11 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/tests/phpunit/tests/option/sanitizeOption.php
r56547 r60421 44 44 array( 'date_format', 'F j, Y', 'F j, <strong>Y</strong>' ), 45 45 array( 'ping_sites', 'http://rpc.pingomatic.com/', 'http://rpc.pingomatic.com/' ), 46 array( 'ping_sites', 'https://rpc.pingomatic.com/', 'https://rpc.pingomatic.com/' ), 46 47 array( 'ping_sites', "http://www.example.com\nhttp://example.org", "www.example.com \n\texample.org\n\n" ), 47 48 array( 'gmt_offset', '0', 0 ),
Note: See TracChangeset
for help on using the changeset viewer.