Changeset View
Changeset View
Standalone View
Standalone View
src/lint/linter/__tests__/ArcanistClosureLinterTestCase.php
| <?php | <?php | ||||
| final class ArcanistClosureLinterTestCase | final class ArcanistClosureLinterTestCase | ||||
| extends ArcanistArcanistLinterTestCase { | extends ArcanistArcanistLinterTestCase { | ||||
| public function testClosureLinter() { | public function testClosureLinter() { | ||||
| $linter = new ArcanistClosureLinter(); | $linter = new ArcanistClosureLinter(); | ||||
| $linter->setFlags(array("--additional_extensions=lint-test")); | $linter->setFlags(array('--additional_extensions=lint-test')); | ||||
| $this->executeTestsInDirectory( | $this->executeTestsInDirectory( | ||||
| dirname(__FILE__).'/gjslint/', | dirname(__FILE__).'/gjslint/', | ||||
| $linter); | $linter); | ||||
| } | } | ||||
| } | } | ||||