Lines Matching refs:this

27         $this->calendarObjectUri = '/calendars/user1/cal/object.ics';
46 $this->deliver(null, $newObject);
47 $this->assertItemsInInbox('user2', 1);
60 $this->assertVObjEquals(
80 $this->calendarObjectUri = '/calendars/user1/object.ics';
81 $this->deliver(null, $newObject);
82 $this->assertItemsInInbox('user2', 0);
99 $this->deliver(null, $newObject, true);
100 $this->assertItemsInInbox('user2', 0);
125 $this->deliver($oldObject, $newObject);
126 $this->assertItemsInInbox('user2', 1);
139 $this->assertVObjEquals(
168 $this->deliver($oldObject, $newObject, true);
169 $this->assertItemsInInbox('user2', 0);
195 $this->calendarObjectUri = '/calendars/user1/inbox/foo.ics';
196 $this->deliver($oldObject, $newObject);
197 $this->assertItemsInInbox('user2', 0);
216 $this->deliver($oldObject, $newObject);
217 $this->assertItemsInInbox('user2', 1);
236 $this->deliver($oldObject, $newObject, true);
237 $this->assertItemsInInbox('user2', 0);
263 $this->server->httpRequest->setMethod('MOVE');
264 $this->deliver($oldObject, $newObject);
265 $this->assertItemsInInbox('user2', 0);
284 $this->calendarObjectUri = '/calendars/user1/inbox/foo.ics';
285 $this->deliver($oldObject, $newObject);
286 $this->assertItemsInInbox('user2', 0);
318 $this->putPath('calendars/user2/cal/foo.ics', $oldObject);
320 $this->deliver($oldObject, $newObject);
321 $this->assertItemsInInbox('user2', 1);
322 $this->assertItemsInInbox('user1', 0);
337 $this->assertVObjEquals(
359 $this->deliver(null, $newObject);
372 $this->assertVObjEquals(
392 $this->server->on('propFind', function($propFind) {
395 $this->deliver(null, $newObject);
408 $this->assertVObjEquals(
428 $this->server->on('propFind', function($propFind) {
431 $this->deliver(null, $newObject);
444 $this->assertVObjEquals(
463 $this->server->on('propFind', function($propFind) {
466 $this->deliver(null, $newObject);
479 $this->assertVObjEquals(
498 $this->server->removeAllListeners('schedule');
499 $this->deliver(null, $newObject);
512 $this->assertVObjEquals(
520 $this->setupACL = false;
534 $this->deliver(null, $newObject);
547 $this->assertVObjEquals(
558 $this->server->httpRequest->setUrl($this->calendarObjectUri);
560 $this->server->httpRequest->setHeader('Schedule-Reply','F');
565 $this->putPath($this->calendarObjectUri, $oldObject);
572 $this->server->emit('beforeWriteContent', [
573 $this->calendarObjectUri,
574 $this->server->tree->getNodeForPath($this->calendarObjectUri),
584 $this->putPath($this->calendarObjectUri, $oldObject);
586 $this->caldavSchedulePlugin->beforeUnbind(
587 $this->calendarObjectUri
596 $this->server->emit('beforeCreateFile', [
597 $this->calendarObjectUri,
599 $this->server->tree->getNodeForPath(dirname($this->calendarObjectUri)),
624 $parentNode = $this->server->tree->getNodeForPath($parent);
638 $inboxNode = $this->server->tree->getNodeForPath('calendars/'.$user.'/inbox');
639 $this->assertEquals($count, count($inboxNode->getChildren()));
656 $this->assertEquals(