1
0
Fork 0
mirror of https://we.phorge.it/source/arcanist.git synced 2025-02-05 03:18:25 +01:00
phorge-arcanist/src/lint/linter/__tests__/ArcanistChmodLinterTestCase.php

10 lines
194 B
PHP
Raw Normal View History

<?php
final class ArcanistChmodLinterTestCase extends ArcanistArcanistLinterTestCase {
public function testLinter() {
$this->executeTestsInDirectory(dirname(__FILE__).'/chmod/');
}
}