Loading core/tests/Drupal/Tests/BrowserTestBase.php +1 −1 Original line number Diff line number Diff line Loading @@ -196,7 +196,7 @@ public static function setDebugDumpHandler(): void { protected function initMink() { $driver = $this->getDefaultDriverInstance(); if ($driver instanceof BrowserKitDriver) { if ($driver instanceof BrowserKitDriver && $driver->getClient() instanceof DrupalTestBrowser) { // Turn off curl timeout. Having a timeout is not a problem in a normal // test running, but it is a problem when debugging. Also, disable SSL // peer verification so that testing under HTTPS always works. Loading Loading
core/tests/Drupal/Tests/BrowserTestBase.php +1 −1 Original line number Diff line number Diff line Loading @@ -196,7 +196,7 @@ public static function setDebugDumpHandler(): void { protected function initMink() { $driver = $this->getDefaultDriverInstance(); if ($driver instanceof BrowserKitDriver) { if ($driver instanceof BrowserKitDriver && $driver->getClient() instanceof DrupalTestBrowser) { // Turn off curl timeout. Having a timeout is not a problem in a normal // test running, but it is a problem when debugging. Also, disable SSL // peer verification so that testing under HTTPS always works. Loading