We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 737c108 commit 86a1f27Copy full SHA for 86a1f27
1 file changed
tests/bootstrap.php
@@ -29,7 +29,7 @@
29
30
require dirname(__DIR__) . '/config/bootstrap.php';
31
32
-if (empty($_SERVER['HTTP_HOST'])) {
+if (empty($_SERVER['HTTP_HOST']) && !Configure::read('App.fullBaseUrl')) {
33
Configure::write('App.fullBaseUrl', 'http://localhost');
34
}
35
0 commit comments