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(
156156 array $ filterList ,
157157 array $ extendedTestMapping = []
158158 ): array {
159- $ filteredTestNames = (count ($ filterList )>0 )?$ this ->getFilteredValues ($ filterList ):[];
159+ $ filteredTestNames = (count ($ filterList )>0 )?$ this ->getFilteredTestNames ($ filterList ):[];
160160 $ temp_array = array_reverse (array_column ($ testDependencies , "test_name " ), true );
161161 if (!empty ($ extendedTestMapping )) {
162162 foreach ($ extendedTestMapping as $ value ) {
@@ -199,7 +199,7 @@ public function mergeDependenciesForExtendingTests(
199199 * @param array $filterList
200200 * @return array
201201 */
202- public function getFilteredValues (array $ filterList )
202+ public function getFilteredTestNames (array $ filterList )
203203 {
204204 $ testObjects = TestObjectHandler::getInstance ()->getAllObjects ();
205205 $ fileList = new FilterList ($ filterList );
You can’t perform that action at this time.
0 commit comments