File tree Expand file tree Collapse file tree 1 file changed +2
-1
lines changed
dev/tests/unit/Magento/FunctionalTestFramework/Test/Handlers Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -491,12 +491,13 @@ public function testGetFilteredTestNamesWhenIncludeGroupFilterIsApplied()
491491 */
492492 public function testGetFilteredTestNamesWhenNoFilterIsApplied ()
493493 {
494- $ fileList = new FilterList ([ ' includeGroup ' => [ ' test ' ]] );
494+ $ fileList = new FilterList ();
495495 $ toh = TestObjectHandler::getInstance ()->getAllObjects ();
496496 $ testDependencyUtil = new TestDependencyUtil ();
497497 $ result = $ testDependencyUtil ->getFilteredTestNames ($ toh , $ fileList ->getFilters ());
498498 $ this ->assertIsArray ($ result );
499499 $ this ->assertEquals (count ($ result ), 1 );
500+ //returns all test Names
500501 $ this ->assertEquals ($ result ['testTest ' ], 'testTest ' );
501502 }
502503}
You can’t perform that action at this time.
0 commit comments