Home
last modified time | relevance | path

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

12345678

/plugin/icalevents/vendor/sabre/vobject/tests/VObject/ITip/
H A DMessageTest.php10 $this->assertFalse($message->getScheduleStatus());
/plugin/icalevents/vendor/sabre/vobject/tests/VObject/Recur/
H A DRDateIteratorTest.php26 $this->assertFalse($it->isInfinite());
47 $this->assertFalse($it->isInfinite());
75 $this->assertFalse($it->isInfinite());
/plugin/icalevents/vendor/sabre/vobject/tests/VObject/
H A DComponentTest.php88 $this->assertFalse(isset($comp->vjournal));
432 $this->assertFalse(isset($comp->prop2));
444 $this->assertFalse(isset($comp->prop2));
H A DPropertyTest.php58 $this->assertFalse(isset($property['foo']));
H A DUUIDUtilTest.php12 $this->assertFalse(
18 $this->assertFalse(
/plugin/icalevents/vendor/sabre/vobject/tests/VObject/Property/
H A DBooleanTest.php15 $this->assertFalse($vcard->{'X-SUCKS'}->getValue());
/plugin/icalevents/vendor/sabre/vobject/tests/VObject/Recur/EventIterator/
H A DInfiniteLoopProblemTest.php29 …$this->assertFalse($ev->isInTimeRange(new DateTimeImmutable('2012-01-01 12:00:00'), new DateTimeIm…
/plugin/icalevents/vendor/sabre/vobject/tests/VObject/Component/
H A DVFreeBusyTest.php30 …$this->assertFalse($vfb->isFree(new \DateTime('2012-09-12 01:15:00', $tz), new \DateTime('2012-09-…
31 …$this->assertFalse($vfb->isFree(new \DateTime('2012-09-12 08:05:00', $tz), new \DateTime('2012-09-…
32 …$this->assertFalse($vfb->isFree(new \DateTime('2012-09-12 10:15:00', $tz), new \DateTime('2012-09-…
/plugin/icalevents/vendor/sabre/vobject/tests/VObject/Property/ICalendar/
H A DDateTimeTest.php107 $this->assertFalse($elem->hasTime());
/plugin/freechat/phpfreechat/lib/pear/PHPUnit/
H A DAssert.php102 $this->assertFalse(strpos($haystack, $needle) !== FALSE, $message);
106 $this->assertFalse(in_array($needle, $haystack), $message);
308 function assertFalse($condition, $message = '') { function in PHPUnit_Assert
/plugin/log404/_test/
H A Dgeneral.test.php116 $this->assertFalse($log->getRecord('a'));
142 $this->assertFalse($log->getRecord('b'));
/plugin/latexit/_test/
H A Drenderer.test.php58 $this->assertFalse($this->r->canRender('xhtml'));
59 $this->assertFalse($this->r->canRender('affsd'));
73 $this->assertFalse($this->r->isSingleton());
H A Dbibhandler.test.php63 $this->assertFalse($this->b->isEmpty());
H A Drecursionhandler.test.php41 $this->assertFalse($this->r->disallow("anotherpage"));
43 $this->assertFalse($this->r->disallow("page"));
H A Dsyntax.test.php93 $this->assertFalse($result);
/plugin/jsonrpc/_test/
H A Djsonrpc_test.php41 $this->assertFalse(checkAuth(), "Failer checkAuth, notallow testuser");
/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/indexmenu2/cms/extensions/tests/
H A DjsUnitCore.js1 …rguments),i===true,'Call to assertTrue(boolean) with false');}function assertFalse(){_validateArgu… function
/plugin/virtualkeyboard/vk/extensions/tests/
H A DjsUnitCore.js144 function assertFalse() { function

12345678