for testing and deploying your application
for finding and fixing issues
for empowering human code reviews
<?php
namespace Mezon\CustomClient\Tests;
use Mezon\CustomClient\CustomClient;
class TestClient extends CustomClient
{
public function getCommonHeadersPublic(): array
return parent::getCommonHeaders();
}