Page Menu
Home
c4science
Search
Configure Global Search
Log In
Files
F96289021
PhabricatorUnitTestContentSource.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, Dec 24, 15:07
Size
295 B
Mime Type
text/x-php
Expires
Thu, Dec 26, 15:07 (2 d)
Engine
blob
Format
Raw Data
Handle
23150188
Attached To
rPH Phabricator
PhabricatorUnitTestContentSource.php
View Options
<?php
final
class
PhabricatorUnitTestContentSource
extends
PhabricatorContentSource
{
const
SOURCECONST
=
'unittest'
;
public
function
getSourceName
()
{
return
pht
(
'Unit Test'
);
}
public
function
getSourceDescription
()
{
return
pht
(
'Content created by unit tests.'
);
}
}
Event Timeline
Log In to Comment