xDiffs and Revisions Generating

Summary: Ref T2903

Test Plan: Revisions and Diffs are visually being generated

Reviewers: epriestley, xask.linus

Reviewed By: epriestley

CC: AnhNhan, aran, Korvin

Maniphest Tasks: T2903

Differential Revision: https://secure.phabricator.com/D5835
This commit is contained in:
deedydas
2013-05-06 14:11:26 -07:00
committed by epriestley
parent 54b2953dec
commit 6eb82ebfd4
6 changed files with 123 additions and 19 deletions

View File

@@ -4,7 +4,7 @@ final class PhabricatorPasteTestDataGenerator
extends PhabricatorTestDataGenerator {
// Better Support for this in the future
private $supportedLanguages = array(
public $supportedLanguages = array(
"Java" => "java",
"PHP" => "php");