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