]> git.mxchange.org Git - friendica.git/commitdiff
skip impossible test-scenario
authornupplaPhil <admin@philipp.info>
Wed, 8 Jan 2020 20:31:16 +0000 (21:31 +0100)
committernupplaPhil <admin@philipp.info>
Fri, 10 Jan 2020 12:22:02 +0000 (13:22 +0100)
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);