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