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

<?php

final class ArcanistPEP8LinterTestCase extends ArcanistExternalLinterTestCase {

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

}
Back to Directory File Manager