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