mailgun-php/tests/Model/BaseModelTest.php

17 lines
285 B
PHP
Raw Normal View History

2018-08-05 13:43:30 +03:00
<?php
2018-08-05 13:44:59 +03:00
/*
* Copyright (C) 2013 Mailgun
*
* This software may be modified and distributed under the terms
* of the MIT license. See the LICENSE file for details.
*/
2018-08-05 13:43:30 +03:00
namespace Mailgun\Tests\Model;
use PHPUnit\Framework\TestCase;
abstract class BaseModelTest extends TestCase
2018-08-05 13:43:30 +03:00
{
}