PhpSpec\CodeGenerator\Generator\SpecificationGenerator::getGeneratedMessage PHP Метод

getGeneratedMessage() защищенный Метод

protected getGeneratedMessage ( PhpSpec\Locator\Resource $resource, string $filepath ) : string
$resource PhpSpec\Locator\Resource
$filepath string
Результат string
    protected function getGeneratedMessage(Resource $resource, $filepath)
    {
        return sprintf("<info>Specification for <value>%s</value> created in <value>%s</value>.</info>\n", $resource->getSrcClassname(), $filepath);
    }