2015-01-15 07:03:14 +11:00
|
|
|
<?php
|
|
|
|
|
2015-02-05 07:21:00 +11:00
|
|
|
final class ArcanistGeneratedLinterTestCase extends ArcanistLinterTestCase {
|
2015-01-15 07:03:14 +11:00
|
|
|
|
|
|
|
public function testLinter() {
|
|
|
|
return $this->executeTestsInDirectory(dirname(__FILE__).'/generated/');
|
|
|
|
}
|
|
|
|
|
|
|
|
}
|