Page Menu
Home
c4science
Search
Configure Global Search
Log In
Files
F111627897
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
Sat, May 3, 22:25
Size
268 B
Mime Type
text/x-php
Expires
Mon, May 5, 22:25 (1 d, 23 h)
Engine
blob
Format
Raw Data
Handle
25963014
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