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