Home
last modified time | relevance | path

Searched refs:assertTrue (Results 76 – 100 of 430) sorted by path

12345678910>>...18

/plugin/davcal/vendor/sabre/dav/tests/Sabre/CalDAV/Schedule/
H A DSchedulingObjectTest.php59 $this->assertTrue($children[0] instanceof SchedulingObject);
101 $this->assertTrue($children[0] instanceof SchedulingObject);
113 $this->assertTrue($children[0] instanceof SchedulingObject);
129 $this->assertTrue($children[0] instanceof SchedulingObject);
134 $this->assertTrue(is_int($lastMod) || ctype_digit($lastMod) || is_null($lastMod));
144 $this->assertTrue($children[0] instanceof SchedulingObject);
156 $this->assertTrue($children[0] instanceof SchedulingObject);
166 $this->assertTrue($children[0] instanceof SchedulingObject);
204 $this->assertTrue($children[0] instanceof SchedulingObject);
253 $this->assertTrue($children[0] instanceof SchedulingObject);
[all …]
/plugin/davcal/vendor/sabre/dav/tests/Sabre/CalDAV/
H A DSharingPluginTest.php200 $this->assertTrue(
/plugin/davcal/vendor/sabre/dav/tests/Sabre/CalDAV/Subscriptions/
H A DSubscriptionTest.php122 $this->assertTrue($propPatch->commit());
/plugin/davcal/vendor/sabre/dav/tests/Sabre/CardDAV/
H A DAddressBookTest.php113 $this->assertTrue($propPatch->commit());
H A DIDirectoryTest.php20 … $this->assertTrue($props['{DAV:}resourcetype']->is('{' . Plugin::NS_CARDDAV . '}directory'));
H A DPluginTest.php14 $this->assertTrue(in_array('addressbook', $this->plugin->getFeatures()));
40 $this->assertTrue(isset($result['{' . Plugin::NS_CARDDAV . '}addressbook-home-set']));
50 $this->assertTrue(isset($result['{' . Plugin::NS_CARDDAV . '}directory-gateway']));
67 $this->assertTrue(!!strpos($output,'Display name'));
H A DValidateFilterTest.php15 $this->assertTrue($this->plugin->validateFilters($input, $filters, $test), $message);
H A DValidateVCardTest.php100 $this->assertTrue(strpos($foo['carddata'],'UID')!==false);
/plugin/davcal/vendor/sabre/dav/tests/Sabre/CardDAV/Backend/
H A DAbstractPDOTest.php88 $this->assertTrue($result);
119 $this->assertTrue($result);
277 $this->assertTrue(isset($result[$index][$k]));
/plugin/davcal/vendor/sabre/dav/tests/Sabre/DAV/Auth/Backend/
H A DAbstractPDOTest.php15 $this->assertTrue($backend instanceof PDO);
H A DFileTest.php16 $this->assertTrue($file instanceof File);
/plugin/davcal/vendor/sabre/dav/tests/Sabre/DAV/Auth/
H A DPluginTest.php16 $this->assertTrue($plugin instanceof Plugin);
31 $this->assertTrue(
/plugin/davcal/vendor/sabre/dav/tests/Sabre/DAV/
H A DBasicNodeTest.php75 $this->assertTrue($compareTime < 3);
83 $this->assertTrue($file instanceof FileMock);
90 $this->assertTrue($dir->childExists('mockfile'));
H A DHTTPPreferParsingTest.php129 $this->assertTrue(strpos($body, 'resourcetype') !== false, $body);
130 $this->assertTrue(strpos($body, 'something') === false, $body);
184 $this->assertTrue(strpos($body, 'something') !== false);
185 $this->assertTrue(strpos($body, '403 Forbidden') !== false, $body);
H A DHttpMoveTest.php89 $this->assertTrue($this->tree->childExists('file1'));
90 $this->assertTrue($this->tree->childExists('file2'));
115 $this->assertTrue($this->tree->childExists('file1'));
116 $this->assertTrue($this->tree->childExists('file2'));
H A DIssue33Test.php102 $this->assertTrue(file_exists(SABRE_TEMPDIR . '/issue33/' . urldecode('%C3%A0fo%C3%B3')));
H A DObjectTreeTest.php46 $this->assertTrue(file_exists(SABRE_TEMPDIR.'/root/file2.txt'));
57 $this->assertTrue(file_exists(SABRE_TEMPDIR.'/root/subdir2'));
58 $this->assertTrue(file_exists(SABRE_TEMPDIR.'/root/subdir2/subfile.txt'));
69 $this->assertTrue(file_exists(SABRE_TEMPDIR.'/root/file2.txt'));
81 $this->assertTrue(file_exists(SABRE_TEMPDIR.'/root/subdir/file2.txt'));
93 $this->assertTrue(file_exists(SABRE_TEMPDIR.'/root/subdir2'));
94 $this->assertTrue(file_exists(SABRE_TEMPDIR.'/root/subdir2/subfile.txt'));
H A DPropPatchTest.php28 $this->assertTrue($this->propPatch->commit());
32 $this->assertTrue($hasRan);
50 $this->assertTrue($hasRan);
68 $this->assertTrue($hasRan);
87 $this->assertTrue($hasRan);
121 $this->assertTrue($hasRan);
208 $this->assertTrue($calledA);
259 $this->assertTrue($calledA);
260 $this->assertTrue($result);
291 $this->assertTrue($calledA);
[all …]
H A DServerMKCOLTest.php28 $this->assertTrue(is_dir($this->tempDir . '/testcol'));
H A DServerPreconditionTest.php32 $this->assertTrue($server->checkPreconditions($httpRequest, $httpResponse));
57 $this->assertTrue($server->checkPreconditions($httpRequest, $httpResponse));
72 $this->assertTrue($server->checkPreconditions($httpRequest, $httpResponse));
84 $this->assertTrue($server->checkPreconditions($httpRequest, $httpResponse));
96 $this->assertTrue($server->checkPreconditions($httpRequest, $httpResponse));
121 $this->assertTrue($server->checkPreconditions($httpRequest, $httpResponse));
133 $this->assertTrue($server->checkPreconditions($httpRequest, $httpResponse));
237 $this->assertTrue($server->checkPreconditions($httpRequest, $httpResponse));
255 $this->assertTrue($server->checkPreconditions($httpRequest, $httpResponse));
270 $this->assertTrue($server->checkPreconditions($httpRequest, $httpResponse));
[all …]
/plugin/davcal/vendor/sabre/dav/tests/Sabre/DAV/Browser/
H A DPluginTest.php39 $this->assertTrue(strpos($body, '<title>dir') !== false, $body);
40 $this->assertTrue(strpos($body, '<a href="/dir/child.txt">')!==false);
65 $this->assertTrue(strpos($body, '<title>dir') !== false, $body);
66 $this->assertTrue(strpos($body, '<a href="/dir/child.txt">')!==false);
86 $this->assertTrue(strpos($body, '<title>/') !== false, $body);
87 $this->assertTrue(strpos($body, '<a href="/dir/">')!==false);
88 $this->assertTrue(strpos($body, '<span class="btn disabled">')!==false);
146 $this->assertTrue(is_dir(SABRE_TEMPDIR . '/new_collection'));
/plugin/davcal/vendor/sabre/dav/tests/Sabre/DAV/FSExt/
H A DServerTest.php113 $this->assertTrue(is_dir($this->tempDir . '/testcol'));
204 $this->assertTrue(
241 $this->assertTrue(
/plugin/davcal/vendor/sabre/dav/tests/Sabre/DAV/Locks/Backend/
H A DAbstractTest.php36 $this->assertTrue($backend->lock('someuri', $lock));
60 $this->assertTrue($backend->lock('someuri', $lock));
85 $this->assertTrue($backend->lock('someuri', $lock));
104 $this->assertTrue($backend->lock('someuri/child', $lock));
130 $this->assertTrue($backend->lock('someuri', $lock));
134 $this->assertTrue($backend->lock('someuri', $lock));
158 $this->assertTrue($backend->lock('someuri', $lock));
163 $this->assertTrue($backend->unlock('someuri',$lock));
183 $this->assertTrue($backend->lock('someuri', $lock));
/plugin/davcal/vendor/sabre/dav/tests/Sabre/DAV/Locks/
H A DMSWordTest.php32 $this->assertTrue(!!$server->httpResponse->getHeaders('Lock-Token'));
44 $this->assertTrue(!!$server->httpResponse->getHeaders('Lock-Token'));
H A DPluginTest.php72 …$this->assertTrue(preg_match('/^<opaquelocktoken:(.*)>$/',$this->response->getHeader('Lock-Token')…
228 …$this->assertTrue(preg_match('/^<opaquelocktoken:(.*)>$/',$this->response->getHeader('Lock-Token')…
293 …$this->assertTrue(preg_match('/^<opaquelocktoken:(.*)>$/',$this->response->getHeader('Lock-Token')…
303 …$this->assertTrue(preg_match('/^<opaquelocktoken:(.*)>$/',$this->response->getHeader('Lock-Token')…
436 …$this->assertTrue(preg_match('/^<opaquelocktoken:(.*)>$/',$this->response->getHeader('Lock-Token')…
452 …$this->assertTrue(preg_match('/^<opaquelocktoken:(.*)>$/',$this->response->getHeader('Lock-Token')…
483 …$this->assertTrue(preg_match('/^<opaquelocktoken:(.*)>$/',$this->response->getHeader('Lock-Token')…
524 …$this->assertTrue(preg_match('/^<opaquelocktoken:(.*)>$/',$this->response->getHeader('Lock-Token')…
567 …$this->assertTrue(preg_match('/^<opaquelocktoken:(.*)>$/',$this->response->getHeader('Lock-Token')…
609 …$this->assertTrue(preg_match('/^<opaquelocktoken:(.*)>$/',$this->response->getHeader('Lock-Token')…
[all …]

12345678910>>...18