Example #1
0
 /**
  * @dataProvider dataProviderForSqrt
  */
 public function testSqrt(array $xs, array $sqrts)
 {
     $this->assertEquals($sqrts, Single::sqrt($xs));
 }