]> git.mxchange.org Git - friendica.git/blobdiff - tests/src/Model/Storage/FilesystemStorageTest.php
Merge pull request #8089 from mexon/mat/repair-contact-photo
[friendica.git] / tests / src / Model / Storage / FilesystemStorageTest.php
index 2dd4672545cf822ae6e56e0f88265fc439da0b31..500fd93bd8fa10a1ea054e946e70c1361d77c169 100644 (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);