2014-05-05 14:22:26 -07:00
|
|
|
<?php
|
|
|
|
|
|
|
|
final class ArcanistJSHintLinterTestCase
|
|
|
|
extends ArcanistArcanistLinterTestCase {
|
|
|
|
|
|
|
|
public function testJSHintLinter() {
|
2015-01-04 18:38:32 +11:00
|
|
|
$this->executeTestsInDirectory(dirname(__FILE__).'/jshint/');
|
2014-05-05 14:22:26 -07:00
|
|
|
}
|
|
|
|
|
|
|
|
}
|