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