Class ConfigTest 
Definition at line 16 of file ConfigTest.php.
 
◆ testGetCcTypes()
Definition at line 61 of file ConfigTest.php.
   63         $expected = [
'AE' => 
'American Express', 
'SM' => 
'Switch/Maestro', 
'SO' => 
'Solo'];
    64         $ccTypes = $this->model->getCcTypes();
    65         $this->assertEquals($expected, $ccTypes);
  
 
 
◆ testGetGroups()
Definition at line 68 of file ConfigTest.php.
   70         $expected = [
'any_payment' => 
'Any Payment Methods', 
'offline' => 
'Offline Payment Methods'];
    71         $groups = $this->model->getGroups();
    72         $this->assertEquals($expected, $groups);
  
 
 
The documentation for this class was generated from the following file:
- vendor/magento/magento2-base/dev/tests/integration/testsuite/Magento/Payment/Model/ConfigTest.php