Home
last modified time | relevance | path

Searched refs:assertEquals (Results 201 – 225 of 1007) sorted by last modified time

12345678910>>...41

/plugin/davcal/vendor/sabre/dav/tests/Sabre/CalDAV/Subscriptions/
H A DCreateSubscriptionTest.php48 $this->assertEquals(201, $response->getStatus());
92 $this->assertEquals(201, $response->getStatus());
97 $this->assertEquals([
110 … $this->assertEquals('#1C4587FF', $subscription['{http://apple.com/ns/ical/}calendar-color']);
111 $this->assertEquals('Jewish holidays', $subscription['{DAV:}displayname']);
113 $this->assertEquals('19', $subscription['{http://apple.com/ns/ical/}calendar-order']);
115 $this->assertEquals('P1W', $subscription['{http://apple.com/ns/ical/}refreshrate']);
116 $this->assertEquals('subscription1', $subscription['uri']);
117 $this->assertEquals('principals/user1', $subscription['principaluri']);
118 $this->assertEquals('webcal://www.example.org/', $subscription['source']);
[all …]
H A DPluginTest.php16 $this->assertEquals(
20 $this->assertEquals(
25 $this->assertEquals(
30 $this->assertEquals(
H A DSubscriptionTest.php50 $this->assertEquals('principals/user1', $sub->getOwner());
80 $this->assertEquals($acl, $sub->getACL());
92 $this->assertEquals(null, $sub->getLastModified());
111 $this->assertEquals([], $this->backend->getSubscriptionsForUser('principals1/user1'));
124 $this->assertEquals(
/plugin/davcal/vendor/sabre/dav/tests/Sabre/CalDAV/
H A DValidateICalTest.php76 $this->assertEquals(415, $response->status);
90 …$this->assertEquals(201, $response->status, 'Incorrect status returned! Full response body: ' . $r…
91 $this->assertEquals(array(
104 … $this->assertEquals($expected, $this->calBackend->getCalendarObject('calendar1','blabla.ics'));
118 …$this->assertEquals(400, $response->status, 'Incorrect status returned! Full response body: ' . $r…
132 …$this->assertEquals(400, $response->status, 'Incorrect status returned! Full response body: ' . $r…
146 …$this->assertEquals(415, $response->status, 'Incorrect status returned! Full response body: ' . $r…
160 …$this->assertEquals(400, $response->status, 'Incorrect status returned! Full response body: ' . $r…
202 $this->assertEquals(415, $response->status);
218 $this->assertEquals(204, $response->status);
[all …]
/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());
H A DInviteTest.php18 $this->assertEquals('foo', $notification->getId());
19 $this->assertEquals('"1"', $notification->getETag());
H A DSystemStatusTest.php16 $this->assertEquals('foo', $notification->getId());
17 $this->assertEquals('"1"', $notification->getETag());
/plugin/davcal/vendor/sabre/dav/tests/Sabre/CalDAV/Xml/Property/
H A DEmailAddressSetTest.php17 $this->assertEquals(['foo@example.org'], $eas->getValue());
H A DInviteTest.php158 $this->assertEquals($input, $outputProperty->getValue());
H A DScheduleCalendarTranspTest.php21 $this->assertEquals(
88 $this->assertEquals(
112 $this->assertEquals(
H A DSupportedCalendarComponentSetTest.php20 $this->assertEquals(
30 $this->assertEquals(
74 $this->assertEquals(
100 $this->assertEquals(
/plugin/davcal/vendor/sabre/dav/tests/Sabre/CalDAV/Xml/Request/
H A DCalendarQueryReportTest.php40 $this->assertEquals(
210 $this->assertEquals(
H A DInviteReplyTest.php30 $this->assertEquals(
53 $this->assertEquals(
H A DShareTest.php46 $this->assertEquals(
79 $this->assertEquals(
/plugin/davcal/vendor/sabre/dav/tests/Sabre/CardDAV/
H A DAddressBookHomeTest.php27 $this->assertEquals('user1', $this->s->getName());
77 $this->assertEquals('book1', $child->getName());
93 $this->assertEquals(1, count($children));
95 $this->assertEquals('book1', $children[0]->getName());
107 $this->assertEquals(array(
131 $this->assertEquals('principals/user1', $this->s->getOwner());
133 $this->assertEquals(array(
H A DAddressBookQueryTest.php40 …$this->assertEquals(207, $response->status, 'Incorrect status code. Full response body:' . $respon…
47 $this->assertEquals(array(
90 …$this->assertEquals(207, $response->status, 'Incorrect status code. Full response body:' . $respon…
97 $this->assertEquals(array(
135 …$this->assertEquals(207, $response->status, 'Incorrect status code. Full response body:' . $respon…
142 $this->assertEquals(array(), $result);
174 …$this->assertEquals(207, $response->status, 'Incorrect status code. Full response body:' . $respon…
181 $this->assertEquals(array(
217 …$this->assertEquals(207, $response->status, 'Incorrect status code. Full response body:' . $respon…
226 $this->assertEquals(array(
[all …]
H A DAddressBookRootTest.php14 $this->assertEquals('addressbooks', $root->getName());
25 $this->assertEquals(3, count($children));
28 $this->assertEquals('user1', $children[0]->getName());
H A DAddressBookTest.php34 $this->assertEquals('book1', $this->ab->getName());
42 $this->assertEquals('card1', $card->getName());
58 $this->assertEquals(2, count($cards));
60 $this->assertEquals('card1', $cards[0]->getName());
61 $this->assertEquals('card2', $cards[1]->getName());
88 $this->assertEquals(array(), $this->backend->addressBooks);
122 $this->assertEquals(array(
132 $this->assertEquals(array(
181 $this->assertEquals(2, $ab->getSyncToken());
190 $this->assertEquals(2, $ab->getSyncToken());
[all …]
H A DCardTest.php38 $this->assertEquals('card', $result);
71 $this->assertEquals('newdata', $result);
79 $this->assertEquals(1, count($this->backend->cards['foo']));
111 $this->assertEquals('"blabla"' , $card->getETag());
117 $this->assertEquals(null, $this->card->getLastModified());
123 $this->assertEquals(4, $this->card->getSize());
124 $this->assertEquals(4, $this->card->getSize());
144 $this->assertEquals(4, $card->getSize());
150 $this->assertEquals('principals/user1', $this->card->getOwner());
152 $this->assertEquals(array(
[all …]
H A DMultiGetTest.php37 …$this->assertEquals(207, $response->status, 'Incorrect status code. Full response body:' . $respon…
44 $this->assertEquals(array(
80 …$this->assertEquals(207, $response->status, 'Incorrect status code. Full response body:' . $respon…
89 $this->assertEquals(array(
H A DPluginTest.php12 …$this->assertEquals('{' . Plugin::NS_CARDDAV . '}addressbook', $this->server->resourceTypeMapping[…
15 $this->assertEquals('carddav', $this->plugin->getPluginInfo()['name']);
21 $this->assertEquals(array(
30 $this->assertEquals(array(
39 $this->assertEquals(1, count($result));
41 …$this->assertEquals('addressbooks/user1/', $result['{' . Plugin::NS_CARDDAV . '}addressbook-home-s…
49 $this->assertEquals(1, count($result));
51 …$this->assertEquals(array('directory'), $result['{' . Plugin::NS_CARDDAV . '}directory-gateway']->…
99 $this->assertEquals(200, $response->getStatus());
H A DSogoStripContentTypeTest.php27 $this->assertEquals(array(
38 $this->assertEquals(array(
52 $this->assertEquals('text/plain', $propFind->get('{DAV:}getcontenttype'));
H A DVCFExportTest.php53 $this->assertEquals(200, $response->status, $response->body);
71 $this->assertEquals($expected, $response->body);
H A DValidateVCardTest.php63 $this->assertEquals(415, $response->status);
77 …$this->assertEquals(201, $response->status, 'Incorrect status returned! Full response body: ' . $r…
83 $this->assertEquals($expected, $this->cardBackend->getCard('addressbook1','blabla.vcf'));
97 …$this->assertEquals(201, $response->status, 'Incorrect status returned! Full response body: ' . $r…
113 …$this->assertEquals(201, $response->status, 'Incorrect status returned! Full response body: ' . $r…
116 $this->assertEquals("BEGIN:VCARD\r\nUID:foo\r\nEND:VCARD\r\n", $foo['carddata']);
130 …$this->assertEquals(415, $response->status, 'Incorrect status returned! Full response body: ' . $r…
144 $this->assertEquals(415, $response->status);
160 $this->assertEquals(204, $response->status);
167 $this->assertEquals($expected, $this->cardBackend->getCard('addressbook1','blabla.vcf'));
/plugin/davcal/vendor/sabre/dav/tests/Sabre/CardDAV/Backend/
H A DAbstractPDOTest.php46 $this->assertEquals($expected, $result);
77 $this->assertEquals($expected, $result);
104 $this->assertEquals($expected, $result);
135 $this->assertEquals($expected, $result);
187 $this->assertEquals($expected, $result);
205 $this->assertEquals($expected, $result);
222 $this->assertEquals($expected, $result);
234 $this->assertEquals(2, $result['id']);
296 $this->assertEquals(1, $result['id']);
322 $this->assertEquals([
[all …]

12345678910>>...41