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