/plugin/conflictmerger/tests/ |
H A D | merge.test.php | 40 $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 D | AbstractFieldTest.php | 20 $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 D | DayOfWeekFieldTest.php | 24 $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 D | CronExpressionTest.php | 233 $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 D | general.test.php | 250 $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 D | StreamTest.php | 30 $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 D | BufferStreamTest.php | 15 $this->assertFalse($b->isSeekable()); 26 $this->assertFalse($b->eof()); 40 $this->assertFalse($b->tell()); 58 $this->assertFalse($b->write('hello'));
|
H A D | NoSeekStreamTest.php | 22 $this->assertFalse($wrapped->isSeekable()); 23 $this->assertFalse($wrapped->seek(2)); 31 $this->assertFalse($wrapped->write('foo'));
|
H A D | AppendStreamTest.php | 29 $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 D | ConstraintTest.php | 17 $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 D | helper.test.php |
|
/plugin/davcal/vendor/sabre/event/tests/ |
H A D | EventEmitterTest.php | 69 $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 D | FilterTest.php | 154 $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 D | HelperTest.php |
|
/plugin/davcal/vendor/sabre/dav/tests/Sabre/DAV/ |
H A D | PropPatchTest.php | 46 $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 D | HelperTest.php | 65 $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 D | Issue1351Test.php | 12 $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 D | namespace_move.test.php | 51 $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( [all...] |
/plugin/davcal/vendor/sabre/dav/tests/Sabre/DAV/Auth/Backend/ |
H A D | AbstractDigestTest.php | 16 $this->assertFalse( 31 $this->assertFalse( 69 $this->assertFalse( 86 $this->assertFalse(
|
/plugin/icalevents/vendor/sabre/vobject/tests/VObject/Recur/ |
H A D | RDateIteratorTest.php | 26 $this->assertFalse($it->isInfinite()); 47 $this->assertFalse($it->isInfinite()); 75 $this->assertFalse($it->isInfinite());
|
/plugin/icalevents/vendor/sabre/vobject/tests/VObject/Component/ |
H A D | VFreeBusyTest.php | 30 …$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 D | VFreeBusyTest.php | 30 …$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 D | VFreeBusyTest.php | 30 …$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 D | VFreeBusyTest.php | 30 …$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 D | FilesystemTest.php | 234 $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'));
|