Changeset 29851 for trunk/tests/phpunit/tests/http/http.php
- Timestamp:
- 10/08/2014 05:57:15 AM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/tests/phpunit/tests/http/http.php
r29850 r29851 62 62 array( '/expected', 'http://example.com/sub/http://site.com/sub/', 'http://example.com/expected' ), 63 63 array( '/expected/http://site.com/sub/', 'http://example.com/', 'http://example.com/expected/http://site.com/sub/' ), 64 65 // Schemeless URL's (Not valid in HTTP Headers, but may be used elsewhere) 66 array( '//example.com/sub/', 'https://example.net', 'https://example.com/sub/' ), 64 67 ); 65 68 }
Note: See TracChangeset
for help on using the changeset viewer.