示例#1
0
 public function testSoma()
 {
     $calc = new Calc();
     $this->assertTrue($calc->sum(2, 3) == 5, "Falha ao somar");
 }