Magento 2 Documentation  2.3
Documentation for Magento 2 CMS v2.3 (December 2018)
OnePageCheckoutWithDiscountTest.php
Go to the documentation of this file.
1 <?php
8 
9 use Magento\Mtf\TestCase\Scenario;
10 
11 class OnePageCheckoutWithDiscountTest extends Scenario
12 {
13  /* tags */
14  const MVP = 'yes';
15  const TEST_TYPE = 'acceptance_test, extended_acceptance_test, 3rd_party_test';
16  /* end tags */
17 
23  public function test()
24  {
25  $this->executeScenario();
26  }
27 }