예제 #1
0
파일: AwardTest.php 프로젝트: mrimann/como
 /**
  * @test
  */
 public function setCommitCountSetsCommitCount()
 {
     $this->fixture->setCommitCount(42);
     $this->assertEquals(42, $this->fixture->getCommitCount());
 }