File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
src/Magento/FunctionalTestingFramework/Test Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -126,7 +126,7 @@ public function getParentName()
126
126
*/
127
127
public function isSkipped ()
128
128
{
129
- // TODO remove elseif when group skip is no longer allowed
129
+ // TODO deprecation|deprecate MFTF 3.0.0 remove elseif when group skip is no longer allowed
130
130
if (array_key_exists ('skip ' , $ this ->annotations )) {
131
131
return true ;
132
132
} elseif (array_key_exists ('group ' , $ this ->annotations ) && (in_array ("skip " , $ this ->annotations ['group ' ]))) {
Original file line number Diff line number Diff line change @@ -71,7 +71,7 @@ public function extractAnnotations($testAnnotations, $filename)
71
71
foreach ($ annotationData as $ annotationValue ) {
72
72
$ annotationValues [] = $ annotationValue [self ::ANNOTATION_VALUE ];
73
73
}
74
-
74
+ // TODO deprecation|deprecate MFTF 3.0.0
75
75
if ($ annotationKey == "group " && in_array ("skip " , $ annotationValues )) {
76
76
print (
77
77
"Test: $ filename " .
You can’t perform that action at this time.
0 commit comments