Exemple #1
0
 function testGetSupportedPrivilegeSet()
 {
     $this->assertNull($this->ab->getSupportedPrivilegeSet());
 }
Exemple #2
0
 function testGetChangesNoSyncSupport()
 {
     $this->assertNull($this->ab->getChanges(1, null));
 }