Exemplo n.º 1
0
 /**
  * @covers ::add
  */
 public function testAdd()
 {
     $this->assertEquals(bcadd(1, 5), BC::add(1, 5));
 }