浏览代码

add test for non existing file by id

Signed-off-by: Robin Appelman <robin@icewind.nl>
tags/v15.0.0RC1
Robin Appelman 5 年前
父节点
当前提交
aa6f7947ba
没有帐户链接到提交者的电子邮件
共有 1 个文件被更改,包括 1 次插入0 次删除
  1. 1
    0
      tests/lib/Files/Cache/CacheTest.php

+ 1
- 0
tests/lib/Files/Cache/CacheTest.php 查看文件

@@ -553,6 +553,7 @@ class CacheTest extends \Test\TestCase {

function testNonExisting() {
$this->assertFalse($this->cache->get('foo.txt'));
$this->assertFalse($this->cache->get(-1));
$this->assertEquals(array(), $this->cache->getFolderContents('foo'));
}


正在加载...
取消
保存