Changeset 57987 for trunk/tests/phpunit/tests/http/http.php
- Timestamp:
- 04/12/2024 05:45:23 PM (8 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/tests/phpunit/tests/http/http.php
r57501 r57987 48 48 array( '../file-in-parent.ext', 'http://example.com/directory/filename', 'http://example.com/file-in-parent.ext' ), 49 49 50 // Location provided in mul iple levels higher, including impossible to reach (../ below DOCROOT).50 // Location provided in multiple levels higher, including impossible to reach (../ below DOCROOT). 51 51 array( '../../file-in-grand-parent.ext', 'http://example.com', 'http://example.com/file-in-grand-parent.ext' ), 52 52 array( '../../file-in-grand-parent.ext', 'http://example.com/filename', 'http://example.com/file-in-grand-parent.ext' ),
Note: See TracChangeset
for help on using the changeset viewer.