/var/www/vhosts/nabawater/vendor/codeception/base/src/Codeception/Lib/Generator
NameSizeModeActions
Shared/-0775rm
Actions.php62350664editdlrm
Actor.php54970664editdlrm
Cept.php9930664editdlrm
Cest.php15430664editdlrm
Feature.php4810664editdlrm
GherkinSnippets.php48030664editdlrm
Group.php16020664editdlrm
Helper.php9790664editdlrm
PageObject.php23010664editdlrm
Snapshot.php17940664editdlrm
StepObject.php17000664editdlrm
Test.php16100664editdlrm
Edit: /var/www/vhosts/nabawater/vendor/codeception/base/src/Codeception/Lib/Generator/Group.php (1602B)
settings = $settings; $this->name = $name; $this->namespace = $this->getNamespaceString($this->settings['namespace'] . '\\Group\\' . $name); } public function produce() { $ns = $this->getNamespaceString($this->settings['namespace'] . '\\' . $this->name); return (new Template($this->template)) ->place('class', ucfirst($this->name)) ->place('name', $this->name) ->place('namespace', $this->namespace) ->place('groupName', strtolower($this->name)) ->produce(); } }