Skip to content

Commit 2a4fe48

Browse files
committed
Travis test
1 parent eb3c1c5 commit 2a4fe48

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

tests/BaseTest.php

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,6 @@ public function __construct($name = null, array $data = [], $dataName = '')
2222
{
2323
parent::__construct($name, $data, $dataName);
2424

25-
file_get_contents('https://www.bekodesign.com/ip/');
26-
2725
if(file_exists(__DIR__ . '/../.env')) {
2826
$dotenv = new \Dotenv\Dotenv(__DIR__ . '/../');
2927
$dotenv->load();

0 commit comments

Comments
 (0)