mirror of
https://github.com/retailcrm/mailgun-php.git
synced 2024-11-26 23:06:06 +03:00
11 lines
126 B
PHP
11 lines
126 B
PHP
<?php
|
|
|
|
declare(strict_types=1);
|
|
|
|
namespace Mailgun\Tests\Model;
|
|
|
|
class BaseModelTest extends \PHPUnit_Framework_TestCase
|
|
{
|
|
|
|
}
|