for testing and deploying your application
for finding and fixing issues
for empowering human code reviews
<?php
declare(strict_types=1);
/**
* Test Suite
* @category Ticaje
* @package Ticaje_Connector
* @author Hector Luis Barrientos <[email protected]>
*/
namespace Ticaje\Connector\Test\Unit\Gateway\Authenticator;
use Ticaje\Connector\Test\Unit\BaseTest;
* Class ConnectionTest
* @package Ticaje\Connector\Test\Unit\Gateway\Authenticator
class AuthTest extends BaseTest
{
public function setUp()
parent::setUp();
}