Beispiel #1
0
 public function testSubtractingSomeNumbers()
 {
     $this->assertEquals(3, lang::subtract(20, 9, 5, 3));
 }