tests/RequesterTestCase.php
Call to method __construct
from undeclared class \GuzzleHttp\Client
(Did you mean class \Baguette\Mastodon\Client) Open
Open
$this->client->setAPIHttpClient(new \GuzzleHttp\Client([
- Exclude checks
Parameter $body
has undeclared type \Psr\Http\Message\StreamInterface
Open
Open
array $headers = [],
- Exclude checks
Property \Baguette\Mastodon\RequesterTestCase->guzzle_mock_handler
has undeclared type \GuzzleHttp\Handler\MockHandler
Open
Open
private $guzzle_mock_handler;
- Exclude checks
Possibly zero references to use statement for classlike/namespace GuzzleHttpClient
(\GuzzleHttp\Client)
Open
Open
use GuzzleHttp\Client as GuzzleHttpClient;
- Exclude checks
Call to method __construct
from undeclared class \GuzzleHttp\Psr7\Response
Open
Open
$response = new Response($status, $headers, $body, $version, $reason);
- Exclude checks
Call to method append
from undeclared class \GuzzleHttp\Handler\MockHandler
Open
Open
$this->guzzle_mock_handler->append($response);
- Exclude checks
Static call to undeclared method \Baguette\Mastodon\TestCase::setUp
Open
Open
parent::setUp();
- Exclude checks
Call to method __construct
from undeclared class \GuzzleHttp\Handler\MockHandler
Open
Open
$this->guzzle_mock_handler = new MockHandler;
- Exclude checks