Home
last modified time | relevance | path

Searched refs:assertTrue (Results 101 – 125 of 430) sorted by path

12345678910>>...18

/plugin/davcal/vendor/sabre/dav/tests/Sabre/DAV/
H A DServerPropsInfiniteDepthTest.php157 …$this->assertTrue(count($xml->xpath($test))==true,'We expected the ' . $test . ' element to appear…
H A DServerPropsTest.php172 …$this->assertTrue(count($xml->xpath($test))==true,'We expected the ' . $test . ' element to appear…
H A DTemporaryFileFilterTest.php129 …$this->assertTrue(preg_match('/^<opaquelocktoken:(.*)>$/',$this->response->getHeader('Lock-Token')…
H A DTreeTest.php11 $this->assertTrue($tree->nodeExists('hi'));
33 $this->assertTrue($tree->getNodeForPath('hi')->isRenamed);
43 $this->assertTrue($tree->getNodeForPath('hi/sub')->isDeleted);
51 $this->assertTrue($tree->getNodeForPath('hi')->isDeleted);
H A DUUIDUtilTest.php9 $this->assertTrue(
15 $this->assertTrue(
/plugin/davcal/vendor/sabre/dav/tests/Sabre/DAV/Sync/
H A DPluginTest.php54 $this->assertTrue($result['{DAV:}supported-report-set']->has('{DAV:}sync-collection'));
67 $this->assertTrue(isset($result['{DAV:}sync-token']));
/plugin/davcal/vendor/sabre/dav/tests/Sabre/DAV/Xml/Property/
H A DSupportedMethodSetTest.php58 $this->assertTrue($result['{DAV:}supported-method-set']->has('PROPFIND'));
/plugin/davcal/vendor/sabre/dav/tests/Sabre/DAVACL/
H A DAllowAccessTest.php33 …$this->assertTrue($this->server->emit('beforeMethod', [$this->server->httpRequest, $this->server->…
42 …$this->assertTrue($this->server->emit('beforeMethod', [$this->server->httpRequest, $this->server->…
51 …$this->assertTrue($this->server->emit('beforeMethod', [$this->server->httpRequest, $this->server->…
60 …$this->assertTrue($this->server->emit('beforeMethod', [$this->server->httpRequest, $this->server->…
69 …$this->assertTrue($this->server->emit('beforeMethod', [$this->server->httpRequest, $this->server->…
78 …$this->assertTrue($this->server->emit('beforeMethod', [$this->server->httpRequest, $this->server->…
87 …$this->assertTrue($this->server->emit('beforeMethod', [$this->server->httpRequest, $this->server->…
96 …$this->assertTrue($this->server->emit('beforeMethod', [$this->server->httpRequest, $this->server->…
105 …$this->assertTrue($this->server->emit('beforeMethod', [$this->server->httpRequest, $this->server->…
120 $this->assertTrue($this->server->emit('beforeBind', ['testdir/file']));
[all …]
H A DBlockAccessTest.php47 $this->assertTrue($r);
175 $this->assertTrue($r);
H A DExpandPropertiesTest.php38 $this->assertTrue($plugin instanceof Plugin);
H A DPluginPropertiesTest.php234 $this->assertTrue(isset($result[200]));
235 $this->assertTrue(isset($result[200]['{DAV:}alternate-URI-set']));
263 $this->assertTrue(isset($result[200]));
264 $this->assertTrue(isset($result[200]['{DAV:}principal-URL']));
292 $this->assertTrue(isset($result[200]));
293 $this->assertTrue(isset($result[200]['{DAV:}group-member-set']));
319 $this->assertTrue(isset($result[200]));
320 $this->assertTrue(isset($result[200]['{DAV:}group-membership']));
346 $this->assertTrue(isset($result[200]));
347 $this->assertTrue(isset($result[200]['{DAV:}displayname']));
H A DPrincipalCollectionTest.php15 $this->assertTrue($pc instanceof PrincipalCollection);
30 $this->assertTrue(is_array($children));
33 $this->assertTrue($child instanceof IPrincipal);
H A DPrincipalPropertySearchTest.php27 $this->assertTrue($plugin instanceof Plugin);
H A DPrincipalSearchPropertySetTest.php24 $this->assertTrue($plugin instanceof Plugin);
H A DPrincipalTest.php14 $this->assertTrue($principal instanceof Principal);
83 $this->assertTrue($result);
/plugin/davcal/vendor/sabre/dav/tests/Sabre/DAVACL/PrincipalBackend/
H A DAbstractPDOTest.php17 $this->assertTrue($backend instanceof PDO);
138 $this->assertTrue($result);
/plugin/davcal/vendor/sabre/dav/tests/Sabre/DAVACL/Xml/Property/
H A DCurrentUserPrivilegeSetTest.php52 $this->assertTrue($result->has('{DAV:}read'));
53 $this->assertTrue($result->has('{DAV:}write-properties'));
/plugin/davcal/vendor/sabre/event/tests/
H A DContinueCallbackTest.php24 $this->assertTrue($r);
47 $this->assertTrue($r);
H A DEventEmitterTest.php41 $this->assertTrue(
155 $this->assertTrue($result);
158 $this->assertTrue(
182 $this->assertTrue($result);
188 $this->assertTrue($result);
207 $this->assertTrue($result);
210 $this->assertTrue(
235 $this->assertTrue($result);
260 $this->assertTrue($result);
/plugin/davcal/vendor/sabre/http/tests/HTTP/Auth/
H A DAWSTest.php204 … $this->assertTrue($result, 'Signature did not validate, got errorcode ' . $this->auth->errorCode);
213 $this->assertTrue($test == true, 'The WWW-Authenticate response didn\'t match our pattern');
H A DDigestTest.php63 …$this->assertTrue($this->auth->validateA1(md5($username . ':' . self::REALM . ':' . $password)), '…
64 …$this->assertTrue($this->auth->validatePassword($password), 'Authentication is deemed invalid thro…
131 …$this->assertTrue($this->auth->validateA1(md5($username . ':' . self::REALM . ':' . $password)), '…
160 …$this->assertTrue($this->auth->validateA1(md5($username . ':' . self::REALM . ':' . $password)), '…
178 …$this->assertTrue($test == true, 'The WWW-Authenticate response didn\'t match our pattern. We rece…
/plugin/davcal/vendor/sabre/http/tests/HTTP/
H A DClientTest.php193 $this->assertTrue($called);
H A DMessageDecoratorTest.php58 $this->assertTrue($this->outer->hasHeader('a'));
59 $this->assertTrue($this->inner->hasHeader('a'));
H A DMessageTest.php73 $this->assertTrue(
191 $this->assertTrue($message->hasHeader('X-Foo'));
/plugin/davcal/vendor/sabre/vobject/tests/VObject/
H A DCliTest.php27 $this->assertTrue(strlen(stream_get_contents($this->cli->stderr)) > 100);
37 $this->assertTrue($this->cli->quiet);
51 $this->assertTrue(strlen(stream_get_contents($this->cli->stderr)) > 100);
63 $this->assertTrue(strlen(stream_get_contents($this->cli->stderr)) > 100);
77 $this->assertTrue(strlen(stream_get_contents($this->cli->stderr)) > 100);
91 $this->assertTrue(strlen(stream_get_contents($this->cli->stderr)) > 100);
106 $this->assertTrue(strlen(stream_get_contents($this->cli->stderr)) > 100);

12345678910>>...18