mirror of
https://github.com/retailcrm/mailgun-php.git
synced 2025-02-18 05:43:15 +03:00
Make BaseModelTest abstract
This commit is contained in:
parent
6229b39aa3
commit
0c70fa1f0e
@ -11,6 +11,6 @@ declare(strict_types=1);
|
|||||||
|
|
||||||
namespace Mailgun\Tests\Model;
|
namespace Mailgun\Tests\Model;
|
||||||
|
|
||||||
class BaseModelTest extends \PHPUnit_Framework_TestCase
|
abstract class BaseModelTest extends \PHPUnit_Framework_TestCase
|
||||||
{
|
{
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user