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

11 lines
198 B
PHP
Raw Normal View History

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