Changeset 53934 for trunk/tests/phpunit/tests/functions.php
- Timestamp:
- 08/23/2022 07:57:17 PM (2 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/tests/phpunit/tests/functions.php
r53890 r53934 106 106 'C:\\WINDOWS', 107 107 '\\\\sambashare\\foo', 108 'c:/', 109 'c://', 110 '//', 111 'c:/FOO', 112 '//FOO', 113 'C:/WWW/Sites/demo/htdocs/wordpress/wp-content/uploads/2016/03/example.jpg', 114 '//ComputerName/ShareName/SubfolderName/example.txt', 108 115 ); 109 116 foreach ( $absolute_paths as $path ) { … … 120 127 '../', 121 128 '../foo.bar', 129 'foo.bar', 122 130 'foo/bar', 123 131 'foo', 124 132 'FOO', 125 133 '..\\WINDOWS', 134 '..//WINDOWS', 135 'c:', 136 'C:', 126 137 ); 127 138 foreach ( $relative_paths as $path ) {
Note: See TracChangeset
for help on using the changeset viewer.