mailgun-php/tests/Mailgun/Tests/MailgunTestCase.php
Tobias Nyholm 3bb69d8cbe * Updated composer.json to guzzle v5
* Don't allow HHVM to fail
* Updated RestClient to Guzzle5
* Removed php5.3 from travis.
* Bugfix and removed debug code
2015-05-05 18:19:10 -07:00

8 lines
104 B
PHP

<?PHP
namespace Mailgun\Tests;
abstract class MailgunTestCase extends \PHPUnit_Framework_TestCase
{
}