Ejemplo n.º 1
0
 /**
  * Get image width
  *
  * @return int
  */
 public function getImagesWidth()
 {
     return $this->_imageStorage->getResizeWidth();
 }
Ejemplo n.º 2
0
 /**
  * @covers \Magento\Cms\Model\Wysiwyg\Images\Storage::getResizeWidth
  */
 public function testGetResizeWidth()
 {
     $this->assertEquals(100, $this->imagesStorage->getResizeWidth());
 }
Ejemplo n.º 3
0
 /**
  * @covers \Magento\Cms\Model\Wysiwyg\Images\Storage::getResizeWidth
  */
 public function testGetResizeWidth()
 {
     $this->assertEquals(100, $this->_model->getResizeWidth());
 }