add factory class (#128)
This commit is contained in:
parent
3a4b4b8408
commit
da228b479a
1 changed files with 1 additions and 1 deletions
|
@ -9,7 +9,7 @@ use PHPUnit\Framework\TestCase;
|
|||
|
||||
class ClientFactoryTest extends TestCase
|
||||
{
|
||||
public function testCreacteClientAdapter(): void
|
||||
public function testCreateClientAdapter(): void
|
||||
{
|
||||
$client = ClientFactory::createClientAdapter();
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue