File tree Expand file tree Collapse file tree 2 files changed +1
-6
lines changed Expand file tree Collapse file tree 2 files changed +1
-6
lines changed Original file line number Diff line number Diff line change 55use Symfony \Bundle \FrameworkBundle \Command \ContainerAwareCommand ;
66use Symfony \Component \Console \Input \InputInterface ;
77use Symfony \Component \Console \Output \OutputInterface ;
8+ use Symfony \Component \Console \Question \Question ;
89
910/**
1011 * Initialization command of analysis directories
Original file line number Diff line number Diff 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 ' :
You can’t perform that action at this time.
0 commit comments