Home
last modified time | relevance | path

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

12345678

/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/combo/vendor/dragonmantank/cron-expression/tests/Cron/
H A 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(
[all...]
H A 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(',-'));
H A 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(
[all...]
/plugin/ifauthex/_test/
H A 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());
267 $this->assertFalse(auth_expr_parse('user && !@group')->evaluate());
268 $this->assertFalse(auth_expr_parse('!user && @group')->evaluate());
271 $this->assertFalse(auth_expr_parse('user && @group2')->evaluate());
272 $this->assertFalse(auth_expr_parse('user2 && @group')->evaluate());
293 $this->assertFalse(auth_expr_parse('!user, !@group')->evaluate());
[all …]
/plugin/elasticsearch/vendor/ezimuel/guzzlestreams/tests/
H A 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(
[all...]
H A DBufferStreamTest.php15 $this->assertFalse($b->isSeekable());
26 $this->assertFalse($b->eof());
40 $this->assertFalse($b->tell());
58 $this->assertFalse($b->write('hello'));
H A DNoSeekStreamTest.php22 $this->assertFalse($wrapped->isSeekable());
23 $this->assertFalse($wrapped->seek(2));
31 $this->assertFalse($wrapped->write('foo'));
H A 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());
/plugin/findologicxmlexport/vendor/phpunit/phpunit/tests/Framework/
H A DConstraintTest.php17 $this->assertFalse($constraint->evaluate([], '', true));
117 $this->assertFalse($constraint->evaluate('foo', '', true));
143 $this->assertFalse($constraint->evaluate('foo', '', true));
169 $this->assertFalse($constraint->evaluate('foo', '', true));
299 $this->assertFalse($constraint->evaluate(0, '', true));
403 $this->assertFalse($constraint->evaluate(0, '', true));
454 $this->assertFalse($constraint->evaluate(1, '', true));
544 $this->assertFalse($constraint->evaluate(0, '', true));
852 $this->assertFalse($constraint->evaluate(1, '', true));
1172 $this->assertFalse($constraint->evaluate(0, '', true));
[all …]
/plugin/farmer/_test/
H A Dhelper.test.php
/plugin/davcal/vendor/sabre/event/tests/
H A 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/
H A 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/captcha/_test/
H A DHelperTest.php
/plugin/davcal/vendor/sabre/dav/tests/Sabre/DAV/
H A 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/
H A 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…
134 …$this->assertFalse($policy->checkPolicy('lower', 'tester'), '3 required, 1 given ' . $policy->erro…
[all …]
/plugin/findologicxmlexport/vendor/phpunit/phpunit/tests/Regression/GitHub/1351/
H A 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/move/_test/
H A 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/davcal/vendor/sabre/dav/tests/Sabre/DAV/Auth/Backend/
H A DAbstractDigestTest.php16 $this->assertFalse(
31 $this->assertFalse(
69 $this->assertFalse(
86 $this->assertFalse(
/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/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/davcard/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/webdavclient/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/davcal/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/findologicxmlexport/vendor/twig/twig/test/Twig/Tests/Loader/
H A DFilesystemTest.php234 $this->assertFalse($loader->exists("foo\0.twig"));
235 $this->assertFalse($loader->exists('../foo.twig'));
236 $this->assertFalse($loader->exists('@foo'));
237 $this->assertFalse($loader->exists('foo'));
238 $this->assertFalse($loader->exists('@foo/bar.twig'));

12345678