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 Aphlict websocket URI construction after PHP8 compatibility changes
[phabricator.git]
/
src
/
applications
/
nuance
/
source
/
__tests__
/
NuanceSourceDefinitionTestCase.php
blob
39b0358f4cc343988f481cdbba70e755c023c11f
1
<
?php
2
3
final class
NuanceSourceDefinitionTestCase
extends
PhabricatorTestCase
{
4
5
public function
testGetAllTypes
() {
6
NuanceSourceDefinition
::
getAllDefinitions
();
7
$this
->
assertTrue
(
true
);
8
}
9
10
}