Home
last modified time | relevance | path

Searched refs:assertFalse (Results 1 – 25 of 194) sorted by last modified time

12345678

/plugin/structtasks/_test/
H A DCliTest.php38 $this->assertFalse($cli->initialise(false));
45 $this->assertFalse($cli->initialise(false));
51 $this->assertFalse($cli->initialise());
H A DUtilitiesTest.php39 $this->assertFalse($this->util->isValidSchema($schema));
48 $this->assertFalse($this->util->isValidSchema($schema));
50 $this->assertFalse($this->util->isValidSchema($schema));
154 $this->assertFalse($valid);
/plugin/combo/vendor/salesforce/handlebars-php/tests/Handlebars/
H A DHandlebarsTest.php408 $this->assertFalse($engine->hasHelper('test'));
/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 DMonthFieldTest.php23 $this->assertFalse($f->validate('1.fix-regexp'));
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...]
H A DDayOfMonthFieldTest.php23 $this->assertFalse($f->validate('1.'));
59 $this->assertFalse($f->validate(0));
/plugin/data/_test/
H A Daction_edit_button.test.php
H A Daction_handle.test.php
H A Dhelper.test.php
/plugin/farmer/_test/
H A Dhelper.test.php
/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/captcha/_test/
H A DHelperTest.php
/plugin/elasticsearch/vendor/ezimuel/guzzlestreams/tests/
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());
H A DCachingStreamTest.php50 $this->assertFalse($this->body->seek(2, SEEK_END));
137 $this->assertFalse(is_resource($s));
H A DDroppingStreamTest.php15 $this->assertFalse($drop->write('lo'));
25 $this->assertFalse($drop->write('test'));
H A DLazyOpenStreamTest.php46 $this->assertFalse($l->isWritable());
H A DLimitStreamTest.php34 $this->assertFalse($body->eof());
81 $this->assertFalse($this->body->read(1000));
102 $this->assertFalse($this->body->eof());
H A DPumpStreamTest.php60 $this->assertFalse($p->isSeekable());
61 $this->assertFalse($p->isWritable());
63 $this->assertFalse($p->write('aa'));
H A DStreamDecoratorTraitTest.php97 $this->assertFalse(is_resource($this->c));
103 $this->assertFalse($this->b->isReadable());
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 DAsyncReadStreamTest.php77 $this->assertFalse($a->isSeekable());
78 $this->assertFalse($a->isWritable());
79 $this->assertFalse($a->write('foo'));
137 $this->assertFalse($needsDrain->getValue($a));
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'));

12345678