Home
last modified time | relevance | path

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

12345678910>>...18

/plugin/combo/vendor/dragonmantank/cron-expression/tests/Cron/
H A DYearFieldTest.php20 $this->assertTrue($f->validate('2011'));
21 $this->assertTrue($f->validate('*'));
22 $this->assertTrue($f->validate('*/10,2012,1-12'));
H A DMinutesFieldTest.php20 $this->assertTrue($f->validate('1'));
21 $this->assertTrue($f->validate('*'));
22 $this->assertTrue($f->validate('*/3,1,1-12'));
H A DCronExpressionTest.php214 $this->assertTrue($cron->isDue());
215 $this->assertTrue($cron->isDue('now'));
216 $this->assertTrue($cron->isDue(new DateTime('now')));
217 $this->assertTrue($cron->isDue(date('Y-m-d H:i')));
232 $this->assertTrue($cron->isDue(new DateTime($date, $utc)));
238 $this->assertTrue($cron->isDue(new DateTime($date, $amsterdam)));
244 $this->assertTrue($cron->isDue(new DateTime($date, $tokyo)));
373 $this->assertTrue($e->isDue(new DateTime('2014-04-07 00:00:00')));
379 $this->assertTrue($e->isDue(new DateTime('2014-04-12 00:00:00')));
384 $this->assertTrue(
[all...]
/plugin/findologicxmlexport/vendor/twig/twig/test/Twig/Tests/Cache/
H A DFilesystemTest.php43 $this->assertTrue(is_dir($dir));
51 $this->assertTrue(class_exists($this->classname, false));
97 $this->assertTrue(is_dir($this->directory));
121 $this->assertTrue(is_dir($this->directory.'/cache'));
139 $this->assertTrue(is_dir($key));
150 $this->assertTrue(is_dir($dir));
/plugin/multiselect/_test/
H A Dsyntax.test.php25 $this->assertTrue($mselector->length === 1);
26 $this->assertTrue(pq("span",$mselector)->length === 4);
46 $this->assertTrue($mselector->length === 1);
47 $this->assertTrue(pq("span",$mselector)->length === 4);
/plugin/findologicxmlexport/vendor/jms/serializer/tests/Serializer/EventDispatcher/
H A DEventDispatcherTest.php33 self::assertTrue($this->dispatcher->hasListeners('foo', 'Foo', 'json'));
44 self::assertTrue($this->dispatcher->hasListeners('bar', 'Baz', 'json'));
45 self::assertTrue($this->dispatcher->hasListeners('bar', 'Bar', 'json'));
50 self::assertTrue($this->dispatcher->hasListeners('baz', 'Bar', 'xml'));
130 self::assertTrue($listener1);
166 self::assertTrue($listener1);
167 self::assertTrue($listener2);
168 self::assertTrue($listener3);
/plugin/findologicxmlexport/vendor/twig/twig/test/Twig/Tests/Profiler/
H A DProfileTest.php28 $this->assertTrue($profile->isRoot());
37 $this->assertTrue($profile->isTemplate());
46 $this->assertTrue($profile->isBlock());
55 $this->assertTrue($profile->isMacro());
77 …$this->assertTrue($profile->getDuration() > 0, sprintf('Expected duration > 0, got: %f', $profile-…
/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/mapillary/_test/
H A Dgeneral.test.php47 $this->assertTrue(mail_isvalid($info['email']));
49 $this->assertTrue(false !== strtotime($info['date']));
57 $this->assertTrue(
/plugin/backlinks2/_test/
H A Dgeneral.test.php47 $this->assertTrue(mail_isvalid($info['email']));
49 $this->assertTrue(false !== strtotime($info['date']));
57 $this->assertTrue(
/plugin/publish/_test/
H A Dpublish.test.php48 $this->assertTrue(
62 $this->assertTrue(
80 $this->assertTrue(
/plugin/snow/_test/
H A Dgeneral.test.php47 $this->assertTrue(mail_isvalid($info['email']));
49 $this->assertTrue(false !== strtotime($info['date']));
57 $this->assertTrue(
/plugin/elasticsearch/vendor/ezimuel/guzzlestreams/tests/
H A DBufferStreamTest.php13 $this->assertTrue($b->isReadable());
14 $this->assertTrue($b->isWritable());
28 $this->assertTrue($b->eof());
49 $this->assertTrue($b->eof());
/plugin/davcal/vendor/sabre/dav/tests/Sabre/CalDAV/
H A DIssue172Test.php38 $this->assertTrue($validator->validate($input,$filters));
85 $this->assertTrue($validator->validate($input,$filters));
133 $this->assertTrue($validator->validate($input,$filters));
/plugin/icalevents/vendor/sabre/vobject/tests/VObject/Property/ICalendar/
H A DDateTimeTest.php30 $this->assertTrue($elem->hasTime());
46 $this->assertTrue($elem->hasTime());
61 $this->assertTrue($elem->hasTime());
75 $this->assertTrue($elem->hasTime());
90 $this->assertTrue($elem->hasTime());
123 $this->assertTrue($elem->hasTime());
142 $this->assertTrue($elem->hasTime());
161 $this->assertTrue($elem->hasTime());
175 $this->assertTrue($elem->hasTime());
/plugin/uncmap/_test/
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…
/plugin/davcal/vendor/sabre/dav/tests/Sabre/DAVACL/
H A DPrincipalCollectionTest.php15 $this->assertTrue($pc instanceof PrincipalCollection);
30 $this->assertTrue(is_array($children));
33 $this->assertTrue($child instanceof IPrincipal);
/plugin/davcal/vendor/sabre/dav/tests/Sabre/CardDAV/
H A DPluginTest.php14 $this->assertTrue(in_array('addressbook', $this->plugin->getFeatures()));
40 $this->assertTrue(isset($result['{' . Plugin::NS_CARDDAV . '}addressbook-home-set']));
50 $this->assertTrue(isset($result['{' . Plugin::NS_CARDDAV . '}directory-gateway']));
67 $this->assertTrue(!!strpos($output,'Display name'));
/plugin/barcodes/vendor/jucksearm/php-barcode/tests/
H A DDatamatrixTest.php17 $this->assertTrue(is_dir($this->tmpDir));
52 $this->assertTrue(is_file($this->tmpDir.DIRECTORY_SEPARATOR.$file));
70 $this->assertTrue(is_file($this->tmpDir.DIRECTORY_SEPARATOR.$file));
H A DPDF417Test.php17 $this->assertTrue(is_dir($this->tmpDir));
52 $this->assertTrue(is_file($this->tmpDir.DIRECTORY_SEPARATOR.$file));
70 $this->assertTrue(is_file($this->tmpDir.DIRECTORY_SEPARATOR.$file));
H A DQRcodeTest.php17 $this->assertTrue(is_dir($this->tmpDir));
54 $this->assertTrue(is_file($this->tmpDir.DIRECTORY_SEPARATOR.$file));
72 $this->assertTrue(is_file($this->tmpDir.DIRECTORY_SEPARATOR.$file));
H A DBarcodeTest.php17 $this->assertTrue(is_dir($this->tmpDir));
57 $this->assertTrue(is_file($this->tmpDir.DIRECTORY_SEPARATOR.$file));
77 $this->assertTrue(is_file($this->tmpDir.DIRECTORY_SEPARATOR.$file));
/plugin/davcal/vendor/sabre/dav/tests/Sabre/DAV/Locks/
H A DPluginTest.php72 …$this->assertTrue(preg_match('/^<opaquelocktoken:(.*)>$/',$this->response->getHeader('Lock-Token')…
228 …$this->assertTrue(preg_match('/^<opaquelocktoken:(.*)>$/',$this->response->getHeader('Lock-Token')…
293 …$this->assertTrue(preg_match('/^<opaquelocktoken:(.*)>$/',$this->response->getHeader('Lock-Token')…
303 …$this->assertTrue(preg_match('/^<opaquelocktoken:(.*)>$/',$this->response->getHeader('Lock-Token')…
436 …$this->assertTrue(preg_match('/^<opaquelocktoken:(.*)>$/',$this->response->getHeader('Lock-Token')…
452 …$this->assertTrue(preg_match('/^<opaquelocktoken:(.*)>$/',$this->response->getHeader('Lock-Token')…
483 …$this->assertTrue(preg_match('/^<opaquelocktoken:(.*)>$/',$this->response->getHeader('Lock-Token')…
524 …$this->assertTrue(preg_match('/^<opaquelocktoken:(.*)>$/',$this->response->getHeader('Lock-Token')…
567 …$this->assertTrue(preg_match('/^<opaquelocktoken:(.*)>$/',$this->response->getHeader('Lock-Token')…
609 …$this->assertTrue(preg_match('/^<opaquelocktoken:(.*)>$/',$this->response->getHeader('Lock-Token')…
[all …]
/plugin/icalevents/vendor/sabre/vobject/tests/VObject/Component/
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/davcard/vendor/sabre/vobject/tests/VObject/Component/
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…

12345678910>>...18