1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-07-24 10:31:57 +02:00

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

This commit is contained in:
Marc Alexander
2024-06-11 20:29:50 +02:00

View File

@@ -55,6 +55,11 @@ class phpbb_cache_file_driver_test extends phpbb_cache_common_test_case
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;
// Create file that is not readable