File tree Expand file tree Collapse file tree 1 file changed +4
-6
lines changed
src/Magento/FunctionalTestingFramework/Test/Util Expand file tree Collapse file tree 1 file changed +4
-6
lines changed Original file line number Diff line number Diff line change @@ -75,12 +75,10 @@ public function extractAnnotations($testAnnotations, $filename)
7575 }
7676 // TODO deprecation|deprecate MFTF 3.0.0
7777 if ($ annotationKey == "group " && in_array ("skip " , $ annotationValues )) {
78- if (MftfApplicationConfig::getConfig ()->verboseEnabled ()) {
79- LoggingUtil::getInstance ()->getLogger (AnnotationExtractor::class)->warning (
80- "Use of group skip will be deprecated in MFTF 3.0.0. Please update tests to use skip tags. " ,
81- ["test " => $ filename ]
82- );
83- }
78+ LoggingUtil::getInstance ()->getLogger (AnnotationExtractor::class)->warning (
79+ "Use of group skip will be deprecated in MFTF 3.0.0. Please update tests to use skip tags. " ,
80+ ["test " => $ filename ]
81+ );
8482 }
8583
8684 $ annotationObjects [$ annotationKey ] = $ annotationValues ;
You can’t perform that action at this time.
0 commit comments