Home
last modified time | relevance | path

Searched refs:assertEquals (Results 526 – 550 of 1007) sorted by last modified time

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

/plugin/bureaucracyau/_test/
H A Dfield_radio.test.php57 $this->assertEquals($expectedWikiText, $actualWikiText, $msg);
58 $this->assertEquals($expectedValidationErrors, $actualValidationErrors, $msg);
72 $this->assertEquals(trim($expectedHTML), trim($actualHTML));
H A Dfield_user.test.php206 $this->assertEquals($expectedValidationErrors, $actualValidationErrors, $msg);
207 $this->assertEquals($expectedWikiText, $actualWikiText, $msg);
H A Dfield_users.test.php165 $this->assertEquals($expectedWikiText, $actualWikiText, $msg);
166 $this->assertEquals($expectedValidationErrors, $actualValidationErrors, $msg);
H A Dgeneral.test.php27 $this->assertEquals('bureaucracyau', $info['base']);
48 …$this->assertEquals(gettype($conf), gettype($meta),'Both ' . DOKU_PLUGIN . 'bureaucracyau/conf/def…
/plugin/bureaucracy-au/_test/
H A Dfield_email.test.php76 $this->assertEquals($expectedWikiText, $actualWikiText, $msg);
78 $this->assertEquals($expectedValidationErrors, $actualValidationErrors, $msg);
90 $this->assertEquals(trim($expectedHTML), trim($actualHTML));
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 Dfield_radio.test.php57 $this->assertEquals($expectedWikiText, $actualWikiText, $msg);
58 $this->assertEquals($expectedValidationErrors, $actualValidationErrors, $msg);
72 $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_user.test.php206 $this->assertEquals($expectedValidationErrors, $actualValidationErrors, $msg);
207 $this->assertEquals($expectedWikiText, $actualWikiText, $msg);
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_file.test.php20 $this->assertEquals(1, $result->length, "selector: \"$pqSelector\" not found in\n$xhtml\n");
H A Dfield_yesno.test.php67 $this->assertEquals($expectedWikiText, $actualWikiText, $msg);
68 $this->assertEquals($expectedValidationErrors, $actualValidationErrors, $msg);
H A Dgeneral.test.php27 $this->assertEquals('bureaucracy', $info['base']);
48 …$this->assertEquals(gettype($conf), gettype($meta),'Both ' . DOKU_PLUGIN . 'bureaucracy/conf/defau…
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 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_multiselect.test.php64 $this->assertEquals($expectedWikiText, $actualWikiText, $msg);
65 $this->assertEquals($expectedValidationErrors, $actualValidationErrors, $msg);
79 $this->assertEquals(trim($expectedHTML), trim($actualHTML));
H A Dfield_users.test.php165 $this->assertEquals($expectedWikiText, $actualWikiText, $msg);
166 $this->assertEquals($expectedValidationErrors, $actualValidationErrors, $msg);
/plugin/swarmwebhook/_test/
H A DIFTTTfullWebhook.test.php48 $this->assertEquals($rows[0], $expectedRows);
H A DIFTTTparseTime.test.php22 $this->assertEquals('2018-05-24', $actualDateTime->format('Y-m-d'));
23 $this->assertEquals('2018-05-24T18:02:00+02:00', $actualDateTime->format(\DateTime::ATOM));
H A DZapierExtractData.test.php59 $this->assertEquals($expectedExtractedData, $actualExtractedData, $msg);
H A DZapierHandlePayload.test.php51 $this->assertEquals($rows[0], $expectedRows, 'single event, initially creating the schema');
84 $this->assertEquals($rows[0], $expectedRows);
H A Dgeneral.test.php29 $this->assertEquals('swarmwebhook', $info['base']);
51 $this->assertEquals(
/plugin/emoji/_test/
H A Demoji_unicode.test.php21 $this->assertEquals(0, $foundemoji, 'Emoji failed implicit text.');
34 $this->assertEquals(6, $foundemoji, 'Emoji failed implicit emoji.');
46 $this->assertEquals(0, $foundemoji, 'Emoji failed explicit text.');
58 $this->assertEquals(5, $foundemoji, 'Emoji failed explicit emoji.');
/plugin/findologicxmlexport/vendor/jms/metadata/tests/Cache/
H A DDoctrineCacheAdapterTest.php32 $this->assertEquals($metadata, $cache->load(TestObject::class));
H A DFileCacheTest.php33 $this->assertEquals($metadata, $cache->load(TestObject::class));

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