Home
last modified time | relevance | path

Searched refs:assertTrue (Results 51 – 75 of 430) sorted by path

12345678910>>...18

/plugin/data-au/_test/
H A Dwiki.test.php10 $this->assertTrue(true);
/plugin/data/_test/
H A Daction_edit_button.test.php
H A Daction_handle.test.php
H A DhelperAliases.test.php
H A Dwiki.test.php
/plugin/database2/_test/
H A Dgeneral.test.php29 $this->assertTrue(mail_isvalid($info['email']));
31 $this->assertTrue(false !== strtotime($info['date']));
/plugin/datatables/_test/
H A Dgeneral.test.php
/plugin/datepicker/_test/
H A Dsyntax.test.php31 $this->assertTrue($mselector->length === 0);
33 $this->assertTrue($mselector->length === 1);
45 $this->assertTrue($mselector->length === 3);
65 $this->assertTrue($mselector->length === 0);
67 $this->assertTrue($mselector->length === 1);
78 $this->assertTrue($mselector->length === 3);
98 $this->assertTrue($mselector->length === 3);
119 $this->assertTrue($mselector->length === 3);
/plugin/davcal/vendor/sabre/dav/tests/Sabre/CalDAV/Backend/
H A DAbstractPDOTest.php16 $this->assertTrue($backend instanceof PDO);
84 $this->assertTrue($result);
/plugin/davcal/vendor/sabre/dav/tests/Sabre/CalDAV/
H A DCalendarHomeTest.php51 $this->assertTrue($this->usercalendars->childExists('UUID-123467'));
H A DCalendarObjectTest.php41 $this->assertTrue($children[0] instanceof CalendarObject);
82 $this->assertTrue($children[0] instanceof CalendarObject);
96 $this->assertTrue($children[0] instanceof CalendarObject);
114 $this->assertTrue($children[0] instanceof CalendarObject);
130 $this->assertTrue($children[0] instanceof CalendarObject);
145 $this->assertTrue($children[0] instanceof CalendarObject);
157 $this->assertTrue($children[0] instanceof CalendarObject);
167 $this->assertTrue($children[0] instanceof CalendarObject);
205 $this->assertTrue($children[0] instanceof CalendarObject);
254 $this->assertTrue($children[0] instanceof CalendarObject);
[all …]
H A DCalendarQueryVAlarmTest.php57 $this->assertTrue($validator->validate($vcalendar, $filter));
118 $this->assertTrue($validator->validate($vcalendar, $filter));
H A DCalendarQueryValidatorTest.php47 $this->assertTrue($validator->validate($vObject, $filters));
56 $this->assertTrue(true);
H A DCalendarTest.php105 $this->assertTrue($children[0] instanceof CalendarObject);
117 $this->assertTrue($this->calendar->childExists($children[0]->getName()));
155 $this->assertTrue($file instanceof CalendarObject);
169 $this->assertTrue($file instanceof CalendarObject);
H A DFreeBusyReportTest.php112 $this->assertTrue(strpos($this->server->httpResponse->body, 'BEGIN:VFREEBUSY')!==false);
113 …$this->assertTrue(strpos($this->server->httpResponse->body, '20111005T120000Z/20111005T130000Z')!=…
114 …$this->assertTrue(strpos($this->server->httpResponse->body, '20111006T100000Z/20111006T110000Z')!=…
H A DICSExportPluginTest.php72 $this->assertTrue(strpos((string)$obj->PRODID, DAV\Version::VERSION)!==false);
H A DIssue166Test.php59 $this->assertTrue($validator->validate($input,$filters));
H A DIssue172Test.php38 $this->assertTrue($validator->validate($input,$filters));
85 $this->assertTrue($validator->validate($input,$filters));
133 $this->assertTrue($validator->validate($input,$filters));
H A DIssue203Test.php135 …$this->assertTrue($matching, 'Did not find the following event in the response: '.var_export($expe…
H A DPluginTest.php383 … $this->assertTrue($newCalendar[$sccs] instanceof Xml\Property\SupportedCalendarComponentSet);
429 … $this->assertTrue($newCalendar[$sccs] instanceof Xml\Property\SupportedCalendarComponentSet);
1028 $this->assertTrue(!!strpos($output,'Display name'));
/plugin/davcal/vendor/sabre/dav/tests/Sabre/CalDAV/Notifications/
H A DPluginTest.php93 $this->assertTrue($prop instanceof DAV\Xml\Property\Href);
/plugin/davcal/vendor/sabre/dav/tests/Sabre/CalDAV/Principal/
H A DUserTest.php95 $this->assertTrue($u->childExists('calendar-proxy-read'));
96 $this->assertTrue($u->childExists('calendar-proxy-write'));
/plugin/davcal/vendor/sabre/dav/tests/Sabre/CalDAV/Schedule/
H A DFreeBusyRequestTest.php308 $this->assertTrue(
314 $this->assertTrue(
369 $this->assertTrue(
H A DPluginPropertiesTest.php42 $this->assertTrue($prop instanceof DAV\Xml\Property\Href);
47 $this->assertTrue($prop instanceof DAV\Xml\Property\Href);
52 $this->assertTrue($prop instanceof DAV\Xml\Property\Href);
H A DPluginPropertiesWithSharedCalendarTest.php52 $this->assertTrue($prop instanceof DAV\Xml\Property\Href);
57 $this->assertTrue($prop instanceof DAV\Xml\Property\Href);
62 $this->assertTrue($prop instanceof DAV\Xml\Property\Href);

12345678910>>...18