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
Correct a parameter order swap in "diffusion.historyquery" for Mercurial
[phabricator.git]
/
src
/
applications
/
meta
/
panel
/
__tests__
/
PhabricatorApplicationConfigurationPanelTestCase.php
blob
10aab23771d58b4d884fd1c5074fac538b6a6bdc
1
<
?php
2
3
final class
PhabricatorApplicationConfigurationPanelTestCase
4
extends
PhabricatorTestCase
{
5
6
public function
testLoadAllPanels
() {
7
PhabricatorApplicationConfigurationPanel
::
loadAllPanels
();
8
$this
->
assertTrue
(
true
);
9
}
10
11
}