Skip to content

Commit

Permalink
fix: declare property in MatomoConnectorTest
Browse files Browse the repository at this point in the history
  • Loading branch information
brotkrueml committed Jan 16, 2024
1 parent 66e043f commit 947920a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Tests/Unit/Connection/MatomoConnectorTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@
use PHPUnit\Framework\Attributes\CoversClass;
use PHPUnit\Framework\Attributes\DataProvider;
use PHPUnit\Framework\Attributes\Test;
use PHPUnit\Framework\MockObject\Stub;
use PHPUnit\Framework\TestCase;
use Psr\Http\Client\ClientInterface;
use Psr\Http\Message\RequestFactoryInterface;
Expand All @@ -34,6 +35,7 @@ final class MatomoConnectorTest extends TestCase
{
private static MockWebServer $server;
private RequestFactoryInterface $requestFactory;
private GuzzleClientFactory&Stub $guzzleClientFactoryStub;
private ClientInterface $client;
private string $url;

Expand Down

0 comments on commit 947920a

Please sign in to comment.