Viewing File: /home/ubuntu/code_review/arcanist/src/lint/linter/__tests__/ArcanistPuppetLintLinterTestCase.php

<?php

final class ArcanistPuppetLintLinterTestCase
  extends ArcanistExternalLinterTestCase {

  public function testLinter() {
    $this->executeTestsInDirectory(dirname(__FILE__).'/puppet-lint/');
  }

}
Back to Directory File Manager