File manager - Edit - /usr/local/prospamfilter/vendor/codeception/codeception/src/Codeception/Lib/Generator/Feature.php
Back
<?php namespace Codeception\Lib\Generator; use Codeception\Util\Template; class Feature { protected $template = <<<EOF Feature: {{name}} In order to ... As a ... I need to ... Scenario: try {{name}} EOF; protected $name; public function __construct($name) { $this->name = $name; } public function produce() { return (new Template($this->template)) ->place('name', $this->name) ->produce(); } }
| ver. 1.4 |
Github
|
.
| PHP 8.2.30 | Generation time: 0 |
proxy
|
phpinfo
|
Settings