예제 #1
0
 function testGetSyncToken2()
 {
     $calendar = new Calendar(new Backend\Mock([], []), ['{DAV:}sync-token' => 2]);
     $this->assertEquals(2, $this->calendar->getSyncToken());
 }