mirror of
https://we.phorge.it/source/arcanist.git
synced 2025-01-27 06:58:17 +01:00
13 lines
241 B
PHP
13 lines
241 B
PHP
|
<?php
|
||
|
|
||
|
final class ArcanistLesscLinterTestCase
|
||
|
extends ArcanistArcanistLinterTestCase {
|
||
|
|
||
|
public function testLesscLinter() {
|
||
|
$this->executeTestsInDirectory(
|
||
|
dirname(__FILE__).'/lessc/',
|
||
|
new ArcanistLesscLinter());
|
||
|
}
|
||
|
|
||
|
}
|