Home
last modified time | relevance | path

Searched refs:assertFalse (Results 1 – 25 of 194) sorted by path

12345678

/plugin/404manager/_test/
H A Ddokuwiki.test.php68 $this->assertFalse(page_exists(constant_parameters::$PAGE_DOES_NOT_EXIST_ID));
75 $this->assertFalse($INFO['exists']);
/plugin/backlinks2/_test/
H A Dsyntax_include_deep.test.php85 $this->assertFalse(
/plugin/booking/_test/
H A Dhelper.test.php77 $this->assertFalse($ok);
/plugin/captcha/_test/
H A DHelperTest.php
/plugin/combo/vendor/dragonmantank/cron-expression/tests/Cron/
H A DAbstractFieldTest.php20 $this->assertFalse($f->isRange('2'));
29 $this->assertFalse($f->isIncrementsOfRanges('1-2'));
44 $this->assertFalse($f->isInRange('3', '4-12'));
45 $this->assertFalse($f->isInRange('13', '4-12'));
58 $this->assertFalse($f->isInIncrementsOfRanges('2', '3-59/13'));
59 $this->assertFalse($f->isInIncrementsOfRanges('14', '*/13'));
60 $this->assertFalse($f->isInIncrementsOfRanges('14', '3-59/2'));
61 $this->assertFalse($f->isInIncrementsOfRanges('3', '2-59'));
62 $this->assertFalse($f->isInIncrementsOfRanges('3', '2'));
63 $this->assertFalse(
[all...]
H A DCronExpressionTest.php233 $this->assertFalse($cron->isDue(new DateTime($date, $amsterdam)));
234 $this->assertFalse($cron->isDue(new DateTime($date, $tokyo)));
237 $this->assertFalse($cron->isDue(new DateTime($date, $utc)));
239 $this->assertFalse($cron->isDue(new DateTime($date, $tokyo)));
242 $this->assertFalse($cron->isDue(new DateTime($date, $utc)));
243 $this->assertFalse($cron->isDue(new DateTime($date, $amsterdam)));
374 $this->assertFalse($e->isDue(new DateTime('2014-04-14 00:00:00')));
375 $this->assertFalse($e->isDue(new DateTime('2014-04-21 00:00:00')));
378 $this->assertFalse($e->isDue(new DateTime('2014-04-05 00:00:00')));
380 $this->assertFalse(
[all...]
H A DDayOfMonthFieldTest.php23 $this->assertFalse($f->validate('1.'));
59 $this->assertFalse($f->validate(0));
H A DDayOfWeekFieldTest.php24 $this->assertFalse($f->validate('1.'));
109 $this->assertFalse($f->validate('mon,'));
110 $this->assertFalse($f->validate('mon-'));
111 $this->assertFalse($f->validate('*/2,'));
112 $this->assertFalse($f->validate('-mon'));
113 $this->assertFalse($f->validate(',1'));
114 $this->assertFalse($f->validate('*-'));
115 $this->assertFalse($f->validate(',-'));
H A DMonthFieldTest.php23 $this->assertFalse($f->validate('1.fix-regexp'));
/plugin/combo/vendor/salesforce/handlebars-php/tests/Handlebars/
H A DHandlebarsTest.php408 $this->assertFalse($engine->hasHelper('test'));
/plugin/conflictmerger/tests/
H A Dmerge.test.php40 $this->assertFalse(file_exists($this->getBasename() . '-merge-mine'));
41 $this->assertFalse(file_exists($this->getBasename() . '-merge-old'));
42 $this->assertFalse(file_exists($this->getBasename() . '-merge-your'));
54 $this->assertFalse(file_exists($this->getBasename() . '-merge-mine'));
55 $this->assertFalse(file_exists($this->getBasename() . '-merge-old'));
56 $this->assertFalse(file_exists($this->getBasename() . '-merge-your'));
68 $this->assertFalse(file_exists($this->getBasename() . '-merge-mine'));
69 $this->assertFalse(file_exists($this->getBasename() . '-merge-old'));
70 $this->assertFalse(file_exists($this->getBasename() . '-merge-your'));
87 $this->assertFalse(file_exists($this->getBasename() . '-merge-old'));
[all …]
/plugin/data-au/_test/
H A Daction_edit_button.test.php28 $this->assertFalse(isset($dataau'name']));
H A Daction_handle.test.php46 $this->assertFalse(!$pid);
H A Dhelper.test.php219 $this->assertFalse($helper->_getDB());
/plugin/data/_test/
H A Daction_edit_button.test.php
H A Daction_handle.test.php
H A Dhelper.test.php
/plugin/davcal/vendor/sabre/dav/tests/Sabre/CalDAV/Backend/
H A DAbstractTest.php18 $this->assertFalse($result);
/plugin/davcal/vendor/sabre/dav/tests/Sabre/CalDAV/
H A DCalendarHomeTest.php50 $this->assertFalse($this->usercalendars->childExists('foo'));
H A DCalendarQueryVAlarmTest.php73 $this->assertFalse($validator->validate($vcalendar, $filter));
H A DCalendarQueryValidatorTest.php19 $this->assertFalse($validator->validate($vcal, ['name' => 'VFOO']));
44 $this->assertFalse($validator->validate($vObject, $filters));
H A DCalendarTest.php114 $this->assertFalse($this->calendar->childExists('foo'));
H A DExpandEventsDoubleEventsTest.php99 $this->assertFalse(isset($vObject->VEVENT->DTSTART['TZID']));
H A DICSExportPluginTest.php59 $this->assertFalse($p->httpGet($h, $s->httpResponse));
109 $this->assertFalse($p->httpGet($h, $s->httpResponse));
123 $this->assertFalse(strpos((string)$obj->PRODID, DAV\Version::VERSION)!==false);
H A DIssue205Test.php81 …$this->assertFalse(strpos($response->body, '<s:exception>Exception</s:exception>'), 'Exception occ…
82 …$this->assertFalse(strpos($response->body, 'Unknown or bad format'), 'DateTime unknown format Exce…

12345678