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