Home
last modified time | relevance | path

Searched refs:assertTrue (Results 26 – 50 of 430) sorted by path

12345678910>>...18

/plugin/bureaucracyau/_test/
H A Dgeneral.test.php29 $this->assertTrue(mail_isvalid($info['email']));
31 $this->assertTrue(false !== strtotime($info['date']));
H A Dsyntax.test.php70 $this->assertTrue($label->is('label'), "find label of $name");
/plugin/captcha/_test/
H A DGeneralTest.php
H A DHelperTest.php
/plugin/cleanoldips/_test/
H A Dgeneral.test.php32 $this->assertTrue(mail_isvalid($info['email']));
34 $this->assertTrue(false !== strtotime($info['date']));
/plugin/clippy/_test/
H A Dgeneral.test.php29 $this->assertTrue(mail_isvalid($info['email']));
31 $this->assertTrue(false !== strtotime($info['date']));
/plugin/cloudstorage/_test/
H A Dgeneral.test.php29 $this->assertTrue(mail_isvalid($info['email']));
31 $this->assertTrue(false !== strtotime($info['date']));
/plugin/cnmap/_test/
H A Dgeneral.test.php31 $this->assertTrue(mail_isvalid($info['email']));
33 $this->assertTrue(false !== strtotime($info['date']));
/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 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(), '?'));
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 DMinutesFieldTest.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'));
/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/conflictmerger/tests/
H A Dacceptance.test.php86 $this->assertTrue($this->click($this->cancelButton));
98 $this->assertTrue($this->click($this->saveButton));
114 $this->assertTrue($this->click($this->saveButton));
130 $this->assertTrue($this->click($this->saveButton));
160 $this->assertTrue($this->click($this->editButton));
172 $this->assertTrue($this->click($this->saveButton));
184 $this->assertTrue($this->click($this->saveButton));
197 $this->assertTrue($this->click($this->editButton));
210 $this->assertTrue($this->click($this->editButton));
219 $this->assertTrue($this->click($this->saveButton));
[all …]
H A Dmerge.test.php37 $this->assertTrue($this->action->merge($this->id, $old, $mine, $yours, $result));
/plugin/const/_test/
H A Dcalculation.test.php23 $this->assertTrue(strpos($HTML, '42') !== false, 'Calculation is 42');
H A Dconstants.test.php31 $this->assertTrue(strpos($HTML, 'User:') !== false, 'anonymous');
58 $this->assertTrue(strpos($HTML, 'YEAR:'.date('Y')) !== false);
59 $this->assertTrue(strpos($HTML, 'MONTH:'.date('m')) !== false);
60 $this->assertTrue(strpos($HTML, 'MONTHNAME:'.date('F')) !== false);
61 $this->assertTrue(strpos($HTML, 'WEEK:'.date('W')) !== false);
62 $this->assertTrue(strpos($HTML, 'DAY:'.date('d')) !== false);
63 $this->assertTrue(strpos($HTML, 'DAYNAME:'.date('l')) !== false);
96 $this->assertTrue(@preg_match('/RANDOM:\d+/',$HTML) === 1);
97 $this->assertTrue(strpos($HTML, 'AUTOINDEX1:1') !== false);
98 $this->assertTrue(strpos($HTML, 'AUTOINDEX2:2') !== false);
[all …]
/plugin/csv/_test/
H A DGeneralTest.php36 $this->assertTrue(mail_isvalid($info['email']));
38 $this->assertTrue(false !== strtotime($info['date']));
/plugin/data-au/_test/
H A Daction_edit_button.test.php18 $this->assertTrue(isset($dataau'name']));
H A Daction_handle.test.php63 $this->assertTrue(!$pid);
H A DhelperAliases.test.php13 $this->assertTrue($db !== false);

12345678910>>...18