Example #1
0
 /**
  * @dataProvider setPullOutRadiusProvider
  */
 public function testSetPullOutRadius($provided, $expected)
 {
     $this->chart->setWidth($provided);
     $this->assertEquals($expected, $this->chart->getWidth());
 }