Example #1
0
 /**
  * @test
  * @return void
  * @expectedException \Magento\Framework\Exception\LocalizedException
  * @expectedExceptionMessage Invalid type
  */
 public function testGetStorageTypeNameInvalid()
 {
     $this->helper->getStorageTypeName();
 }