We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent eb3c1c5 commit 2a4fe48Copy full SHA for 2a4fe48
1 file changed
tests/BaseTest.php
@@ -22,8 +22,6 @@ public function __construct($name = null, array $data = [], $dataName = '')
22
{
23
parent::__construct($name, $data, $dataName);
24
25
- file_get_contents('https://www.bekodesign.com/ip/');
26
-
27
if(file_exists(__DIR__ . '/../.env')) {
28
$dotenv = new \Dotenv\Dotenv(__DIR__ . '/../');
29
$dotenv->load();
0 commit comments