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