Ejemplo n.º 1
0
 /**
  * @covers ::comp
  */
 public function testComp()
 {
     $this->assertEquals(bccomp(1, 5), BC::comp(1, 5));
 }