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 (
456
456
* @return void
457
457
* @throws Exception
458
458
*/
459
- public function testGetFilteredTestNamesWhenFilterisAppliedForExcludeGroup ()
459
+ public function testGetFilteredTestNamesWhenExcludeGroupFilterIsApplied ()
460
460
{
461
461
$ fileList = new FilterList (['excludeGroup ' => ['test ' ]]);
462
462
$ toh = TestObjectHandler::getInstance ()->getAllObjects ();
@@ -472,7 +472,7 @@ public function testGetFilteredTestNamesWhenFilterisAppliedForExcludeGroup()
472
472
* @return void
473
473
* @throws Exception
474
474
*/
475
- public function testGetFilteredTestNamesWhenFilterisAppliedForIncludeGroup ()
475
+ public function testGetFilteredTestNamesWhenIncludeGroupFilterIsApplied ()
476
476
{
477
477
$ fileList = new FilterList (['includeGroup ' => ['test ' ]]);
478
478
$ toh = TestObjectHandler::getInstance ()->getAllObjects ();
You can’t perform that action at this time.
0 commit comments