예제 #1
0
 public function testAdd()
 {
     $nw = new NewWorld();
     $this->assertEquals(5, $nw->Add(2, 3));
 }