Your IP : 18.116.85.111


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};
}

?>