File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
src/Magento/FunctionalTestingFramework/Util/Script Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -156,7 +156,7 @@ public function mergeDependenciesForExtendingTests(
156
156
array $ filterList ,
157
157
array $ extendedTestMapping = []
158
158
): array {
159
- $ filteredTestNames = (count ($ filterList )>0 )?$ this ->getFilteredValues ($ filterList ):[];
159
+ $ filteredTestNames = (count ($ filterList )>0 )?$ this ->getFilteredTestNames ($ filterList ):[];
160
160
$ temp_array = array_reverse (array_column ($ testDependencies , "test_name " ), true );
161
161
if (!empty ($ extendedTestMapping )) {
162
162
foreach ($ extendedTestMapping as $ value ) {
@@ -199,7 +199,7 @@ public function mergeDependenciesForExtendingTests(
199
199
* @param array $filterList
200
200
* @return array
201
201
*/
202
- public function getFilteredValues (array $ filterList )
202
+ public function getFilteredTestNames (array $ filterList )
203
203
{
204
204
$ testObjects = TestObjectHandler::getInstance ()->getAllObjects ();
205
205
$ fileList = new FilterList ($ filterList );
You can’t perform that action at this time.
0 commit comments