Home
last modified time | relevance | path

Searched refs:tree (Results 126 – 150 of 377) sorted by path

12345678910>>...16

/plugin/davcal/vendor/sabre/dav/tests/Sabre/CardDAV/
H A DValidateVCardTest.php29 $tree = array(
33 $this->server = new DAV\Server($tree);
/plugin/davcal/vendor/sabre/dav/tests/Sabre/DAV/Browser/
H A DPluginTest.php18 $this->server->tree->getNodeForPath('')->createDirectory('dir2');
/plugin/davcal/vendor/sabre/dav/tests/Sabre/DAV/FSExt/
H A DServerTest.php223 $tree = new DAV\Tree(new DAV\SimpleCollection('root', [
227 $this->server->tree = $tree;
/plugin/davcal/vendor/sabre/dav/tests/Sabre/DAV/
H A DHttpDeleteTest.php24 $this->tree = new Mock\Collection('root', [
H A DHttpGetTest.php24 $this->tree = new Mock\Collection('root', [
H A DHttpHeadTest.php24 $this->tree = new Mock\Collection('root', [
H A DHttpMoveTest.php24 $this->tree = new Mock\Collection('root', [
38 $this->assertEquals('content1', $this->tree->getChild('file1')->get());
49 $this->assertEquals('content1', $this->tree->getChild('file3')->get());
50 $this->assertFalse($this->tree->childExists('file1'));
61 $this->assertEquals('content1', $this->tree->getChild('file2')->get());
62 $this->assertFalse($this->tree->childExists('file1'));
75 $this->assertFalse($this->tree->childExists('file1'));
89 $this->assertTrue($this->tree->childExists('file1'));
90 $this->assertTrue($this->tree->childExists('file2'));
115 $this->assertTrue($this->tree->childExists('file1'));
[all …]
H A DHttpPutTest.php24 $this->tree = new Mock\Collection('root', [
43 $this->server->tree->getNodeForPath('file2')->get()
72 $this->server->tree->getNodeForPath('file1')->get()
106 $this->server->tree->getNodeForPath('file1')->get()
140 $this->server->tree->getNodeForPath('file1')->get()
193 $this->server->tree->getNodeForPath('file2')->get()
288 $this->server->tree->getNodeForPath('file2')->get()
340 $this->server->tree->nodeExists('file2')
H A DIssue33Test.php92 $tree = new Tree($dir);
94 $server = new Server($tree);
H A DObjectTreeTest.php9 protected $tree; variable in Sabre\\DAV\\ObjectTreeTest
19 $this->tree = new Tree($rootNode);
31 $root = $this->tree->getNodeForPath('');
38 $root = $this->tree->getNodeForPath('subdir');
45 $this->tree->copy('file.txt','file2.txt');
56 $this->tree->copy('subdir','subdir2');
68 $this->tree->move('file.txt','file2.txt');
80 $this->tree->move('file.txt','subdir/file2.txt');
92 $this->tree->move('subdir','subdir2');
H A DServerCopyMoveTest.php21 $tree = new Tree($dir);
22 $this->server = new Server($tree);
H A DServerRangeTest.php152 $node = $this->server->tree->getNodeForPath('test.txt');
187 $node = $this->server->tree->getNodeForPath('test.txt');
221 $node = $this->server->tree->getNodeForPath('test.txt');
256 $node = $this->server->tree->getNodeForPath('test.txt');
H A DServerSimpleTest.php16 $this->assertEquals($nodes[0], $server->tree->getNodeForPath('hello'));
H A DServerUpdatePropertiesTest.php10 $tree = array(
13 $server = new Server($tree);
28 $tree = array(
31 $server = new Server($tree);
51 $tree = array(
54 $server = new Server($tree);
86 $tree = array(
89 $server = new Server($tree);
H A DSyncTokenPropertyTest.php37 $this->server->tree = new Tree(
60 $this->server->tree = new Tree(
H A DTreeTest.php9 $tree = new TreeMock();
18 $tree = new TreeMock();
19 $tree->copy('hi','hi2');
29 $tree = new TreeMock();
30 $tree->move('hi','hi2');
39 $tree = new TreeMock();
49 $tree = new TreeMock();
50 $tree->delete('hi');
57 $tree = new TreeMock();
66 $tree = new TreeMock();
[all …]
/plugin/davcal/vendor/sabre/dav/tests/Sabre/DAV/Locks/
H A DMSWordTest.php16 $tree = new DAV\FS\Directory(SABRE_TEMPDIR . '/mstest');
18 $server = new DAV\Server($tree);
H A DPlugin2Test.php13 $this->tree = new \Sabre\DAV\FS\Directory(SABRE_TEMPDIR);
H A DPluginTest.php908 $tree = new DAV\Tree(new DAV\FSExt\Directory(SABRE_TEMPDIR));
909 $this->server->tree = $tree;
/plugin/davcal/vendor/sabre/dav/tests/Sabre/DAV/PartialUpdate/
H A DPluginTest.php18 $this->tree[] = $this->node;
H A DSpecificationTest.php21 $tree = array(
24 $server = new Server($tree);
28 $tree[0]->put('1234567890');
/plugin/davcal/vendor/sabre/dav/tests/Sabre/DAV/PropertyStorage/
H A DPluginTest.php71 $this->server->tree->getNodeForPath('files')->createFile('source');
83 $this->server->tree->getNodeForPath('files')->createFile('source');
/plugin/davcal/vendor/sabre/dav/tests/Sabre/DAV/Sync/
H A DPluginTest.php38 $this->tree = [
/plugin/davcal/vendor/sabre/dav/tests/Sabre/DAVACL/
H A DACLMethodTest.php30 $tree = array(
34 $server = new DAV\Server($tree);
48 $tree = array(
71 $tree = array(
96 $tree = array(
124 $tree = array(
149 $tree = array(
182 $tree = array(
215 $tree = array(
248 $tree = array(
[all …]
H A DExpandPropertiesTest.php14 $tree = array(
31 $fakeServer = new DAV\Server($tree);

12345678910>>...16