1<?php
2
3final class ArcanistChmodLinterTestCase extends ArcanistLinterTestCase {
4
5  public function testLinter() {
6    $this->executeTestsInDirectory(dirname(__FILE__).'/chmod/');
7  }
8
9}
10