Home
last modified time | relevance | path

Searched refs:assertEquals (Results 376 – 400 of 1007) sorted by relevance

1...<<11121314151617181920>>...41

/plugin/bureaucracy-au/_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));
/plugin/bureaucracyau/_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_radio.test.php57 $this->assertEquals($expectedWikiText, $actualWikiText, $msg);
58 $this->assertEquals($expectedValidationErrors, $actualValidationErrors, $msg);
72 $this->assertEquals(trim($expectedHTML), trim($actualHTML));
/plugin/webcomponent/_test/
H A Dheading.test.php22 $this->assertEquals('#', $componentName);
38 $this->assertEquals($dokuXhtml, $markXhtml);
55 $this->assertEquals($dokuXhtml, $markXhtml);
H A Dbutton.test.php22 $this->assertEquals('button', $componentName);
38 $this->assertEquals($expected, $xhtml);
63 $this->assertEquals($expected, sizeof($backlinks));
/plugin/findologicxmlexport/vendor/sebastian/recursion-context/tests/
H A DContextTest.php115 $this->assertEquals($key, $this->context->add($value));
118 $this->assertEquals($key, $this->context->add($value));
130 $this->assertEquals($key, $this->context->contains($value));
133 $this->assertEquals($key, $this->context->contains($value));
/plugin/gdpr/_test/
H A DCleanUser.test.php56 $this->assertEquals($expectedChangelogContent, $actualChangelogContent);
91 $this->assertEquals($expectedChangelogContentFile1, $actualChangelogContentFile1);
119 $this->assertEquals($expectedChangelogContentFile2, $actualChangelogContentFile2);
/plugin/findologicxmlexport/vendor/twig/twig/test/Twig/Tests/Node/
H A DMacroTest.php27 $this->assertEquals($body, $node->getNode('body'));
28 $this->assertEquals($arguments, $node->getNode('arguments'));
29 $this->assertEquals('foo', $node->getAttribute('name'));
H A DForTest.php33 $this->assertEquals($keyTarget, $node->getNode('key_target'));
34 $this->assertEquals($valueTarget, $node->getNode('value_target'));
35 $this->assertEquals($seq, $node->getNode('seq'));
38 … $this->assertEquals($body, $node->getNode('body')->getNode('tests')->getNode(1)->getNode(0));
44 $this->assertEquals($else, $node->getNode('else'));
/plugin/davcal/vendor/sabre/http/tests/HTTP/Auth/
H A DBearerTest.php18 $this->assertEquals(
52 $this->assertEquals('Bearer realm="Dagger"', $response->getHeader('WWW-Authenticate'));
53 $this->assertEquals(401, $response->getStatus());
H A DAWSTest.php41 $this->assertEquals(AWS::ERR_NOAWSHEADER, $this->auth->errorCode);
61 $this->assertEquals(AWS::ERR_MD5CHECKSUMWRONG, $this->auth->errorCode);
84 $this->assertEquals(AWS::ERR_INVALIDDATEFORMAT, $this->auth->errorCode);
112 $this->assertEquals(AWS::ERR_REQUESTTIMESKEWED, $this->auth->errorCode);
140 $this->assertEquals(AWS::ERR_REQUESTTIMESKEWED, $this->auth->errorCode);
171 $this->assertEquals(AWS::ERR_INVALIDSIGNATURE, $this->auth->errorCode);
205 $this->assertEquals($accessKey, $this->auth->getAccessKey());
H A DBasicTest.php18 $this->assertEquals([
64 $this->assertEquals('Basic realm="Dagger"', $response->getHeader('WWW-Authenticate'));
65 $this->assertEquals(401, $response->getStatus());
/plugin/dbquery/_test/
H A DHelperTest.php39 $this->assertEquals($expected, $actual);
61 $this->assertEquals($expected, $actual);
81 $this->assertEquals($expected, $actual);
/plugin/icalevents/vendor/sabre/vobject/tests/VObject/Recur/
H A DRRuleIteratorTest.php944 $this->assertEquals(
948 $this->assertEquals(
955 $this->assertEquals(
959 $this->assertEquals(
988 $this->assertEquals(
H A DRDateIteratorTest.php21 $this->assertEquals(
41 $this->assertEquals(
70 $this->assertEquals(
/plugin/findologicxmlexport/vendor/phpunit/php-code-coverage/tests/tests/
H A DFilterTest.php82 $this->assertEquals(
97 $this->assertEquals([], $this->filter->getWhitelist());
112 $this->assertEquals($this->files, $whitelist);
133 $this->assertEquals($this->files, $whitelist);
146 $this->assertEquals([], $this->filter->getWhitelist());
/plugin/captcha/_test/
H A DHelperTest.php
/plugin/davcal/vendor/sabre/dav/tests/Sabre/CalDAV/
H A DCalendarHomeTest.php34 $this->assertEquals('user1',$this->usercalendars->getName());
57 $this->assertEquals('principals/user1', $this->usercalendars->getOwner());
96 $this->assertEquals($expected, $this->usercalendars->getACL());
171 $this->assertEquals(3,count($cals));
/plugin/sneakyindexfix/_test/
H A Dmain.test.php52 $this->assertEquals(AUTH_NONE, $perm);
64 $this->assertEquals(AUTH_READ, $perm);
76 $this->assertEquals(AUTH_READ, $perm);
/plugin/davcal/vendor/sabre/dav/tests/Sabre/DAV/Xml/Request/
H A DSyncCollectionTest.php27 $this->assertEquals($elem, $result['value']);
52 $this->assertEquals($elem, $result['value']);
75 $this->assertEquals($elem, $result['value']);
/plugin/include/_test/
H A Dpagemove_support.test.php27 $this->assertEquals('{{page>:start#start}} %%{{page>start}}%% {{section>wiki:syntax#tables&nofooter}} {{page>:}} {{section>test:start#test}}',rawWiki('test:editx'));
43 $this->assertEquals('{{section>links#foo}} {{page>test:edit}} {{page>test:edit&nofooter}} {{section>test:edit#test}} {{page>test:edit&nofooter}}', rawWiki('links'));
74 $this->assertEquals($text, rawWiki('new:namespace:main'));
/plugin/structtasks/_test/
H A DCliTest.php58 $this->assertEquals(3, count($n));
61 $this->assertEquals([3, 2, 1], $n[1]->getDaysBefore());
65 $this->assertEquals(2, count($n));
70 $this->assertEquals(1, count($n));
72 $this->assertEquals([2, 1], $n[0]->getDaysBefore());
75 $this->assertEquals(0, count($n));
/plugin/davcal/vendor/sabre/dav/tests/Sabre/DAV/Xml/Element/
H A DResponseTest.php22 $this->assertEquals('uri', $property->getHref());
23 $this->assertEquals($innerProps, $property->getResponseProperties());
86 $this->assertEquals(
/plugin/davcal/vendor/sabre/dav/tests/Sabre/CalDAV/Xml/Notification/
H A DInviteReplyTest.php18 $this->assertEquals('foo', $notification->getId());
19 $this->assertEquals('"1"', $notification->getETag());
33 $this->assertEquals($simpleExpected, $writer->outputMemory());
/plugin/davcal/vendor/sabre/dav/tests/Sabre/DAV/Mount/
H A DPluginTest.php30 …$this->assertEquals(501, $this->response->status,'We expected GET to not be implemented for Direct…
47 $this->assertEquals(200, $this->response->status);
54 $this->assertEquals('http://example.org/',(string)$url[0]);

1...<<11121314151617181920>>...41