fix tests
Signed-off-by: Robin Appelman <robin@icewind.nl>
This commit is contained in:
parent
b4e2d8f8ad
commit
000898d932
|
@ -1962,6 +1962,9 @@ class ViewTest extends \Test\TestCase {
|
||||||
$operationArgs,
|
$operationArgs,
|
||||||
$path
|
$path
|
||||||
) {
|
) {
|
||||||
|
if ($operation === 'touch') {
|
||||||
|
$this->markTestSkipped("touch handles storage exceptions internally");
|
||||||
|
}
|
||||||
$view = new View('/' . $this->user . '/files/');
|
$view = new View('/' . $this->user . '/files/');
|
||||||
|
|
||||||
/** @var Temporary|\PHPUnit_Framework_MockObject_MockObject $storage */
|
/** @var Temporary|\PHPUnit_Framework_MockObject_MockObject $storage */
|
||||||
|
|
Loading…
Reference in New Issue