skip impossible test-scenario

2022.09-rc
nupplaPhil 2020-01-08 21:31:16 +01:00
rodzic b68d0516ea
commit abc6a8ce34
Nie znaleziono w bazie danych klucza dla tego podpisu
ID klucza GPG: D8365C3D36B77D90
1 zmienionych plików z 2 dodań i 0 usunięć

Wyświetl plik

@ -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);