Example #1
0
 /**
  * @test
  * @return void
  * @expectedException \Magento\Framework\Exception\LocalizedException
  * @expectedExceptionMessage Please specify at least one target pattern to theme config file.
  */
 public function testGetTargetPatternsException()
 {
     $this->model->getTargetPatterns();
 }