Populate more of the test stub
This commit is contained in:
parent
ea2f5a4ae8
commit
0d6bd4e070
3 changed files with 25 additions and 2 deletions
src/Command
|
@ -120,6 +120,7 @@ final class GenerateDrupal7Command extends Command
|
|||
|
||||
private function updateFileContents($contents)
|
||||
{
|
||||
$contents = str_replace('{{ machine_name }}', $this->machineName, $contents);
|
||||
$contents = str_replace('{{ name }}', $this->moduleName, $contents);
|
||||
$contents = str_replace('{{ test_name }}', $this->testName, $contents);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue