skip impossible test-scenario

This commit is contained in:
Philipp Holzer 2020-01-08 21:31:16 +01:00
parent b68d0516ea
commit abc6a8ce34
No known key found for this signature in database
GPG Key ID: D8365C3D36B77D90
1 changed files with 2 additions and 0 deletions

View File

@ -78,6 +78,8 @@ class FilesystemStorageTest extends StorageTest
*/
public function testMissingFilePermissions()
{
$this->markTestIncomplete("Cannot catch file_put_content() error due vfsStream failure");
vfsStream::create(['storage' => ['f0' => ['c0' => ['k0i0' => '']]]], $this->root);
$this->root->getChild('storage/f0/c0/k0i0')->chmod(000);