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

<?php

final class ArcanistChmodLinterTestCase extends ArcanistLinterTestCase {

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

}
Back to Directory File Manager