mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-07 20:08:53 +00:00
Merge branch 'ticket/17301' into ticket/17301-master
This commit is contained in:
commit
e73db0821f
1 changed files with 5 additions and 0 deletions
5
tests/cache/file_driver_test.php
vendored
5
tests/cache/file_driver_test.php
vendored
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue