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
Sun, Jan 19, 12:21 (3 w, 4 d ago)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
1124503
Default Alt Text
ArcanistRubyLinterTestCase.php (433 B)

Event Timeline