Home
last modified time | relevance | path

Searched refs:assertFalse (Results 1 – 25 of 195) sorted by relevance

12345678

/plugin/conflictmerger/tests/
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'));
51 $this->assertFalse($this->action->merge($this->id, $old, $mine, $yours, $result));
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'));
65 $this->assertFalse($this->action->merge($this->id, $old, $mine, $yours, $result));
68 $this->assertFalse(file_exists($this->getBasename() . '-merge-mine'));
69 $this->assertFalse(file_exists($this->getBasename() . '-merge-old'));
[all …]
/plugin/combo/vendor/dragonmantank/cron-expression/tests/Cron/
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($f->isInIncrementsOfRanges('3', '*'));
[all …]
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(',-'));
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($e->isDue(new DateTime('2014-04-19 00:00:00')));
[all …]
/plugin/ifauthex/_test/
Dgeneral.test.php250 $this->assertFalse(auth_expr_parse('!user')->evaluate());
252 $this->assertFalse(auth_expr_parse('user2')->evaluate());
254 $this->assertFalse(auth_expr_parse('!@group')->evaluate());
256 $this->assertFalse(auth_expr_parse('@group2')->evaluate());
261 $this->assertFalse(auth_expr_parse('!user || !@group')->evaluate());
262 $this->assertFalse(auth_expr_parse('user2 || @group2')->evaluate());
267 $this->assertFalse(auth_expr_parse('user && !@group')->evaluate());
268 $this->assertFalse(auth_expr_parse('!user && @group')->evaluate());
269 $this->assertFalse(auth_expr_parse('!user && !@group')->evaluate());
270 $this->assertFalse(auth_expr_parse('user2 && @group2')->evaluate());
[all …]
/plugin/elasticsearch/vendor/ezimuel/guzzlestreams/tests/
DStreamTest.php30 $this->assertFalse($stream->eof());
39 $this->assertFalse(is_resource($handle));
68 $this->assertFalse($stream->eof());
138 $this->assertFalse($stream->isReadable());
139 $this->assertFalse($stream->read(10));
140 $this->assertFalse($stream->isWritable());
141 $this->assertFalse($stream->write('bar'));
142 $this->assertFalse($stream->isSeekable());
143 $this->assertFalse($stream->seek(10));
144 $this->assertFalse($stream->tell());
[all …]
DBufferStreamTest.php15 $this->assertFalse($b->isSeekable());
26 $this->assertFalse($b->eof());
40 $this->assertFalse($b->tell());
58 $this->assertFalse($b->write('hello'));
DAppendStreamTest.php29 $this->assertFalse($a->seek(100, SEEK_CUR));
47 $this->assertFalse($a->seek(10));
88 $this->assertFalse($a->isWritable());
91 $this->assertFalse($a->write('foo'));
107 $this->assertFalse($a->eof());
152 $this->assertFalse($a->eof());
DNoSeekStreamTest.php22 $this->assertFalse($wrapped->isSeekable());
23 $this->assertFalse($wrapped->seek(2));
31 $this->assertFalse($wrapped->write('foo'));
/plugin/findologicxmlexport/vendor/phpunit/phpunit/tests/Framework/
DConstraintTest.php17 $this->assertFalse($constraint->evaluate([], '', true));
66 $this->assertFalse($constraint->evaluate([0 => 1], '', true));
117 $this->assertFalse($constraint->evaluate('foo', '', true));
143 $this->assertFalse($constraint->evaluate('foo', '', true));
169 $this->assertFalse($constraint->evaluate('foo', '', true));
195 $this->assertFalse($constraint->evaluate('foo', '', true));
247 $this->assertFalse($constraint->evaluate($file, '', true));
299 $this->assertFalse($constraint->evaluate(0, '', true));
403 $this->assertFalse($constraint->evaluate(0, '', true));
454 $this->assertFalse($constraint->evaluate(1, '', true));
[all …]
/plugin/farmer/_test/
Dhelper.test.php58 $this->assertFalse($helper->isInPath('/var/www/../foo', '/var/www'));
61 $this->assertFalse($helper->isInPath('/var/www/foo', '/var/www/foo'));
62 $this->assertFalse($helper->isInPath('/var/www/foo/', '/var/www/foo'));
63 $this->assertFalse($helper->isInPath('/var/www/foo/bar/../', '/var/www/foo'));
66 $this->assertFalse($helper->isInPath('/var/lib/dokuwiki.animals', '/var/lib/dokuwiki'));
/plugin/davcal/vendor/sabre/event/tests/
DEventEmitterTest.php69 $this->assertFalse(
98 $this->assertFalse(
163 $this->assertFalse($result);
185 $this->assertFalse($ee->removeListener('bar', $callBack));
213 $this->assertFalse(
218 $this->assertFalse($result);
241 $this->assertFalse($result);
266 $this->assertFalse($result);
311 $this->assertFalse(
/plugin/findologicxmlexport/vendor/phpunit/php-code-coverage/tests/tests/
DFilterTest.php154 $this->assertFalse($this->filter->isFile('vfs://root/a/path'));
155 $this->assertFalse($this->filter->isFile('xdebug://debug-eval'));
156 $this->assertFalse($this->filter->isFile('eval()\'d code'));
157 $this->assertFalse($this->filter->isFile('runtime-created function'));
158 $this->assertFalse($this->filter->isFile('assert code'));
159 $this->assertFalse($this->filter->isFile('regexp code'));
169 $this->assertFalse($this->filter->isFiltered($this->files[0]));
/plugin/davcal/vendor/sabre/dav/tests/Sabre/DAV/
DPropPatchTest.php46 $this->assertFalse($this->propPatch->commit());
100 $this->assertFalse($hasRan);
133 $this->assertFalse($hasRan);
149 $this->assertFalse($this->propPatch->commit());
166 $this->assertFalse($this->propPatch->commit());
184 $this->assertFalse($hasRan);
209 $this->assertFalse($calledB);
211 $this->assertFalse($result);
292 $this->assertFalse($result);
328 $this->assertFalse($result);
/plugin/passpolicy/_test/
DHelperTest.php65 $this->assertFalse($policy->checkPolicy('test', 'tested'),
71 …$this->assertFalse($policy->checkPolicy('tested', 'tested'), '3 pools, no user check ' . $policy->…
76 …$this->assertFalse($policy->checkPolicy('tested', 'tested'), '1 pool, user check ' . $policy->erro…
78 …$this->assertFalse($policy->checkPolicy('tested99!', 'tested'), '1 pool, user check ' . $policy->e…
80 …$this->assertFalse($policy->checkPolicy('tested', 'untested'), '1 pool, user check ' . $policy->er…
82 …$this->assertFalse($policy->checkPolicy('tested99!', 'comptessa'), '1 pool1, user check ' . $polic…
90 $this->assertFalse($policy->checkPolicy('eyphed', 'nope'));
101 $this->assertFalse($policy->checkPolicy('qwertzuiop', 'nope'));
126 …$this->assertFalse($policy->checkPolicy('lower', 'tester'), '2 required, 1 given ' . $policy->erro…
132 …$this->assertFalse($policy->checkPolicy('lowerUPPER', 'tester'), '3 required, 2 given ' . $policy-…
[all …]
/plugin/findologicxmlexport/vendor/phpunit/phpunit/tests/Regression/GitHub/1351/
DIssue1351Test.php12 $this->assertFalse(true, 'Expected failure.');
18 …$this->assertFalse(class_exists('ChildProcessClass1351', false), 'ChildProcessClass1351 is not loa…
37 …$this->assertFalse(class_exists('ChildProcessClass1351', false), 'ChildProcessClass1351 is not loa…
/plugin/struct/_test/types/
DPageTest.php334 $this->assertFalse($page->filterMatch('ns:foo', ':foo'));
340 $this->assertFalse($page->filterMatch('ns:foo_bar:start', ':foo_bar'));
358 $this->assertFalse($page->filterMatch('start#foo', $filter));
359 $this->assertFalse($page->filterMatch('ns:foo', $filter));
366 $this->assertFalse($page->filterMatch('ns:foo.bar', $filter));
368 $this->assertFalse($page->filterMatch('ns:foo_bar:start', $filter));
371 $this->assertFalse($page->filterMatch('ns:98bar:start', $filter));
375 …$this->assertFalse($page->filterMatch('systems:system1:components:sub1:sub2:sub3:start', $filter));
/plugin/move/_test/
Dnamespace_move.test.php51 $this->assertFalse($plan->inProgress());
83 $this->assertFalse($plan->inProgress());
111 $this->assertFalse($plan->inProgress());
187 $this->assertFalse($plan->inProgress());
248 $this->assertFalse($plan->inProgress());
291 $this->assertFalse($plan->inProgress());
329 $this->assertFalse($plan->inProgress());
371 $this->assertFalse($plan->inProgress());
416 $this->assertFalse($plan->inProgress());
459 $this->assertFalse($plan->inProgress());
/plugin/pureldap/_test/
DAuthTest.php30 $this->assertFalse($auth->checkPass('a.legrand', 'wrong password'));
39 $this->assertFalse($auth->checkPass('longlong', 'wrong password'));
42 $this->assertFalse($auth->checkPass('averylongusernamethatisverylong', 'wrong password'));
/plugin/davcal/vendor/sabre/dav/tests/Sabre/DAV/Auth/Backend/
DAbstractDigestTest.php16 $this->assertFalse(
31 $this->assertFalse(
69 $this->assertFalse(
86 $this->assertFalse(
/plugin/icalevents/vendor/sabre/vobject/tests/VObject/Component/
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/davcard/vendor/sabre/vobject/tests/VObject/Component/
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/webdavclient/vendor/sabre/vobject/tests/VObject/Component/
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/Recur/
DRDateIteratorTest.php26 $this->assertFalse($it->isInfinite());
47 $this->assertFalse($it->isInfinite());
75 $this->assertFalse($it->isInfinite());
/plugin/davcal/vendor/sabre/vobject/tests/VObject/Component/
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-…

12345678