Home
last modified time | relevance | path

Searched refs:assertTrue (Results 351 – 375 of 430) sorted by path

1...<<1112131415161718

/plugin/reqlang/_test/
H A DGeneralTest.php36 $this->assertTrue(mail_isvalid($info['email']));
38 $this->assertTrue(false !== strtotime($info['date']));
/plugin/rowmove/_test/
H A Dajax.test.php44 $this->assertTrue($selector->length === 2);
45 $this->assertTrue(pq("img",$selector)->length === 4);
H A Dsyntax.test.php25 $this->assertTrue($selector->length === 2);
26 $this->assertTrue(pq("img",$selector)->length === 4);
/plugin/searchdefaults/_test/
H A Dgeneral.test.php29 $this->assertTrue(mail_isvalid($info['email']));
31 $this->assertTrue(false !== strtotime($info['date']));
/plugin/semantic/_test/
H A Dgeneral.test.php32 $this->assertTrue(mail_isvalid($info['email']));
34 $this->assertTrue(false !== strtotime($info['date']));
/plugin/sentry/_test/
H A Dgeneral.test.php31 $this->assertTrue(mail_isvalid($info['email']));
33 $this->assertTrue(false !== strtotime($info['date']));
/plugin/sequencediagram/bower_components/lodash/vendor/backbone/test/
H A Devents.js423 assertTrue: function() {
428 obj.once('event', obj.assertTrue);
437 TestClass.prototype.assertTrue = function() { method in TestClass
442 obj.on('event', function() { this.assertTrue(); }, new TestClass);
/plugin/simplemap/_test/
H A DGeneralSimplemapTest.php38 self::assertTrue(mail_isvalid($info[ 'email' ]));
40 self::assertTrue(false !== strtotime($info[ 'date' ]));
H A DSyntaxTest.php66 self::assertTrue($actualStatus);
/plugin/simplenavi/_test/
H A DGeneralTest.php
H A DSimplenaviTest.php
/plugin/siteexport/_test/
H A Dplugin_siteexport_functions_getrelativeurl.test.php15 …$this->assertTrue(class_exists('siteexport_functions'), 'The class for the functions could not be …
65 …$this->assertTrue($test['expected'] == $result, "Result '{$result}' did not match expected result …
H A Dplugin_siteexport_move.test.php26 $this->assertTrue($move->movePage('pagetomove', 'test:movedpage'));
/plugin/sitemapnavi/_test/
H A Dgeneral.test.php29 $this->assertTrue(mail_isvalid($info['email']));
31 $this->assertTrue(false !== strtotime($info['date']));
/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/smtp/_test/
H A Dgeneral.test.php29 $this->assertTrue(mail_isvalid($info['email']));
31 $this->assertTrue(false !== strtotime($info['date']));
/plugin/smtp/subtree/txtthinking/Mailer/tests/
H A DMailerTest.php33 $this->assertTrue($status);
47 $this->assertTrue($status);
H A DSMTPTest.php68 $this->assertTrue($status);
/plugin/snow/_test/
H A Dgeneral.test.php47 $this->assertTrue(mail_isvalid($info['email']));
49 $this->assertTrue(false !== strtotime($info['date']));
57 $this->assertTrue(
/plugin/sqlite/_test/
H A DGeneralTest.php36 $this->assertTrue(mail_isvalid($info['email']));
38 $this->assertTrue(false !== strtotime($info['date']));
/plugin/stale/_test/
H A DbaseTest.php148 $this->assertTrue(is_array($defaultConf));
/plugin/strata/_test/
H A Dquery_operators_numeric.test.php222 $this->assertTrue($this->_triples->queryRelations($query));
284 $this->assertTrue($this->_triples->queryRelations($query));
H A Dquery_sort.test.php97 $this->assertTrue($this->_triples->queryRelations($query));
H A Dstorage.test.php15 $this->assertTrue($OK);
25 $this->assertTrue($OK);
35 $this->assertTrue($OK);
37 $this->assertTrue($OK);
48 $this->assertTrue($OK);
50 $this->assertTrue($OK);
52 $this->assertTrue($OK);
H A Dstorage_graphs.test.php15 $this->assertTrue($OK);
17 $this->assertTrue($OK);

1...<<1112131415161718