Page Menu
Home
c4science
Search
Configure Global Search
Log In
Files
F120497670
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
Fri, Jul 4, 19:49
Size
349 B
Mime Type
text/x-php
Expires
Sun, Jul 6, 19:49 (1 d, 23 h)
Engine
blob
Format
Raw Data
Handle
27172148
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