<?php final class ArcanistJscsLinterTestCase extends ArcanistExternalLinterTestCase { public function testLinter() { $this->executeTestsInDirectory(dirname(__FILE__).'/jscs/'); } }