Skip to content

Commit

Permalink
Remove unused method
Browse files Browse the repository at this point in the history
  • Loading branch information
lbajsarowicz committed Jan 31, 2020
1 parent 3d12f5d commit 21b1685
Showing 1 changed file with 0 additions and 10 deletions.
10 changes: 0 additions & 10 deletions src/Magento/FunctionalTestingFramework/Util/ModuleResolver.php
Original file line number Diff line number Diff line change
Expand Up @@ -881,16 +881,6 @@ private function getRegisteredModuleList()
return [];
}

/**
* Returns custom Backend URL if set, fallback to Magento Base URL
*
* @return string
*/
private function getBackendUrl(): string
{
return UrlProvider::getBaseUrl(PageObject::ADMIN_AREA);
}

/**
* Returns Admin Username and Password
*
Expand Down

0 comments on commit 21b1685

Please sign in to comment.