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
/
files
/
engine
/
__tests__
/
PhabricatorFileStorageEngineTestCase.php
blob
8ffbe0366b63c4affa80943add4dc1033e0d9707
1
<
?php
2
3
final class
PhabricatorFileStorageEngineTestCase
extends
PhabricatorTestCase
{
4
5
public function
testLoadAllEngines
() {
6
PhabricatorFileStorageEngine
::
loadAllEngines
();
7
$this
->
assertTrue
(
true
);
8
}
9
10
}