for testing and deploying your application
for finding and fixing issues
for empowering human code reviews
<?php
declare(strict_types=1);
namespace Wearesho\Yii\Tests\Mocks;
use Wearesho\Yii\Models\Token;
class TokenRecordMock extends Token
{
public static function getType(): string
return "mock";
}