示例#1
0
文件: Files.php 项目: aiesh/magento2
 /**
  * Get image width
  *
  * @return int
  */
 public function getImagesWidth()
 {
     return $this->_imageStorage->getResizeWidth();
 }
示例#2
0
 /**
  * @covers \Magento\Cms\Model\Wysiwyg\Images\Storage::getResizeWidth
  */
 public function testGetResizeWidth()
 {
     $this->assertEquals(100, $this->imagesStorage->getResizeWidth());
 }
示例#3
0
 /**
  * @covers \Magento\Cms\Model\Wysiwyg\Images\Storage::getResizeWidth
  */
 public function testGetResizeWidth()
 {
     $this->assertEquals(100, $this->_model->getResizeWidth());
 }