Files
wiosna-dev_common-library/tests/Traits/Test/Base/BaseTestCaseTrait/SimpleTestCase.php
2019-09-06 11:58:40 +02:00

23 lines
424 B
PHP

<?php
/**
* (c) Meritoo.pl, http://www.meritoo.pl
* For the full copyright and license information, please view the LICENSE
* file that was distributed with this source code.
*/
declare(strict_types=1);
namespace Meritoo\Test\Common\Traits\Test\Base\BaseTestCaseTrait;
use Meritoo\Common\Traits\Test\Base\BaseTestCaseTrait;
/**
* @internal
* @coversNothing
*/
class SimpleTestCase
{
use BaseTestCaseTrait;
}