Skip to content

Commit 27a46cd

Browse files
author
jdlabails
committed
fixes
1 parent 19f411f commit 27a46cd

File tree

2 files changed

+1
-6
lines changed

2 files changed

+1
-6
lines changed

Command/InitCommand.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55
use Symfony\Bundle\FrameworkBundle\Command\ContainerAwareCommand;
66
use Symfony\Component\Console\Input\InputInterface;
77
use Symfony\Component\Console\Output\OutputInterface;
8+
use Symfony\Component\Console\Question\Question;
89

910
/**
1011
* Initialization command of analysis directories

Traits/ScriptBuilder.php

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -39,12 +39,6 @@ public function creerAnalyses()
3939
$contentSh = file_get_contents($this->tplShDirPath . '/testAtoum.tpl.sh');
4040
$contentSh = str_replace('%%%pathAtoum%%%', $param['atoumPath'], $contentSh);
4141
$contentSh = str_replace('%%%dirTestAtoum%%%', $param['atoumTestDir'], $contentSh);
42-
// modif atoum.cc.php
43-
// $contentAtoumCC = file_get_contents($this->phpDirPath . '/atoum.cc.tpl.php');
44-
// $contentAtoumCC = str_replace('%%%projectName%%%', $param['title'], $contentAtoumCC);
45-
// $contentAtoumCC = str_replace('%%%ppaPath%%%', $this->dirRoot, $contentAtoumCC);
46-
//
47-
// file_put_contents($this->dirRoot . 'assets/php/atoum.cc.php', $contentAtoumCC);
4842
}
4943
break;
5044
case 'cs':

0 commit comments

Comments
 (0)