2015-01-15 06:58:10 +11:00
|
|
|
<?php
|
|
|
|
|
2015-02-05 07:21:00 +11:00
|
|
|
final class ArcanistChmodLinterTestCase extends ArcanistLinterTestCase {
|
2015-01-15 06:58:10 +11:00
|
|
|
|
|
|
|
public function testLinter() {
|
|
|
|
$this->executeTestsInDirectory(dirname(__FILE__).'/chmod/');
|
|
|
|
}
|
|
|
|
|
|
|
|
}
|