mirror of
https://github.com/retailcrm/mailgun-php.git
synced 2024-11-23 04:56:02 +03:00
10 lines
125 B
PHP
10 lines
125 B
PHP
<?PHP
|
|
|
|
namespace Mailgun\Tests;
|
|
|
|
use Guzzle\Tests\GuzzleTestCase;
|
|
|
|
abstract class MailgunTestCase extends GuzzleTestCase
|
|
{
|
|
}
|