File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
dev/tests/unit/Magento/FunctionalTestFramework/Test/Handlers Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -456,7 +456,7 @@ function (
456456 * @return void
457457 * @throws Exception
458458 */
459- public function testGetFilteredTestNamesWhenFilterisAppliedForExcludeGroup ()
459+ public function testGetFilteredTestNamesWhenExcludeGroupFilterIsApplied ()
460460 {
461461 $ fileList = new FilterList (['excludeGroup ' => ['test ' ]]);
462462 $ toh = TestObjectHandler::getInstance ()->getAllObjects ();
@@ -472,7 +472,7 @@ public function testGetFilteredTestNamesWhenFilterisAppliedForExcludeGroup()
472472 * @return void
473473 * @throws Exception
474474 */
475- public function testGetFilteredTestNamesWhenFilterisAppliedForIncludeGroup ()
475+ public function testGetFilteredTestNamesWhenIncludeGroupFilterIsApplied ()
476476 {
477477 $ fileList = new FilterList (['includeGroup ' => ['test ' ]]);
478478 $ toh = TestObjectHandler::getInstance ()->getAllObjects ();
You can’t perform that action at this time.
0 commit comments