summaryrefslogtreecommitdiffstats
path: root/tests/data/app/code-checker/test-deprecated-function-sub-alias.php
blob: f728eaf9fd0939dcb997e399f4fc5562265fdd02 (plain)
1
2
3
4
5
<?php

use OCP\NamespaceName as SubAlias;

SubAlias\ClassName::functionName();