mirror of
https://github.com/retailcrm/mailgun-php.git
synced 2024-11-23 13:06:02 +03:00
3bb69d8cbe
* Don't allow HHVM to fail * Updated RestClient to Guzzle5 * Removed php5.3 from travis. * Bugfix and removed debug code
8 lines
104 B
PHP
8 lines
104 B
PHP
<?PHP
|
|
|
|
namespace Mailgun\Tests;
|
|
|
|
abstract class MailgunTestCase extends \PHPUnit_Framework_TestCase
|
|
{
|
|
}
|