Page Menu
Home
c4science
Search
Configure Global Search
Log In
Files
F106268469
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
Mon, Mar 24, 05:54
Size
268 B
Mime Type
text/x-php
Expires
Wed, Mar 26, 05:54 (2 d)
Engine
blob
Format
Raw Data
Handle
25116542
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