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