Home
last modified time | relevance | path

Searched refs:assertEquals (Results 501 – 525 of 1007) sorted by last modified time

1...<<21222324252627282930>>...41

/plugin/ipban/_test/
H A Dgeneral.test.php29 $this->assertEquals('ipban', $info['base']);
51 $this->assertEquals(
/plugin/webcomponent/_test/
H A Dblockquote.test.php22 $this->assertEquals('blockquote', $elementName);
41 $this->assertEquals($expected, $xhtml);
60 $this->assertEquals($expected, $xhtml);
79 $this->assertEquals($expected, $xhtml);
H A Dcard.test.php20 $this->assertEquals('card', $componentName);
47 $this->assertEquals($expected, $xhtml);
72 $this->assertEquals($expected.$expected, $xhtml);
H A Dgeneral.test.php28 $this->assertEquals(webcomponent::PLUGIN_NAME, $info['base']);
81 $this->assertEquals(
H A Dmath.test.php22 $this->assertEquals('math', $componentName);
44 $this->assertEquals($expected, $xhtml);
68 $this->assertEquals($expected, sizeof($mathJaxDiv));
91 $this->assertEquals($expected, sizeof($mathJaxDiv));
H A Dbutton.test.php22 $this->assertEquals('button', $componentName);
38 $this->assertEquals($expected, $xhtml);
63 $this->assertEquals($expected, sizeof($backlinks));
H A Dcardcolumns.test.php23 $this->assertEquals($tags, $componentNames);
52 $this->assertEquals($expected, $xhtml);
H A Dcite.test.php22 $this->assertEquals('cite', $elementName);
35 $this->assertEquals($expected, $xhtml);
H A Dheading.test.php22 $this->assertEquals('#', $componentName);
38 $this->assertEquals($dokuXhtml, $markXhtml);
55 $this->assertEquals($dokuXhtml, $markXhtml);
H A Djs.test.php36 …$this->assertEquals("/lib/exe/js.php \n--- only /doku.php, /lib/exe/fetch.php, /lib/exe/detail.php…
55 $this->assertEquals(true, $pos > 0);
H A Drelated.test.php132 $this->assertEquals(self::REFERRERS_COUNT, sizeof($backlinks));
145 $this->assertEquals(self::REFERRERS_COUNT, sizeof($referrers));
147 …$this->assertEquals(self::$referrers[self::REFERRERS_ID_TOP], $referrers[0][syntax_plugin_webcompo…
153 $this->assertEquals($expected, sizeof($referrers));
160 $this->assertEquals($expected, sizeof($referrers));
175 $this->assertEquals(2, $idElements);
H A Dwebcomponent.test.php19 $this->assertEquals("nico", $parameters["class"]);
28 $this->assertEquals("", $parameters["class"]);
29 $this->assertEquals(true, array_key_exists("class",$parameters));
/plugin/data-au/_test/
H A Dhelper.test.php30 $this->assertEquals('', $helper->_cleanData('', ''));
31 $this->assertEquals('', $helper->_cleanData(null, ''));
136 $this->assertEquals('value1, value2, val',
139 $this->assertEquals('link: :page ',
142 $this->assertEquals('link: :page title',
145 $this->assertEquals('link: page title',
148 $this->assertEquals('link: :key:page ',
174 $this->assertEquals('<strong>bla</strong>',
189 $this->assertEquals('test', $dataau['sql']);
202 $this->assertEquals('en', $dataau['sql']);
[all …]
H A Dsyntax_plugin_data_entry.test.php343 $this->assertEquals(1, pq('dl dt.type')->length);
344 $this->assertEquals(1, pq('dl dd.type')->length);
345 $this->assertEquals(1, pq('dl dt.volume')->length);
346 $this->assertEquals(1, pq('dl dd.volume')->length);
353 $this->assertEquals(1, pq('dl dt.server')->length);
354 $this->assertEquals(1, pq('dl dd.server')->length);
355 $this->assertEquals(1, pq('dl dt.website')->length);
357 $this->assertEquals(1, pq('dl dt.task')->length);
358 $this->assertEquals(1, pq('dl dd.task')->length);
359 $this->assertEquals(1, pq('dl dt.tests')->length);
[all …]
H A DhelperAliases.test.php24 $this->assertEquals($expect, $helper->_aliases());
H A Dsyntax_plugin_data_table.test.php133 $this->assertEquals($dataau, $result, 'Data array corrupted');
/plugin/bureaucracyau/_test/
H A Dfield_multiselect.test.php64 $this->assertEquals($expectedWikiText, $actualWikiText, $msg);
65 $this->assertEquals($expectedValidationErrors, $actualValidationErrors, $msg);
79 $this->assertEquals(trim($expectedHTML), trim($actualHTML));
H A Dfield_time.test.php70 $this->assertEquals($expectedWikiText, $actualWikiText, $msg);
72 $this->assertEquals($expectedValidationErrors, $actualValidationErrors, $msg);
84 $this->assertEquals(trim($expectedHTML), trim($actualHTML));
H A Dfield_yesno.test.php67 $this->assertEquals($expectedWikiText, $actualWikiText, $msg);
68 $this->assertEquals($expectedValidationErrors, $actualValidationErrors, $msg);
H A Dsyntax.test.php16 $this->assertEquals(1, pq('form.bureaucracyau__plugin', $doc)->length);
17 $this->assertEquals(6, pq('form.bureaucracyau__plugin fieldset', $doc)->length);
28 $this->assertEquals(3, pq('option', $select)->length);
29 $this->assertEquals(1, pq('option:selected', $select)->length);
30 $this->assertEquals('Peaches', pq('option:selected', $select)->val());
33 $this->assertEquals(1, pq('p:contains(Some static text)', $doc)->length);
57 $this->assertEquals(0, pq('bold', $doc)->length);
63 $this->assertEquals(1, $field->length, "find span of $name");
66 $this->assertEquals(1, pq('sup', $field)->length, "is mandatory of $name");
73 $this->assertEquals(1, $input->length, "find check of $name");
[all …]
H A Dfield_file.test.php20 $this->assertEquals(1, $result->length, "selector: \"$pqSelector\" not found in\n$xhtml\n");
H A Dfield_hidden.test.php57 $this->assertEquals($expectedWikiText, $actualWikiText, $msg);
59 $this->assertEquals($expectedValidationErrors, $actualValidationErrors, $msg);
75 $this->assertEquals(trim($expectedHTML), trim($actualHTML));
H A Dactions_template.test.php14 $this->assertEquals('en', $action->values['__lang__']);
15 $this->assertEquals('/@LANG@/', $action->patterns['__lang__']);
16 $this->assertEquals('', $action->values['__trans__']);
17 $this->assertEquals('/@TRANS@/', $action->patterns['__trans__']);
33 $this->assertEquals('en', $action->values['__lang__']);
34 $this->assertEquals('/@LANG@/', $action->patterns['__lang__']);
35 $this->assertEquals('', $action->values['__trans__']);
53 $this->assertEquals('en', $action->values['__lang__']);
54 $this->assertEquals('/@LANG@/', $action->patterns['__lang__']);
55 $this->assertEquals('de', $action->values['__trans__']);
[all …]
H A Dfield_date.test.php81 $this->assertEquals($expectedWikiText, $actualWikiText, $msg);
83 $this->assertEquals($expectedValidationErrors, $actualValidationErrors, $msg);
95 $this->assertEquals(trim($expectedHTML), trim($actualHTML));
H A Dfield_email.test.php76 $this->assertEquals($expectedWikiText, $actualWikiText, $msg);
78 $this->assertEquals($expectedValidationErrors, $actualValidationErrors, $msg);
90 $this->assertEquals(trim($expectedHTML), trim($actualHTML));

1...<<21222324252627282930>>...41