Changeset 41124
- Timestamp:
- 07/24/2017 10:02:52 AM (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/tests/phpunit/tests/functions/allowedProtocols.php
r38686 r41124 40 40 return array( 41 41 array( 'http', 'http://example.com' ), // RFC7230 42 array( 'https', 'http ://example.com' ), // RFC723042 array( 'https', 'https://example.com' ), // RFC7230 43 43 array( 'ftp', 'ftp://example.com' ), // RFC1738 44 44 array( 'ftps', 'ftps://example.com' ),
Note: See TracChangeset
for help on using the changeset viewer.