fix tests
Signed-off-by: Robin Appelman <robin@icewind.nl>
This commit is contained in:
parent
42930f6fab
commit
b22fca475a
|
@ -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…
Reference in New Issue