Page Menu
Home
c4science
Search
Configure Global Search
Log In
Files
F93462053
HarbormasterTestBuildStepGroup.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
Thu, Nov 28, 23:15
Size
268 B
Mime Type
text/x-php
Expires
Sat, Nov 30, 23:15 (1 d, 23 h)
Engine
blob
Format
Raw Data
Handle
22638871
Attached To
rPH Phabricator
HarbormasterTestBuildStepGroup.php
View Options
<?php
final
class
HarbormasterTestBuildStepGroup
extends
HarbormasterBuildStepGroup
{
const
GROUPKEY
=
'harbormaster.test'
;
public
function
getGroupName
()
{
return
pht
(
'Testing Utilities'
);
}
public
function
getGroupOrder
()
{
return
7000
;
}
}
Event Timeline
Log In to Comment