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