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