예제 #1
0
파일: Files.php 프로젝트: aiesh/magento2
 /**
  * Get image height
  *
  * @return int
  */
 public function getImagesHeight()
 {
     return $this->_imageStorage->getResizeHeight();
 }
예제 #2
0
 /**
  * @covers \Magento\Cms\Model\Wysiwyg\Images\Storage::getResizeHeight
  */
 public function testGetResizeHeight()
 {
     $this->assertEquals(50, $this->imagesStorage->getResizeHeight());
 }
예제 #3
0
 /**
  * @covers \Magento\Cms\Model\Wysiwyg\Images\Storage::getResizeHeight
  */
 public function testGetResizeHeight()
 {
     $this->assertEquals(50, $this->_model->getResizeHeight());
 }