Home
last modified time | relevance | path

Searched refs:assertTrue (Results 151 – 175 of 430) sorted by path

12345678910>>...18

/plugin/davcard/vendor/sabre/vobject/tests/VObject/Recur/EventIterator/
H A DMainTest.php27 $this->assertTrue($it->isInfinite());
/plugin/davcard/vendor/sabre/vobject/tests/VObject/
H A DUUIDUtilTest.php9 $this->assertTrue(
15 $this->assertTrue(
29 $this->assertTrue(
/plugin/dbquery/_test/
H A DGeneralTest.php36 $this->assertTrue(mail_isvalid($info['email']));
38 $this->assertTrue(false !== strtotime($info['date']));
/plugin/dev/skel/_test/
H A DGeneralTest.php35 $this->assertTrue(mail_isvalid($info['email']));
37 $this->assertTrue(false !== strtotime($info['date']));
/plugin/dropfiles/_test/
H A Dgeneral.test.php29 $this->assertTrue(mail_isvalid($info['email']));
31 $this->assertTrue(false !== strtotime($info['date']));
/plugin/dw2markdown/_test/
H A Dgeneral.test.php29 $this->assertTrue(mail_isvalid($info['email']));
31 $this->assertTrue(false !== strtotime($info['date']));
/plugin/dw2pdf/_test/
H A DGeneralTest.php36 $this->assertTrue(mail_isvalid($info['email']));
38 $this->assertTrue(false !== strtotime($info['date']));
/plugin/dx/_test/
H A DGeneralTest.php38 self::assertTrue(mail_isvalid($info['email']));
40 self::assertTrue(false !== strtotime($info['date']));
/plugin/dx/skel/_test/
H A DGeneralTest.php.skel38 self::assertTrue(mail_isvalid($info['email']));
40 self::assertTrue(false !== strtotime($info['date']));
/plugin/elasticsearch/vendor/ezimuel/guzzlestreams/tests/
H A DAppendStreamTest.php58 $this->assertTrue($a->seek(3));
89 $this->assertTrue($a->isSeekable());
90 $this->assertTrue($a->isReadable());
113 $this->assertTrue($a->eof());
H A DAsyncReadStreamTest.php74 $this->assertTrue(is_callable($drain->getValue($a)));
75 $this->assertTrue(is_callable($pump->getValue($a)));
76 $this->assertTrue($a->isReadable());
131 $this->assertTrue($needsDrain->getValue($a));
H A DBufferStreamTest.php13 $this->assertTrue($b->isReadable());
14 $this->assertTrue($b->isWritable());
28 $this->assertTrue($b->eof());
49 $this->assertTrue($b->eof());
H A DFnStreamTest.php42 $this->assertTrue($called);
91 $this->assertTrue($called);
H A DGuzzleStreamWrapperTest.php24 $this->assertTrue(feof($handle));
58 $this->assertTrue(fclose($handle));
H A DLazyOpenStreamTest.php42 $this->assertTrue($l->eof());
44 $this->assertTrue($l->isReadable());
45 $this->assertTrue($l->isSeekable());
H A DLimitStreamTest.php32 $this->assertTrue($body->eof());
37 $this->assertTrue($body->eof());
104 $this->assertTrue($this->body->eof());
H A DNullStreamTest.php22 $this->assertTrue($b->isReadable());
23 $this->assertTrue($b->isWritable());
24 $this->assertTrue($b->isSeekable());
27 $this->assertTrue($b->eof());
29 $this->assertTrue($b->eof());
H A DPumpStreamTest.php59 $this->assertTrue($p->isReadable());
68 $this->assertTrue($p->eof());
H A DStreamDecoratorTraitTest.php75 $this->assertTrue($this->b->seek(1));
78 $this->assertTrue($this->b->seek(0));
81 $this->assertTrue($this->b->seek(0, SEEK_END));
H A DStreamTest.php24 $this->assertTrue($stream->isReadable());
25 $this->assertTrue($stream->isWritable());
26 $this->assertTrue($stream->isSeekable());
70 $this->assertTrue($stream->eof());
134 $this->assertTrue($stream->isReadable());
145 $this->assertTrue($stream->eof());
153 $this->assertTrue($stream->isReadable());
154 $this->assertTrue($stream->isWritable());
155 $this->assertTrue($stream->isSeekable());
240 $this->assertTrue(
[all...]
/plugin/elwikiupgrade/_test/
H A Dgeneral.test.php31 $this->assertTrue(mail_isvalid($info['email']));
33 $this->assertTrue(false !== strtotime($info['date']));
/plugin/farmer/_test/
H A DGeneralTest.php
H A Dhelper.test.php
/plugin/farmsync/_test/
H A Dgeneral.test.php30 $this->assertTrue(mail_isvalid($info['email']));
32 $this->assertTrue(false !== strtotime($info['date']));
45 …$this->assertTrue(array_key_exists($key, $meta), 'Key $meta[\'' . $key . '\'] missing in ' . DOKU_…
49 …$this->assertTrue(array_key_exists($key, $conf), 'Key $conf[\'' . $key . '\'] missing in ' . DOKU_…
/plugin/feedaggregator/_test/
H A Dgeneral.test.php29 $this->assertTrue(mail_isvalid($info['email']));
31 $this->assertTrue(false !== strtotime($info['date']));

12345678910>>...18