2017-05-16 16:20:33 +03:00
|
|
|
<?php
|
2013-07-23 09:11:01 +04:00
|
|
|
|
2019-01-09 22:32:09 +03:00
|
|
|
declare(strict_types=1);
|
|
|
|
|
2016-09-18 10:56:14 +03:00
|
|
|
/*
|
2017-11-22 11:37:04 +03:00
|
|
|
* Copyright (C) 2013 Mailgun
|
2016-09-18 10:56:14 +03:00
|
|
|
*
|
|
|
|
* This software may be modified and distributed under the terms
|
2016-12-06 21:12:52 +03:00
|
|
|
* of the MIT license. See the LICENSE file for details.
|
2016-09-18 10:56:14 +03:00
|
|
|
*/
|
|
|
|
|
2013-07-23 09:11:01 +04:00
|
|
|
namespace Mailgun\Tests;
|
|
|
|
|
2019-01-09 22:18:58 +03:00
|
|
|
use PHPUnit\Framework\TestCase;
|
|
|
|
|
|
|
|
abstract class MailgunTestCase extends TestCase
|
2014-05-14 17:06:05 +04:00
|
|
|
{
|
|
|
|
}
|