Home
last modified time | relevance | path

Searched refs:assertTrue (Results 26 – 50 of 430) sorted by relevance

12345678910>>...18

/plugin/html2pdf/html2pdf/html2ps/unittest/
H A Dtest.css.content.php20 $this->assertTrue($collection->contains(CSS_CONTENT));
31 $this->assertTrue($collection->contains(CSS_HTML2PS_HTML_CONTENT));
42 $this->assertTrue($collection->contains(CSS_CONTENT));
62 $this->assertTrue($collection->contains(CSS_CONTENT));
82 $this->assertTrue($collection->contains(CSS_CONTENT));
93 $this->assertTrue($collection->contains(CSS_CONTENT));
104 $this->assertTrue($collection->contains(CSS_CONTENT));
105 $this->assertTrue($collection->contains(CSS_HTML2PS_HTML_CONTENT));
H A Dtest.table.column.width.php20 $this->assertTrue($width->isConstant());
40 $this->assertTrue($width->isConstant());
54 $this->assertTrue($cell->get_width() >= $table->get_width(),
73 $this->assertTrue($container_cell_min_width <= $container_cell_width,
80 $this->assertTrue($cell_width <=
/plugin/findologicxmlexport/vendor/phpunit/php-code-coverage/tests/tests/
H A DFilterTest.php160 $this->assertTrue($this->filter->isFile(__FILE__));
178 $this->assertTrue($this->filter->isFiltered($this->files[1]));
187 $this->assertTrue($this->filter->isFiltered('vfs://root/a/path'));
188 $this->assertTrue($this->filter->isFiltered('xdebug://debug-eval'));
189 $this->assertTrue($this->filter->isFiltered('eval()\'d code'));
190 $this->assertTrue($this->filter->isFiltered('runtime-created function'));
191 $this->assertTrue($this->filter->isFiltered('assert code'));
192 $this->assertTrue($this->filter->isFiltered('regexp code'));
/plugin/davcal/vendor/sabre/event/tests/
H A DEventEmitterTest.php41 $this->assertTrue(
155 $this->assertTrue($result);
158 $this->assertTrue(
182 $this->assertTrue($result);
188 $this->assertTrue($result);
207 $this->assertTrue($result);
210 $this->assertTrue(
235 $this->assertTrue($result);
260 $this->assertTrue($result);
/plugin/findologicxmlexport/vendor/twig/twig/test/Twig/Tests/
H A DTemplateWrapperTest.php28 $this->assertTrue($wrapper->hasBlock('foo'));
33 $this->assertTrue($wrapper->hasBlock('foo'));
34 $this->assertTrue($wrapper->hasBlock('imported'));
38 $this->assertTrue($wrapper->hasBlock('foo'));
39 $this->assertTrue($wrapper->hasBlock('extended'));
/plugin/elasticsearch/vendor/ezimuel/guzzlestreams/tests/
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 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/davcal/vendor/sabre/dav/tests/Sabre/DAV/
H A DServerPreconditionTest.php32 $this->assertTrue($server->checkPreconditions($httpRequest, $httpResponse));
57 $this->assertTrue($server->checkPreconditions($httpRequest, $httpResponse));
72 $this->assertTrue($server->checkPreconditions($httpRequest, $httpResponse));
84 $this->assertTrue($server->checkPreconditions($httpRequest, $httpResponse));
96 $this->assertTrue($server->checkPreconditions($httpRequest, $httpResponse));
121 $this->assertTrue($server->checkPreconditions($httpRequest, $httpResponse));
133 $this->assertTrue($server->checkPreconditions($httpRequest, $httpResponse));
237 $this->assertTrue($server->checkPreconditions($httpRequest, $httpResponse));
255 $this->assertTrue($server->checkPreconditions($httpRequest, $httpResponse));
270 $this->assertTrue($server->checkPreconditions($httpRequest, $httpResponse));
[all …]
/plugin/findologicxmlexport/vendor/phpunit/phpunit-mock-objects/tests/
H A DMockBuilderTest.php17 $this->assertTrue($mock instanceof Mockable);
35 $this->assertTrue($mock->anotherMockableMethod());
44 $this->assertTrue($mock->mockableMethod());
71 $this->assertTrue($mock instanceof ACustomClassName);
99 $this->assertTrue($cloned->cloned);
124 $this->assertTrue($spec instanceof PHPUnit_Framework_MockObject_MockBuilder);
/plugin/davcal/vendor/sabre/dav/tests/Sabre/DAV/Locks/Backend/
H A DAbstractTest.php36 $this->assertTrue($backend->lock('someuri', $lock));
60 $this->assertTrue($backend->lock('someuri', $lock));
85 $this->assertTrue($backend->lock('someuri', $lock));
104 $this->assertTrue($backend->lock('someuri/child', $lock));
130 $this->assertTrue($backend->lock('someuri', $lock));
134 $this->assertTrue($backend->lock('someuri', $lock));
158 $this->assertTrue($backend->lock('someuri', $lock));
163 $this->assertTrue($backend->unlock('someuri',$lock));
183 $this->assertTrue($backend->lock('someuri', $lock));
/plugin/datepicker/_test/
H A Dsyntax.test.php31 $this->assertTrue($mselector->length === 0);
33 $this->assertTrue($mselector->length === 1);
45 $this->assertTrue($mselector->length === 3);
65 $this->assertTrue($mselector->length === 0);
67 $this->assertTrue($mselector->length === 1);
78 $this->assertTrue($mselector->length === 3);
98 $this->assertTrue($mselector->length === 3);
119 $this->assertTrue($mselector->length === 3);
/plugin/davcal/vendor/sabre/dav/tests/Sabre/DAV/Browser/
H A DPluginTest.php39 $this->assertTrue(strpos($body, '<title>dir') !== false, $body);
40 $this->assertTrue(strpos($body, '<a href="/dir/child.txt">')!==false);
65 $this->assertTrue(strpos($body, '<title>dir') !== false, $body);
66 $this->assertTrue(strpos($body, '<a href="/dir/child.txt">')!==false);
86 $this->assertTrue(strpos($body, '<title>/') !== false, $body);
87 $this->assertTrue(strpos($body, '<a href="/dir/">')!==false);
88 $this->assertTrue(strpos($body, '<span class="btn disabled">')!==false);
146 $this->assertTrue(is_dir(SABRE_TEMPDIR . '/new_collection'));
/plugin/latexport/_test/
H A Ddecorator_math.test.php38 $this->assertTrue($this->decoratorMock->noCommands(), "Should not have more commands");
53 $this->assertTrue($this->decoratorMock->noCommands(), "Should not have more commands");
68 $this->assertTrue($this->decoratorMock->noCommands(), "Should not have more commands");
83 $this->assertTrue($this->decoratorMock->noCommands(), "Should not have more commands");
99 $this->assertTrue($this->decoratorMock->noCommands(), "Should not have more commands");
118 $this->assertTrue($this->decoratorMock->noCommands(), "Should not have more commands");
130 $this->assertTrue($this->decoratorMock->noCommands(), "Should not have more commands");
/plugin/combo/vendor/dragonmantank/cron-expression/tests/Cron/
H A DDayOfMonthFieldTest.php20 $this->assertTrue($f->validate('1'));
21 $this->assertTrue($f->validate('*'));
22 $this->assertTrue($f->validate('5W,L'));
32 $this->assertTrue($f->isSatisfiedBy(new DateTime(), '?'));
/plugin/skilltagicon/_test/
H A Dgeneral.test.php29 $this->assertTrue(mail_isvalid($info['email']));
31 $this->assertTrue(false !== strtotime($info['date']));
44 …$this->assertTrue(array_key_exists($key, $meta), 'Key $meta[\'' . $key . '\'] missing in ' . DOKU_…
48 …$this->assertTrue(array_key_exists($key, $conf), 'Key $conf[\'' . $key . '\'] missing in ' . DOKU_…
/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/davcal/vendor/sabre/dav/tests/Sabre/DAVACL/
H A DPluginPropertiesTest.php234 $this->assertTrue(isset($result[200]));
235 $this->assertTrue(isset($result[200]['{DAV:}alternate-URI-set']));
263 $this->assertTrue(isset($result[200]));
264 $this->assertTrue(isset($result[200]['{DAV:}principal-URL']));
292 $this->assertTrue(isset($result[200]));
293 $this->assertTrue(isset($result[200]['{DAV:}group-member-set']));
319 $this->assertTrue(isset($result[200]));
320 $this->assertTrue(isset($result[200]['{DAV:}group-membership']));
346 $this->assertTrue(isset($result[200]));
347 $this->assertTrue(isset($result[200]['{DAV:}displayname']));
/plugin/404manager/_test/
H A Ddokuwiki.test.php44 $this->assertTrue(mail_isvalid($info['email']));
46 $this->assertTrue(false !== strtotime($info['date']));
58 $this->assertTrue(page_exists(constant_parameters::$PAGE_EXIST_ID));
65 $this->assertTrue($INFO['exists']);
/plugin/davcard/vendor/sabre/vobject/tests/VObject/
H A DUUIDUtilTest.php9 $this->assertTrue(
15 $this->assertTrue(
29 $this->assertTrue(
/plugin/icalevents/vendor/sabre/vobject/tests/VObject/
H A DUUIDUtilTest.php9 $this->assertTrue(
15 $this->assertTrue(
29 $this->assertTrue(
/plugin/webdavclient/vendor/sabre/vobject/tests/VObject/
H A DUUIDUtilTest.php9 $this->assertTrue(
15 $this->assertTrue(
29 $this->assertTrue(
/plugin/davcal/vendor/sabre/vobject/tests/VObject/
H A DUUIDUtilTest.php9 $this->assertTrue(
15 $this->assertTrue(
29 $this->assertTrue(
/plugin/latexit/_test/
H A Dsyntax.test.php51 $this->assertTrue($this->s->isSingleton());
77 $this->assertTrue($result);
83 $this->assertTrue($result);
89 $this->assertTrue($result);
/plugin/move/_test/
H A Dpagemove.test.php190 $this->assertTrue($result);
306 $this->assertTrue($result);
423 $this->assertTrue($result);
543 $this->assertTrue($move->movePage('wiki:foo:start', 'wiki:foo2:start'));
561 $this->assertTrue($move->movePage('wiki:foo:start', 'wiki:foo:bar:start'));
579 $this->assertTrue($move->movePage('bar:start', 'wiki:foo:start'));
608 $this->assertTrue($move->movePage('bugs:start', 'bugs'));
611 $this->assertTrue($move->movePage('bugs', 'start'));
624 $this->assertTrue($move->movePage('some_space:start', 'spaceless:start'));
H A DstepThroughDocuments.test.php122 $this->assertTrue(!isset($actual_move_Operator->movedPages[10]));
129 $this->assertTrue(!isset($mock->moveLog[10]));
159 $this->assertTrue(!isset($actual_move_Operator->movedPages[9]));
166 $this->assertTrue(!isset($mock->moveLog[9]));
207 $this->assertTrue(!isset($actual_move_Operator->movedPages[$lastIndex + 1]));
211 $this->assertTrue(!isset($mock->moveLog[6]));
254 …$this->assertTrue(!isset($actual_move_Operator->movedPages[$lastIndex + 1]), "The number of moved …
266 $this->assertTrue(!isset($mock->moveLog[10]), "The number of logged items is incorrect");

12345678910>>...18