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