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