repo.or.cz
/
phabricator.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Remove product literal strings in "pht()", part 6
[phabricator.git]
/
src
/
applications
/
harbormaster
/
stepgroup
/
HarbormasterTestBuildStepGroup.php
blob
12b7010d787523f81ef2eda6436a84a2d4d44d14
1
<
?php
2
3
final class
HarbormasterTestBuildStepGroup
4
extends
HarbormasterBuildStepGroup
{
5
6
const
GROUPKEY
=
'harbormaster.test'
;
7
8
public function
getGroupName
() {
9
return
pht
(
'Testing Utilities'
);
10
}
11
12
public function
getGroupOrder
() {
13
return
7000
;
14
}
15
16
}