mirror of
https://we.phorge.it/source/arcanist.git
synced 2025-02-05 03:18:25 +01:00
10 lines
194 B
PHP
10 lines
194 B
PHP
|
<?php
|
||
|
|
||
|
final class ArcanistChmodLinterTestCase extends ArcanistArcanistLinterTestCase {
|
||
|
|
||
|
public function testLinter() {
|
||
|
$this->executeTestsInDirectory(dirname(__FILE__).'/chmod/');
|
||
|
}
|
||
|
|
||
|
}
|