Skip to content

Commit f3f009c

Browse files
committed
MQE-3251: Release MFTF 2.7.3 to allow filters functionality for Magento 2.3.x
1 parent c48a028 commit f3f009c

File tree

1 file changed

+0
-21
lines changed

1 file changed

+0
-21
lines changed

src/Magento/FunctionalTestingFramework/StaticCheck/PrExcludeGroupStaticCheck.php

Lines changed: 0 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -48,27 +48,6 @@ class PrExcludeGroupStaticCheck implements StaticCheckInterface
4848
*/
4949
private $testXmlFiles = [];
5050

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-
* @var Finder|array
62-
*/
63-
private $suiteXmlFiles = [];
64-
65-
/**
66-
* Root suite xml files to scan
67-
*
68-
* @var Finder|array
69-
*/
70-
private $rootSuiteXmlFiles = [];
71-
7251
/**
7352
* Checks usage of pause action in action groups, tests and suites and prints out error to file.
7453
*

0 commit comments

Comments
 (0)