Magento 2 Documentation  2.3
Documentation for Magento 2 CMS v2.3 (December 2018)
ScopeConfig.php
Go to the documentation of this file.
1 <?php
8 
9 use Magento\Mtf\Util\Iterator\File;
10 
14 class ScopeConfig extends Primary
15 {
23  public function get($filename, $scope)
24  {
25  return new File([MTF_BP . DIRECTORY_SEPARATOR . $scope . DIRECTORY_SEPARATOR . $filename]);
26  }
27 }
defined('MTF_TESTS_PATH')||define('MTF_TESTS_PATH' MTF_BP
Definition: bootstrap.php:10