mirror of
https://github.com/retailcrm/mailgun-php.git
synced 2024-11-23 04:56:02 +03:00
11 lines
177 B
PHP
11 lines
177 B
PHP
<?PHP
|
|
|
|
namespace Mailgun\Tests;
|
|
|
|
abstract class MailgunTestCase extends \PHPUnit_Framework_TestCase
|
|
{
|
|
//Will include more stuff here... Just extending PHPUnit for now.
|
|
}
|
|
|
|
|
|
?>
|