public function testLoadAllRules()
 {
     ArcanistXHPASTLinterRule::loadAllRules();
     $this->assertTrue(true);
 }
Esempio n. 2
0
 public function __construct()
 {
     $this->rules = ArcanistXHPASTLinterRule::loadAllRules();
 }