コード例 #1
0
ファイル: ClassMapTest.php プロジェクト: griffbrad/gasp
 public function testPercentageAmountsPassedToSetCoverageThresholdAreNotMessedWith()
 {
     $this->classMap->setCoverageThreshold(0.75);
     $this->assertEquals(0.75, $this->classMap->getCoverageThreshold());
 }