Home
last modified time | relevance | path

Searched refs:assertFalse (Results 51 – 75 of 194) sorted by last modified time

12345678

/plugin/davcal/vendor/sabre/dav/tests/Sabre/CalDAV/
H A DIssue220Test.php94 …$this->assertFalse(strpos($response->body, '<s:exception>PHPUnit_Framework_Error_Warning</s:except…
95 …$this->assertFalse(strpos($response->body, 'Invalid argument supplied for foreach()'), 'Invalid ar…
H A DIssue228Test.php75 $this->assertFalse(strpos($response->body, 'BEGIN:VCALENDAR'));
H A DPluginTest.php1026 $this->assertFalse($r);
/plugin/davcal/vendor/sabre/dav/tests/Sabre/CalDAV/Principal/
H A DUserTest.php97 $this->assertFalse($u->childExists('foo'));
/plugin/davcal/vendor/sabre/dav/tests/Sabre/CalDAV/Schedule/
H A DFreeBusyRequestTest.php290 $this->assertFalse(
354 $this->assertFalse(
/plugin/davcal/vendor/sabre/dav/tests/Sabre/CalDAV/Subscriptions/
H A DPluginTest.php46 $this->assertFalse(is_null($propFind->get($propName)));
/plugin/davcal/vendor/sabre/dav/tests/Sabre/CardDAV/Backend/
H A DAbstractPDOTest.php61 $this->assertFalse($result);
308 $this->assertFalse($result);
/plugin/davcal/vendor/sabre/dav/tests/Sabre/CardDAV/
H A DPluginTest.php65 $this->assertFalse($r);
H A DValidateFilterTest.php17 $this->assertFalse($this->plugin->validateFilters($input, $filters, $test), $message);
/plugin/davcal/vendor/sabre/dav/tests/Sabre/DAV/Auth/Backend/
H A DAbstractBasicTest.php19 $this->assertFalse(
35 $this->assertFalse(
H A DAbstractDigestTest.php16 $this->assertFalse(
31 $this->assertFalse(
69 $this->assertFalse(
86 $this->assertFalse(
H A DApacheTest.php23 $this->assertFalse(
H A DFileTest.php37 $this->assertFalse($file->getDigestHash('realm','blabla'));
/plugin/davcal/vendor/sabre/dav/tests/Sabre/DAV/
H A DBasicNodeTest.php97 $this->assertFalse($dir->childExists('mockfile2'));
H A DHttpMoveTest.php50 $this->assertFalse($this->tree->childExists('file1'));
62 $this->assertFalse($this->tree->childExists('file1'));
75 $this->assertFalse($this->tree->childExists('file1'));
H A DHttpPutTest.php339 $this->assertFalse(
H A DObjectTreeTest.php70 $this->assertFalse(file_exists(SABRE_TEMPDIR.'/root/file.txt'));
82 $this->assertFalse(file_exists(SABRE_TEMPDIR.'/root/file.txt'));
95 $this->assertFalse(file_exists(SABRE_TEMPDIR.'/root/subdir'));
H A DPropPatchTest.php46 $this->assertFalse($this->propPatch->commit());
100 $this->assertFalse($hasRan);
133 $this->assertFalse($hasRan);
149 $this->assertFalse($this->propPatch->commit());
166 $this->assertFalse($this->propPatch->commit());
184 $this->assertFalse($hasRan);
209 $this->assertFalse($calledB);
211 $this->assertFalse($result);
292 $this->assertFalse($result);
328 $this->assertFalse($result);
/plugin/davcal/vendor/sabre/dav/tests/Sabre/DAV/FSExt/
H A DFileTest.php79 $this->assertFalse(file_exists(SABRE_TEMPDIR . '/file.txt'));
H A DServerTest.php145 $this->assertFalse(file_exists($this->tempDir . '/test.txt'));
164 $this->assertFalse(file_exists($this->tempDir . '/col'));
/plugin/davcal/vendor/sabre/dav/tests/Sabre/DAV/Locks/Backend/
H A DAbstractTest.php189 $this->assertFalse($backend->unlock('someuri',$lock));
/plugin/davcal/vendor/sabre/dav/tests/Sabre/DAVACL/Xml/Property/
H A DCurrentUserPrivilegeSetTest.php54 $this->assertFalse($result->has('{DAV:}bind'));
/plugin/davcal/vendor/sabre/http/tests/HTTP/
H A DUtilTest.php49 $this->assertFalse(Util::parseHTTPDate($time), 'We used the string: ' . $time);
/plugin/davcal/vendor/sabre/vobject/tests/VObject/ITip/
H A DMessageTest.php10 $this->assertFalse($message->getScheduleStatus());
/plugin/davcal/vendor/sabre/vobject/tests/VObject/Property/
H A DBooleanTest.php15 $this->assertFalse($vcard->{'X-SUCKS'}->getValue());

12345678