Example #1
0
 /**
  * @dataProvider dataProviderForSubtract
  */
 public function testSubtract(array $xs, $k, array $differences)
 {
     $this->assertEquals($differences, Single::subtract($xs, $k));
 }