From: nupplaPhil Date: Wed, 8 Jan 2020 20:31:16 +0000 (+0100) Subject: skip impossible test-scenario X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=abc6a8ce3448e90960f91be9068e44e57918be9f;p=friendica.git skip impossible test-scenario --- diff --git a/tests/src/Model/Storage/FilesystemStorageTest.php b/tests/src/Model/Storage/FilesystemStorageTest.php index 2dd4672545..500fd93bd8 100644 --- a/tests/src/Model/Storage/FilesystemStorageTest.php +++ b/tests/src/Model/Storage/FilesystemStorageTest.php @@ -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);