コード例 #1
0
ファイル: LignesCmdTest.php プロジェクト: bengrol/gestion
 public function configTest()
 {
     $article = new Articles();
     $article->setNom($this->chaineTest);
     return $article;
 }