Magento 2 Documentation  2.3
Documentation for Magento 2 CMS v2.3 (December 2018)
UseVaultOnCheckoutTest.php
Go to the documentation of this file.
1 <?php
8 
9 use Magento\Mtf\TestCase\Scenario;
10 
37 class UseVaultOnCheckoutTest extends Scenario
38 {
39  /* tags */
40  const MVP = 'yes';
41  const TEST_TYPE = '3rd_party_test';
42  const SEVERITY = 'S0';
43  /* end tags */
44 
50  public function test()
51  {
52  $this->executeScenario();
53  }
54 }