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()
491
491
*/
492
492
public function testGetFilteredTestNamesWhenNoFilterIsApplied ()
493
493
{
494
- $ fileList = new FilterList ([ ' includeGroup ' => [ ' test ' ]] );
494
+ $ fileList = new FilterList ();
495
495
$ toh = TestObjectHandler::getInstance ()->getAllObjects ();
496
496
$ testDependencyUtil = new TestDependencyUtil ();
497
497
$ result = $ testDependencyUtil ->getFilteredTestNames ($ toh , $ fileList ->getFilters ());
498
498
$ this ->assertIsArray ($ result );
499
499
$ this ->assertEquals (count ($ result ), 1 );
500
+ //returns all test Names
500
501
$ this ->assertEquals ($ result ['testTest ' ], 'testTest ' );
501
502
}
502
503
}
You can’t perform that action at this time.
0 commit comments