Example #1
0
 /**
  * @dataProvider dataProviderForDivide
  */
 public function testDivide(array $xs, $k, array $quotients)
 {
     $this->assertEquals($quotients, Single::divide($xs, $k));
 }