Home
last modified time | relevance | path

Searched refs:assertEquals (Results 976 – 1000 of 1007) sorted by last modified time

1...<<3132333435363738394041

/plugin/icalevents/vendor/sabre/xml/tests/Sabre/Xml/Element/
H A DElementsTest.php40 $this->assertEquals([
124 $this->assertEquals($expected, $output);
/plugin/icalevents/vendor/sabre/xml/tests/Sabre/Xml/Deserializer/
H A DRepeatingElementsTest.php31 $this->assertEquals($expected, $result);
/plugin/icalevents/vendor/sabre/xml/tests/Sabre/Xml/
H A DReaderTest.php33 $this->assertEquals('{}root', $reader->getClark());
93 $this->assertEquals($expected, $output);
125 $this->assertEquals($expected, $output);
157 $this->assertEquals($expected, $output);
191 $this->assertEquals($expected, $output);
252 $this->assertEquals($expected, $output);
292 $this->assertEquals($expected, $output);
334 $this->assertEquals($expected, $output);
480 $this->assertEquals($expected, $output);
533 $this->assertEquals($expected, $output);
[all …]
H A DWriterTest.php335 $this->assertEquals($output, $this->writer->outputMemory());
352 $this->assertEquals($output, $this->writer->outputMemory());
376 $this->assertEquals($output, $this->writer->outputMemory());
/plugin/uncmap/_test/
H A Duncmap.test.php30 $this->assertEquals('uncmap', $info['base']);
/plugin/skilltagicon/_test/
H A Dgeneral.test.php27 $this->assertEquals('skilltagicon', $info['base']);
/plugin/newsticker/_test/
H A Dgeneral.test.php27 $this->assertEquals('newsticker', $info['base']);
/plugin/articlelinks/_test/
H A Dgeneral.test.php27 $this->assertEquals('articlelinks', $info['base']);
/plugin/rating/_test/
H A Ddate.test.php36 $this->assertEquals($expected_response, $parser_response);
59 $this->assertEquals($expected_response, $parser_response);
82 $this->assertEquals($expected_response, $parser_response);
105 $this->assertEquals($expected_response, $parser_response);
128 $this->assertEquals($expected_response, $parser_response);
151 $this->assertEquals($expected_response, $parser_response);
H A Dgeneral.test.php27 $this->assertEquals('rating', $info['base']);
47 …$this->assertEquals(gettype($conf), gettype($meta),'Both ' . DOKU_PLUGIN . 'rating/conf/default.ph…
/plugin/freechat/phpfreechat/lib/pear/PHPUnit/
H A DAssert.php123 function assertEquals($expected, $actual, $message = '', $delta = 0) { function in PHPUnit_Assert
374 return $this->assertEquals(
/plugin/authucenter/_test/
H A Dgeneral.test.php27 $this->assertEquals('authucenter', $info['base']);
/plugin/log404/_test/
H A Dgeneral.test.php29 $this->assertEquals('log404', $info['base']);
43 $this->assertEquals(0, $log->recordCount());
54 $this->assertEquals(1, $log->recordCount());
57 $this->assertEquals(1, $record1['count']);
67 $this->assertEquals(2, $record2['count']);
87 $this->assertEquals('a', array_shift($firstRecord));
96 $this->assertEquals('b', array_shift($newFirstRecord));
118 $this->assertEquals(1, $b['count']);
144 $this->assertEquals(3, $a['count']);
169 $this->assertEquals('192.0.2.45', $a['hits'][0]['ip']);
[all …]
/plugin/clippy/_test/
H A Dgeneral.test.php27 $this->assertEquals('clippy', $info['base']);
/plugin/zotero/tests/
H A DZoteroEntryTest.php28 $this->assertEquals(self::ID, $this->e->getZoteroId());
29 $this->assertEquals(self::AUTHOR, $this->e->getAuthor());
30 $this->assertEquals(self::CITE_KEY, $this->e->getCiteKey());
31 $this->assertEquals(self::DATE, $this->e->getDate());
32 $this->assertEquals(self::TITLE, $this->e->getTitle());
37 …$this->assertEquals(self::AUTHOR . ": " . self::TITLE . " (" . self::DATE . ")", $this->e->getShor…
38 …$this->assertEquals("pre " . self::AUTHOR . " - " . self::TITLE . " [" . self::DATE . "]", $this->…
/plugin/latexit/_test/
H A Drowspan.test.php26 $this->assertEquals(3, $r->getRowspan());
28 $this->assertEquals(5, $r->getRowspan());
36 $this->assertEquals(2, $r->getCellId());
38 $this->assertEquals(4, $r->getCellId());
H A Dgeneral.test.php31 $this->assertEquals('latexit', $info['base']);
H A Drenderer.test.php83 $this->assertEquals($string, $this->r->doc);
230 $this->assertEquals("}", $this->r->doc);
238 $this->assertEquals("}", $this->r->doc);
246 $this->assertEquals("}", $this->r->doc);
254 $this->assertEquals("}", $this->r->doc);
262 $this->assertEquals("}", $this->r->doc);
270 $this->assertEquals("}", $this->r->doc);
278 $this->assertEquals("}", $this->r->doc);
286 $this->assertEquals("}", $this->r->doc);
339 $this->assertEquals("\n", $this->r->doc);
[all …]
H A Daction.test.php67 $this->assertEquals(1, $syntax_plugin->getSort());
H A Dbibhandler.test.php99 $this->assertEquals($string, $this->b->getBibtex());
H A Drowspanhandler.test.php40 $this->assertEquals(6, $this->r->getRowspan(3));
42 $this->assertEquals(0, $this->r->getRowspan(1));
51 $this->assertEquals(5, $this->r->getRowspan(3));
54 $this->assertEquals(1, $this->r->getRowspan(2));
57 $this->assertEquals(0, $this->r->getRowspan(2));
H A Dsyntax.test.php35 $this->assertEquals("substition", $this->s->getType());
42 $this->assertEquals(245, $this->s->getSort());
44 $this->assertEquals(25, $this->s->getSort());
60 $this->assertEquals("bibliography", $r);
65 $this->assertEquals($r, $array);
76 $this->assertEquals("<h4>Next link is recursively inserted.</h4>", $r->doc);
88 $this->assertEquals("\\cite{bibliography}", $r->doc);
H A Dlabelhandler.test.php39 $this->assertEquals("label", $this->l->newLabel("label"));
40 $this->assertEquals("stitek", $this->l->newLabel("stitek"));
41 $this->assertEquals("label2", $this->l->newLabel("label"));
42 $this->assertEquals("label3", $this->l->newLabel("label"));
H A Dpackage.test.php26 $this->assertEquals("balik", $p->getName());
34 $this->assertEquals("", $p->printParameters());
36 $this->assertEquals("[param]", $p->printParameters());
38 $this->assertEquals("[param, p]", $p->printParameters());
46 $this->assertEquals("", $p->printCommands());
48 $this->assertEquals("\use{aaa}\n", $p->printCommands());
50 $this->assertEquals("\use{aaa}\n\remove{bbb}\n", $p->printCommands());
/plugin/feedaggregator/_test/
H A Dgeneral.test.php27 $this->assertEquals('feedaggregator', $info['base']);

1...<<3132333435363738394041