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