fix circular dependency

This commit is contained in:
Andrew Dolgov
2023-10-29 09:21:48 +03:00
parent afaef66783
commit adf3985afa
2 changed files with 12 additions and 13 deletions

View File

@@ -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();
}