Home
last modified time | relevance | path

Searched refs:assertTrue (Results 401 – 425 of 430) sorted by path

1...<<1112131415161718

/plugin/twitter/_test/
H A Dgeneral.test.php47 $this->assertTrue(mail_isvalid($info['email']));
49 $this->assertTrue(false !== strtotime($info['date']));
57 $this->assertTrue(
/plugin/uncmap/_test/
H A Dmapping.test.php90 $this->assertTrue(
94 $this->assertTrue(
98 $this->assertTrue(
102 $this->assertTrue(
117 $this->assertTrue(
121 $this->assertTrue(
125 $this->assertTrue(
140 $this->assertTrue(
144 $this->assertTrue(
148 $this->assertTrue(
[all …]
H A Dparser.test.php35 …$this->assertTrue($uncmap_pos === false,'A link beginning with a colon should not be handled at al…
42 …$this->assertTrue($uncmap_pos === false,'A link beginning with a slash should not be handled at al…
49 …$this->assertTrue($uncmap_pos === false,'A link beginning with a backslash should not be handled a…
H A Duncmap.test.php32 $this->assertTrue(mail_isvalid($info['email']));
34 $this->assertTrue(false !== strtotime($info['date']));
/plugin/vimeo/_test/
H A Dgeneral.test.php31 $this->assertTrue(mail_isvalid($info['email']));
33 $this->assertTrue(false !== strtotime($info['date']));
/plugin/virtualkeyboard/vk/extensions/tests/
H A DjsUnitCore.js134 function assertTrue() { function
284 assertTrue(
294 assertTrue(
/plugin/vshare/_test/
H A DGeneralTest.php36 $this->assertTrue(mail_isvalid($info['email']));
38 $this->assertTrue(false !== strtotime($info['date']));
/plugin/watchcycle/_test/
H A Dgeneral.test.php32 $this->assertTrue(mail_isvalid($info['email']));
34 $this->assertTrue(false !== strtotime($info['date']));
/plugin/webcode/_test/
H A Ddokuwiki.test.php47 …$this->assertTrue(strpos($cache->cache,DOKU_INC) !== false, "The cache file path must contains DOK…
/plugin/webcomponent/_test/
H A Dgeneral.test.php36 $this->assertTrue(false !== strtotime($info['date']));
43 $this->assertTrue(mail_isvalid($info['email']));
54 $this->assertTrue(
/plugin/webdav/_test/
H A Dgeneral.test.php31 $this->assertTrue(mail_isvalid($info['email']));
33 $this->assertTrue(false !== strtotime($info['date']));
/plugin/webdavclient/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);
H A DComponentTest.php87 $this->assertTrue(isset($comp->vevent));
88 $this->assertTrue(isset($comp->vtodo));
167 $this->assertTrue($comp->vevent[1] instanceof Component);
186 $this->assertTrue(isset($comp->vevent[0]));
187 $this->assertTrue(isset($comp->vevent[1]));
220 $this->assertTrue($bla instanceof Property);
433 $this->assertTrue(isset($comp->prop1));
445 $this->assertTrue(isset($comp->prop1));
H A DEmptyParameterTest.php28 $this->assertTrue(isset($converted->EMAIL['X-INTERN']));
H A DFreeBusyGeneratorTest.php359 $this->assertTrue(
H A DParameterTest.php24 $this->assertTrue($param->noName);
H A DPropertyTest.php57 $this->assertTrue(isset($property['PARAMNAME']));
58 $this->assertTrue(isset($property['paramname']));
187 $this->assertTrue($it instanceof ElementList);
201 $this->assertTrue($property->parameters['MYPARAM'] instanceof Parameter);
H A DReaderTest.php243 $this->assertTrue($result->parameters['TYPE']->noName);
H A DUUIDUtilTest.php9 $this->assertTrue(
15 $this->assertTrue(
29 $this->assertTrue(
/plugin/webdavclient/vendor/sabre/vobject/tests/VObject/Component/
H A DVAlarmTest.php174 …$this->assertTrue($vobj->VTODO->VALARM->isInTimeRange(new \DateTime('2012-10-01 00:00:00'), new \D…
H A DVFreeBusyTest.php35 …$this->assertTrue($vfb->isFree(new \DateTime('2012-09-12 09:00:00', $tz), new \DateTime('2012-09-1…
36 …$this->assertTrue($vfb->isFree(new \DateTime('2012-09-12 09:45:00', $tz), new \DateTime('2012-09-1…
37 …$this->assertTrue($vfb->isFree(new \DateTime('2012-09-12 11:00:00', $tz), new \DateTime('2012-09-1…
/plugin/webdavclient/vendor/sabre/vobject/tests/VObject/Property/
H A DBooleanTest.php14 $this->assertTrue($vcard->{'X-AWESOME'}->getValue());
/plugin/webdavclient/vendor/sabre/vobject/tests/VObject/Property/ICalendar/
H A DDateTimeTest.php32 $this->assertTrue($elem->hasTime());
48 $this->assertTrue($elem->hasTime());
63 $this->assertTrue($elem->hasTime());
78 $this->assertTrue($elem->hasTime());
111 $this->assertTrue($elem->hasTime());
130 $this->assertTrue($elem->hasTime());
149 $this->assertTrue($elem->hasTime());
163 $this->assertTrue($elem->hasTime());
/plugin/webdavclient/vendor/sabre/vobject/tests/VObject/Recur/EventIterator/
H A DFifthTuesdayProblemTest.php50 $this->assertTrue(true);
H A DMainTest.php27 $this->assertTrue($it->isInfinite());

1...<<1112131415161718