Lines Matching refs:card
10 protected $card; variable in Sabre\\CardDAV\\CardTest
19 $this->card = new Card(
37 $result = $this->card->get();
43 $this->card = new Card(
55 $result = $this->card->get();
69 $this->card->put($file);
70 $result = $this->card->get();
78 $this->card->delete();
85 $this->assertEquals('text/vcard; charset=utf-8', $this->card->getContentType());
91 $this->assertEquals('"' . md5('card') . '"' , $this->card->getETag());
97 $card = new Card(
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());
130 $card = new Card(
144 $this->assertEquals(4, $card->getSize());
150 $this->assertEquals('principals/user1', $this->card->getOwner());
151 $this->assertNull($this->card->getGroup());
163 ), $this->card->getACL());
168 $card = new Card(
194 ), $card->getACL());
203 $this->card->setACL(array());
210 $this->card->getSupportedPrivilegeSet()