Magento 2 Documentation  2.3
Documentation for Magento 2 CMS v2.3 (December 2018)
ConflictResolutionTest.php
Go to the documentation of this file.
1 <?php
7 
8 use Magento\Mtf\TestCase\Scenario;
9 
14 class ConflictResolutionTest extends Scenario
15 {
16  /* tags */
17  const MVP = 'no';
18  const TEST_TYPE = '3rd_party_test';
19  const SEVERITY = 'S2';
20  /* end tags */
21 
27  public function test()
28  {
29  $this->executeScenario();
30  }
31 }