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