mirror of
https://github.com/opdavies/glassboxx-sdk-php.git
synced 2025-02-17 22:50:48 +00:00
wip
This commit is contained in:
parent
b042256e45
commit
de6527afd6
4 changed files with 24 additions and 6 deletions
|
|
@ -4,7 +4,7 @@ declare(strict_types=1);
|
|||
|
||||
namespace Opdavies\Glassboxx\Tests\Glassboxx\Request;
|
||||
|
||||
use Opdavies\Glassboxx\Config;
|
||||
use Opdavies\Glassboxx\ConfigInterface;
|
||||
use Opdavies\Glassboxx\Request\AuthTokenRequest;
|
||||
use PHPUnit\Framework\TestCase;
|
||||
use Symfony\Component\HttpClient\MockHttpClient;
|
||||
|
|
@ -14,7 +14,7 @@ class AuthTokenRequestTest extends TestCase
|
|||
{
|
||||
public function testThatItGetsAnAuthCode(): void
|
||||
{
|
||||
$config = $this->getMockBuilder(Config::class)
|
||||
$config = $this->getMockBuilder(ConfigInterface::class)
|
||||
->onlyMethods([])
|
||||
->setConstructorArgs(
|
||||
[
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue