Magento 2 Documentation  2.3
Documentation for Magento 2 CMS v2.3 (December 2018)
SkippedGenerationTest.php
Go to the documentation of this file.
1 <?php
7 
9 
11 {
18  public function testSkippedGeneration()
19  {
20  $this->generateAndCompareTest('SkippedTest');
21  }
22 
30  {
31  $this->generateAndCompareTest('SkippedTestWithHooks');
32  }
33 
41  {
42  $this->generateAndCompareTest('SkippedTestTwoIssues');
43  }
44 
51  public function testSkippedNoIssueGeneration()
52  {
53  $this->generateAndCompareTest('SkippedTestNoIssues');
54  }
55 }
generateAndCompareTest($testName)