Example #1
0
 /**
  * @dataProvider dataProviderForPow
  */
 public function testPow(array $xs, $n, array $pows)
 {
     $this->assertEquals($pows, Single::pow($xs, $n));
 }