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

<?php

final class ArcanistXHPASTLinterTestCase extends ArcanistLinterTestCase {

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

}
Back to Directory File Manager