public function testGetWidth()
 {
     $this->assertEquals(8367, $this->parser->getWidth());
 }
示例#2
0
 /**
  * @return int
  */
 protected function getWidth()
 {
     return $this->parser->getWidth() * $this->getScale();
 }