示例#1
0
 /**
  * @covers ::fact
  */
 public function testFact()
 {
     $this->assertEquals(120, BC::fact(5));
 }