mirror of
https://we.phorge.it/source/phorge.git
synced 2024-11-26 16:52:41 +01:00
Link Phabricator tests
Test Plan: This diff. Reviewers: epriestley Reviewed By: epriestley CC: aran, Korvin Differential Revision: https://secure.phabricator.com/D3457
This commit is contained in:
parent
e18fb4406e
commit
99949bec8d
1 changed files with 8 additions and 0 deletions
|
@ -136,4 +136,12 @@ abstract class PhabricatorTestCase extends ArcanistPhutilTestCase {
|
|||
return new PhabricatorStorageFixtureScopeGuard($name);
|
||||
}
|
||||
|
||||
protected function getLink($method) {
|
||||
$phabricator_project = 'PHID-APRJ-3f1fc779edeab89b2171';
|
||||
return
|
||||
'https://secure.phabricator.com/diffusion/symbol/'.$method.
|
||||
'/?lang=php&projects='.$phabricator_project.
|
||||
'&jump=true&context='.get_class($this);
|
||||
}
|
||||
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue