Example #1
0
 /**
  * @dataProvider cacheableDataProvider
  */
 public function testIsCacheable($xml, $expected)
 {
     $model = new \Magento\Framework\View\Layout\Element($xml);
     $this->assertEquals($expected, $model->isCacheable());
 }