1
0
Fork 0
mirror of synced 2025-04-20 01:21:01 +00:00

add factory class (#128)

This commit is contained in:
Сергей Чазов 2020-09-03 16:36:03 +03:00 committed by Павел
parent 3a4b4b8408
commit da228b479a

View file

@ -9,7 +9,7 @@ use PHPUnit\Framework\TestCase;
class ClientFactoryTest extends TestCase
{
public function testCreacteClientAdapter(): void
public function testCreateClientAdapter(): void
{
$client = ClientFactory::createClientAdapter();