public function setUp()
 {
     $commands = TheCodeTrainJsLinterProviders::validLintCommandProvider();
     $this->obj = new ConcreteJsLinterTestCase();
     $this->obj->setLintCommand($commands[0][0]);
 }
Exemplo n.º 2
0
 public static function lintCommandProvider()
 {
     return array(array(TheCodeTrainJsLinterProviders::validLintCommandProvider()));
 }
Exemplo n.º 3
0
 public function setUp()
 {
     $commands = TheCodeTrainJsLinterProviders::validLintCommandProvider();
     $this->obj = new TheCodeTrainJsLinter($commands[0][0]);
 }