Page Menu
Home
c4science
Search
Configure Global Search
Log In
Files
F92696809
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, Nov 22, 21:14
Size
349 B
Mime Type
text/x-php
Expires
Sun, Nov 24, 21:14 (2 d)
Engine
blob
Format
Raw Data
Handle
22490122
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