Page Menu
Home
c4science
Search
Configure Global Search
Log In
Files
F116925151
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
Tue, Jun 10, 05:40
Size
349 B
Mime Type
text/x-php
Expires
Thu, Jun 12, 05:40 (1 d, 23 h)
Engine
blob
Format
Raw Data
Handle
26692543
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