Home
last modified time | relevance | path

Searched refs:assertTrue (Results 226 – 250 of 430) sorted by relevance

12345678910>>...18

/plugin/farmer/_test/
H A DGeneralTest.php
/plugin/dw2pdf/_test/
H A DGeneralTest.php36 $this->assertTrue(mail_isvalid($info['email']));
38 $this->assertTrue(false !== strtotime($info['date']));
/plugin/translation/_test/
H A DGeneralTest.php36 $this->assertTrue(mail_isvalid($info['email']));
38 $this->assertTrue(false !== strtotime($info['date']));
/plugin/imapmarkers/_test/
H A DGeneralTest.php36 $this->assertTrue(mail_isvalid($info['email']));
38 $this->assertTrue(false !== strtotime($info['date']));
/plugin/tag/_test/
H A Dtopic_and_tagrefine.test.php100 $this->assertTrue($found, $msg_prefix.'Page '.$id.' expected but not found in the result');
104 $this->assertTrue(in_array($page['id'], $expected), $msg_prefix.'Page '.$page['id'].' is in the result but wasn\'t expected');
/plugin/structtasks/_test/
H A DGeneralTest.php36 $this->assertTrue(mail_isvalid($info['email']));
38 $this->assertTrue(false !== strtotime($info['date']));
H A DUtilitiesTest.php41 $this->assertTrue($this->util->isValidSchema($schema));
116 $this->assertTrue($valid);
128 $this->assertTrue($valid);
/plugin/dev/skel/_test/
H A DGeneralTest.php35 $this->assertTrue(mail_isvalid($info['email']));
37 $this->assertTrue(false !== strtotime($info['date']));
/plugin/xlsx2dw/_test/
H A DGeneralTest.php36 $this->assertTrue(mail_isvalid($info['email']));
38 $this->assertTrue(false !== strtotime($info['date']));
/plugin/sqlite/_test/
H A DGeneralTest.php36 $this->assertTrue(mail_isvalid($info['email']));
38 $this->assertTrue(false !== strtotime($info['date']));
/plugin/dbquery/_test/
H A DGeneralTest.php36 $this->assertTrue(mail_isvalid($info['email']));
38 $this->assertTrue(false !== strtotime($info['date']));
/plugin/findologicxmlexport/vendor/phpunit/phpunit/tests/Extensions/
H A DPhptTestCaseTest.php207 $this->assertTrue($result->wasSuccessful());
222 $this->assertTrue($result->wasSuccessful());
237 $this->assertTrue($result->wasSuccessful());
/plugin/latexport/_test/
H A Ddecorator_headings.test.php38 $this->assertTrue($this->decoratorMock->noCommands(), "Should not have more commands");
52 $this->assertTrue($this->decoratorMock->noCommands(), "Should not have more commands");
/plugin/davcal/vendor/sabre/dav/tests/Sabre/CalDAV/
H A DCalendarQueryVAlarmTest.php57 $this->assertTrue($validator->validate($vcalendar, $filter));
118 $this->assertTrue($validator->validate($vcalendar, $filter));
/plugin/davcal/vendor/sabre/dav/tests/Sabre/CalDAV/Principal/
H A DUserTest.php95 $this->assertTrue($u->childExists('calendar-proxy-read'));
96 $this->assertTrue($u->childExists('calendar-proxy-write'));
/plugin/jplayer/vendor/symfony/process/Tests/
H A DProcessBuilderTest.php28 $this->assertTrue($proc->areEnvironmentVariablesInherited());
187 $this->assertTrue($process->isOutputDisabled());
218 $this->assertTrue($process->isSuccessful());
/plugin/elasticsearch/vendor/ezimuel/guzzlestreams/tests/
H A DLimitStreamTest.php32 $this->assertTrue($body->eof());
37 $this->assertTrue($body->eof());
104 $this->assertTrue($this->body->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 DGuzzleStreamWrapperTest.php24 $this->assertTrue(feof($handle));
58 $this->assertTrue(fclose($handle));
H A DPumpStreamTest.php59 $this->assertTrue($p->isReadable());
68 $this->assertTrue($p->eof());
/plugin/freechat/phpfreechat/lib/pear/PHPUnit/
H A DAssert.php79 $this->assertTrue(strpos($haystack, $needle) !== FALSE, $message);
83 $this->assertTrue(in_array($needle, $haystack), $message);
289 function assertTrue($condition, $message = '') { function in PHPUnit_Assert
/plugin/davcal/vendor/sabre/dav/tests/Sabre/CardDAV/Backend/
H A DAbstractPDOTest.php88 $this->assertTrue($result);
119 $this->assertTrue($result);
277 $this->assertTrue(isset($result[$index][$k]));
/plugin/davcal/vendor/sabre/dav/tests/Sabre/DAV/Locks/
H A DMSWordTest.php32 $this->assertTrue(!!$server->httpResponse->getHeaders('Lock-Token'));
44 $this->assertTrue(!!$server->httpResponse->getHeaders('Lock-Token'));
/plugin/findologicxmlexport/vendor/sebastian/comparator/tests/
H A DDateTimeComparatorTest.php146 $this->assertTrue(
202 $this->assertTrue($this->comparator->accepts(new DateTime, new DateTimeImmutable));
/plugin/davcal/vendor/sabre/http/tests/HTTP/
H A DMessageDecoratorTest.php58 $this->assertTrue($this->outer->hasHeader('a'));
59 $this->assertTrue($this->inner->hasHeader('a'));

12345678910>>...18