mirror of
https://github.com/retailcrm/mailgun-php.git
synced 2025-04-07 19:12:03 +00:00
Make BaseModelTest abstract
This commit is contained in:
parent
6229b39aa3
commit
0c70fa1f0e
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Reference in a new issue