- Timestamp:
- 07/07/2024 12:42:44 PM (10 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/tests/phpunit/tests/filesystem/wpFilesystemDirect/base.php
r57753 r58684 161 161 */ 162 162 public static function is_windows() { 163 return 'W IN' === substr( PHP_OS, 0, 3 );163 return 'Windows' === PHP_OS_FAMILY; 164 164 } 165 165
Note: See TracChangeset
for help on using the changeset viewer.