Esempio n. 1
0
 public function testCurrentPatchSet()
 {
     $stubApi = $this->getStubApiForDefaultRemoteData();
     $this->registerDiesel('\\Bart\\Gerrit\\Api', $stubApi);
     $change = new Change($this->fakeChangeId);
     $this->assertEquals(1, $change->currentPatchSetNumber());
 }