Пример #1
0
 /**
  * @dataProvider cleanupDirExceptionDataProvider
  * @expectedException Magento_Exception
  */
 public function testCleanupDirException($optionCode)
 {
     $this->_bootstrap->cleanupDir($optionCode);
 }