Пример #1
0
 public function testSetRotate()
 {
     $this->chart->setRotate(true);
     $this->assertTrue($this->chart->getRotate());
 }