mirror of
https://github.com/retailcrm/mailgun-php.git
synced 2024-11-25 06:16:03 +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;
|
||||
|
||||
class BaseModelTest extends \PHPUnit_Framework_TestCase
|
||||
abstract class BaseModelTest extends \PHPUnit_Framework_TestCase
|
||||
{
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user