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