Example #1
0
 /**
  * @dataProvider dataProviderForCube
  */
 public function testCube(array $xs, array $cubes)
 {
     $this->assertEquals($cubes, Single::cube($xs));
 }