ProtobufTest\TestCase::getProtoContent PHP Method

getProtoContent() protected method

protected getProtoContent ( string $name ) : string
$name string
return string
    protected function getProtoContent($name)
    {
        $basepath = __DIR__ . '/Resources';
        $content = file_get_contents($basepath . '/' . $name);
        return $content;
    }