Page Menu
Home
c4science
Search
Configure Global Search
Log In
Files
F108365684
PhutilTestCase.php
No One
Temporary
Actions
Download File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Subscribers
None
File Metadata
Details
File Info
Storage
Attached
Created
Wed, Apr 16, 06:11
Size
349 B
Mime Type
text/x-php
Expires
Fri, Apr 18, 06:11 (2 d)
Engine
blob
Format
Raw Data
Handle
25586283
Attached To
rPHU libphutil
PhutilTestCase.php
View Options
<?php
abstract
class
PhutilTestCase
extends
ArcanistPhutilTestCase
{
protected
function
getLink
(
$method
)
{
$libphutil_project
=
'PHID-APRJ-8d75d09d9c1e15afec3d'
;
return
'https://secure.phabricator.com/diffusion/symbol/'
.
$method
.
'/?lang=php&projects='
.
$libphutil_project
.
'&jump=true&context='
.
get_class
(
$this
);
}
}
Event Timeline
Log In to Comment