예제 #1
0
 public function testGetPositionY()
 {
     $this->assertEquals(133, $this->parser->getPositionY());
 }
예제 #2
0
 /**
  * @return int
  */
 public function getPositionY()
 {
     return $this->parser->getPositionY() * $this->getScale();
 }