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