Home
last modified time | relevance | path

Searched refs:assertEquals (Results 276 – 300 of 1007) sorted by relevance

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

/plugin/davcal/vendor/sabre/http/tests/HTTP/
H A DClientTest.php36 $this->assertEquals($settings, $client->createCurlSettingsArray($request));
64 $this->assertEquals($settings, $client->createCurlSettingsArray($request));
129 $this->assertEquals($settings, $client->createCurlSettingsArray($request));
155 $this->assertEquals($settings, $client->createCurlSettingsArray($request));
242 $this->assertEquals(3, $called);
243 $this->assertEquals(2, $errorCalled);
244 $this->assertEquals(200, $response->getStatus());
339 $this->assertEquals(200, $response->getStatus());
340 $this->assertEquals(['Header1' => ['Val1']], $response->getHeaders());
341 $this->assertEquals('Foo', $response->getBodyAsString());
/plugin/rowmove/_test/
H A Dajax.test.php24 $this->assertEquals(pq("td",$doc)->get(0)->textContent, 'row1');
25 $this->assertEquals(pq("td",$doc)->get(2)->textContent, 'row2');
47 $this->assertEquals(pq("td",$doc)->get(0)->textContent, 'row2');
48 $this->assertEquals(pq("td",$doc)->get(2)->textContent, 'row1');
/plugin/farmsync/_test/
H A DgetPagesFromLine.test.php70 $this->assertEquals($expectedResult, $actual_result, $failureMsg);
71 $this->assertEquals(count($MSG), $expectedMsgCount);
149 $this->assertEquals($expectedResult, $actual_result, $failureMsg);
150 $this->assertEquals(count($MSG), $expectedMsgCount);
204 $this->assertEquals($expectedResult, $actual_result, $failureMsg);
205 $this->assertEquals(count($MSG), $expectedMsgCount);
/plugin/aclplusregex/_test/
H A Dacl.test.php
/plugin/webcode/_test/
H A Dwebcode.test.php51 $this->assertEquals(0, $iframe->length);
76 $this->assertEquals(1, $iframe->length);
98 $this->assertEquals(2, $iframe->length);
101 $this->assertEquals(2, $iframe->length);
125 $this->assertEquals(0, $iframe->length);
/plugin/davcal/vendor/sabre/dav/tests/Sabre/DAV/Xml/Property/
H A DHrefTest.php14 $this->assertEquals('path', $href->getHref());
21 $this->assertEquals('path', $href->getHref());
37 $this->assertEquals('path', $href->getHref());
60 $this->assertEquals('/bla/path', $href->getHref());
119 $this->assertEquals($expected, $href->toHtml($html));
/plugin/davcal/vendor/sabre/dav/tests/Sabre/DAV/
H A DTreeTest.php22 $this->assertEquals('foobar', $tree->getNodeForPath('hi/file')->get());
23 …$this->assertEquals(array('test1'=>'value'), $tree->getNodeForPath('hi/file')->getProperties(array…
32 $this->assertEquals('hi2', $tree->getNodeForPath('hi')->getName());
59 $this->assertEquals(2,count($children));
60 $this->assertEquals('hi', $children[0]->getName());
71 $this->assertEquals('sub', $result['hi/sub']->getName());
72 $this->assertEquals('file', $result['hi/file']->getName());
/plugin/combo/vendor/salesforce/handlebars-php/tests/Handlebars/
H A DHandlebarsTest.php36 $this->assertEquals($result, $engine->render($src, $data));
83 $this->assertEquals($result, $engine->render($src, $data));
234 $this->assertEquals($result, $engine->render($src, $data));
252 $this->assertEquals('apple, banana, 0, zucchini', $engine->render($template, $data));
421 $this->assertEquals('Test helper is called', $engine->render('{{#test}}', []));
454 $this->assertEquals(0, count(glob($path . '/*')));
456 $this->assertEquals(1, count(glob($path . '/*')));
/plugin/icalevents/vendor/sabre/xml/tests/Sabre/Xml/Element/
H A DKeyValueTest.php39 $this->assertEquals([
130 $this->assertEquals($expected, $reader->parse());
174 $this->assertEquals($expected, $output);
198 $this->assertEquals([
/plugin/davcal/vendor/sabre/xml/tests/Sabre/Xml/Element/
H A DKeyValueTest.php39 $this->assertEquals([
130 $this->assertEquals($expected, $reader->parse());
174 $this->assertEquals($expected, $output);
198 $this->assertEquals([
/plugin/passpolicy/_test/
H A DHelperTest.php67 $this->assertEquals(\helper_plugin_passpolicy::LENGTH_VIOLATION, $policy->error);
72 $this->assertEquals(\helper_plugin_passpolicy::POOL_VIOLATION, $policy->error);
77 $this->assertEquals(\helper_plugin_passpolicy::USERNAME_VIOLATION, $policy->error);
91 $this->assertEquals(\helper_plugin_passpolicy::COMMON_VIOLATION, $policy->error);
102 $this->assertEquals(\helper_plugin_passpolicy::LEAK_VIOLATION, $policy->error);
127 $this->assertEquals(\helper_plugin_passpolicy::POOL_VIOLATION, $policy->error);
133 $this->assertEquals(\helper_plugin_passpolicy::POOL_VIOLATION, $policy->error);
135 $this->assertEquals(\helper_plugin_passpolicy::POOL_VIOLATION, $policy->error);
140 $this->assertEquals(\helper_plugin_passpolicy::POOL_VIOLATION, $policy->error);
142 $this->assertEquals(\helper_plugin_passpolicy::POOL_VIOLATION, $policy->error);
[all …]
/plugin/davcard/vendor/sabre/vobject/tests/VObject/Property/
H A DTextTest.php25 $this->assertEquals("BEGIN:VCARD\r\nVERSION:2.1\r\n$expected\r\nEND:VCARD\r\n", $output);
86 $this->assertEquals(1, count($vcard->validate()));
88 $this->assertEquals(1, count($vcard->N->getParts()));
92 $this->assertEquals(5, count($vcard->N->getParts()));
/plugin/datepicker/_test/
H A Dajax.test.php25 …$this->assertEquals(plugin_load('action', 'datepicker')->getConf('emptyStringDate'), pq("span.date…
42 $this->assertEquals('2018-01-01', pq("span.datepicker",$doc)->get(0)->textContent);
67 …$this->assertEquals(plugin_load('action', 'datepicker')->getConf('emptyStringWeek'), pq("span.week…
68 $this->assertEquals('02/18', pq("span.weekpicker",$doc)->get(1)->textContent);
/plugin/icalevents/vendor/sabre/vobject/tests/VObject/Property/
H A DTextTest.php25 $this->assertEquals("BEGIN:VCARD\r\nVERSION:2.1\r\n$expected\r\nEND:VCARD\r\n", $output);
86 $this->assertEquals(1, count($vcard->validate()));
88 $this->assertEquals(1, count($vcard->N->getParts()));
92 $this->assertEquals(5, count($vcard->N->getParts()));
/plugin/webdavclient/vendor/sabre/vobject/tests/VObject/Property/
H A DTextTest.php25 $this->assertEquals("BEGIN:VCARD\r\nVERSION:2.1\r\n$expected\r\nEND:VCARD\r\n", $output);
86 $this->assertEquals(1, count($vcard->validate()));
88 $this->assertEquals(1, count($vcard->N->getParts()));
92 $this->assertEquals(5, count($vcard->N->getParts()));
/plugin/davcal/vendor/sabre/vobject/tests/VObject/Property/
H A DTextTest.php25 $this->assertEquals("BEGIN:VCARD\r\nVERSION:2.1\r\n$expected\r\nEND:VCARD\r\n", $output);
86 $this->assertEquals(1, count($vcard->validate()));
88 $this->assertEquals(1, count($vcard->N->getParts()));
92 $this->assertEquals(5, count($vcard->N->getParts()));
/plugin/davcard/vendor/sabre/vobject/tests/VObject/Parser/
H A DJsonTest.php191 $this->assertEquals($expected, str_replace("\r", "", $result));
193 $this->assertEquals(
348 $this->assertEquals($expected, str_replace("\r", "", $result));
350 $this->assertEquals(
373 $this->assertEquals('foo', $result->FN->getValue());
/plugin/icalevents/vendor/sabre/vobject/tests/VObject/Parser/
H A DJsonTest.php191 $this->assertEquals($expected, str_replace("\r", "", $result));
193 $this->assertEquals(
348 $this->assertEquals($expected, str_replace("\r", "", $result));
350 $this->assertEquals(
373 $this->assertEquals('foo', $result->FN->getValue());
/plugin/icalevents/vendor/sabre/vobject/tests/VObject/Splitter/
H A DVCardTest.php30 $this->assertEquals(1, $count);
97 $this->assertEquals(4, $count);
149 $this->assertEquals(2, $count);
173 $this->assertEquals(2, $count);
190 $this->assertEquals(1, $count);
/plugin/davcard/vendor/sabre/vobject/tests/VObject/Splitter/
H A DVCardTest.php32 $this->assertEquals(1, $count);
99 $this->assertEquals(4, $count);
151 $this->assertEquals(2, $count);
175 $this->assertEquals(2, $count);
192 $this->assertEquals(1, $count);
/plugin/webdavclient/vendor/sabre/vobject/tests/VObject/Parser/
H A DJsonTest.php191 $this->assertEquals($expected, str_replace("\r", "", $result));
193 $this->assertEquals(
348 $this->assertEquals($expected, str_replace("\r", "", $result));
350 $this->assertEquals(
373 $this->assertEquals('foo', $result->FN->getValue());
/plugin/webdavclient/vendor/sabre/vobject/tests/VObject/Splitter/
H A DVCardTest.php32 $this->assertEquals(1, $count);
99 $this->assertEquals(4, $count);
151 $this->assertEquals(2, $count);
175 $this->assertEquals(2, $count);
192 $this->assertEquals(1, $count);
/plugin/davcal/vendor/sabre/vobject/tests/VObject/Parser/
H A DJsonTest.php191 $this->assertEquals($expected, str_replace("\r", "", $result));
193 $this->assertEquals(
348 $this->assertEquals($expected, str_replace("\r", "", $result));
350 $this->assertEquals(
373 $this->assertEquals('foo', $result->FN->getValue());
/plugin/davcal/vendor/sabre/vobject/tests/VObject/Splitter/
H A DVCardTest.php32 $this->assertEquals(1, $count);
99 $this->assertEquals(4, $count);
151 $this->assertEquals(2, $count);
175 $this->assertEquals(2, $count);
192 $this->assertEquals(1, $count);
/plugin/findologicxmlexport/vendor/phpunit/php-code-coverage/tests/tests/
H A DCodeCoverageTest.php290 $this->assertEquals(
301 $this->assertEquals(
317 $this->assertEquals(
332 $this->assertEquals(
340 $this->assertEquals(
386 $this->assertEquals(
397 $this->assertEquals(
420 $this->assertEquals(
480 $this->assertEquals(

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