Magento 2 Documentation  2.3
Documentation for Magento 2 CMS v2.3 (December 2018)
OnePageCheckoutWith3dSecureFailedTest.php
Go to the documentation of this file.
1 <?php
8 
9 use Magento\Mtf\TestCase\Scenario;
10 
33 {
34  /* tags */
35  const MVP = 'yes';
36  const TEST_TYPE = '3rd_party_test';
37  const SEVERITY = 'S1';
38  /* end tags */
39 
45  public function test()
46  {
47  $this->executeScenario();
48  }
49 }