mirror of
https://we.phorge.it/source/arcanist.git
synced 2025-01-10 23:01:04 +01:00
992d939e3a
Summary: I don't think that this provides too much value. I think that we should rework this to be inferred from the `.arcconfig` file perhaps? Test Plan: `arc unit` Reviewers: epriestley, #blessed_reviewers Reviewed By: epriestley, #blessed_reviewers Subscribers: Korvin, epriestley Differential Revision: https://secure.phabricator.com/D11662
9 lines
201 B
PHP
9 lines
201 B
PHP
<?php
|
|
|
|
final class ArcanistGeneratedLinterTestCase extends ArcanistLinterTestCase {
|
|
|
|
public function testLinter() {
|
|
return $this->executeTestsInDirectory(dirname(__FILE__).'/generated/');
|
|
}
|
|
|
|
}
|