We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c48a028 commit f3f009cCopy full SHA for f3f009c
src/Magento/FunctionalTestingFramework/StaticCheck/PrExcludeGroupStaticCheck.php
@@ -48,27 +48,6 @@ class PrExcludeGroupStaticCheck implements StaticCheckInterface
48
*/
49
private $testXmlFiles = [];
50
51
- /**
52
- * Action group xml files to scan
53
- *
54
- * @var Finder|array
55
- */
56
- private $actionGroupXmlFiles = [];
57
-
58
59
- * Suite xml files to scan
60
61
62
63
- private $suiteXmlFiles = [];
64
65
66
- * Root suite xml files to scan
67
68
69
70
- private $rootSuiteXmlFiles = [];
71
72
/**
73
* Checks usage of pause action in action groups, tests and suites and prints out error to file.
74
*
0 commit comments