We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f1fb150 commit ae080bfCopy full SHA for ae080bf
1 file changed
tests/lib/Files/ViewTest.php
@@ -1185,6 +1185,9 @@ private function doTestCopyRenameFail($operation) {
1185
$storage2->method('writeStream')
1186
->willThrowException(new GenericFileException('Failed to copy stream'));
1187
1188
+ $storage2->method('fopen')
1189
+ ->willReturn(false);
1190
+
1191
$storage1->mkdir('sub');
1192
$storage1->file_put_contents('foo.txt', '0123456789ABCDEFGH');
1193
$storage1->mkdir('dirtomove');
0 commit comments