Page Menu
Home
c4science
Search
Configure Global Search
Log In
Files
F99627708
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
Sat, Jan 25, 20:52
Size
295 B
Mime Type
text/x-php
Expires
Mon, Jan 27, 20:52 (2 d)
Engine
blob
Format
Raw Data
Handle
23835290
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