71         'order_simple_product_count_to' => 
'simple_count_to',
    72         'order_simple_product_count_from' => 
'simple_count_from',
    73         'order_configurable_product_count_to' => 
'configurable_count_to',
    74         'order_configurable_product_count_from' => 
'configurable_count_from',
    75         'order_big_configurable_product_count_to' => 
'big_configurable_count_to',
    76         'order_big_configurable_product_count_from' => 
'big_configurable_count_from',
    77         'order_quotes_enable' => 
'order_quotes_enable',
    88     private $fixtureModel;
    95         $this->fixtureModel = $fixtureModel;
   106             'simple_count_to' => self::SIMPLE_PRODUCT_COUNT_TO,
   107             'simple_count_from' => self::SIMPLE_PRODUCT_COUNT_FROM,
   108             'configurable_count_to' => self::CONFIGURABLE_PRODUCT_COUNT_TO,
   109             'configurable_count_from' => self::CONFIGURABLE_PRODUCT_COUNT_FROM,
   110             'big_configurable_count_to' => self::BIG_CONFIGURABLE_PRODUCT_COUNT_TO,
   111             'big_configurable_count_from' => self::BIG_CONFIGURABLE_PRODUCT_COUNT_FROM,
   115             'fixture_data_filename',
   116             dirname(
__DIR__) . DIRECTORY_SEPARATOR . 
"_files" . DIRECTORY_SEPARATOR . $this->fixtureDataFilename
   118         $this->accumulateData();
   128     private function accumulateData()
   130         foreach ($this->_globalMap as $getKey => $setKey) {
   131             $value = $this->fixtureModel->getValue($getKey);
 
const BIG_CONFIGURABLE_PRODUCT_COUNT_TO
defined('TESTS_BP')||define('TESTS_BP' __DIR__
const BIG_CONFIGURABLE_PRODUCT_COUNT_FROM
const CONFIGURABLE_PRODUCT_COUNT_FROM
const CONFIGURABLE_PRODUCT_COUNT_TO
const BIG_CONFIGURABLE_TYPE
setData($key, $value=null)
const SIMPLE_PRODUCT_COUNT_TO
__construct(FixtureModel $fixtureModel)
const SIMPLE_PRODUCT_COUNT_FROM