This PR fixes unit tests to enable to run CacheResourceFileTest.php on Windows. (Related PR: #1046 )
Some unit tests in CacheResourceFileTest.php now take the directory separator of Windows into account.
Test Results after modification:
> php .\vendor\phpunit\phpunit\phpunit --filter=CacheResourceFileTest
PHPUnit 8.5.39 by Sebastian Bergmann and contributors.
............................................................... 63 / 63 (100%)
Time: 56.96 seconds, Memory: 18.00 MB
OK (63 tests, 258 assertions)
This PR fixes unit tests to enable to run CacheResourceFileTest.php on Windows. (Related PR: #1046 ) Some unit tests in CacheResourceFileTest.php now take the directory separator of Windows into account.
Test Results after modification:
Current Test Results: (from https://github.com/smarty-php/smarty/pull/1046#issuecomment-2257067168 )