Page MenuHomePhorge

ArcanistRubyLinterTestCase.php
No OneTemporary

ArcanistRubyLinterTestCase.php

<?php
/**
* Test cases for @{class:ArcanistRubyLinter}.
*
* @group testcase
*/
final class ArcanistRubyLinterTestCase extends ArcanistArcanistLinterTestCase {
public function testRubyLint() {
$linter = new ArcanistRubyLinter();
$working_copy = ArcanistWorkingCopyIdentity::newFromPath(__FILE__);
return $this->executeTestsInDirectory(
dirname(__FILE__).'/ruby/',
$linter,
$working_copy);
}
}

File Metadata

Mime Type
text/x-php
Expires
Jan 19 2025, 12:21 (4 w, 2 d ago)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
1124503
Default Alt Text
ArcanistRubyLinterTestCase.php (433 B)

Event Timeline