Your IP : 3.21.100.197


Current Path : /home/lentoinv/props/vendor/phpunit/phpunit/src/Framework/MockObject/Generator/
Upload File :
Current File : //home/lentoinv/props/vendor/phpunit/phpunit/src/Framework/MockObject/Generator/trait_class.tpl

declare(strict_types=1);

{prologue}class {class_name}
{
    use {trait_name};
}

?>