Merge branch 'ticket/17301' into ticket/17301-master

This commit is contained in:
Marc Alexander 2024-06-11 20:29:50 +02:00
commit e73db0821f
No known key found for this signature in database
GPG key ID: 50E0D2423696F995

View file

@ -55,6 +55,11 @@ class phpbb_cache_file_driver_test extends phpbb_cache_common_test_case
public function test_read_not_readable() public function test_read_not_readable()
{ {
if (strtolower(substr(PHP_OS, 0, 3)) === 'win')
{
$this->markTestSkipped('Unable to test unreadable files on Windows');
}
global $phpEx; global $phpEx;
// Create file that is not readable // Create file that is not readable