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