skip impossible test-scenario
This commit is contained in:
parent
b68d0516ea
commit
abc6a8ce34
|
@ -78,6 +78,8 @@ class FilesystemStorageTest extends StorageTest
|
||||||
*/
|
*/
|
||||||
public function testMissingFilePermissions()
|
public function testMissingFilePermissions()
|
||||||
{
|
{
|
||||||
|
$this->markTestIncomplete("Cannot catch file_put_content() error due vfsStream failure");
|
||||||
|
|
||||||
vfsStream::create(['storage' => ['f0' => ['c0' => ['k0i0' => '']]]], $this->root);
|
vfsStream::create(['storage' => ['f0' => ['c0' => ['k0i0' => '']]]], $this->root);
|
||||||
|
|
||||||
$this->root->getChild('storage/f0/c0/k0i0')->chmod(000);
|
$this->root->getChild('storage/f0/c0/k0i0')->chmod(000);
|
||||||
|
|
Loading…
Reference in a new issue