Page Menu
Home
c4science
Search
Configure Global Search
Log In
Files
F116146947
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
Thu, Jun 5, 04:42
Size
349 B
Mime Type
text/x-php
Expires
Sat, Jun 7, 04:42 (1 d, 23 h)
Engine
blob
Format
Raw Data
Handle
26567446
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