Refactor DuskTestCase.php to use a hardcoded base URL
This commit is contained in:
parent
45729e6e37
commit
3835dc3fd7
1 changed files with 1 additions and 4 deletions
|
|
@ -52,9 +52,6 @@ protected function driver(): RemoteWebDriver
|
||||||
*/
|
*/
|
||||||
protected function baseUrl()
|
protected function baseUrl()
|
||||||
{
|
{
|
||||||
$app_url = config('app.url');
|
return 'http://localhost:8000';
|
||||||
$port = config('app.port');
|
|
||||||
|
|
||||||
return $app_url.':'.$port;
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue