public function setUp()
 {
     $this->command = new LintTwigviewsCommand();
     parent::setUp();
 }
 public function setUp()
 {
     $this->command = new LintJshintCommand();
     parent::setUp();
 }
 public function setUp()
 {
     $this->command = new LintPhpcpdCommand();
     parent::setUp();
 }