示例#1
0
	public function testUpdatePrincipal() {
		$this->assertSame(0, $this->connector->updatePrincipal('foo', new PropPatch(array())));
	}
示例#2
0
 public function testUpdatePrincipal()
 {
     $this->assertSame(0, $this->connector->updatePrincipal('foo', []));
 }