Home
last modified time | relevance | path

Searched refs:expected (Results 276 – 300 of 514) sorted by relevance

1...<<1112131415161718192021

/plugin/stopforumspam/_test/
H A DLoggerTest.php19 $expected = "StopForumSpam-" . date("Y-m") . ".csv";
21 $this->assertEquals($expected, $logger->logfile);
/plugin/davcal/vendor/sabre/dav/tests/Sabre/CalDAV/Backend/
H A DAbstractPDOTest.php714 $expected = $props;
715 $expected['id'] = 1;
716 $expected['uri'] = 'sub1';
717 $expected['principaluri'] = 'principals/user1';
719 unset($expected['{http://calendarserver.org/ns/}source']);
720 $expected['source'] = 'http://example.org/cal.ics';
776 $expected['source'] = 'http://example.org/cal2.ics';
H A DAbstractTest.php74 $expected = [
89 $this->assertEquals($expected, $result);
/plugin/davcal/vendor/sabre/dav/tests/Sabre/CalDAV/
H A DValidateICalTest.php97 $expected = array(
104 … $this->assertEquals($expected, $this->calBackend->getCalendarObject('calendar1','blabla.ics'));
220 $expected = array(
227 … $this->assertEquals($expected, $this->calBackend->getCalendarObject('calendar1','blabla.ics'));
/plugin/davcard/vendor/sabre/vobject/tests/VObject/Property/
H A DTextTest.php9 function assertVCard21serialization($propValue, $expected) { argument
25 $this->assertEquals("BEGIN:VCARD\r\nVERSION:2.1\r\n$expected\r\nEND:VCARD\r\n", $output);
/plugin/icalevents/vendor/sabre/vobject/tests/VObject/Property/
H A DTextTest.php9 function assertVCard21Serialization($propValue, $expected) { argument
25 $this->assertEquals("BEGIN:VCARD\r\nVERSION:2.1\r\n$expected\r\nEND:VCARD\r\n", $output);
/plugin/webdavclient/vendor/sabre/vobject/tests/VObject/Property/
H A DTextTest.php9 function assertVCard21serialization($propValue, $expected) { argument
25 $this->assertEquals("BEGIN:VCARD\r\nVERSION:2.1\r\n$expected\r\nEND:VCARD\r\n", $output);
/plugin/davcal/vendor/sabre/vobject/tests/VObject/Property/
H A DTextTest.php9 function assertVCard21serialization($propValue, $expected) { argument
25 $this->assertEquals("BEGIN:VCARD\r\nVERSION:2.1\r\n$expected\r\nEND:VCARD\r\n", $output);
/plugin/icalevents/vendor/squizlabs/php_codesniffer/CodeSniffer/Standards/Generic/Sniffs/Functions/
H A DOpeningFunctionBraceBsdAllmanSniff.php166 $expected = ($startColumn - 1);
171 $expected,
177 $indent = str_repeat(' ', $expected);
/plugin/icalevents/vendor/squizlabs/php_codesniffer/CodeSniffer/Standards/Squiz/Sniffs/WhiteSpace/
H A DSemicolonSpacingSniff.php80 $expected = $tokens[$nonSpace]['content'].';';
84 $expected,
/plugin/davcal/vendor/sabre/dav/tests/Sabre/CalDAV/Xml/Notification/
H A DInviteReplyTest.php14 function testSerializers($notification, $expected) { argument
47 $this->assertXmlStringEqualsXmlString($expected, $writer->outputMemory());
/plugin/api/_test/
H A Drest.test.php74 $expected = array(
81 $this->assertEquals($expected,$actualData,"Information about the API is given");
/plugin/sequencediagram/bower_components/lodash/test/
H A Dtest-fp.js399 assert.deepEqual(actual, expected);
428 assert.deepEqual(actual, expected);
452 assert.deepEqual(actual, expected);
1090 expected = [[1, 1], [2, 2]];
1326 assert.deepEqual(args, expected);
1350 assert.deepEqual(args, expected);
1459 assert.deepEqual(args, expected);
1493 assert.deepEqual(args, expected);
1670 assert.deepEqual(actual, expected);
1858 var expected = isFIFO
[all …]
/plugin/icalevents/vendor/sabre/vobject/tests/VObject/Recur/
H A DRRuleIteratorTest.php966 function parse($rule, $start, $expected, $fastForward = null, $tz = 'UTC') { argument
981 if ($parser->isInfinite() && count($result) >= count($expected)) {
989 $expected,
/plugin/davcal/vendor/sabre/dav/tests/Sabre/CalDAV/Schedule/
H A DSchedulingObjectTest.php175 $expected = array(
207 $this->assertEquals($expected, $obj->getACL());
215 $expected = array(
242 $this->assertEquals($expected, $calendarObject->getACL());
/plugin/davcal/vendor/sabre/dav/tests/Sabre/CalDAV/Notifications/
H A DCollectionTest.php57 $expected = array(
70 $this->assertEquals($expected, $col->getACL());
H A DNodeTest.php68 $expected = array(
81 $this->assertEquals($expected, $node->getACL());
/plugin/davcal/vendor/sabre/dav/tests/Sabre/CalDAV/Principal/
H A DProxyReadTest.php94 $expected = array(
98 $this->assertEquals($expected, $this->backend->groupMembers);
H A DUserTest.php103 $expected = array(
122 $this->assertEquals($expected, $u->getACL());
/plugin/findologicxmlexport/vendor/phpunit/phpunit/tests/TextUI/
H A Dfailure-isolation.phpt36 Failed asserting that 2 matches expected 1.
55 Failed asserting that 'bar' matches expected null.
96 Failed asserting that 2 matches expected 1.
H A Dfailure-reverse-list.phpt63 Failed asserting that 2 matches expected 1.
104 Failed asserting that 'bar' matches expected null.
123 Failed asserting that 2 matches expected 1.
H A Dfailure.phpt35 Failed asserting that 2 matches expected 1.
54 Failed asserting that 'bar' matches expected null.
95 Failed asserting that 2 matches expected 1.
/plugin/findologicxmlexport/vendor/phpspec/prophecy/src/Prophecy/Call/
H A DCallCenter.php163 $expected = array();
166 $expected[] = sprintf(
190 $classname, $methodName, $argstring, implode("\n", $expected)
/plugin/findologicxmlexport/vendor/twig/twig/test/Twig/Tests/
H A DExpressionParserTest.php55 public function testArrayExpression($template, $expected) argument
61 …$this->assertEquals($expected, $parser->parse($stream)->getNode('body')->getNode(0)->getNode('expr…
175 public function testStringExpression($template, $expected) argument
181 …$this->assertEquals($expected, $parser->parse($stream)->getNode('body')->getNode(0)->getNode('expr…
/plugin/webcomponent/_test/
H A Drelated.test.php152 $expected = $max + 1; // +1 for the more page
153 $this->assertEquals($expected, sizeof($referrers));
160 $this->assertEquals($expected, sizeof($referrers));

1...<<1112131415161718192021