Changeset 59054 for trunk/tests/phpunit/tests/theme.php
- Timestamp:
- 09/18/2024 04:16:19 PM (5 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/tests/phpunit/tests/theme.php
r57987 r59054 977 977 'stylesheet_directory', 978 978 static function ( $dir ) { 979 return str_replace( realpath( DIR_TESTDATA ) . '/themedir1', '/fantasy-dir', $dir );979 return str_replace( realpath( DIR_TESTDATA ) . DIRECTORY_SEPARATOR . 'themedir1', '/fantasy-dir', $dir ); 980 980 }, 981 981 '/fantasy-dir/block-theme', … … 1037 1037 'template_directory', 1038 1038 static function ( $dir ) { 1039 return str_replace( realpath( DIR_TESTDATA ) . '/themedir1', '/fantasy-dir', $dir );1039 return str_replace( realpath( DIR_TESTDATA ) . DIRECTORY_SEPARATOR . 'themedir1', '/fantasy-dir', $dir ); 1040 1040 }, 1041 1041 '/fantasy-dir/block-theme',
Note: See TracChangeset
for help on using the changeset viewer.