mirror of
https://github.com/retailcrm/mailgun-php.git
synced 2024-11-22 20:46:03 +03:00
8 lines
104 B
PHP
8 lines
104 B
PHP
<?PHP
|
|
|
|
namespace Mailgun\Tests;
|
|
|
|
abstract class MailgunTestCase extends \PHPUnit_Framework_TestCase
|
|
{
|
|
}
|