PhpSpec\CodeGenerator\Generator\ClassGenerator::getFilePath PHP Method

getFilePath() protected method

protected getFilePath ( PhpSpec\Locator\Resource $resource ) : string
$resource PhpSpec\Locator\Resource
return string
    protected function getFilePath(Resource $resource)
    {
        return $resource->getSrcFilename();
    }