Changeset 42387 for trunk/tests/phpunit/tests/functions.php
- Timestamp:
- 12/12/2017 04:15:54 AM (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/tests/phpunit/tests/functions.php
r42343 r42387 151 151 array( '/www/path/////', '/www/path/' ), 152 152 array( '/www/path', '/www/path' ), 153 154 // PHP Stream wrappers 155 array( 'php://input', 'php://input' ), 156 array( 'http://example.com//path.ext', 'http://example.com/path.ext' ), 157 array( 'file://c:\\www\\path\\', 'file://C:/www/path/' ), 153 158 ); 154 159 }
Note: See TracChangeset
for help on using the changeset viewer.