Magento 2 Documentation  2.3
Documentation for Magento 2 CMS v2.3 (December 2018)
CreateSignifydGuaranteeAndCancelOrderTest.php
Go to the documentation of this file.
1 <?php
7 
8 use Magento\Mtf\TestCase\Scenario;
9 
46 {
47  /* tags */
48  const MVP = 'yes';
49  const TEST_TYPE = '3rd_party_test_single_flow';
50  const SEVERITY = 'S1';
51  /* end tags */
52 
58  public function test()
59  {
60  $this->executeScenario();
61  }
62 }