From adf3985afa594d0107bbaba2a0d5c3871ebc8701 Mon Sep 17 00:00:00 2001 From: Andrew Dolgov Date: Sun, 29 Oct 2023 09:21:48 +0300 Subject: fix circular dependency --- tests/integration/ApiTest.php | 3 --- 1 file changed, 3 deletions(-) (limited to 'tests') diff --git a/tests/integration/ApiTest.php b/tests/integration/ApiTest.php index 8f0759e68..80f8af983 100644 --- a/tests/integration/ApiTest.php +++ b/tests/integration/ApiTest.php @@ -8,11 +8,8 @@ final class ApiTest extends TestCase { private $api_url; function __construct() { - $this->api_url = getenv('API_URL'); - print_r($this->api_url); - parent::__construct(); } -- cgit v1.2.3