Browse Source

fix tests

Signed-off-by: Robin Appelman <robin@icewind.nl>
tags/v17.0.0beta1
Robin Appelman 5 years ago
parent
commit
000898d932
No account linked to committer's email address
1 changed files with 3 additions and 0 deletions
  1. 3
    0
      tests/lib/Files/ViewTest.php

+ 3
- 0
tests/lib/Files/ViewTest.php View File

@@ -1962,6 +1962,9 @@ class ViewTest extends \Test\TestCase {
$operationArgs,
$path
) {
if ($operation === 'touch') {
$this->markTestSkipped("touch handles storage exceptions internally");
}
$view = new View('/' . $this->user . '/files/');

/** @var Temporary|\PHPUnit_Framework_MockObject_MockObject $storage */

Loading…
Cancel
Save