Changeset 29850 for trunk/tests/phpunit/tests/http/http.php
- Timestamp:
- 10/08/2014 05:37:56 AM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/tests/phpunit/tests/http/http.php
r25002 r29850 57 57 58 58 // A file with a leading dot 59 array( '.ext', 'http://example.com/', 'http://example.com/.ext' ) 59 array( '.ext', 'http://example.com/', 'http://example.com/.ext' ), 60 61 // URls within URLs 62 array( '/expected', 'http://example.com/sub/http://site.com/sub/', 'http://example.com/expected' ), 63 array( '/expected/http://site.com/sub/', 'http://example.com/', 'http://example.com/expected/http://site.com/sub/' ), 60 64 ); 61 65 }
Note: See TracChangeset
for help on using the changeset viewer.