mirror of
https://we.phorge.it/source/arcanist.git
synced 2025-01-26 06:28:19 +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
186 B
PHP
9 lines
186 B
PHP
<?php
|
|
|
|
final class ArcanistChmodLinterTestCase extends ArcanistLinterTestCase {
|
|
|
|
public function testLinter() {
|
|
$this->executeTestsInDirectory(dirname(__FILE__).'/chmod/');
|
|
}
|
|
|
|
}
|