File "trait_class.tpl"
Full Path: /home/fundopuh/trader.fxex.org/vendor/phpunit/phpunit/src/Framework/MockObject/Generator/trait_class.tpl
File size: 81 bytes
MIME-type: text/plain
Charset: utf-8
declare(strict_types=1);
{prologue}class {class_name}
{
use {trait_name};
}