diff --git a/tests/DuskTestCase.php b/tests/DuskTestCase.php index 26b75cc0..9765838d 100644 --- a/tests/DuskTestCase.php +++ b/tests/DuskTestCase.php @@ -46,10 +46,10 @@ abstract class DuskTestCase extends BaseTestCase ) ); } - protected function baseUrl() - { - return 'http://beikeshop.test'; - } +// protected function baseUrl() +// { +// return 'http://beikeshop.test'; +// } /** * Determine whether the Dusk command has disabled headless mode.