Exemple #1
0
 function testGetChangesNoSyncSupport()
 {
     $calendar = new Calendar(new Backend\Mock([], []), []);
     $this->assertNull($calendar->getChanges(1, null));
 }