Home
last modified time | relevance | path

Searched refs:assertTrue (Results 1 – 25 of 430) sorted by last modified time

12345678910>>...18

/plugin/dbquery/_test/
H A DGeneralTest.php36 $this->assertTrue(mail_isvalid($info['email']));
38 $this->assertTrue(false !== strtotime($info['date']));
/plugin/siteexport/_test/
H A Dplugin_siteexport_move.test.php26 $this->assertTrue($move->movePage('pagetomove', 'test:movedpage'));
H A Dplugin_siteexport_functions_getrelativeurl.test.php15 …$this->assertTrue(class_exists('siteexport_functions'), 'The class for the functions could not be …
65 …$this->assertTrue($test['expected'] == $result, "Result '{$result}' did not match expected result …
/plugin/structpublish/_test/
H A Dgeneral.test.php31 $this->assertTrue(mail_isvalid($info['email']));
33 $this->assertTrue(false !== strtotime($info['date']));
/plugin/sqlite/_test/
H A DGeneralTest.php36 $this->assertTrue(mail_isvalid($info['email']));
38 $this->assertTrue(false !== strtotime($info['date']));
/plugin/structstatus/_test/
H A Dgeneral.test.php29 $this->assertTrue(mail_isvalid($info['email']));
31 $this->assertTrue(false !== strtotime($info['date']));
/plugin/imagemapping/_test/
H A Dgeneral.test.php
/plugin/xlsx2dw/_test/
H A DGeneralTest.php36 $this->assertTrue(mail_isvalid($info['email']));
38 $this->assertTrue(false !== strtotime($info['date']));
/plugin/api/_test/
H A Drest.test.php41 $this->assertTrue(false !== strtotime($info['date']));
48 $this->assertTrue(mail_isvalid($info['email']));
59 $this->assertTrue(
/plugin/dev/skel/_test/
H A DGeneralTest.php35 $this->assertTrue(mail_isvalid($info['email']));
37 $this->assertTrue(false !== strtotime($info['date']));
/plugin/structtasks/_test/
H A DCliTest.php30 $this->assertTrue($cli->initialise());
86 $this->assertTrue($cli->initialise());
130 $this->assertTrue($cli->initialise());
H A DGeneralTest.php36 $this->assertTrue(mail_isvalid($info['email']));
38 $this->assertTrue(false !== strtotime($info['date']));
H A DUtilitiesTest.php41 $this->assertTrue($this->util->isValidSchema($schema));
116 $this->assertTrue($valid);
128 $this->assertTrue($valid);
/plugin/tag/_test/
H A Dtopic_and_tagrefine.test.php100 $this->assertTrue($found, $msg_prefix.'Page '.$id.' expected but not found in the result');
104 $this->assertTrue(in_array($page['id'], $expected), $msg_prefix.'Page '.$page['id'].' is in the result but wasn\'t expected');
/plugin/imapmarkers/_test/
H A DGeneralTest.php36 $this->assertTrue(mail_isvalid($info['email']));
38 $this->assertTrue(false !== strtotime($info['date']));
/plugin/translation/_test/
H A DGeneralTest.php36 $this->assertTrue(mail_isvalid($info['email']));
38 $this->assertTrue(false !== strtotime($info['date']));
/plugin/dw2pdf/_test/
H A DGeneralTest.php36 $this->assertTrue(mail_isvalid($info['email']));
38 $this->assertTrue(false !== strtotime($info['date']));
/plugin/combo/vendor/salesforce/handlebars-php/tests/Handlebars/
H A DHandlebarsTest.php17 $this->assertTrue(class_exists('Handlebars\\Test'));
18 $this->assertTrue(class_exists('Handlebars\\Example\\Test'));
405 $this->assertTrue(is_callable($engine->getHelper('test')));
406 $this->assertTrue($engine->hasHelper('test'));
/plugin/combo/vendor/dragonmantank/cron-expression/tests/Cron/
H A DAbstractFieldTest.php19 $this->assertTrue($f->isRange('1-2'));
30 $this->assertTrue($f->isIncrementsOfRanges('1/2'));
31 $this->assertTrue($f->isIncrementsOfRanges('*/2'));
32 $this->assertTrue($f->isIncrementsOfRanges('3-12/2'));
41 $this->assertTrue($f->isInRange('1', '1-2'));
42 $this->assertTrue($f->isInRange('2', '1-2'));
43 $this->assertTrue($f->isInRange('5', '4-12'));
54 $this->assertTrue($f->isInIncrementsOfRanges('3', '3-59/2'));
55 $this->assertTrue($f->isInIncrementsOfRanges('13', '3-59/2'));
56 $this->assertTrue(
[all...]
H A DDayOfWeekFieldTest.php20 $this->assertTrue($f->validate('1'));
21 $this->assertTrue($f->validate('*'));
22 $this->assertTrue($f->validate('*/3,1,1-12'));
23 $this->assertTrue($f->validate('SUN-2'));
33 $this->assertTrue($f->isSatisfiedBy(new DateTime(), '?'));
59 $this->assertTrue($f->isSatisfiedBy(new DateTime(), '12#1'));
70 $this->assertTrue($f->isSatisfiedBy(new DateTime(), '3#6'));
79 $this->assertTrue($f->validate('MON#1'));
80 $this->assertTrue($f->validate('TUE#2'));
81 $this->assertTrue(
[all...]
H A DHoursFieldTest.php20 $this->assertTrue($f->validate('1'));
21 $this->assertTrue($f->validate('*'));
22 $this->assertTrue($f->validate('*/3,1,1-12'));
H A DMonthFieldTest.php20 $this->assertTrue($f->validate('12'));
21 $this->assertTrue($f->validate('*'));
22 $this->assertTrue($f->validate('*/10,2,1-12'));
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 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...]
H A DDayOfMonthFieldTest.php20 $this->assertTrue($f->validate('1'));
21 $this->assertTrue($f->validate('*'));
22 $this->assertTrue($f->validate('5W,L'));
32 $this->assertTrue($f->isSatisfiedBy(new DateTime(), '?'));

12345678910>>...18