zhamao-framework/tests/TestCase.php
2022-12-25 19:29:44 +08:00

16 lines
187 B
PHP

<?php
declare(strict_types=1);
namespace Tests;
use Prophecy\PhpUnit\ProphecyTrait;
/**
* @internal
*/
class TestCase extends \PHPUnit\Framework\TestCase
{
use ProphecyTrait;
}