Magento 2 Documentation  2.3
Documentation for Magento 2 CMS v2.3 (December 2018)
Acceptance.php
Go to the documentation of this file.
1 <?php
8 
10 use Codeception\Module;
11 
18 class Acceptance extends Module
19 {
28  {
29  $this->getModule(MagentoWebDriver::class)->_reconfigure([$config => $value]);
30  }
31 
38  public function getConfiguration($config)
39  {
40  return $this->getModule(MagentoWebDriver::class)->_getConfig($config);
41  }
42 }
$config
Definition: fraud_order.php:17
$value
Definition: gender.phtml:16