mirror of
https://git.tt-rss.org/fox/tt-rss.git
synced 2025-08-06 06:07:29 +02:00
maybe fix integration tests failing by always initializing apitest fields
This commit is contained in:
parent
e990a3c00f
commit
eb47047351
@ -3,8 +3,8 @@ use PHPUnit\Framework\TestCase;
|
|||||||
|
|
||||||
/** @group integration */
|
/** @group integration */
|
||||||
final class ApiTest extends TestCase {
|
final class ApiTest extends TestCase {
|
||||||
private string $api_url;
|
private string $api_url = "";
|
||||||
private string $sid;
|
private string $sid = "";
|
||||||
|
|
||||||
function __construct() {
|
function __construct() {
|
||||||
$this->api_url = getenv('API_URL');
|
$this->api_url = getenv('API_URL');
|
||||||
|
Loading…
Reference in New Issue
Block a user